Commit graph

2841 commits

Author SHA1 Message Date
Darcy Wong
297c57cc4b chore(android): Update top help page 2022-10-21 08:07:09 +07:00
Darcy Wong
6b52a73156
Merge pull request #7472 from keymanapp/fix/android/dismiss-subkey-on-globe
fix(android/engine): Dismiss key preview and subkeys on globe action
2022-10-20 16:59:54 +07:00
Darcy Wong
5004c0ea5d chore(android): Update help for 16.0 2022-10-20 13:19:37 +07:00
Darcy Wong
e7e8dc6908 chore(android/samples): Update builder scripts 2022-10-20 11:05:45 +07:00
Darcy Wong
44e791911f chore(android): Update README for builder script 2022-10-20 10:33:32 +07:00
Darcy Wong
31e60be2fd fix(android/engine): Add Dutch locale 2022-10-20 09:50:33 +07:00
Darcy Wong
081c23c798 chore(common): Add crowdin strings for Dutch 2022-10-20 09:42:56 +07:00
Darcy Wong
62d2aff518 fix(android/engine): Add keyboardharness target 2022-10-20 08:50:13 +07:00
Darcy Wong
9c6059847c Merge remote-tracking branch 'origin/master' into refactor/android/builder-script 2022-10-20 08:24:38 +07:00
Darcy Wong
3cc9bb4dd2
Merge branch 'master' into fix/android/remove-help-tip 2022-10-20 07:55:46 +07:00
Darcy Wong
73911fc60d
Apply suggestions from code review
Co-authored-by: Marc Durdin <marc@durdin.net>
2022-10-20 07:50:47 +07:00
Darcy Wong
c254580747
Merge pull request #7466 from keymanapp/chore/android/keyman-reference
chore(android/engine): Update Keyman references in android-host.js
2022-10-19 14:01:54 +07:00
Darcy Wong
a2270ee451
Apply suggestions from code review
Co-authored-by: Marc Durdin <marc@durdin.net>
2022-10-19 13:13:20 +07:00
Joshua A. Horton
d9a319c570 chore(web): moves main web script to /web, adds .build-builder file as flag for CI 2022-10-18 13:59:19 +07:00
Joshua A. Horton
3581d9e9b8 chore(web): use of new script style by mobile app builds 2022-10-18 13:42:22 +07:00
Darcy Wong
68fc3c6a7d chore(android/engine): Remove help tip 2022-10-18 11:22:34 +07:00
Darcy Wong
3e01e8edd0 fix(android/engine): Dismiss key preview and subkeys on globe action 2022-10-18 10:12:53 +07:00
Darcy Wong
1c885c2a94 chore(android/engine): Update additional references 2022-10-18 07:39:53 +07:00
Darcy Wong
1f458c9cb8
Update android/KMEA/app/src/main/assets/android-host.js
Co-authored-by: Marc Durdin <marc@durdin.net>
2022-10-18 07:01:59 +07:00
Darcy Wong
8b2b4a670d chore(android/engine): Update Keyman references in android-host.js 2022-10-17 13:10:06 +07:00
Darcy Wong
14b306e943 modify(android/engine): Stop logging if keyboard index not found
In displaying  some language lists, it's expected for a languageID not to be found. (e.g. "Add languages to installed keyboard")
2022-10-06 15:08:04 +07:00
Darcy Wong
b11145c3ce chore(android): Remove unnecessary build action 2022-10-06 14:26:30 +07:00
Darcy Wong
ba08ababfe fix(android/engine): Fix casing of Samples path 2022-10-06 08:45:29 +07:00
Darcy Wong
619d833ccf chore(android): Add temporary .build-builder file for CI 2022-10-06 07:12:33 +07:00
Darcy Wong
b083076b28 refactor(android): Use builder scripts 2022-10-05 10:39:34 +07:00
Darcy Wong
3a3aa806a6
Merge pull request #7388 from keymanapp/fix/android/no-basekey
fix(android/engine): Dismiss subkeys on multi-touch
2022-10-04 07:40:01 +07:00
Darcy Wong
8bd0a6ed51 fix(android/engine): Display Toast notifications on exceptions 2022-10-03 14:42:56 +07:00
Darcy Wong
b0b2e72670 chore(android/engine): Update the displayed kmp filename in the Toast 2022-10-03 10:38:24 +07:00
Darcy Wong
f8f3fe1873 chore(android): Add Toast notifications to KMLog 2022-10-03 07:55:38 +07:00
Darcy Wong
4c1651baf4 fix(android/engine): Dismiss subkeys on multi-touch 2022-09-30 14:14:02 +07:00
Darcy Wong
f21ffde0fc fix(android/engine): Add language name when installing lexical-model 2022-09-22 14:28:54 +07:00
Darcy Wong
5baf4eac89 fix(android/engine): Check listview for setting keyboard selection 2022-09-19 14:26:19 +07:00
Darcy Wong
11afaf03f8 test(android): Add final keyboard to test K_ENTER 2022-09-16 11:39:42 +07:00
Darcy Wong
747d377671 fix(android/engine): Switch keyboard if uninstalling current one 2022-09-14 09:52:27 +07:00
Darcy Wong
8ca5ced03d
Merge pull request #7239 from keymanapp/fix/android/language-picker-association
fix(android): Standardize language ID in language picker menu
2022-09-10 07:04:27 +07:00
Darcy Wong
77997f4477 fix(android/engine): Cleanup toggleLanguage() 2022-09-09 08:48:55 +07:00
Darcy Wong
d27d77955b
Apply suggestions from code review
Co-authored-by: Marc Durdin <marc@durdin.net>
2022-09-09 07:47:58 +07:00
Darcy Wong
04906cfe0d fix(android/engine): Do similar toggle for keyboard list 2022-09-08 13:28:16 +07:00
Darcy Wong
1fb1c243ef fix(android/engine): Use BCP47.toggleLanguage 2022-09-08 13:28:16 +07:00
Darcy Wong
f90ed759cf chore(android/engine): Revert packageprocessor change 2022-09-08 13:28:16 +07:00
Darcy Wong
239da832d5 fix(android/engine): Fix language tag in language-picker menu 2022-09-08 13:28:16 +07:00
Marc Durdin
4a3aca8a05 chore(android): disable keyman-staging tests 2022-09-08 14:47:44 +10:00
Marc Durdin
f836574cbc chore: use keyman.com instead of keyman-staging.com
Fixes #7227.

We want to use keyman.com for now even for alpha builds, as
keyman-staging.com is going to be used for transition to Docker-based
hosting, and it will be problematic to try and share that process with
alpha builds.
2022-09-08 14:32:39 +10:00
Darcy Wong
bad8806c27
Merge pull request #7156 from keymanapp/fix/android/longpress-backspace
fix(android/engine): Fix Backspace key to delete without errant subkeys
2022-09-07 06:26:14 +07:00
Darcy Wong
b81f3795d0 chore(android/engine): Apply suggestion for refactor 2022-09-02 11:00:03 +07:00
Darcy Wong
d57d77670c
Update android/KMEA/app/src/main/java/com/tavultesoft/kmea/data/CloudRepository.java
Co-authored-by: Marc Durdin <marc@durdin.net>
2022-09-02 09:30:01 +07:00
Darcy Wong
ece4856253 chore(android/engine): Remove Toast when resources up to date 2022-08-31 14:26:54 +07:00
Darcy Wong
ede572a464 chore(android): Reduce Toast notification noise 2022-08-31 11:30:16 +07:00
Darcy Wong
9198ffbff0
Update android/KMEA/app/src/main/java/com/tavultesoft/kmea/KMKeyboard.java
Co-authored-by: Marc Durdin <marc@durdin.net>
2022-08-31 07:39:11 +07:00
Darcy Wong
d7430c3efc fix(android/engine): Cleanup list of subkeys when dismissing window 2022-08-30 14:27:07 +07:00