Commit graph

24978 commits

Author SHA1 Message Date
Joshua A. Horton
9c2e2b580b chore(android): oh right, .gitignore update 2023-12-19 14:42:01 +07:00
Joshua A. Horton
a2305c8f46 change(web): Android engine now includes both ES5 and ES6 KMW versions 2023-12-19 14:41:49 +07:00
Joshua A. Horton
1ba5a2167b fix(web): fixes multi-part gestures 2023-12-19 14:36:07 +07:00
Joshua A. Horton
90ecdf38f8 fix(web): adds Symbol, Map polyfill for main Web 2023-12-19 14:17:46 +07:00
sgschantz
e62dd67273 comment changes 2023-12-19 12:47:41 +07:00
rc-swag
4246c7ad40
Merge pull request #10230 from keymanapp/fix/core/clear-core-context-invalidate
fix(core): clear core context on invalidate cache
2023-12-19 15:25:13 +10:00
Joshua A. Horton
f723f14fc3 chore(web): a bit more cleanup 2023-12-19 10:12:25 +07:00
Joshua A. Horton
f78eeaae34 chore(web): changes per review comments 2023-12-19 10:11:39 +07:00
Joshua A. Horton
b824fb96ef fix(web): defaultShift null-guard 2023-12-19 10:05:01 +07:00
Joshua A. Horton
5eb787bac6 fix(web): default multitap logic conditions on and affects both default and shift layers 2023-12-19 09:50:38 +07:00
Darcy Wong
7f71cf77b6
Merge branch 'master' into fix/fv/keyboards-csv 2023-12-19 09:45:58 +07:00
rc-swag
268061f821
Merge branch 'master' into fix/core/clear-core-context-invalidate 2023-12-19 11:12:49 +10:00
rc-swag
50d5da71b9
Merge pull request #10279 from keymanapp/fix/web/unbreak-epic-ldml
fix(web): unbreak some ts paths
2023-12-19 11:12:17 +10:00
Steven R. Loomis
6364adceeb fix(web): unbreak some ts paths 2023-12-18 17:23:39 -06:00
rc-swag
1cb288144c chore(core): Merge branch 'master' into fix/core/clear-core-context-invalidate 2023-12-19 09:13:43 +10:00
Steven R. Loomis
296421f0af
Merge branch 'master' into feat/developer/9451-key-not-found-epic-ldml 2023-12-18 17:06:18 -06:00
Keyman Server
83dbc71316
Merge pull request #10277 from keymanapp/auto/version-master-17.0.233
auto: increment master version to 17.0.233
2023-12-19 01:02:44 +07:00
Keyman Build Agent
ed5ba9f4c1 auto: increment master version to 17.0.233 2023-12-18 13:02:11 -05:00
Joshua Horton
84a8393602
Merge pull request #10270 from keymanapp/feat/web/held-bksp-highlighting 2023-12-18 23:20:49 +07:00
rc-swag
deceabd5c3
fix(windows): review comments and suggestions
Co-authored-by: Eberhard Beilharz <ermshiperete@users.noreply.github.com>
2023-12-18 20:39:16 +10:00
Shawn Schantz
3eb44b845a
Merge pull request #10271 from keymanapp/fix/mac/invalid-context-test
fix(mac): unit tests should expect core context clear after invalidate
2023-12-18 15:52:12 +07:00
sgschantz
ccee68cf13 load persisted options and enable unit test 2023-12-18 15:50:39 +07:00
Joshua A. Horton
23d6dda22c feat(web): es6 artifact for app/webview - required extra changes to do well 2023-12-18 15:41:16 +07:00
Joshua A. Horton
1513582fb5 fix(web): es5 lm-worker bundling 2023-12-18 15:30:28 +07:00
Joshua A. Horton
b95051bd95 fix(web): transplanted layout methods must be @Enumerable for ES6 bundling 2023-12-18 15:24:11 +07:00
Joshua A. Horton
e05add971f chore(web): Merge branch 'change/web/build-bundler-replacement' into feat/web/es6-target-artifact 2023-12-18 15:03:04 +07:00
Joshua A. Horton
5ecd95bd2b fix(web): had missed tools/testing/recorder bundling 2023-12-18 15:02:29 +07:00
Joshua A. Horton
ba3dbbea14 feat(web): lm-worker now produces ES5 + ES6 targets 2023-12-18 10:56:13 +07:00
Joshua A. Horton
927aaf614b feat(web): build:app/browser now produces ES5 + ES6 targets 2023-12-18 10:44:54 +07:00
Joshua A. Horton
05162e7aac chore(web): keepNames for ES6 2023-12-18 10:32:37 +07:00
Joshua A. Horton
a293afcf2b chore(web): better bundle-config definition 2023-12-18 10:32:36 +07:00
Joshua A. Horton
99481d64ed feat(web): lm-worker es6-bundling 2023-12-18 10:32:36 +07:00
Joshua A. Horton
f6e77a3736 feat(web): alternate artifact - es6-bundled Web
Does not affect the worker.

Bundling is in a temp-script and not properly connected to our actual build infrastructure.
2023-12-18 10:32:35 +07:00
Joshua A. Horton
3230612d9a change(web): final KMW-bundler script cleanup 2023-12-18 10:23:28 +07:00
Joshua A. Horton
b34a020990 change(web): keyboard-processor bundler script use 2023-12-18 10:13:31 +07:00
Joshua A. Horton
df2436b5c4 change(web): converts most of lower-level Web module scripts 2023-12-18 10:08:07 +07:00
Joshua A. Horton
d0edbf03fe fix(web): __assign treeshaking 2023-12-18 10:08:07 +07:00
Joshua A. Horton
b5d97070e5 change(web): converts Web's engine/ targets 2023-12-18 10:08:00 +07:00
Joshua A. Horton
5109b03236 feat(web): adds highlighting to BKSP while held 2023-12-18 09:19:22 +07:00
sgschantz
af850007cc fix unit tests for core update 2023-12-18 09:09:07 +07:00
Darcy Wong
28b904c6e6 fix(oem/fv): Add fv_hulquminum_combine 2023-12-16 12:07:17 +07:00
Steven R. Loomis
977c54c6a0
Merge branch 'master' into feat/developer/9451-key-not-found-epic-ldml 2023-12-15 18:07:10 -06:00
Steven R. Loomis
1b944e7578 feat(developer): update to basic.txt for key-not-found 🙀
- rest of keys.
- found that the reserved gap key was 1/10th width, but fixed

For #9451
2023-12-15 18:02:06 -06:00
Keyman Server
a84e5202d9
Merge pull request #10268 from keymanapp/auto/version-master-17.0.232
auto: increment master version to 17.0.232
2023-12-16 01:03:26 +07:00
Keyman Build Agent
d9cf0fe5b8 auto: increment master version to 17.0.232 2023-12-15 13:02:53 -05:00
Joshua A. Horton
61a7fb5c52 change(web): also does app/webview, app/ui 2023-12-15 15:13:36 +07:00
sgschantz
5019904932 recalculate compliance on context change, improve auto detection of compliance 2023-12-15 15:11:41 +07:00
Eberhard Beilharz
3cde93d56a
Merge pull request #10250 from keymanapp/chore/web/attachmentTests
chore(web): Add unit tests for `pageContextAttachment`
2023-12-15 08:13:50 +01:00
Joshua A. Horton
435bfec4e5 change(web): app/browser now uses common bundler script 2023-12-15 14:13:44 +07:00
Eberhard Beilharz
69993f608e
Merge pull request #10233 from keymanapp/fix/web/8848_Inputs
fix(web): Fix types that listInputs and isKMWInput accept
2023-12-15 08:13:25 +01:00