Commit graph

33096 commits

Author SHA1 Message Date
Marc Durdin
fc7677f064
Merge pull request #10493 from keymanapp/fix/developer/10490-sentry-cli-boilerplate
fix(developer): sentry-cli no longer injects into .d.ts 🌱
2024-01-25 10:21:24 +11:00
Steven R. Loomis
16f7dc8cbc
Merge pull request #10484 from keymanapp/fix/common/ldml-err-typo
fix(common): ldml: fix typo in kmc error message 🙀
2024-01-24 14:36:21 -06:00
Sabine
0e20c3e34e feat(linux): mcompile-dk shrink contents of alDead 2024-01-24 19:12:07 +01:00
Keyman Server
7a05723a10
Merge pull request #10500 from keymanapp/auto/version-master-17.0.252
auto: increment master version to 17.0.252
2024-01-25 01:02:48 +07:00
Keyman Build Agent
4ace58bab9 auto: increment master version to 17.0.252 2024-01-24 13:02:20 -05:00
Eberhard Beilharz
e33d5effdd
chore(linux): Fix changelog
Should be a new version...
2024-01-24 17:42:41 +01:00
Eberhard Beilharz
052ac3eae3
chore(linux): Update changelog 2024-01-24 17:33:50 +01:00
Eberhard Beilharz
29c71253db
chore(core): Update debian package to use webkit2 4.1
Ubuntu 20.04 Focal doesn't have webkit2 4.1. The API is the same as
with 4.0, so we use that if we can't find 4.1.
2024-01-24 16:47:22 +01:00
Sabine
53d6f021e2 feat(linux): mcompile-dk more KMX_TranslateDeadkeyKey 2024-01-24 16:08:04 +01:00
Sabine
5a816ec3c5 feat(linux): mcompile-dk KMX_TranslateDeadkeyKey 2024-01-24 15:46:19 +01:00
Eberhard Beilharz
c713cd02cc
refactor(linux): address code review comments 2024-01-24 14:27:43 +01:00
Sabine
bbf3b39201 feat(linux): mcompile newFunc create_alDead, class Deadkey to .h 2024-01-24 10:44:35 +01:00
Marc Durdin
4f25e80ccb
Merge branch 'fix/developer/10456-ldml-keyboard-editor-font' into refactor/developer/10214-debugger-app-context 2024-01-24 19:39:45 +11:00
Marc Durdin
d6a9c74762
Merge branch 'fix/developer/10457-ldml-keyboard-editor-xml-mode' into fix/developer/10456-ldml-keyboard-editor-font 2024-01-24 19:39:30 +11:00
Marc Durdin
49b0c826ce
Merge branch 'feat/developer/10420-ldml-keyboard-test' into fix/developer/10457-ldml-keyboard-editor-xml-mode 2024-01-24 19:39:15 +11:00
Marc Durdin
5111e5b32b
Merge pull request #10359 from keymanapp/chore/developer/10357-ngrok-v3
chore(developer): upgrade ngrok to v3
2024-01-24 19:29:02 +11:00
Marc Durdin
e8cf7bf89c
Merge branch 'epic/core/9999-normalization' into feat/developer/10420-ldml-keyboard-test 2024-01-24 18:12:43 +11:00
Marc Durdin
e10c0f5fc3
Merge pull request #10492 from keymanapp/fix/common/10486-preserve-const-enums
fix(common): preserve const enums in tsc build 🌱
2024-01-24 18:12:26 +11:00
Marc Durdin
511277de67
Merge branch 'fix/common/10486-preserve-const-enums' into fix/developer/10490-sentry-cli-boilerplate 2024-01-24 18:11:59 +11:00
Darcy Wong
4cffe74900 chore(android/app): Move scope of newConfig 2024-01-24 14:02:28 +07:00
Darcy Wong
72bcb30545 chore(android/engine): Revert KMKeyboard change 2024-01-24 13:32:42 +07:00
Marc Durdin
f1a9ccac03 chore(developer): --enable-source-maps parameter for kmc wrapper
Fixes #10487.

In Keyman Developer's wrapper of kmc, we now accept
`--enable-source-maps` as the first parameter to pass to kmc. We do not
enable source maps by default because they have a performance penalty.
2024-01-24 13:23:21 +07:00
Darcy Wong
4718b5bb20 refactor(android/engine): Refactor detection of device orientation 2024-01-24 12:53:57 +07:00
Darcy Wong
4785c6bf01 fix(android/engine): Try other settings to fix OSK width 2024-01-24 12:53:57 +07:00
Darcy Wong
338a8ac046 fix(android/app): Apply resizeableActivity to entire app 2024-01-24 12:53:57 +07:00
Marc Durdin
11359737f3 chore(developer): remove ngrok region entirely 2024-01-24 12:16:10 +07:00
Marc Durdin
de4897213d
Merge pull request #10436 from keymanapp/feat/developer/10135-create-ldml-keyboard-project
feat(developer): New LDML Keyboard Project form 🌱
2024-01-24 15:41:18 +11:00
Marc Durdin
e8e47c0c5f
Merge pull request #10433 from keymanapp/refactor/core/10431-remove-unused-core-context-apis
refactor(core): remove unused context APIs 🌱
2024-01-24 15:41:07 +11:00
Marc Durdin
a69f7d3058
Merge pull request #10489 from keymanapp/fix/developer/10485-missing-imports
fix(developer): include ldml techpreview imports in msi 🌱
2024-01-24 15:40:57 +11:00
Marc Durdin
d2b3ef1b58 chore(developer): preserve const enums in kmc-kmn 2024-01-24 11:29:43 +07:00
Marc Durdin
07d3e9981d chore: test preserveConstEnums in common/web/types only 2024-01-24 10:55:31 +07:00
Marc Durdin
e04db1da27 fix(developer): sentry-cli no longer injects into .d.ts
Fixes #10490.

Note that the default is to inject into .js, .mjs, .cjs, so we don't
need to override that.
2024-01-24 10:22:08 +07:00
Marc Durdin
2aa640e7e0 fix(common): preserve const enums in tsc build
Fixes #10486.
2024-01-24 10:18:50 +07:00
Marc Durdin
9d47490e2f chore(developer): one component per file 2024-01-24 10:17:32 +07:00
Marc Durdin
525eed8a34 chore(developer): duplicate id in wxs 2024-01-24 09:42:36 +07:00
Marc Durdin
4188a3ff4b fix(developer): include ldml techpreview imports in msi
Fixes #10485.
2024-01-24 08:15:27 +07:00
Marc Durdin
4906545e31
Merge branch 'epic/core/9999-normalization' into refactor/core/10431-remove-unused-core-context-apis 2024-01-24 12:14:11 +11:00
rc-swag
db18917a63 feat(windows): project file listing updated 2024-01-24 08:00:10 +10:00
rc-swag
e29e212eaf feat(windows): WIP - leave commit so work not lost 2024-01-24 07:58:45 +10:00
Jeremy Bícha
7ea8d9648b chore(linux): Build with webkitgtk 4.1 instead of 4.0 2024-01-23 14:40:57 -05:00
Keyman Server
c494581117
Merge pull request #10482 from keymanapp/auto/version-master-17.0.251
auto: increment master version to 17.0.251
2024-01-24 01:04:38 +07:00
Keyman Build Agent
8e7c730c9f auto: increment master version to 17.0.251 2024-01-23 13:04:06 -05:00
Joshua Horton
6d79aa078f
Merge pull request #10445 from keymanapp/fix/android/hardware-mnemonic-mapping 2024-01-24 00:20:31 +07:00
Eberhard Beilharz
372af218ca
refactor(linux): Use km_core_state_action_items struct instead of queue
Implements #10353.
2024-01-23 17:05:49 +01:00
Steven R. Loomis
ea59f0d596 fix(common): ldml: fix typo in kmc error message 🙀
- stray dot in the pathname, it's not a regex!
2024-01-23 09:44:52 -06:00
Steven R. Loomis
237001f7be
Merge pull request #10443 from keymanapp/feat/developer/10317-dev-nfd-epic-ldml
feat(developer): marker normalization in .ts 🙀
2024-01-23 07:32:08 -06:00
Darcy Wong
495d63dcc6
Merge pull request #10465 from keymanapp/fix/android/extra-globe
fix(android/engine): Skip final globe key action
2024-01-23 19:47:14 +07:00
sgschantz
323f60b5f2 respond to review comments, change subsystem names 2024-01-23 14:26:24 +07:00
Joshua A. Horton
fc1d90ee61 docs(web): adds compare/contrast comments for related recent unit-test sets 2024-01-23 14:12:28 +07:00
Joshua A. Horton
e9becef82a feat(web): rule processing unit tests for mnemonic, KMW 1.0 keyboard formats 2024-01-23 14:02:37 +07:00