Commit graph

24978 commits

Author SHA1 Message Date
Eddie Antonio Santos
9b90c5e06e
Insert hacky code to make current lexical-model stuff working. 2019-03-28 13:45:36 -06:00
Eddie Antonio Santos
f28a657f41
Things are more work-y... 2019-03-28 10:26:34 -06:00
Eddie Antonio Santos
3816104c9e
Merge pull request #1701 from keymanapp/lmlayer-package-main
[LMLayer] Allow LMLayer to be imported as a Node module
2019-03-28 09:16:01 -06:00
Eddie Antonio Santos
9e78353d19
Merge pull request #1700 from keymanapp/lmlayer-update-deps
[LMLayer] Update dependencies based on npm audit
2019-03-28 09:15:39 -06:00
Darcy Wong
fefdc7b7c8
Merge pull request #1699 from keymanapp/android-register-model
[Android] Store a lexical models list and register lexical models to KMW
2019-03-28 15:58:28 +07:00
Darcy Wong
00a97a68c1 Remove commented code 2019-03-28 15:53:07 +07:00
Joshua A. Horton
577075d6ab Fixes #predict unit test. 2019-03-28 15:04:58 +07:00
Joshua A. Horton
446182862e Adds BannerSuggestion.apply to KMW. 2019-03-28 10:26:22 +07:00
Joshua A. Horton
66bf2856f5 For Suggestion application: OutputTarget.restoreTo 2019-03-28 10:10:10 +07:00
Darcy Wong
93a8c84de3 log exception when model fails to register 2019-03-27 13:35:54 +07:00
Darcy Wong
8cea2e07d7 Fix modelSpec passed for registration
* Also read in lexical models list
2019-03-27 10:37:10 +07:00
jahorton
6da4c78161 Extremely rough rip-out-and-replace for the banner 2019-03-27 09:17:10 +07:00
Darcy Wong
36f8edb875 Remove unneeded enable
Remove setting `modelManager.enable = true;`
2019-03-27 08:33:30 +07:00
Eddie Antonio Santos
49478737fa
Move CLI to common/test/predictive-text/ 2019-03-26 16:09:54 -06:00
Eddie Antonio Santos
6179b603b1
Starting to make the CLI load the file in Node. 2019-03-26 14:34:42 -06:00
Eddie Antonio Santos
b000fa1bb2
Allow LMLayer to be imported as a Node module. 2019-03-26 13:10:35 -06:00
Eddie Antonio Santos
d202c478ec
Update dependencies based on npm audit. 2019-03-26 11:07:29 -06:00
Darcy Wong
7ea8da554f Add associated lexical model 2019-03-26 16:40:20 +07:00
Darcy Wong
67a43243b7 Start integrating lexical model installs to KMW 2019-03-26 16:22:03 +07:00
Darcy Wong
75fb17fb90
Merge pull request #1677 from keymanapp/web-suggestion-ui
[Web] Add suggestion banner to OSK
2019-03-26 06:07:35 +07:00
Marc Durdin
c2b1e01100 [web] Grrr promise notation still trips me up sometimes 2019-03-25 21:47:22 +11:00
Marc Durdin
f1c434ef0d [web] More error robustness 2019-03-25 19:03:11 +11:00
Darcy Wong
e46c53da3c Remove enable property
* Not needed for banner
2019-03-25 13:27:40 +07:00
Marc Durdin
9ca8358a2b [web] Fixup save not waiting on promise; more robustness on errors 2019-03-25 17:24:00 +11:00
Marc Durdin
6f9faa3b6e [web] Typo in error handler 2019-03-25 16:06:58 +11:00
Darcy Wong
5df8d05e42 Revert KMEA dimens 2019-03-25 11:56:11 +07:00
Darcy Wong
cd902e0a2b Fix formatting
* Fix header comment
* Adjust documentation to columns ~80
2019-03-25 11:37:14 +07:00
Marc Durdin
ebf2b266c6 [web] Add regression test suite 2019-03-25 15:10:57 +11:00
Marc Durdin
8ca086d298 [Developer] Add version metadata to kmanalyze 2019-03-25 14:49:36 +11:00
Marc Durdin
0550049e90 Generate JSON instead of JS 2019-03-25 14:49:36 +11:00
Marc Durdin
0361013462 [Developer] Add kmanalyze tool 2019-03-25 14:49:26 +11:00
Marc Durdin
509c20d55c [Developer] Add kmanalyze tool 2019-03-25 14:48:59 +11:00
Darcy Wong
ba06d8209c Set banner height to 0 if undefined 2019-03-25 10:41:52 +07:00
Darcy Wong
d26796d814 Merge branch 'master' into web-suggestion-ui 2019-03-25 09:48:21 +07:00
Darcy Wong
29f6095ca2 Update KMW suggestion width 2019-03-25 09:35:07 +07:00
Darcy Wong
01ffff5cf5 Change suggestion width to number 2019-03-25 09:20:32 +07:00
Joshua Horton
01f3de252e
Merge pull request #1683 from keymanapp/web-layout-abstraction
[Web] Layout abstraction
2019-03-25 09:11:36 +07:00
Darcy Wong
3eed08529c
Merge pull request #1688 from keymanapp/web-banner-cleanup
Cleanup banner
2019-03-25 09:01:07 +07:00
Darcy Wong
67cf3fdc00 Clean up height / visible properties
Per review comment, use `height` to determine banner visibility
2019-03-25 08:57:16 +07:00
Darcy Wong
016214a1a2 Fix access when invalidating/updating suggestions 2019-03-23 10:53:32 +07:00
Darcy Wong
55d86a979d Cleanup 2019-03-22 15:23:30 +07:00
Joshua A. Horton
0188c237b7 Adds TSDoc comments to BannerManager's methods. 2019-03-22 14:59:14 +07:00
Joshua Horton
75cfdb7220
Merge pull request #1687 from keymanapp/web-model-manager-tweaks
[Web] ModelManager tweaks
2019-03-22 14:42:48 +07:00
Joshua A. Horton
a8e69a3a60 Further fixes BannerManager and OSKManager. 2019-03-22 14:30:33 +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
Darcy Wong
535fc38917
Merge pull request #1681 from keymanapp/web-suggestion-banner
[Web] Create suggestion elements
2019-03-22 09:26:52 +07:00
Darcy Wong
94781dcaad Revert bannerManager line 2019-03-22 09:13:37 +07:00
Joshua Horton
bde54c756d
Merge pull request #1685 from keymanapp/web-banner-manager-docs
[Web] BannerManager docs
2019-03-22 09:12:18 +07:00
Joshua A. Horton
43977b103d Adds PR docs as JS docs for BannerManager. 2019-03-22 08:46:52 +07:00