- Nov 02, 2022
-
-
Keyman Build Agent authored
-
Marc Durdin authored
fix(developer): publish `@keymanapp/keyman-version` to npm
-
Marc Durdin authored
Merge pull request #7585 from keymanapp/fix/developer/298-avoid-reformatting-unchanged-system-stores fix(developer): avoid reformatting unchanged system stores
-
Marc Durdin authored
fix(developer): generate a default icon for basic keyboard projects
-
Marc Durdin authored
fix(developer): remove ancient samples
-
Marc Durdin authored
fix(developer): prevent repeated `begin` statements
-
Marc Durdin authored
fix(developer): ensure kmlmp handles paths
-
Marc Durdin authored
fix(developer): Use US base layout for debugger
-
Marc Durdin authored
Fixes #7582. Because of https://github.com/npm/cli/issues/3466, we must publish our internal dependency @keymanapp/keyman-version. This change adds a common builder function builder_publish_to_npm in build-utils-ci.inc.sh to help with that task, which should be adopted by other scripts that need to publish to npm, in the future. For now, responsibility for publishing keyman-version is delegated to kmlmc. In the future, we will move this to a single top-level build action that publishes all npm modules across the entire repo for the given version.
-
- Nov 01, 2022
-
-
Marc Durdin authored
The sample keyboards included with Keyman Developer were decidedly unhelpful. Removing them and instead we should point users to the Keyboards repo in the future. Fixes #6363.
-
Marc Durdin authored
Fixes #298.
-
Marc Durdin authored
Fixes #2803. The new basic project template will now include a default icon, generated either from the first BCP 47 tag, or else from the first 3 letters of the filename of the keyboard. The icon will not be included if the keyboard does not target desktop platforms, as web/touch do not currently support the icon.
-
Marc Durdin authored
Fixes #3784. Only one type of each `begin` statement should be allowed in any given keyboard source file.
-
Marc Durdin authored
Fixes #4719. kmlmp no longer assumes '../source/' for paths. It works with paths relative to the source file. This makes it more compatible with any valid source .kps file, as well as making current working directory irrelevant. Also adds corresponding tests for building .kmp and verifying file layout.
-
Keyman Server authored
auto: increment beta version to 16.0.95
-
Keyman Build Agent authored
-
Marc Durdin authored
-
Marc Durdin authored
feat(windows): configuration UI polish
-
Marc Durdin authored
fix(ios): iPad was not recognised as tablet device
-
Keyman Server authored
auto: increment master version to 16.0.93
-
Keyman Build Agent authored
-
- Oct 31, 2022
-
-
Joshua Horton authored
fix(web): bulk renderer update
-
Ross authored
Reduced the css gridbox minium width and increased the overal configuration windows minimum width. Also add ms windows styling to add remove pop up.
-
Marc Durdin authored
chore: make git pre-commit hook executable
-
Marc Durdin authored
-
Marc Durdin authored
-
Joshua Horton authored
change(common/models): prevent integration test flakiness due to prediction-search timeouts
-
Darcy Wong authored
fix(android/engine): Add FLAG_ACTIVITY_NEW_TASK flag for resource update
-
Joshua A. Horton authored
-
Darcy Wong authored
-
Joshua A. Horton authored
-
- Oct 29, 2022
-
-
Keyman Server authored
auto: increment master version to 16.0.92
-
Keyman Build Agent authored
-
- Oct 28, 2022
-
-
Darcy Wong authored
fix(android/engine): Dismiss subkeys when hiding keyboard
-
Marc Durdin authored
Fixes #7517. Cleans up the setDeviceType code which was attempting to set the device type far too late in the init sequence, and moves responsibility for detection from kmwembedded.ts to ios-host.ts, as this device test is iOS-specific.
-
Joshua Horton authored
fix(web): model language ids now case-insensitive
-
Marc Durdin authored
fix(developer): exclude `nocaps` from layer id modifier components
-
Marc Durdin authored
Merge pull request #7520 from keymanapp/fix/core/7487-remove-visibility-attribute-from-callback-type fix(core): remove `KMN_API` from callback spec
-
Darcy Wong authored
chore(common): Update help references from 15.0 to 16.0
-
rc-swag authored
chore(windows): convert `wm_keyman_keyevent` and `wm_keyman_modifierevent` to private `WM_USER` messages
-