Marc Durdin
c2204e4dfc
chore: Merge remote-tracking branch 'origin/epic/web-core' into auto/A19S16-merge-master-into-web-core
...
Test-bot: skip
Build-bot: skip build:web
2025-11-20 15:06:01 +01:00
Darcy Wong
48b19c468c
Merge pull request #15136 from keymanapp/docs/android/adware
...
docs(android): Document disclaimer of Keyman NOT containing adware/spyware
2025-11-13 07:08:27 +07:00
Darcy Wong
1fe688ec9e
Merge pull request #15098 from keymanapp/fix/android/alert-no-keyboards-lexical-models
...
fix(android): Change Alert Dialog instead of Toast if package missing keyboard and lexical-model files
2025-11-12 08:24:42 +07:00
Darcy Wong
32de05a385
docs(android): Rearrange section and add Sentry blurb
2025-11-11 15:42:58 +07:00
Darcy Wong
1c5fc9d6fc
Apply suggestions from code review
...
Co-authored-by: Marc Durdin <marc@durdin.net>
2025-11-11 15:03:41 +07:00
Darcy Wong
61eb2d9090
docs(android): Document disclaimer of Keyman containing adware/spyware
2025-11-11 14:37:05 +07:00
Marc Durdin
bdca09bdeb
Merge pull request #15107 from keymanapp/refactor/web/sentry-manager-to-common-web
...
refactor(web): move sentry-manager and es-bundling to common 🎼
2025-11-10 14:49:58 +01:00
Marc Durdin
86a903dcf5
refactor(web): move sentry-manager and es-bundling to common
...
sentry-manager is used by Keyman Engine for Android and Keyman Engine
for iOS, but not directly by KeymanWeb, nor does it have any
dependencies on /web. So it does not make sense to keep it under /web.
es-bundling is used by sentry-manager and potentially other /common/web
tools in the future, so moving it under /common/tools makes it more
consistent in the future.
This is part of simplifying the web source tree; these changes do not
make significant build performance differences at this time.
Test-bot: skip
2025-11-06 15:28:04 +01:00
Darcy Wong
9201baa65b
fix(android): Use Alert DIalog if keyboard pkg missing js files
...
Fixes : #15097
Fixes: KEYMAN-ANDROID-251
2025-11-05 09:49:21 +07:00
Darcy Wong
3872f57cbf
fix(common): Update references to test9469 keyboard
2025-10-30 13:03:09 +07:00
Darcy Wong
5bf5a5941f
chore(common): Move platformtest to common/test/keyboards
2025-10-28 07:18:49 +07:00
Darcy Wong
5fa0dccbcb
chore(android): Update keyboard harness reference to chirality.js
2025-10-22 06:54:01 +07:00
Darcy Wong
cfddda8d1e
Merge pull request #14935 from keymanapp/fix/android/style-status-bar-white
...
fix(android): Set the main app background white
2025-10-20 15:25:49 +07:00
Darcy Wong
3fa69fe663
fix(android): Only apply statusBarHeight in portrait orientation
2025-10-20 10:05:23 +07:00
Darcy Wong
9d32743d3a
fix(android): Let textView overflow under keyboard
2025-10-20 09:34:21 +07:00
Darcy Wong
968e8b8695
fix(android): Set the app background white
2025-10-10 14:52:10 +07:00
Darcy Wong
43501ae69e
fix(android): Update Sample1 text field to resize
2025-10-10 09:52:46 +07:00
Darcy Wong
c38f488986
chore(common): Update crowdin strings for Vietnamese
2025-10-09 11:40:18 +07:00
Darcy Wong
7a4484dbc9
Merge pull request #14873 from keymanapp/fix/android/extra-bar
...
fix(android): Refactor bottom inset calculations for in-app and system keyboard
2025-10-09 06:41:34 +07:00
Darcy Wong
499e427b8e
fix(android): Fallback to legacy calculation when not initialized
2025-10-08 15:23:33 +07:00
Darcy Wong
7226d27145
docs(android): Update getNavigationBarHeight API
2025-10-08 05:35:31 +07:00
Darcy Wong
92308dc601
fix(android): Convert longpress delay menu to ConstraintLayout
2025-10-07 14:31:49 +07:00
Darcy Wong
eda50b2232
chore(android): Remove unused insets
2025-10-07 14:11:09 +07:00
Darcy Wong
329125a1b1
fix(android): Separate bottom insets for in-app and system keyboard
2025-10-07 13:29:46 +07:00
Darcy Wong
0e2011eca8
chore(android): Cleanup code
2025-10-07 10:24:22 +07:00
Darcy Wong
295dfd9e92
test(android): Adjust system keyboard insets
2025-10-07 08:36:20 +07:00
Darcy Wong
5aee77d5a8
fix(android): Use a toggle for adjusting the navigation bar height
2025-10-06 11:05:24 +07:00
Darcy Wong
65a631b53d
test(android): Experiment with insets
2025-10-04 09:43:49 +07:00
Darcy Wong
3249f75b40
fix(android): Use max of gesture and navigation bar height
2025-10-03 13:02:21 +07:00
Darcy Wong
942723dad8
chore(android): Cleanup missing change
2025-10-03 11:25:23 +07:00
Darcy Wong
dd6a1aaf00
fix(android): Revert to using systemBars()
2025-10-03 09:02:53 +07:00
Darcy Wong
c9cc466e09
fix(android): Don't assume landscape inset 0
2025-10-02 14:41:03 +07:00
Darcy Wong
6820718d44
fix(android): Check visibility flags to determine which insets used
2025-10-02 14:02:45 +07:00
Darcy Wong
f1ad3ec4d1
fix(android): Use gestureInsets dimension when visible
2025-10-02 07:29:42 +07:00
Darcy Wong
22f63ccfdd
fix(android): Try to factor in gesture insets
2025-10-01 15:45:37 +07:00
Darcy Wong
f3d9b1a2ab
fix(android): Update calculation of navigation bar
2025-10-01 14:19:22 +07:00
Darcy Wong
7e08782703
docs(android): Document getNavigationBarHeight API
2025-09-25 14:54:05 +07:00
Darcy Wong
03438c3ab9
fix(android): Fix bottom insets for Sample and FirstVoices apps
2025-09-25 11:20:11 +07:00
Darcy Wong
8af7803839
fix(android): Adjust top insets for the navigation bar inset
2025-09-25 10:39:06 +07:00
Darcy Wong
0a91f50fcc
fix(android): Move setting system keyboard insets to KMManager
2025-09-24 13:05:34 +07:00
Darcy Wong
ddc994857d
fix(android): Fix the alignment
2025-09-24 08:43:35 +07:00
Darcy Wong
aa886cecba
fix(android): Separate insets for inapp and system keyboard
2025-09-23 17:07:48 +07:00
Darcy Wong
440f6c9c7e
fix(android): Apply bottom insets to system keyboard
...
Reverts part of #14619
2025-09-23 08:26:31 +07:00
Darcy Wong
16cdb4d1be
fix(android): Refresh the banner theme when system keyboard is changed
2025-09-17 11:18:48 +07:00
Marc Durdin
377b1056ec
maint(resources): rename KEYMAN_VERSION_FOR_PR_FILENAME
...
Address review comment from #14703 .
Test-bot: skip
Build-bot: skip
Relates-to: #14703
Relates-to: #10521
2025-09-10 11:17:41 +02:00
Marc Durdin
0cdcbd7905
maint(android): tweak output path for android apks
...
Build-bot: skip build:android,developer
2025-09-08 15:31:35 +02:00
Marc Durdin
9997ef7fff
maint(android): rework android file versioning
2025-09-08 13:25:33 +02:00
Marc Durdin
634fef64d4
maint(android): use versioned filenames for PR artifacts
...
Relates-to: #10521
Test-bot: skip
Build-bot: skip release:android,developer,windows
2025-09-08 12:31:11 +02:00
Darcy Wong
33e216fbc6
fix(android): Update KMSample1 when changing orientation
2025-09-03 09:47:43 +07:00
Darcy Wong
6b48078dc6
fix(android): Cleanup list layout so it's not covered by navigation bar
2025-09-01 10:32:33 +07:00