Commit graph

8553 commits

Author SHA1 Message Date
Eddie Antonio Santos
cd9a588a3a
fix(common/models): include models-templates in the compilation unit 2020-05-20 14:25:12 -06:00
Eddie Antonio Santos
417173fb69
change(common/models/templates): load @keymanapp/web-utils correctly 2020-05-20 14:16:50 -06:00
Eddie Antonio Santos
ffba083c89
fix(web/utils): typo in package.json key 2020-05-20 14:10:38 -06:00
Eddie Antonio Santos
71fc201ccd
Merge branch 'master' into common/lmlayer/refactor-extra-package-lm-models 2020-05-20 14:02:40 -06:00
Eddie Antonio Santos
204b76522f
Merge pull request #3145 from keymanapp/change/web/utils/add-type-declaration
change(web/utils): add and distribute type declaration
2020-05-20 12:04:01 -06:00
Eddie Antonio Santos
509d881f69
style(web/utils): fix indent (again???) 2020-05-20 10:47:46 -06:00
Eddie Antonio Santos
268cbb840c
change(web/utils): build .js and .d.ts before packaged 2020-05-20 10:30:19 -06:00
Eddie Antonio Santos
4e75d21182
change(web/utils): generate .d.ts file 2020-05-20 10:27:57 -06:00
Eddie Antonio Santos
d0103fcaab
style(web/utils): autoindent tsconfig.json 2020-05-20 10:23:16 -06:00
Eddie Antonio Santos
4fb4bbcda4
change(common/models/templates): remove placeholder module and its test 2020-05-20 10:09:37 -06:00
Eddie Antonio Santos
1e4bf68929
refactor(common/models/templates): extract function: getDefaultWordBreaker() 2020-05-20 10:06:55 -06:00
Eddie Antonio Santos
c30ed3730f
fix(common/models/templates): add missing helper functions 2020-05-20 10:04:33 -06:00
Eddie Antonio Santos
54e3298f6a
chore(common/models/templates): add runtime dependency on @keymanapp/models-wordbreakers 2020-05-20 09:59:51 -06:00
Eddie Antonio Santos
48764b8e9e
chore(common/models/templates): get build and deps correct 2020-05-20 09:50:16 -06:00
Eddie Antonio Santos
b7d12180a2
chore(common/models): reorganize some dependencies 2020-05-20 09:43:14 -06:00
Eddie Antonio Santos
81577e6619
refactor(common/models/templates): move to correct folder 2020-05-20 09:39:07 -06:00
Eddie Antonio Santos
1bdf9ee800
Merge branch 'master' into common/lmlayer/refactor-extra-package-lm-models 2020-05-20 09:32:17 -06:00
Eddie Antonio Santos
e7d5c05a2e
Merge pull request #3143 from keymanapp/refactor/common/models/types/rename-models-types
refactor(common/models/types): rename @keymanapp/lexical-model-types => @keymanapp/models-types
2020-05-20 08:58:32 -06:00
Joshua Horton
7742bfdb37
Merge pull request #3122 from keymanapp/feat/web/sentry-start
feat(web): starts proper KMW Sentry integration
2020-05-20 15:21:12 +07:00
Joshua Horton
3aaebc44d7
Merge branch 'master' into feat/web/sentry-start 2020-05-20 15:21:04 +07:00
Marc Durdin
eea7da04c4
Merge pull request #3139 from keymanapp/chore/common/scopes
chore(common/resources): cleanup scopes
2020-05-20 16:27:19 +10:00
Darcy Wong
00cd0aa4e1
Merge pull request #3113 from keymanapp/modify/android/use-keyboards-list-json
modify(android): Refactor KeyboardPickerActivity
2020-05-20 13:17:58 +07:00
Marc Durdin
8bc5cdf414
Merge pull request #3138 from keymanapp/fix/developer/3004-sentry-startup-crash
fix(developer): crash when developer starts
2020-05-20 13:15:22 +10:00
Marc Durdin
4e7ffb09bc chore(common): Merge branch 'master' into chore/common/scopes 2020-05-20 13:14:12 +10:00
Marc Durdin
9c4db22219 chore(common/resources): cleanup 2020-05-20 12:27:47 +10:00
Marc Durdin
b69490ea39 fix(common/resources): allow custom commit-msg-defs 2020-05-20 12:25:58 +10:00
Marc Durdin
10510b4be0 chore: address review comments 2020-05-20 12:16:28 +10:00
Eddie Antonio Santos
1160ab3496
chore(developer/compiler): depend on new @keymanapps/models-types package 2020-05-19 19:52:50 -06:00
Eddie Antonio Santos
76ed4aeb0a
docs(common): update npm-packages.md 2020-05-19 19:47:32 -06:00
Eddie Antonio Santos
7e07699a27
docs(common/lmlayer): update to reflect new package name 2020-05-19 19:43:57 -06:00
Eddie Antonio Santos
8df4948e68
chore(common/lmlayer): let modeling layer depend on new models-types package 2020-05-19 19:35:09 -06:00
Eddie Antonio Santos
40d5adae75
chore(common/lmlayer): have wordbreakers depend on renamed types package 2020-05-19 19:30:49 -06:00
Eddie Antonio Santos
b35b73e47f
change(common/lmlayer): add a stub package where the old one used to be 2020-05-19 19:26:21 -06:00
Eddie Antonio Santos
b91d7d5388
refactor(common/lmlayer): move @keymanapp/models-types to its new home 2020-05-19 19:14:15 -06:00
Marc Durdin
13c671370f docs: add link to scopes doc 2020-05-20 07:55:01 +10:00
Eddie Antonio Santos
cc1abb1dff
Merge pull request #3125 from keymanapp/refactor/common/lmlayer/factor-out-word-breakers
refactor(common/models): factor out word breakers to their own package
2020-05-19 15:31:25 -06:00
Eddie Antonio Santos
3cc8ee2399
docs(common/models): Apply suggestions from code review
Co-authored-by: Marc Durdin <marc@durdin.net>
2020-05-19 15:30:43 -06:00
Eddie Antonio Santos
44ce9e8afc
test(common/lmlayer): let file only contain Trie/default WB integration tests 2020-05-19 15:26:16 -06:00
Eddie Antonio Santos
6909ebff59
fix(common/lmlayer): restore 'default-word-breaker.js' tests 2020-05-19 15:21:54 -06:00
Marc Durdin
9b5998af44 fix(common/resources): add web/bookmarklet, rename common/models 2020-05-20 07:21:43 +10:00
Eddie Antonio Santos
e84ffb86af
docs(common/lmlayer): correct package name in README 2020-05-19 15:17:46 -06:00
Eddie Antonio Santos
c9cf605833
fix(common/lmlayer): remove unused reference for placeholder word breaker 2020-05-19 15:10:41 -06:00
Eddie Antonio Santos
a4dae62817
refactor(common/lmlayer): move default word breaker to models-wordbreakers package 2020-05-19 15:07:06 -06:00
Eddie Antonio Santos
940639abf9
test(common/lmlayer): adjust default word breaker tests to work with namespaces 2020-05-19 15:05:57 -06:00
Eddie Antonio Santos
0baf04ae06
refactor(common/lmlayer): move placeholder wordbreaker to models-wordbreakers 2020-05-19 15:04:29 -06:00
Eddie Antonio Santos
6af00a3358
test(common/lmlayer): correct expected output of placeholder word breaker 2020-05-19 15:03:43 -06:00
Eddie Antonio Santos
af343138cf
test(common/lmlayer): placeholder word breaker 2020-05-19 15:00:43 -06:00
Eddie Antonio Santos
349adaf9f2
change(common/lmlayer): include word breakers from separate package 2020-05-19 14:58:31 -06:00
Eddie Antonio Santos
e98ae7d7a1
fix(common/lmlayer): add @types/node to @keymanapp/models-wordbreaker to prevent failure 2020-05-19 14:57:55 -06:00
Eddie Antonio Santos
1bd4f6e94d
fix(common/lmlayer): forgot to remove ascii-word-breaker 2020-05-19 14:48:21 -06:00