Commit graph

4544 commits

Author SHA1 Message Date
Joshua Horton
c4a1e4e0d6
Merge pull request #3824 from keymanapp/feat/common/models/applyCasing-use
feat(common/models): use of applyCasing for suggestions
2020-11-18 13:37:15 +07:00
Joshua Horton
69ab9a4f6b
Merge pull request #3770 from keymanapp/feat/common/models/applyCasing
feat(developer/compilers): compiler-side groundwork for applyCasing
2020-11-18 13:36:57 +07:00
jahorton
9dc222c05c refactor(common/models): common isLowSurrogate() 2020-11-18 10:13:09 +07:00
Keyman Build Agent
d5d3907212 auto: increment master version to 14.0.184 2020-11-17 13:01:06 -05:00
jahorton
598984bc54 chore(common/core/web): Merge branch 'master' into feat/common/core/web/input-processor-unit-tests 2020-11-17 13:11:10 +07:00
Joshua Horton
ad7a612b42
Merge pull request #3847 from keymanapp/fix/common/core/web/meta-key-handling
fix(common/core/web): meta key handling
2020-11-17 10:02:18 +07:00
jahorton
7e10c56354 docs(common): requested comment tweaks 2020-11-17 09:57:31 +07:00
jahorton
ad6489d9d3 chore(common): adds requested comments re: tentative META flag 2020-11-17 09:42:28 +07:00
jahorton
0843288f84 change(common/core/web): adds requested doc, reserved code 2020-11-17 09:38:55 +07:00
Keyman Build Agent
8aa14ddc86 auto: increment master version to 14.0.183 2020-11-16 13:01:13 -05:00
Darcy Wong
0e37e16167 chore(android): Merge remote-tracking branch 'origin/master' into feat/android/kmw-sentry 2020-11-16 13:11:19 +07:00
Joshua Horton
af2e4b1b6e
Merge pull request #3860 from keymanapp/fix/common/core/web/engine-context-tests
fix(common/core/web): Fixes engine-level context tests, adds notany cases
2020-11-16 12:19:52 +07:00
jahorton
069e22c0ad docs(common/core/web): regarding engine context test suite's design 2020-11-16 09:48:22 +07:00
jahorton
71b655ff73 docs(common/core/web): keyboard language code for engine test case scenarios 2020-11-16 09:06:00 +07:00
Darcy Wong
9942c5d2be chore(android): Merge remote-tracking branch 'origin/master' into feat/android/kmw-sentry 2020-11-16 08:17:27 +07:00
Keyman Build Agent
fad5d0f5fa auto: increment master version to 14.0.182 2020-11-13 13:01:03 -05:00
jahorton
6e8603ca7e feat(common/core/web): more notany tests 2020-11-13 14:59:25 +07:00
jahorton
7cdd1a5e59 fix(common/core/web): fixes engine context tests, adds notany+nil case 2020-11-13 14:46:05 +07:00
jahorton
041523cb85 fix(common/core/web): adds missing null-check 2020-11-13 12:52:01 +07:00
Joshua Horton
297efbbaf0
Merge pull request #3848 from keymanapp/fix/common/core/web/windows-unhandled-keys
fix(common/core/web): fixes no-output logic check, arrow keys
2020-11-13 08:21:01 +07:00
Keyman Build Agent
0dd08a5b7e auto: increment master version to 14.0.181 2020-11-12 15:26:26 -05:00
Keyman Build Agent
8e2772843d auto: increment master version to 14.0.180 2020-11-12 13:00:59 -05:00
jahorton
5ba0888cfd feat(web/engine): adds META modifier, filters mac meta hotkeys/shortcuts 2020-11-12 09:15:33 +07:00
jahorton
268e6db9ea fix(common/core/web): fixes no-output logic check, arrow keys 2020-11-12 08:57:35 +07:00
jahorton
f7869c48b3 fix(common/models): fixes non-nil context predict bug 2020-11-11 15:42:27 +07:00
jahorton
7ed6dd9e70 feat(common/core/web): adds casing-related integration tests 2020-11-11 15:02:22 +07:00
jahorton
5de62a96be chore(common/models): Merge branch 'feat/common/core/web/input-processor-unit-tests' into feat/common/models/integrated-suggestion-casing-tests 2020-11-11 11:57:56 +07:00
jahorton
a8c6b56e75 docs(common/models): documents aspect of unit test 2020-11-11 10:19:44 +07:00
jahorton
128e10e519 fix(common/models): restores unit tests 2020-11-11 10:18:22 +07:00
jahorton
33c4b048bc feat(common/models): corresponding unit tests 2020-11-11 10:07:54 +07:00
jahorton
e8322e0aa7 feat(common/models): properly casing partial suggestions 2020-11-11 10:07:29 +07:00
jahorton
d2586394c9 chore(common/models): CasingEnum -> CasingForm 2020-11-11 09:08:06 +07:00
jahorton
04032dabbb chore(common/models): Merge branch 'feat/common/models/applyCasing' into feat/common/models/applyCasing-use 2020-11-11 08:57:09 +07:00
jahorton
761494996b chore(common/models/types): CasingEnum -> CasingForm 2020-11-11 08:55:26 +07:00
Joshua Horton
cb42240360
chore: Update common/models/templates/src/common.ts
Co-authored-by: Eddie Antonio Santos <Eddie.Santos@nrc-cnrc.gc.ca>
2020-11-11 08:44:49 +07:00
Keyman Build Agent
c94de9e1b9 auto: increment master version to 14.0.179 2020-11-10 13:01:11 -05:00
jahorton
7f8fb5cbd0 fix(common/models): more post-merge patchwork 2020-11-10 10:36:26 +07:00
jahorton
301af0434a fix(common/models): post-merge test required id strip 2020-11-10 09:23:43 +07:00
jahorton
effd471dc6 fix(common/core/web): forgot to define a shell var 2020-11-10 08:56:06 +07:00
jahorton
25277eaa0e chore(common/core/web): Merge branch 'master' into feat/common/core/web/input-processor-unit-tests 2020-11-10 08:27:15 +07:00
jahorton
d614792df5 fix(common/core/web): ensures lexical-model-compiler is built for tests 2020-11-10 08:24:01 +07:00
Keyman Build Agent
0ad56db6c9 auto: increment master version to 14.0.178 2020-11-07 13:00:58 -05:00
Marc Durdin
f98e9b17dd
Merge pull request #3817 from keymanapp/fix/web/917-support-for-context-and-notany
fix(web): support for notany() and context()
2020-11-07 10:51:38 +11:00
jahorton
5b9dec7936 change(common/core/web): removes unused new resources 2020-11-06 16:11:22 +07:00
jahorton
69277feec1 feat(common/core/web): dynamically compiled model in auto test 2020-11-06 16:10:18 +07:00
jahorton
70d569a589 feat(common/models): LoadMessage refactor, model load from raw string (for tests) 2020-11-06 14:23:05 +07:00
Marc Durdin
477effe6a6 chore: address review comments on KCXO 2020-11-06 18:00:40 +11:00
jahorton
016b0587f2 feat(common/core/web): inputProcessor init tests 2020-11-06 09:57:46 +07:00
Keyman Build Agent
7c37caa0b9 auto: increment master version to 14.0.177 2020-11-05 13:01:12 -05:00
jahorton
2e9cfabd52 feat(common/core/web): better skip-deps flag handling 2020-11-05 15:27:16 +07:00