Commit graph

130 commits

Author SHA1 Message Date
jahorton
acc6f7456a fix(web): default BKSP output targeting 2020-01-31 15:33:19 +07:00
Darcy Wong
90c441857d fix(web): Update KMW so it doesn't process K_TAB for embedded 2020-01-30 10:30:19 +07:00
Darcy Wong
cbc243e30c fix(android): Move to kmwembedded.ts 2020-01-29 11:55:29 +07:00
Darcy Wong
5b7666e104 chore(android): add comment 2020-01-29 11:38:14 +07:00
Darcy Wong
62dae6bd50 fix(android): Fix K_TAB for external keyboard
Fixes #2540
2020-01-29 11:20:48 +07:00
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
Joshua Horton
868c29dc63
Merge pull request #2287 from keymanapp/web-2209-mnemonic-code-handling
fix(web): Fixes mnemonic code handling issues
2019-11-06 09:53:17 +07:00
jahorton
e448f45a63 fix(web): fixes mnemonic code handling issues 2019-11-04 14:17:40 +07:00
Joshua A. Horton
ef8c691381 fix(web): Adds bounds-check in output targets 2019-10-31 10:29:59 +07:00
Joshua A. Horton
35fec0e4f6 fix(web): Fixes #2261, filters nul when deleting context 2019-10-31 10:16:34 +07:00
jahorton
0a0ab9e1ac Updates notifyKeyboard and uses of KNS 2019-10-09 09:52:45 +07:00
jahorton
4c6014edc1 Better comment. 2019-10-04 11:07:05 +07:00
jahorton
73a6f04574 Blocks nextLayer store-sets during fat-finger cals 2019-10-04 11:04:47 +07:00
jahorton
ce5d6e70ce Updates Firefox-check for keymapping. Fixes #1694 2019-09-23 09:56:07 +07:00
jahorton
7ce05c8038 Adjustment to legacy API for OutputTarget compat 2019-09-20 14:02:23 +07:00
jahorton
5fec50c34e Helps to reference 'this' when creating aliases... 2019-09-20 12:51:22 +07:00
jahorton
04fa7e33d5 Adds capitalized equivalents for some legacy funcs 2019-09-20 12:33:11 +07:00
jahorton
09401eb4d3 Fixes lack of output from key 102 on touch devices 2019-09-09 08:36:49 +07:00
jahorton
59f0b9632f Fixes native-mode longpresses; no fatfingering yet 2019-08-29 11:43:27 +07:00
jahorton
c045d118e4 Fixes erroneous 'beep' from fat-finger processing 2019-08-29 11:42:54 +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
jahorton
35ae108add Fix for embedded Mock-targetted processing 2019-06-05 10:39:18 +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
Joshua Horton
f9dba49df6
Merge pull request #1803 from keymanapp/lmlayer-model-compositor
[LMLayer] The ModelCompositor
2019-05-31 14:32:35 +07:00
jahorton
2633292258 delete deadkey mutation tracking 2019-05-28 09:32:35 +07:00
jahorton
3c162d14b4 A bit of tidy-up work. 2019-05-28 09:25:25 +07:00
jahorton
c8aa355209 Integrates fat-finger alternates with LMLayer. 2019-05-27 15:26:43 +07:00
jahorton
45ae4e0cbc Fixes bksp handling in alternate generation. 2019-05-27 08:56:38 +07:00
jahorton
2f2ba2de00 Creates fat-finger 'alternates' for use in LMLayer 2019-05-24 15:20:16 +07:00
jahorton
fb76feae69 Splits keystroke processing from its management. 2019-05-24 13:29:50 +07:00
jahorton
8cb1523254 Mild refactor of getClickEventProperties 2019-05-24 12:48:38 +07:00
jahorton
47b327ba03 Prep for GetClickEventProperties refactor. 2019-05-24 08:45:57 +07:00
Joshua A. Horton
0bf410597b Disables the LMLayer when IE active and < 11. 2019-05-23 08:58:28 +07:00
jahorton
342770556c Notes important content for processKeystroke func 2019-05-21 12:18:03 +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