jahorton
|
e9a05af8b8
|
fix(web): Fixes #2516; forgot a few changes in #2477
|
2020-01-23 09:44:30 +07:00 |
|
jahorton
|
19bb5e07d7
|
change(web): api compat with LMLayer SMP fixes
|
2020-01-15 12:24:12 +07:00 |
|
jahorton
|
cfeb1377de
|
mayPredict now sole factor in enabling LMLayer
|
2019-08-09 11:59:03 +07:00 |
|
Joshua Horton
|
17103d2de9
|
Removes recently-replaced member state field.
|
2019-07-08 15:07:32 +07:00 |
|
jahorton
|
7e06033bda
|
Bug-fixes for Android settings integration
|
2019-07-05 11:45:49 +07:00 |
|
jahorton
|
304b94c7db
|
Merge branch 'master' into web-correct-predict-toggle
|
2019-07-05 09:35:50 +07:00 |
|
jahorton
|
f3990aed1f
|
Option name adjustment. Android verified, not iOS
|
2019-07-04 09:33:52 +07:00 |
|
jahorton
|
514bae3c1c
|
Simplifies consistency for LMEngine enablement
|
2019-07-04 09:14:18 +07:00 |
|
jahorton
|
6ff431fb62
|
Starts predict v correct options in KMW.
|
2019-07-03 11:00:56 +07:00 |
|
jahorton
|
bbb1301b55
|
Initial implementation of revert suggestion option
|
2019-07-02 09:00:18 +07:00 |
|
jahorton
|
549dcb33d0
|
KMW wordbreak request for reversion option
|
2019-07-01 16:02:44 +07:00 |
|
jahorton
|
f25c5efaaa
|
Swapping of models for active kbd in settings
|
2019-06-27 09:11:15 +07:00 |
|
Joshua Horton
|
c1c5af3508
|
Merge pull request #1802 from keymanapp/web-fat-finger-integration
[Web] Fat-finger language modeling
|
2019-05-31 14:32:52 +07:00 |
|
jahorton
|
c8aa355209
|
Integrates fat-finger alternates with LMLayer.
|
2019-05-27 15:26:43 +07:00 |
|
jahorton
|
2f2ba2de00
|
Creates fat-finger 'alternates' for use in LMLayer
|
2019-05-24 15:20:16 +07:00 |
|
Joshua A. Horton
|
0bf410597b
|
Disables the LMLayer when IE active and < 11.
|
2019-05-23 08:58:28 +07:00 |
|
Darcy Wong
|
3411462961
|
Merge pull request #1770 from keymanapp/android-language-settings
[Android] Add "Language Settings" menu stub
|
2019-05-16 16:10:33 +07:00 |
|
jahorton
|
9add2a90ef
|
Allows model deregistration.
|
2019-05-16 14:30:17 +07:00 |
|
Darcy Wong
|
ec0508e315
|
Add code for deleting model
|
2019-05-16 14:02:00 +07:00 |
|
jahorton
|
85f9e93324
|
invalidateContext check for prediction reqts
|
2019-05-14 15:57:31 +07:00 |
|
jahorton
|
efb0350bac
|
Adds support for rotating suggestions in KMW.
|
2019-05-14 15:00:48 +07:00 |
|
jahorton
|
5ae3341741
|
Prevents bug in predictive state management with null suggestion.
|
2019-05-08 09:36:03 +07:00 |
|
jahorton
|
83e7d58757
|
A more intuitive 'keep' UX.
|
2019-04-26 13:43:52 +07:00 |
|
jahorton
|
b68d030a81
|
Init + acceptance trigger new predictions
|
2019-04-26 12:40:09 +07:00 |
|
jahorton
|
e6caa70f1b
|
Suggestion UX features: bksp revert, space accept
|
2019-04-26 12:11:51 +07:00 |
|
jahorton
|
348f4547ee
|
Starts support for key-based UI with suggestions
|
2019-04-25 12:20:49 +07:00 |
|
jahorton
|
24dca0e6a6
|
Adds documentation, integrates partially for iOS.
|
2019-04-23 09:16:42 +07:00 |
|
Joshua A. Horton
|
66bf2856f5
|
For Suggestion application: OutputTarget.restoreTo
|
2019-03-28 10:10:10 +07:00 |
|
Darcy Wong
|
55d86a979d
|
Cleanup
|
2019-03-22 15:23:30 +07:00 |
|
Joshua A. Horton
|
ca647223d4
|
Removes banner event-handlers on hot-swap.
|
2019-03-22 14:29:03 +07:00 |
|
Joshua A. Horton
|
61dee9e09a
|
Merge branch 'master' into web-suggestion-ui
|
2019-03-22 09:32:29 +07:00 |
|
jahorton
|
3a79768f16
|
No more paired 'unloaded'+'loaded' as 'changed' in 'modelchange' events
|
2019-03-20 10:40:33 +07:00 |
|
jahorton
|
7e422acd1e
|
Fixes BannerManager use of ImageBanner. Issue: mobile OSK not resizing
|
2019-03-20 10:07:16 +07:00 |
|
Joshua Horton
|
79307c925b
|
Starts adding banner selection logic to the BannerManager.
|
2019-03-20 09:21:25 +07:00 |
|
Joshua A. Horton
|
b00e47fdfe
|
Start of the BannerManager class.
|
2019-03-19 15:48:41 +07:00 |
|
Darcy Wong
|
6a6b455e48
|
Remove unused file
|
2019-03-18 13:34:30 +07:00 |
|
Joshua A. Horton
|
16ea288b60
|
Adds ability for KMW to request predictions from the LMLayer.
|
2019-03-18 09:32:44 +07:00 |
|
Darcy
|
7fab8e729f
|
Start adding banner module
|
2019-03-14 15:42:38 +07:00 |
|
Joshua A. Horton
|
97bffb46d6
|
Adds 'modelchange' event, addresses PR comments.
|
2019-03-14 09:12:21 +07:00 |
|
Joshua A. Horton
|
ca8b0301a3
|
Sets up event infrastructure for predict/suggest messages.
|
2019-03-12 14:56:42 +07:00 |
|
Joshua A. Horton
|
a8d6e50b56
|
Addresses more PR review concerns, renames activateModel -> loadModel.
|
2019-03-07 08:46:22 +07:00 |
|
Joshua A. Horton
|
473ed67b29
|
Adds a 'config' state to the LMLayer worker.
|
2019-03-06 09:35:46 +07:00 |
|
Joshua A. Horton
|
aeae40ae21
|
Links KMW to the reworked LMLayer API.
|
2019-03-05 08:12:54 +07:00 |
|
Joshua A. Horton
|
9b1ad25537
|
Enhancing the new ModelManager.
|
2019-02-28 08:58:14 +07:00 |
|
Joshua A. Horton
|
89f8f88e1b
|
Initial work on KMW's ModelManager.
|
2019-02-27 12:19:47 +07:00 |
|