Commit graph

33476 commits

Author SHA1 Message Date
Meng-Heng
052c8b611b docs: apply @srl296 suggestions 2025-07-29 15:25:22 +07:00
Meng-Heng
761aa6e291 Merge branch 'master' of https://github.com/keymanapp/keyman into docs/bcp47 2025-07-29 14:54:19 +07:00
Darcy Wong
d694ab0889 fix(android): Update compileSdk to 35 2025-07-29 10:07:18 +07:00
Keyman Server
a816219778
Merge pull request #14422 from keymanapp/auto/version-master-19.0.93
auto: increment master version to 19.0.93
2025-07-28 11:02:30 -07:00
Keyman Build Agent
3bd6ee18a0 auto: increment master version to 19.0.93 2025-07-28 14:02:03 -04:00
Eberhard Beilharz
73605727a0
Update developer/src/kmcmplib/tests/gtest-compiler.tests.cpp
Co-authored-by: Marc Durdin <marc@durdin.net>
2025-07-28 15:01:13 +02:00
rc-swag
be5e20dab7
Merge pull request #14358 from keymanapp/fix/windows/14342/invalid-data-type-for-regkey
fix(windows): add check a fix for registry datatypes
2025-07-28 21:01:25 +10:00
Eberhard Beilharz
6c56eb82fa
Merge pull request #14408 from keymanapp/docs/linux/testsvcreadme 2025-07-28 09:26:43 +02:00
Eberhard Beilharz
ab060806ef
Merge pull request #14407 from keymanapp/refactor/linux/commoninclude 2025-07-28 09:26:27 +02:00
Eberhard Beilharz
fc5eacd07b
Merge pull request #14409 from keymanapp/refactor/linux/integrtests 2025-07-28 09:25:19 +02:00
rc-swag
ad962172e9 fix(windows): remove dead code 2025-07-28 16:54:37 +10:00
Marc Durdin
6108f8bd9d
Merge pull request #14373 from keymanapp/dependabot/npm_and_yarn/multer-2.0.2
build(deps): bump multer from 2.0.1 to 2.0.2
2025-07-28 08:05:26 +07:00
Keyman Server
465e122d2b
Merge pull request #14415 from keymanapp/auto/version-master-19.0.92
auto: increment master version to 19.0.92
2025-07-26 11:01:43 -07:00
Keyman Build Agent
854b84c139 auto: increment master version to 19.0.92 2025-07-26 14:01:15 -04:00
Eberhard Beilharz
440d0db046
Merge pull request #14413 from keymanapp/maint/windows/14412_fixrelease
A recent change (#14324) consolidated (and thus renamed) some functions that were in several places. A PR that got created earlier but merged later (#14267) added new functionality that still used the old function names. This lead to release build failures on Windows and Developer.

This change fixes the names of the called functions.

Fixes: #14412
Follow-up-of: #14324
Follow-up-of: #14267
2025-07-26 11:33:23 +02:00
Eberhard Beilharz
6542953d1c
maint(windows): fix calls of renamed functions
A recent change (#14324) consolidated (and thus renamed) some functions
that were in several places. A PR that got created earlier but merged
later (#14267) added new functionality that still used the old function
names. This lead to release build failures on Windows and Developer.

This change fixes the names of the called functions.

Fixes: #14412
Follow-up-of: #14324
Test-bot: skip
2025-07-26 11:16:39 +02:00
Keyman Server
d11880fced
Merge pull request #14410 from keymanapp/auto/version-master-19.0.91
auto: increment master version to 19.0.91
2025-07-25 11:02:49 -07:00
Keyman Build Agent
ebc3986201 auto: increment master version to 19.0.91 2025-07-25 14:02:19 -04:00
Eberhard Beilharz
08746e24a2
refactor(linux): remove shellcheck warnings
Test-bot: skip
2025-07-25 19:54:25 +02:00
Eberhard Beilharz
c08ac71b30
docs(linux): update readme for test service
Build-bot: skip
Test-bot: skip
2025-07-25 19:51:47 +02:00
Eberhard Beilharz
bfc3aa3456
refactor(linux): move dbus defines to common include
This got missed in #14372.

Fixes: #13281
Follow-up-of: #14372
Test-bot: skip
2025-07-25 19:39:50 +02:00
Eberhard Beilharz
183a8455b0
maint(linux): fix stopping of test server 2025-07-25 15:53:15 +02:00
Eberhard Beilharz
179a73a65a
Merge pull request #14267 from keymanapp/maint/resources/14201_prefixtc
- added `tc_` prefix to functions in `includes/tc-*.inc.sh` 
- moved `includes/tc-actions.inc.sh` → `linux/linux-actions.inc.sh` 
- didn't change `write_download_info`. That will be done as part of #14259. 
- didn't change `is_*`. That will be done as part of #14109. 
- removed unnecessary functions that only call another function.
- moved functions from `tc-windows.inc.sh` → `tc-helpers.inc.sh` because they are no longer Windows-specific (although currently only used for   Windows).

Fixes: #14201
2025-07-25 15:25:00 +02:00
Eberhard Beilharz
6738f757b4
chore(resources): Merge branch 'master' into maint/resources/14201_prefixtc 2025-07-25 08:12:58 +02:00
Eberhard Beilharz
b5395999ea
Merge pull request #14399 from keymanapp/maint/common/builder.inc.sh-standalone
`resources/builder.inc.sh` is designed to be used on other non-builder scripts, so not all variables can be assumed to be set. This change fixes some "unbound variable" errors.
2025-07-25 08:11:05 +02:00
rc-swag
f38145eaa2
Merge branch 'master' into fix/windows/14342/invalid-data-type-for-regkey 2025-07-25 10:58:55 +10:00
Keyman Server
bed9a609d7
Merge pull request #14400 from keymanapp/auto/version-master-19.0.90
auto: increment master version to 19.0.90
2025-07-24 11:02:06 -07:00
Keyman Build Agent
2c0158f050 auto: increment master version to 19.0.90 2025-07-24 14:01:39 -04:00
Eberhard Beilharz
07f6fba238
maint(common): fix standalone use of resources/builder.inc.sh
`resources/builder.inc.sh` is designed to be used on other non-builder
scripts, so not all variables can be assumed to be set. This change
fixes some "unbound variable" errors.

Test-bot: skip
2025-07-24 16:33:42 +02:00
Eberhard Beilharz
e493ba238c
chore(linux): fix merge 2025-07-24 14:59:15 +02:00
Eberhard Beilharz
5b8753e806
chore(resources): Merge branch 'master' into maint/resources/14201_prefixtc 2025-07-24 14:54:08 +02:00
Darcy Wong
689f7e58bd
Merge pull request #14391 from keymanapp/chore/android/chrome-min-95
refactor(android): Update minimum target Chrome version to 95.0 and refactor to use constants
2025-07-24 19:17:38 +07:00
Darcy Wong
02fc68790b fix(android): Fix targetSdkVersion for the app 2025-07-24 14:39:12 +07:00
rc-swag
3c311a5aaa fix(windows): free the correct object KeyboardToggleReg 2025-07-24 16:59:41 +10:00
rc-swag
9807d5e137 fix(windows): add early return if SM abort is called
If it has been determined the user turned off automatic
updates in the function ShouldSendToBUpdateSM then it shall
return early.
2025-07-24 16:19:23 +10:00
Darcy Wong
ed7c0caf9d maint(android): Update Android Target API to 35 2025-07-24 08:04:50 +07:00
Darcy Wong
423e6c8dab
Merge branch 'master' into chore/android/chrome-min-95 2025-07-24 06:30:34 +07:00
Darcy Wong
3a041f568e
Merge pull request #14385 from keymanapp/chore/common/update-min-versions-19
docs(common): Document minimum version of Chrome 95.0 for Android
2025-07-24 05:52:40 +07:00
Keyman Server
ec45617238
Merge pull request #14394 from keymanapp/auto/version-master-19.0.89
auto: increment master version to 19.0.89
2025-07-23 11:02:42 -07:00
Keyman Build Agent
22cfb071ad auto: increment master version to 19.0.89 2025-07-23 14:02:10 -04:00
Eberhard Beilharz
c420a0ca40
Merge pull request #14353 from keymanapp/maint/android/14350_consolidatezip 2025-07-23 16:41:09 +02:00
Eberhard Beilharz
c228635ef4
chore(android): Merge branch 'master' into maint/android/14350_consolidatezip 2025-07-23 16:19:37 +02:00
Eberhard Beilharz
0f9d4e488a
Merge pull request #14347 from keymanapp/maint/linux/13464_emscripten
If the `$EMSCRIPTEN_BASE` dir is missing (which usually points to `emsdk/upstream/emscripten`), but we have the `emsdk` root directory with `emsdk/emsdk`, we can have everything we need to install the desired emscripten version.

Issue #13464 describes an error where the `upstream/emscripten` directory was missing - probably because the build got interrupted while installing emscripten. This change fixes this.

Fixes: #13464
2025-07-23 16:15:13 +02:00
Darcy Wong
3580aeea80 Merge branch 'master' into chore/android/chrome-min-95 2025-07-23 21:08:11 +07:00
Eberhard Beilharz
0b172cc79d
Merge pull request #14351 from keymanapp/refactor/android/refactorbuild.sh
Move action code in separate functions. Also cleanup some shellcheck warnings.
2025-07-23 15:59:44 +02:00
Eberhard Beilharz
7732520e68
Merge pull request #14346 from keymanapp/maint/common/locate_emscr_tests 2025-07-23 15:59:23 +02:00
Eberhard Beilharz
193fb75a60
Merge pull request #14338 from keymanapp/maint/windows/addzip
This changes makes use of the logic that used to be in `win/zip.inc.sh`: if the environment variable `GO_FAST` is set to 1, we use a low compression level, resulting in faster builds. If it is set to 0 we use maximum compression, resulting in slower builds. If `GO_FAST` is not set we don't specify the compression level and rely on the defaults.

Also make use of the new functionality by replacing the use of the `wzzip` function.

Note: `GO_FAST` gets set in some existing scripts.
2025-07-23 07:55:05 +02:00
Darcy Wong
c472b5a03d docs(android): Update system-requirements help on minimum Chrome version 2025-07-23 08:48:24 +07:00
Darcy Wong
6148495e27 refactor(android): Update minimum required Chrome version to 95.0
* Change from 57.0 to 95.0 as the minimum target version of Chrome
* Refactor Chrome version check to use constants, and updated applicable strings
2025-07-23 08:47:57 +07:00
rc-swag
fa83e82ce3
Merge branch 'master' into fix/windows/14342/invalid-data-type-for-regkey 2025-07-23 09:50:02 +10:00