Commit graph

2179 commits

Author SHA1 Message Date
Joshua Horton
535bfec1b3
Merge pull request #10242 from keymanapp/chore/merge-master-into-feature-gestures
chore: merge master into feature-gestures 🐵
2023-12-13 14:09:05 +07:00
Darcy Wong
e59ef933f2
Merge pull request #10175 from keymanapp/chore/crowdin/mnw
chore(android,mac): Update Mon crowdin strings
2023-12-11 16:54:27 +07:00
Marc Durdin
aa458152cf
Merge branch 'feature-gestures' into chore/merge-master-into-feature-gestures 2023-12-08 14:24:38 +11:00
Darcy Wong
0a2318de81 chore(mac): Update Mon crowdin strings 2023-12-07 11:58:21 +07:00
Darcy Wong
e24a341a32 chore(mac): Update Kibaku crowdin strings 2023-12-07 11:53:02 +07:00
Darcy Wong
5917b84ffb fix(android/app): InfoActivity pass external links to browser 2023-12-06 11:05:36 +07:00
Joshua A. Horton
3c4e5d6ebd chore(web): Merge branch 'master' into chore/web/conflict-fix 2023-12-01 14:16:18 +07:00
Joshua Horton
8e272d8d55
Merge pull request #10061 from keymanapp/fix/android/banner-event-loop
fix(android): no suggestions available when swapping pred-text target language 
2023-12-01 09:13:01 +07:00
Joshua Horton
19d3d7c20c
Merge pull request #10022 from keymanapp/change/android/flishy-flashy-mitigation-2
change(android): smoother keyboard initialization 
2023-12-01 09:12:50 +07:00
Joshua A. Horton
8ff64d09d7 chore(android): simple host-page force-reset after kbd updates 2023-11-30 09:41:02 +07:00
Joshua Horton
6f38fde42b
Merge pull request #10074 from keymanapp/chore/merge-master-into-feature-gestures
chore: merge master into feature-gestures 🐵
2023-11-24 11:36:56 +07:00
Joshua A. Horton
da39948ad9 chore(android): JSQueueEntry -> String 2023-11-24 08:52:48 +07:00
Joshua A. Horton
b861eff3aa chore(android): restores picker onPause behavior when kbd is deleted by picker 2023-11-24 08:52:34 +07:00
Joshua A. Horton
40f9e6ebd8 chore(web): Merge branch 'feature-gestures' into chore/merge-master-into-feature-gestures
Involved splicing feature-gestures banner changes into the newly-separated banner sources.
2023-11-24 08:29:39 +07:00
Joshua A. Horton
ad0ed37049 chore(android): restores removed conditional 2023-11-23 11:52:37 +07:00
Joshua A. Horton
a2c30b9438 change(android): drops the 'change=' fragment 2023-11-23 11:33:26 +07:00
Joshua A. Horton
7754427274 fix(android): banner event loop on model change 2023-11-23 10:13:26 +07:00
Joshua A. Horton
ff90431e38 chore(android): Merge branch 'master' into change/android/flishy-flashy-mitigation 2023-11-22 10:49:51 +07:00
Joshua A. Horton
804cecf66d fix(android): ...and the resetContext calls, which used true instead of false 2023-11-22 09:46:44 +07:00
Joshua A. Horton
701bdb8e9d fix(android): forgot the 'KMManager' entries 2023-11-22 09:45:27 +07:00
Joshua A. Horton
57b52d86a3 change(android): drops JS-queue 'pause' 2023-11-22 09:43:55 +07:00
Darcy Wong
4ebc1e287a fix(android/engine): Fix typo 2023-11-17 15:21:48 +07:00
Joshua A. Horton
7c9061e869 chore(android): remove fixed TODO 2023-11-17 10:31:27 +07:00
Darcy Wong
d77df3942c fix(android): Refresh HTML banner when KeymanWeb reloads 2023-11-17 10:19:57 +07:00
Joshua A. Horton
c5b3bafcc7 change(android): host-page init now retrieves current stub before KMW init 2023-11-17 09:54:40 +07:00
Joshua A. Horton
33c69969b5 change(android): drops redundant setLayoutParams call 2023-11-16 15:43:53 +07:00
Darcy Wong
4c453cc395 chore(android): Move banner.html up to assets/ folder
* They don't need to be copied into the resources folder on app load.
2023-11-16 15:24:13 +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
b41f049036 chore(android): Tweak banner sizing 2023-11-16 14:47:57 +07:00
Joshua A. Horton
a29599d272 change(android): eliminates a redundant setLayoutParams 2023-11-16 14:42:30 +07:00
Joshua A. Horton
6cc35c15d4 change(android): JS queue flattening - concats all pending calls when ready 2023-11-16 14:42:04 +07:00
Darcy Wong
37e9cf5f2d fix(android/app): Move banner asset folder 2023-11-16 13:53:51 +07:00
Joshua A. Horton
df43d63b18 fix(android): drops full-page reload from picker interactions. Fixes #8868 2023-11-16 13:31:56 +07:00
Darcy Wong
8249abd829 fix(android): Handle single quotes in HTMl banner 2023-11-16 11:52:21 +07:00
Darcy Wong
44fa59b463 chore(android/engine): Revert some changes in android-host.js 2023-11-16 11:40:25 +07:00
Darcy Wong
76eab6e12a fix(android/engine): Don't set banner on test mode 2023-11-16 05:52:43 +07:00
Darcy Wong
35a37bc033 chore(android): Additional cleanup
* Remove old assets
* Add API header
* Cleanup comments
2023-11-16 03:21:04 +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
Joshua A. Horton
4246a3e4d4 change(android): webview pages now use standards mode, not quirks mode 2023-11-14 11:46:06 +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
8961e9dbfa fix(android/app): Revert keyman_banner.svg
Also introduce banner.html to handle theme
2023-11-13 10:36:47 +07:00
Darcy Wong
1d40beb90c fix(android/engine): Get svg to fill banner 2023-11-09 16:38:52 +07:00
Darcy Wong
11af5508af fix(android/engine): Try more svg 2023-11-09 16:24:58 +07:00