Commit graph

418 commits

Author SHA1 Message Date
Joshua A. Horton
b6bd677e14 fix(android): atomically updates selection with text 2024-04-08 13:31:42 +07:00
Darcy Wong
2b9ab8c27d fix(android/app): Track previous device orientation for SystemKeyboard 2024-04-02 13:03:41 +07:00
Darcy Wong
78dd448f5e refactor(android/app): Move storage permission checks 2024-03-01 09:48:49 +07:00
Darcy Wong
a59b82c302
Merge pull request #10795 from keymanapp/chore/android/remove-install-referrer-log
chore(android/app): Remove logging for install referrer details
2024-02-22 09:13:12 +07:00
Darcy Wong
f91b56c993 chore(android/app): Remove logging for install referrer details 2024-02-21 08:55:13 +07:00
Darcy Wong
8ef4ee5a93 fix(android/app): Allow SystemKeyboard install to install resources 2024-02-21 08:16:46 +07:00
Darcy Wong
a0c31c31b9 refactor(android/app): Move installing default language resources 2024-02-21 08:03:15 +07:00
Darcy Wong
e2b8cf31b0
Apply suggestions from code review
Co-authored-by: Marc Durdin <marc@durdin.net>
2024-01-25 11:05:56 +07:00
Darcy Wong
4cffe74900 chore(android/app): Move scope of newConfig 2024-01-24 14:02:28 +07:00
Darcy Wong
4718b5bb20 refactor(android/engine): Refactor detection of device orientation 2024-01-24 12:53:57 +07:00
Darcy Wong
c299ed84cc fix(android/engine): Fix OSK rotation
getConfiguration().orientation seems to be deprecated so changing to getRotation() for detecting PORTRAIT vs LANDSCAPE orientation

Reference:
https://developer.android.com/reference/android/view/Display#getRotation()
2024-01-12 14:51:02 +07:00
Darcy Wong
e74a7ec118 fix(android): Use alert dialog when package is missing touch keyboards 2024-01-09 10:20:30 +07:00
Darcy Wong
5917b84ffb fix(android/app): InfoActivity pass external links to browser 2023-12-06 11:05:36 +07:00
Darcy Wong
d77df3942c fix(android): Refresh HTML banner when KeymanWeb reloads 2023-11-17 10:19:57 +07:00
Darcy Wong
2b34c641f3
Apply suggestions from code review
Co-authored-by: Marc Durdin <marc@durdin.net>
2023-11-16 15:10:18 +07:00
Darcy Wong
37e9cf5f2d fix(android/app): Move banner asset folder 2023-11-16 13:53:51 +07:00
Darcy Wong
c83410a128 fix(oem/fv/android): Apply teal banner theme 2023-11-15 08:32:36 +07:00
Darcy Wong
095b8236b4 chore(android): More cleanup
* Revert original css in keyboard.html
* Remove redundant call to BannerController
2023-11-14 20:10:39 +07:00
Darcy Wong
27480ebefa chore(android): Additional cleanup 2023-11-14 15:31:47 +07:00
Darcy Wong
830c282ff8 chore(android): Cleanup code 2023-11-14 14:01:52 +07:00
Darcy Wong
856ed13594 fix(android/app): Always use Keyman theme 2023-11-14 13:27:25 +07:00
Darcy Wong
712b2a28b6 refactor(android): Move banner logic to app 2023-11-14 13:11:13 +07:00
Darcy Wong
263da4092c fix(android/engine): Handle mayPredict 2023-11-14 12:09:28 +07:00
Darcy Wong
cb431fef20 refactor(android): Use showBanner 2023-11-14 11:43:52 +07:00
Darcy Wong
6170e04cdf refactor(android/engine): Pass contents of banner.html to KMW 2023-11-13 13:39:50 +07:00
Darcy Wong
8630121828 fix(android/engine): Replace png's with svg's 2023-11-07 10:47:17 +07:00
Darcy Wong
018abd4319 fix(android/engine): Use white and Keyman theme banners 2023-10-06 09:46:42 +07:00
Darcy Wong
db728dfb8a fix(android): Set image path 2023-10-06 09:46:42 +07:00
Darcy Wong
131180c050 refactor(android): Change set/getBanner 2023-10-06 09:46:42 +07:00
Darcy Wong
3df2668322 refactor(android/engine): Move constants to KMManager 2023-10-06 09:46:42 +07:00
Darcy Wong
3a785f5e68 chore(android/app): Use white banner theme 2023-10-06 09:46:42 +07:00
Darcy Wong
6442bdb1f1 fix(android/app): Resize OSK when resuming app from background 2023-05-03 09:05:57 +07:00
Darcy Wong
8a8027939f fix(android/app): Temporarily disable Keyman browser 2023-03-14 11:54:38 +07:00
Darcy Wong
442eb95ec8 fix(android/app): Another attempt at fixing OSK rotation 2023-03-02 14:47:11 +07:00
Darcy Wong
57f4987478 chore(android): Revert "Merge pull request #8291 from keymanapp/fix/android/landscape-osk"
This reverts commit dc7603a97d.
2023-02-24 15:11:03 +07:00
Darcy Wong
255465aa24 fix(android/app): Fix OSK width when rotating 2023-02-22 14:24:30 +07:00
Darcy Wong
e722fa6ad5 Merge branch 'master' into refactor/android/engine-package 2023-02-01 14:17:43 +07:00
Darcy Wong
988bea8e93 chore(android): Merge remote-tracking branch 'origin/master' into refactor/android/engine-package 2023-01-24 09:14:57 +07:00
Marc Durdin
067028cec2 chore: revise tag variable name to VERSION_GIT_TAG
Introduce new $VERSION_GIT_TAG environment variable, and update all
references to release@version in all projects to use the new variable.
2023-01-21 17:02:50 +07:00
Marc Durdin
34ece2182d fix(common): update sentry release identifiers to support semver
Fixes #7895.

This should mean that Sentry reports start to track semantic versions. I
have reviewed each project and I _think_ I've captured all the locations
where we need to construct release identifiers. Note that one of them
was fixed from a plain version number.

Docs on release format: https://docs.sentry.io/platforms/node/guides/serverless-cloud/configuration/releases/#bind-the-version
2023-01-17 17:04:24 +07:00
Darcy Wong
4268a11537 chore(android/app): Update namespace for Keyman app 2023-01-06 08:51:37 +07:00
Darcy Wong
6771bd55f0 chore(android): Additional cleanup 2022-12-15 09:09:43 +07:00
Darcy Wong
9bfa188855 refactor(android): Check libraries with DependencyUtil 2022-12-15 08:52:27 +07:00
Darcy Wong
adaaa3d2b9 fix(android/app): Toggle keyboard update notification 2022-11-28 14:11:23 +07:00
Darcy Wong
57769f4b19 chore(android): Merge branch 'beta' into fix/android/cloud-catalog-for-local-test 2022-11-24 07:54:20 +07:00
Darcy Wong
29bd8dce09 Revert "chore(android/app): Engineering test code with sil_cameroon_qwerty"
This reverts commit 2d0008e2e3.
2022-11-23 19:44:19 +07:00
Darcy Wong
7eaf7a1ac0
Merge pull request #7740 from keymanapp/fix/android/cleanup-install-update
fix(android/engine): Update versions of matching package and keyboard ID
2022-11-23 19:02:00 +07:00
Darcy Wong
2d0008e2e3 chore(android/app): Engineering test code with sil_cameroon_qwerty 2022-11-21 10:01:42 +07:00
Darcy Wong
ca75980c78 fix(android/engine): Make it easier to test keyboard updates 2022-11-21 10:00:35 +07:00
Darcy Wong
bf7ddd3fee chore(android/app): More tweaks for review comments 2022-11-19 09:46:34 +07:00