Darcy Wong
|
4f98977859
|
fix(android/engine): Add RECEIVER_EXPORTED flag for broadcast receiver
|
2024-01-22 11:11:50 +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
|
2ef0daf02a
|
fix(android/engine): Use fallback keyboard if keyboard index undefined
|
2024-01-10 09:29:11 +07:00 |
|
Joshua A. Horton
|
670cb5f070
|
chore(web): Merge branch 'feat/web/es6-target-artifact' into feat/web/webview-es6-target-artifact
|
2023-12-22 13:02:11 +07:00 |
|
Joshua A. Horton
|
a2305c8f46
|
change(web): Android engine now includes both ES5 and ES6 KMW versions
|
2023-12-19 14:41:49 +07:00 |
|
Joshua A. Horton
|
90ecdf38f8
|
fix(web): adds Symbol, Map polyfill for main Web
|
2023-12-19 14:17:46 +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 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
|
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 |
|
Joshua A. Horton
|
7c9061e869
|
chore(android): remove fixed TODO
|
2023-11-17 10:31:27 +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 |
|
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
|
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
|
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
|
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
|
6535acd4ed
|
chore(android/app): Adjust svg dimensions
|
2023-11-08 14:02:48 +07:00 |
|
Darcy Wong
|
1e30002392
|
chore(android): Cleanup
|
2023-11-07 11:02:21 +07:00 |
|
Darcy Wong
|
8630121828
|
fix(android/engine): Replace png's with svg's
|
2023-11-07 10:47:17 +07:00 |
|
Joshua A. Horton
|
5580ebb713
|
fix(web): restores compat with older Android devices
|
2023-11-03 14:02:43 +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
|
9b065912ac
|
fix(android/engine): Try green banner
|
2023-10-06 09:46:42 +07:00 |
|
Darcy Wong
|
4273140149
|
change(android): Add image banner
Toggle from suggestion to image banner
|
2023-10-06 09:46:42 +07:00 |
|
Darcy Wong
|
040e41a8f6
|
Merge pull request #9550 from keymanapp/chore/common/crowdin-mon
chore(common): Add Crowdin strings for Mon
|
2023-09-28 16:03:34 +07:00 |
|
Darcy Wong
|
5a0c1a38a0
|
Update android/KMEA/app/src/main/java/com/keyman/engine/KMKeyboard.java
Co-authored-by: Marc Durdin <marc@durdin.net>
|
2023-09-20 13:51:27 +07:00 |
|
Darcy Wong
|
250b8a6b7d
|
chore(android): Remove popup code
|
2023-09-19 10:01:18 +07:00 |
|
Darcy Wong
|
584053af77
|
change(android/engine): Use web-based longpress
|
2023-09-19 06:49:49 +07:00 |
|
Darcy Wong
|
e536d846b7
|
chore(android): Add Mon to the list of languages
|
2023-09-12 13:22:13 +07:00 |
|