Commit graph

34389 commits

Author SHA1 Message Date
Keyman Server
6fbf2353a9
Merge pull request #16261 from keymanapp/auto/A19S33-merge-master-into-model-encoding
Some checks failed
Keyman Build Summary / Summarize build status checks (push) Has been cancelled
auto: A19S33 merge master into model-encoding 💾
2026-07-21 02:54:50 +02:00
Keyman Server
60589303a4
Merge branch 'epic/model-encoding' into auto/A19S33-merge-master-into-model-encoding 2026-07-20 07:26:56 +02:00
Marc Durdin
8d533da167
Merge pull request #16225 from keymanapp/docs/web/typos
docs(web): fix typos following #16170
2026-07-20 10:32:34 +10:00
Keyman Server
6800dcd8f3
Merge pull request #16249 from keymanapp/auto/version-master-19.0.259
auto: increment master version to 19.0.259
2026-07-15 20:03:55 +02:00
Keyman Build Agent
043e1cadd5 auto: increment master version to 19.0.259
Test-bot: skip
Build-bot: skip
2026-07-15 13:01:29 -05:00
Eberhard Beilharz
edbdbfa3a7
Merge pull request #16244 from keymanapp/chore/android/obsoletedeprecated
chore(android): remove doc for non-existing deprecated functions

Several functions got deprecated in Keyman 14 and replaced with a function with same name and parameters but different return type. The original function no longer exists. This change removes the documentation for those no longer existing deprecated functions.

Also update the documentation for two deprecated functions to show what should be used instead.
2026-07-15 08:35:27 +02:00
Keyman Server
aa5e4a43fd
Merge pull request #16245 from keymanapp/auto/version-master-19.0.258
auto: increment master version to 19.0.258
2026-07-14 20:04:18 +02:00
Keyman Build Agent
b0a4b44163 auto: increment master version to 19.0.258
Test-bot: skip
Build-bot: skip
2026-07-14 13:02:40 -05:00
Eberhard Beilharz
1581f7a7cd
Merge pull request #16211 from keymanapp/chore/android/cleanup
chore(android): cleanup font variable names, remove obsolete code

This change renames the font variable names so that they match the two conceptual fonts we have. Also remove obsolete code that dealt with the `font` parameter being a JSON object instead of a string containing the font filename. Having the `font` parameter containing a JSON object was legacy code that won't happen with current Keyman versions.

Follow-up-of: #16188
2026-07-14 18:27:28 +02:00
Eberhard Beilharz
a93467a3a0
chore(android): remove doc for non-existing deprecated functions
Several functions got deprecated and replaced with a function with
same name and parameters but different return type. The original
function no longer exists. This change removes the documentation for
those no longer existing deprecated functions.

Also update the documentation for two deprecated functions to show what
should be used instead.

Build-bot: skip
Test-bot: skip
2026-07-14 18:23:38 +02:00
Eberhard Beilharz
c03e63b41f
Merge pull request #16237 from keymanapp/chore/android/loglegacy
chore(android): log legacy cloud keyboards

This adds a Sentry log if a user is still using legacy cloud keyboards. We do this so that we will learn if there are still users out there or if we can remove the code that deals with those keyboards.
2026-07-14 18:11:20 +02:00
Eberhard Beilharz
9bdfe0eaa9
chore(android): address code review comments
Legacy cloud installed keyboards don't have a package, so we can
check for `KMDefault_UndefinedPackageID` to identify them.
2026-07-14 17:51:14 +02:00
Marc Durdin
3c38a4c548
Merge pull request #16228 from keymanapp/fix/android/16145-error-popup-clarity
fix(android): improve clarity of keyboard script error popup
2026-07-14 21:35:08 +10:00
Marc Durdin
3852d354f7
Merge pull request #16221 from keymanapp/chore/web/stubAndKeyboardCacheScope
chore(web): declare scope for stubAndKeyboardCache members
2026-07-14 21:22:09 +10:00
Marc Durdin
5c428972e1
Merge pull request #16234 from keymanapp/chore/android/16137-cleanup-android-artifacts-and-build-scripts
chore(android): cleanup Android build scripts and artifact filenames
2026-07-14 21:20:03 +10:00
Eberhard Beilharz
6537d604a5
Merge pull request #16236 from keymanapp/chore/linux/16235_remove-questing
chore(linux): remove questing, add stonking
2026-07-14 09:29:00 +02:00
Keyman Server
9a40db7473
Merge pull request #16238 from keymanapp/auto/version-master-19.0.257
auto: increment master version to 19.0.257
2026-07-13 20:03:57 +02:00
Keyman Build Agent
1174752071 auto: increment master version to 19.0.257
Test-bot: skip
Build-bot: skip
2026-07-13 13:01:55 -05:00
Eberhard Beilharz
88731e51fc
chore(android): more cleanup
Some checks failed
Keyman Build Summary / Summarize build status checks (push) Has been cancelled
2026-07-13 19:29:21 +02:00
Eberhard Beilharz
82ab6477e5
chore(android): keep handling of legacy keyboards
Reverts part of commit d0e1649630 until we know
if there are still users out there that are using legacy cloud keyboards.
See #16237.

Build-bot: skip build:android
2026-07-13 19:19:18 +02:00
Eberhard Beilharz
b04e28a438
chore(android): log legacy cloud keyboards
This adds a Sentry log if a user is still using legacy cloud keyboards.
We do this so that we will learn if there are still users out there
or if we can remove the code that deals with those keyboards.

Test-bot: skip
2026-07-13 19:08:24 +02:00
Eberhard Beilharz
896387a15a
chore(linux): remove questing, add stonking
Ubuntu 25.10 Questing is EOL. Instead add upcoming Ubuntu 26.10 Stonking
for Launchpad builds.

Fixes: #16235
Build-bot: skip
Test-bot: skip
2026-07-13 18:21:52 +02:00
Marc Durdin
1639f1fcab
Merge pull request #16230 from keymanapp/maint/resources/builder-debug-reporting
maint(resources): add extra debug reporting for builder
2026-07-14 00:48:59 +10:00
Marc Durdin
d295e0faf5
maint(resources): add comment for debug printing
Co-authored-by: Eberhard Beilharz <ermshiperete@users.noreply.github.com>
2026-07-13 16:47:48 +02:00
Marc Durdin
a1c8e63cc8 chore(android): cleanup Android build scripts and artifact filenames
* Specify clearer filenames for Android samples and test KeyboardHarness
* Cleanup android/*/build.sh to match current patterns
* Remove obsolete jcenter dependency
* Export BUILDER_CONFIGURATION in builder.inc.sh

Fixes: #16137
Fixes: #16181
Test-bot: skip
Build-bot: skip release:android
2026-07-13 16:36:29 +02:00
Marc Durdin
ab2bfc9047 maint(resources): add extra debug reporting for builder
Relates-to: #16137
Test-bot: skip
Build-bot: skip build:all release:android
2026-07-13 12:02:09 +02:00
Marc Durdin
cb8f9584cf fix(android): improve clarity of keyboard script error popup
* Remove irrelevant context from toast and add more context for Sentry
  report.
* Add a test keyboard with a script error that will trigger the toast on
  first keystroke.
* Rearrange common/test/keyboards/invalid to make a good place for
  compiled invalid keyboards.

Fixes: #16145
Test-bot: skip
2026-07-13 11:21:42 +02:00
Eberhard Beilharz
7889d9a713
Merge pull request #16216 from keymanapp/fix/android/16180_scriptError
fix(android): add permissions for Sentry and set default keyboard

This change fixes two problems that cause a script error in the sample apps: 
- add internet access permissions so that the Sentry server can be reached 
- explicitly set the default keyboard since sil_euro_latin keyboard is not   included in the sample apps. This works around #16215.

Fixes: #16180
2026-07-13 10:13:19 +02:00
Keyman Server
f500d0a591
Merge pull request #16227 from keymanapp/auto/version-master-19.0.256
auto: increment master version to 19.0.256
2026-07-11 20:03:56 +02:00
Keyman Build Agent
e6fdeccf4c auto: increment master version to 19.0.256
Test-bot: skip
Build-bot: skip
2026-07-11 13:02:04 -05:00
Marc Durdin
0e076d5389 chore(web): declare scope for stubAndKeyboardCache members
Some checks failed
Keyman Build Summary / Summarize build status checks (push) Has been cancelled
Also remove redundant `fetchKeyboardForStub` function, as it had only a
single use (and was not unit tested directly).

Test-bot: skip
2026-07-11 14:47:32 +02:00
Marc Durdin
c61734c236
Merge pull request #16139 from keymanapp/feat/android/325-add-keyman-version-check-to-package-version
feat(android): add keyman-version to package-version check
2026-07-11 22:44:40 +10:00
Marc Durdin
b25005b7db docs(web): fix typos following #16170
Test-bot: skip
Build-bot: skip
Follows: #16170
Co-authored-by: Eberhard Beilharz <ermshiperete@users.noreply.github.com>
2026-07-11 09:23:20 +02:00
Marc Durdin
0d8e6ae929
Merge pull request #16171 from keymanapp/docs/web/16169-cleanup
docs(web): cleanup of index pages and page titles
2026-07-11 17:14:59 +10:00
Marc Durdin
79bc1d8ef1
Merge pull request #16138 from keymanapp/feat/ios/325-add-keyman-version-check-to-package-version
feat(ios): add keyman-version to package-version check
2026-07-11 17:14:08 +10:00
Marc Durdin
bafc1f8d1a
Merge pull request #16219 from keymanapp/maint/android/use-env-instead-of-file-for-tier
maint(android): use KEYMAN_TIER instead of TIER.md
2026-07-11 17:11:12 +10:00
Keyman Server
54705df3cd
Merge pull request #16222 from keymanapp/auto/version-master-19.0.255
auto: increment master version to 19.0.255
2026-07-10 20:04:17 +02:00
Keyman Build Agent
7cf6ed0d0a auto: increment master version to 19.0.255
Test-bot: skip
Build-bot: skip
2026-07-10 13:01:39 -05:00
Marc Durdin
07daf94555
Merge pull request #16170 from keymanapp/fix/web/16144-define-interfaces-for-imes-in-base
fix(web): define IME interfaces in `KeyboardInterfaceBase`
2026-07-11 00:25:31 +10:00
Marc Durdin
96b0a4b165
Merge pull request #16217 from keymanapp/fix/android/handle-blank-keyboard-tap-properly
fix(android): handle blank keyboard tap properly
2026-07-10 23:55:01 +10:00
Marc Durdin
ab2d0a8e7a maint(android): use KEYMAN_TIER instead of TIER.md
This is consistent with other version variables in build.gradle.
Encountered an issue with loading TIER.md with Android Studio Quail 1 |
2026.1.1 Patch 2 version, and this was an expedient workaround.

Test-bot: skip
2026-07-10 15:50:46 +02:00
Marc Durdin
2b2339d2aa fix(android): restrict fallback tap to document element only
Relates-to: #16170
2026-07-10 15:44:03 +02:00
Marc Durdin
83328c904b fix(web): ensure onmouseleave does not crash if mouseEnterPromise is not set 2026-07-10 15:32:56 +02:00
Marc Durdin
2b078ce165 fix(android): handle blank keyboard tap properly
Previously, the event handler was attached to body, but in the event of
the keyboard failing to render, the body element will typically be zero
pixels high. Instead, attach the handler to the document itself.
KeymanWeb, when running normally, will handle all touches on the
keyboard elements which take 100% of the real estate. So the document
tap will only be received in the case of an error condition.

Also, add a console error that will be reported to Sentry when user has
error reporting switched on.

Test-bot: skip
2026-07-10 14:08:27 +02:00
Eberhard Beilharz
b22798de44
fix(android): add permissions for Sentry and set default keyboard
This change fixes two problems that cause a script error in Sample1 app:
- add internet access permissions so that the Sentry server can be reached
- explicitly set the default keyboard since sil_euro_latin keyboard is not
  included in the sample apps. This works around #16215.

Fixes: #16180
Build-bot: release:android
2026-07-10 11:44:46 +02:00
Keyman Server
00c213ba4e
Merge pull request #16213 from keymanapp/auto/version-master-19.0.254
auto: increment master version to 19.0.254
2026-07-09 20:04:11 +02:00
Keyman Build Agent
2e3e3474db auto: increment master version to 19.0.254
Test-bot: skip
Build-bot: skip
2026-07-09 13:01:35 -05:00
Eberhard Beilharz
574e7f6838
chore(android): address code review comments
Some checks failed
Keyman Build Summary / Summarize build status checks (push) Has been cancelled
Co-authored-by: Marc Durdin <marc@durdin.net>
2026-07-09 17:26:58 +02:00
Marc Durdin
528876b42f
Merge pull request #16135 from keymanapp/chore/developer/14838-consolidate-api-extractor
chore(developer): consolidate api-extractor usage in Developer
2026-07-09 18:50:27 +10:00
Marc Durdin
4ab67f5812
Merge pull request #16127 from keymanapp/fix/developer/15217-resync-model-after-device-switch
fix(web): resync model in `set osk()` (as used by Server)
2026-07-09 18:50:11 +10:00