Joshua A. Horton
6dec90c868
chore(web): and another
2022-10-07 08:57:01 +07:00
Joshua A. Horton
c60f2f5d4e
chore(web): more dead code cleanup
2022-10-07 08:56:29 +07:00
Keyman Server
64c29654a3
Merge pull request #7416 from keymanapp/auto/version-master-16.0.77
...
auto: increment master version to 16.0.77
2022-10-07 05:17:20 +11:00
Keyman Build Agent
5dc53e25dd
auto: increment master version to 16.0.77
2022-10-06 14:16:44 -04:00
Sabine
2738052264
chore(developer): check for '_' after Errornumber in Filename
2022-10-06 16:38:49 +02:00
Sabine
d879761de7
chore(developer): change ErrExtra, change CompileMsg, change _finddata in FileExists
2022-10-06 16:33:52 +02:00
Eberhard Beilharz
3a0541d2e3
Merge pull request #7396 from keymanapp/chore/linux/6385_unnecessarySurrogateCheck
...
chore(linux): Cleanup unnecessary surrogate check
2022-10-06 10:09:05 +02:00
Darcy Wong
14b306e943
modify(android/engine): Stop logging if keyboard index not found
...
In displaying some language lists, it's expected for a languageID not to be found. (e.g. "Add languages to installed keyboard")
2022-10-06 15:08:04 +07:00
Darcy Wong
b11145c3ce
chore(android): Remove unnecessary build action
2022-10-06 14:26:30 +07:00
Marc Durdin
1dd4fe5315
chore(developer): enable source maps for kmc commands
...
Fixes #7408 .
For kmc*.cmd, enables source maps. If you are running kmc from node on
your own system, you may need to enable source maps in other ways.
Note that error reports should be going through to Sentry, and source
maps should already be used for those.
2022-10-06 17:48:22 +11:00
Darcy Wong
ba08ababfe
fix(android/engine): Fix casing of Samples path
2022-10-06 08:45:29 +07:00
Darcy Wong
619d833ccf
chore(android): Add temporary .build-builder file for CI
2022-10-06 07:12:33 +07:00
Keyman Server
0191d9a3ac
Merge pull request #7409 from keymanapp/auto/version-master-16.0.76
...
auto: increment master version to 16.0.76
2022-10-06 05:02:09 +11:00
Keyman Build Agent
5762cd6f68
auto: increment master version to 16.0.76
2022-10-05 14:01:30 -04:00
Sabine
b9acd28703
chore(developer): remove python from meson.build
2022-10-05 17:06:18 +02:00
Sabine
6b11fff8a9
chore(developer): revert changes in AddCompileMessage, tidy up CreateTempFile
2022-10-05 17:04:50 +02:00
Joshua A. Horton
0146b67038
chore(web): Merge branch 'master' into chore/web/more-script-updates
2022-10-05 15:32:52 +07:00
Joshua Horton
a8d0b540ce
Merge pull request #7405 from keymanapp/chore/common/builder-trap-chained-exit
...
chore(common): builder script maintenance
2022-10-05 15:31:41 +07:00
Joshua A. Horton
7f60cdab71
fix(common): builder unit-test script chmod+x
2022-10-05 14:33:07 +07:00
Darcy Wong
b083076b28
refactor(android): Use builder scripts
2022-10-05 10:39:34 +07:00
Joshua A. Horton
e347aeabfe
chore(common/models): minor tweaks per review
2022-10-05 09:04:23 +07:00
Joshua A. Horton
cc4f4cb56c
chore(common): builder script maintenance
2022-10-05 08:54:11 +07:00
Keyman Server
dd1d166e14
Merge pull request #7399 from keymanapp/auto/version-master-16.0.75
...
auto: increment master version to 16.0.75
2022-10-05 05:02:30 +11:00
Keyman Build Agent
880c14fca0
auto: increment master version to 16.0.75
2022-10-04 14:01:50 -04:00
Eberhard Beilharz
efbfaa1be4
chore(linux): Cleanup unnecessary surrogate check
...
Previously `process_unicode_char_action` checked for
`action_item->character` being a surrogate. This should never happen
because `action_item->character` is a 32-bit character. This change
removes the unnecessary check and the `keyman->firstsurrogate` field.
Fixes #6385 .
2022-10-04 19:24:58 +02:00
Sabine
4536dbfc91
chore(developer): include check for correct Filename + rename var + change whitespace changes
2022-10-04 14:22:08 +02:00
Sabine
d06cf43a73
chore(developer): delete files of keyboards/kmcompx_tests
2022-10-04 14:13:59 +02:00
Sabine
fa9a66b3ec
chore(developer): change mostly whitespace changes
2022-10-04 14:08:59 +02:00
Joshua A. Horton
089077d86d
chore(web): minor cleanup
2022-10-04 12:52:00 +07:00
Joshua A. Horton
482e743313
feat(web): adds mutationobserver to detect inputmode change, stores setting
2022-10-04 12:44:24 +07:00
Joshua A. Horton
d9cd488923
chore(web): Merge branch 'change/web/drop-touch-aliases' into change/web/drop-alignInputs
2022-10-04 12:43:09 +07:00
Joshua A. Horton
37f50e1b34
fix(web): element detachment on touch devices
2022-10-04 12:33:13 +07:00
Joshua A. Horton
a5c8293d27
chore(web): addresses some PR review concerns
2022-10-04 09:40:52 +07:00
Joshua A. Horton
d97b1eba3c
fix(common/models): pred-text build.sh ignored --ci option
2022-10-04 09:20:42 +07:00
Joshua A. Horton
750a266796
chore(common/models): adds 'flag' file for CI use
2022-10-04 08:51:01 +07:00
Joshua A. Horton
d9a4d49fcf
feat(common/models): pred-text library unit tests now emit CI-friendly reports
2022-10-04 08:48:56 +07:00
Darcy Wong
3a3aa806a6
Merge pull request #7388 from keymanapp/fix/android/no-basekey
...
fix(android/engine): Dismiss subkeys on multi-touch
2022-10-04 07:40:01 +07:00
Darcy Wong
6ce5e15137
Merge pull request #7390 from keymanapp/chore/android/add-toast-to-kmwlog
...
chore(android/engine): Display Toast notifications on Sentry errors
2022-10-04 07:24:38 +07:00
Keyman Server
aa87f50437
Merge pull request #7393 from keymanapp/auto/version-master-16.0.74
...
auto: increment master version to 16.0.74
2022-10-04 05:02:16 +11:00
Keyman Build Agent
364f5b52a9
auto: increment master version to 16.0.74
2022-10-03 14:01:39 -04:00
Sabine
0a99d6a32e
chore(developer): change mostly whitespace changes
2022-10-03 16:32:01 +02:00
Sabine
4141b90c33
chore(developer): move CERR-tests into test/keyboards/invalid
2022-10-03 15:50:58 +02:00
Joshua A. Horton
5660fbfd04
fix(web): top-level -ci flag wasn't chaining correctly
2022-10-03 15:23:08 +07:00
Joshua A. Horton
9f952cd6eb
chore(web): retools input-processor build, test scripts
2022-10-03 15:03:13 +07:00
Darcy Wong
8bd0a6ed51
fix(android/engine): Display Toast notifications on exceptions
2022-10-03 14:42:56 +07:00
Joshua A. Horton
4176605c37
chore(common/models): script doc tweak
2022-10-03 14:04:48 +07:00
Joshua A. Horton
066eede2df
fix(common): fixes trap error passing for npm-emitted errors
2022-10-03 12:45:57 +07:00
Joshua A. Horton
dd9d773720
chore(common/models): lmlayer build.sh now builder-based
2022-10-03 12:45:23 +07:00
Joshua A. Horton
a2c9e7e514
chore(common/models): lmlayer tests now builder-based
2022-10-03 10:59:00 +07:00
Darcy Wong
b0b2e72670
chore(android/engine): Update the displayed kmp filename in the Toast
2022-10-03 10:38:24 +07:00