Commit graph

24978 commits

Author SHA1 Message Date
Marc Durdin
fcdd436484 chore(developer): rebuild fixtures with appropriate version of legacy compiler 2023-03-17 04:27:22 +07:00
Steven R. Loomis
cd47909570 feat(core): ldml repertoire test 🙀
- wip: conditional for hasStrings

For: #8435
2023-03-16 15:55:32 -05:00
Steven R. Loomis
ab614677ce feat(core): ldml repertoire test 🙀
- wip: simple lookup for an exact key

For: #8435
2023-03-16 15:49:00 -05:00
Steven R. Loomis
ec68f6ce0f feat(core): ldml repertoire test 🙀
- wip: right now passes, because it emits the repertoire text as it goes

For: #8435
2023-03-16 14:28:51 -05:00
Keyman Server
0e8970c772
Merge pull request #8455 from keymanapp/auto/version-master-17.0.70
auto: increment master version to 17.0.70
2023-03-17 01:02:51 +07:00
Keyman Build Agent
e1391d8db3 auto: increment master version to 17.0.70 2023-03-16 14:02:13 -04:00
Eberhard Beilharz
d0d524cf3d
Merge pull request #8452 from keymanapp/chore/linux/cherry-pick/changelog
chore(linux): Update debian changelog 🍒
2023-03-16 17:05:38 +01:00
Darcy Wong
21feadb955 Merge remote-tracking branch 'origin/master' into refactor/android/consoldiate-insert-text 2023-03-16 19:55:36 +07:00
Darcy Wong
df1c78a8b2
Merge pull request #8442 from keymanapp/fix/android/cleanup-builder
fix(android/engine): Add builder output for configure
2023-03-16 15:29:26 +07:00
Eberhard Beilharz
ee46f13521
chore(linux): Update debian changelog
(cherry picked from commit e7eb3fdf29)
2023-03-16 08:59:20 +01:00
sgschantz
4316a3ceea modifier conversion support for left and right alt and ctrl keys 2023-03-16 14:25:33 +07:00
Darcy Wong
b3cff7e7d3
Merge pull request #8430 from keymanapp/cherrypick/android/disable-browser
fix(android/app): Temporarily disable Keyman browser 🍒
2023-03-16 14:04:46 +07:00
Darcy Wong
f1eafe3d57 chore(android): Document builder script steps 2023-03-16 14:04:15 +07:00
Marc Durdin
18e102186e chore(developer): tooling to generate set of fixtures 2023-03-16 12:48:24 +07:00
Marc Durdin
d1c8061b5f chore: Merge branch 'feature-kmcompx' into chore/merge-master-into-kmcompx 2023-03-16 12:29:17 +07:00
Darcy Wong
17a04a7f9a feat(mac): Add Kibaku strings 2023-03-16 11:25:55 +07:00
Darcy Wong
e469a88996 chore(common): Update crowdin strings for Kibaku 2023-03-16 11:25:37 +07:00
Marc Durdin
e2f5491beb
Merge pull request #8444 from keymanapp/fix/developer/8443-model-compiler-error-parser-handle-missing-line-number
fix(developer): lm compiler handle missing line no in errors
2023-03-16 14:52:30 +11:00
Joshua A. Horton
f96fcaf194 chore(web): one simple review tweak (re performance) 2023-03-16 10:47:23 +07:00
Darcy Wong
13f2f476dc
Merge pull request #8446 from keymanapp/chore/web/clean-builder-echo
chore(web): Cleanup build echo
2023-03-16 10:30:23 +07:00
Darcy Wong
87cd20e664
Apply suggestions from code review
Co-authored-by: Marc Durdin <marc@durdin.net>
2023-03-16 10:27:35 +07:00
Darcy Wong
201fd26bb7 chore(web): Cleanup build echo 2023-03-16 10:07:59 +07:00
Marc Durdin
9db4cf2379 fix(developer): lm compiler handle missing line no in errors
Fixes #8443.

Will cherry-pick to stable-16.0.

The regex for matching error messages has an optional section for
the file/line detail (line 54):

```regex
^(?:(.+) \((\d+)\): )?<snip>
```

The code that parses the results did not account for this being
optional, which would cause a crash if the error message did not include
this information.
2023-03-16 09:38:50 +07:00
Darcy Wong
30859f8d2c chore(android/samples): Add todo comments for builder tests 2023-03-16 09:27:59 +07:00
Darcy Wong
3d57f17c83 fix(android/samples): Define empty builder test steps 2023-03-16 09:20:31 +07:00
Darcy Wong
83b10acfe7 fix(android/engine): Add builder output for configure 2023-03-16 08:52:00 +07:00
Steven R. Loomis
0693e6436d feat(core): ldml repertoire test 🙀
- icu4c as an optional dependency

For: #8435
2023-03-15 18:50:16 -05:00
Steven R. Loomis
3ca17be495 Merge remote-tracking branch 'upstream/master' into feat/developer-7234-vkey-value-epic-ldml 2023-03-15 17:59:17 -05:00
Keyman Server
7af12c27f9
Merge pull request #8440 from keymanapp/auto/version-master-17.0.69
auto: increment master version to 17.0.69
2023-03-16 01:03:16 +07:00
Keyman Build Agent
e38bcc1e63 auto: increment master version to 17.0.69 2023-03-15 14:02:37 -04:00
Darcy Wong
3ee0b8cc6b chore(android/engine): Remove InApp insertText 2023-03-15 14:40:36 +07:00
Darcy Wong
295c3cb7c1 refactor(android/engine): Update namespaces 2023-03-15 14:40:36 +07:00
Darcy Wong
c2ea8bdc53 refactor(android/engine): Copy system keyboard insertText 2023-03-15 14:40:36 +07:00
Eberhard Beilharz
23536af28c
Merge pull request #8423 from keymanapp/chore/linux/build.sh
chore(linux): Use dependency on core in ibus-keyman/build.sh
2023-03-15 08:39:28 +01:00
Joshua A. Horton
236ebc2f38 fix(web): app/webview now sets OSK's doCacheBusting 2023-03-15 13:31:35 +07:00
Joshua A. Horton
3732834a49 fix(web): fixes a method signature 2023-03-15 13:26:51 +07:00
Joshua A. Horton
18b6c83597 chore(web): minor toolchain tweak 2023-03-15 10:46:47 +07:00
Joshua A. Horton
c9a4c197ab fix(web): osk cachebusting for keyboard stylesheets 2023-03-15 10:30:46 +07:00
Joshua A. Horton
9c8c426a98 change(web): differentiated app-level configs, getDebugInfo 2023-03-15 10:18:36 +07:00
Steven R. Loomis
f0cc2b56e6
Merge pull request #8436 from keymanapp/fix/developer-8069/todo2-epic-ldml 2023-03-14 21:51:08 -05:00
Steven R. Loomis
f7e5b114cf
Merge pull request #8412 from keymanapp/chore/resources-7042-cldr-update-202303-epic-ldml 2023-03-14 21:50:17 -05:00
Joshua A. Horton
8dedc5cc77 change(web): css cache-bust, webview-mode default options 2023-03-15 09:29:00 +07:00
Joshua Horton
141ac61ff7
Merge pull request #8437 from keymanapp/fix/developer/compilers/bundling-es-target
fix(developer/compilers): locks esbuild target detection for kmc building
2023-03-15 09:10:46 +07:00
Joshua A. Horton
e4b9aae8aa fix(developer/compilers): locks esbuild target detection for kmc bundling 2023-03-15 09:06:41 +07:00
Joshua A. Horton
ebf100260b change(web): handling of embed/webview cache busting 2023-03-15 08:26:35 +07:00
Marc Durdin
409b722eb6
Merge pull request #8426 from keymanapp/fix/common-8419
fix(common): fix broken common/web/types cases 🙀
2023-03-15 11:33:44 +11:00
Marc Durdin
8c519861d9
Merge pull request #8431 from keymanapp/chore/common/common-test-build-configurations
chore(common): add common test build configurations
2023-03-15 11:33:16 +11:00
Steven R. Loomis
f7499238a2 fix(core): ldml more TODO-LDML fixes 🙀
- drop some TODO-LDMLs, document others.

For: #8069
2023-03-14 18:54:28 -05:00
Steven R. Loomis
769a6b9156 fix(core): ldml update fr-azerty for VKEY mapping 🙀
- update some vkey names, document why others are missing

For: #8413
2023-03-14 18:39:35 -05:00
Steven R. Loomis
0f99a62a4e fix(developer): ldml add KeysCompiler.hardwareLayers() 2023-03-14 18:14:24 -05:00