Darcy Wong
c8259b4d29
Merge pull request #7603 from keymanapp/fix/android/package-activity-cleanup
...
fix(android/app): Add check if bundle to PackageActivity is null
2022-11-03 08:02:22 +07:00
Marc Durdin
d9a9c651f9
Merge pull request #7601 from keymanapp/fix/developer/7599-range-error-on-language-switch
...
fix(developer): handle high-bit-set HKL correctly
2022-11-03 09:02:13 +11:00
Marc Durdin
27275013af
Merge pull request #7594 from keymanapp/fix/developer/6974-gif-splash-image-preview
...
fix(developer): support gif preview images in Package Editor
2022-11-03 09:02:00 +11:00
Marc Durdin
770781c0c9
Merge pull request #7593 from keymanapp/fix/developer/5238-scrollable-details-and-build-tabs
...
fix(developer): Make Details and Build tabs scrollable
2022-11-03 08:44:21 +11:00
Darcy Wong
48bd0c66ec
fix(android/app): Add check if bundle to PackageActivity is null
2022-11-02 15:15:36 +07:00
Marc Durdin
d01fe7551d
fix(developer): handle high-bit-set HKL correctly
...
Fixes #7599 .
MSKLC HKLs have high bit set, which means that we need to explicitly
cast from Integer to DWord to avoid range check errors.
2022-11-02 17:12:28 +11:00
Keyman Server
393ce2efcd
Merge pull request #7597 from keymanapp/auto/version-beta-16.0.96
...
auto: increment beta version to 16.0.96
2022-11-02 15:52:17 +11:00
Keyman Build Agent
ed0214c558
auto: increment beta version to 16.0.96
2022-11-02 00:51:33 -04:00
Marc Durdin
69c1be968e
Merge pull request #7595 from keymanapp/fix/developer/7582-publish-keyman-version
...
fix(developer): publish `@keymanapp/keyman-version` to npm
2022-11-02 14:49:25 +11:00
Marc Durdin
549f627509
Merge pull request #7585 from keymanapp/fix/developer/298-avoid-reformatting-unchanged-system-stores
...
fix(developer): avoid reformatting unchanged system stores
2022-11-02 14:49:06 +11:00
Marc Durdin
7be90d3ac7
Merge pull request #7584 from keymanapp/fix/developer/2803-basic-project-icon
...
fix(developer): generate a default icon for basic keyboard projects
2022-11-02 14:35:57 +11:00
Marc Durdin
594d8c9104
Merge pull request #7586 from keymanapp/fix/developer/6363-remove-ancient-samples
...
fix(developer): remove ancient samples
2022-11-02 13:47:30 +11:00
Marc Durdin
8049399d1f
Merge pull request #7583 from keymanapp/fix/developer/3784-repeated-begin
...
fix(developer): prevent repeated `begin` statements
2022-11-02 13:47:23 +11:00
Marc Durdin
6ace0e36ef
Merge pull request #7580 from keymanapp/fix/developer/4719-kmlmp-path-awareness
...
fix(developer): ensure kmlmp handles paths
2022-11-02 13:47:16 +11:00
Marc Durdin
badf5e6d4b
Merge pull request #7531 from keymanapp/fix/developer/7529-enforce-us-layout-for-debugger
...
fix(developer): Use US base layout for debugger
2022-11-02 13:47:06 +11:00
Marc Durdin
c336a8052c
fix(developer): publish @keymanapp/keyman-version to npm
...
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.
2022-11-02 13:33:24 +11:00
Marc Durdin
9421ba29cb
fix(developer): support gif preview images in Package Editor
...
Fixes #6974 .
GIF images were not supported in the Details tab, Image file, because we
didn't link in GIF file support. After linking it in, we also needed to
change over the picture rendering to have an intermediate render step,
as the existing model only worked with .bmp images.
At the same time, added warnings for wrongly-sized images to the image
size information.
2022-11-02 12:05:50 +11:00
Marc Durdin
b7d305a8d3
fix(developer): Make Details and Build tabs scrollable
...
Fixes #5238 .
The Details and Build tabs have fixed positional content in the Keyboard
Editor, Model Editor, and Package Editor. Sizing the window too small
can cause content to be outside the bounds of the tab. This patch moves
these tabs into scrollboxes (except for Details tabs on Keyboard and
Model editors, which were already in scrollboxes). The remaining tabs
have resizable content. The tabs will still become fairly unusable if
they become too small, but this should be less of a problem than before.
2022-11-02 11:37:07 +11:00
Marc Durdin
aff1d682cc
fix(developer): remove ancient samples
...
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 .
2022-11-01 17:04:38 +11:00
Marc Durdin
4be2dcc9e4
fix(developer): avoid reformatting unchanged system stores
...
Fixes #298 .
2022-11-01 16:33:10 +11:00
Marc Durdin
3e220e33c4
fix(developer): generate a default icon for basic keyboard projects
...
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.
2022-11-01 15:14:13 +11:00
Marc Durdin
7793be015b
fix(developer): prevent repeated begin statements
...
Fixes #3784 .
Only one type of each `begin` statement should be allowed in any given
keyboard source file.
2022-11-01 14:25:05 +11:00
Marc Durdin
8a18547662
fix(developer): ensure kmlmp handles paths
...
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.
2022-11-01 11:56:28 +11:00
Keyman Server
cb9649dc4b
Merge pull request #7578 from keymanapp/auto/version-beta-16.0.95
...
auto: increment beta version to 16.0.95
2022-11-01 09:18:37 +11:00
Keyman Build Agent
b99db18b94
auto: increment beta version to 16.0.95
2022-10-31 18:17:52 -04:00
Marc Durdin
1e3ed5445b
chore: move to beta 16.0
2022-11-01 08:06:49 +11:00
Marc Durdin
d64bf82a35
Merge pull request #7206 from keymanapp/feat/windows/6296/configuration-ui-polish
...
feat(windows): configuration UI polish
2022-11-01 05:42:39 +11:00
Marc Durdin
b676cc1d9a
Merge pull request #7563 from keymanapp/fix/ios/7517-iPad-not-recognised-as-tablet
...
fix(ios): iPad was not recognised as tablet device
2022-11-01 05:38:10 +11:00
Keyman Server
b6132be0ff
Merge pull request #7575 from keymanapp/auto/version-master-16.0.93
...
auto: increment master version to 16.0.93
2022-11-01 05:02:43 +11:00
Keyman Build Agent
89fb3fc504
auto: increment master version to 16.0.93
2022-10-31 14:02:06 -04:00
Joshua Horton
9d006a45a7
Merge pull request #7516 from keymanapp/fix/web/bulk-renderer-update
...
fix(web): bulk renderer update
2022-10-31 14:59:59 +07:00
Ross
d34d03d8bd
feat(windows): fixed no hotkey boarder over lap
...
Reduced the css gridbox minium width and increased the overal
configuration windows minimum width.
Also add ms windows styling to add remove pop up.
2022-10-31 15:25:25 +10:00
Marc Durdin
effab32175
Merge pull request #7573 from keymanapp/chore/git-pre-commit-executable
...
chore: make git pre-commit hook executable
2022-10-31 16:18:19 +11:00
Marc Durdin
b45b759354
chore: make git pre-commit hook executable
2022-10-31 16:13:58 +11:00
Marc Durdin
89f734c70a
chore(ios): support iOS 13+ for iPad detection
2022-10-31 16:11:17 +11:00
Joshua Horton
92110e9097
Merge pull request #7571 from keymanapp/change/common/models/disable-timeout-in-tests
...
change(common/models): prevent integration test flakiness due to prediction-search timeouts
2022-10-31 11:58:29 +07:00
Darcy Wong
d88748c4d3
Merge pull request #7572 from keymanapp/fix/android/engine/resource-update-activity-flag
...
fix(android/engine): Add FLAG_ACTIVITY_NEW_TASK flag for resource update
2022-10-31 10:33:44 +07:00
Joshua A. Horton
797d5b5a8f
chore(web): cleanup, tweaks per code review
2022-10-31 10:25:16 +07:00
Darcy Wong
6173940600
fix(android/engine): Add FLAG_ACTIVITY_NEW_TASK flag for resource update
2022-10-31 09:59:23 +07:00
Joshua A. Horton
43bf49d1cd
change(common/models): adds optional 'testMode' param to LMLayer config
2022-10-31 09:34:22 +07:00
Keyman Server
30747f5600
Merge pull request #7565 from keymanapp/auto/version-master-16.0.92
...
auto: increment master version to 16.0.92
2022-10-29 05:03:23 +11:00
Keyman Build Agent
1a82aa138d
auto: increment master version to 16.0.92
2022-10-28 14:02:36 -04:00
Darcy Wong
7864a02056
Merge pull request #7555 from keymanapp/fix/android/subkeys-on-dismiss-keyboard
...
fix(android/engine): Dismiss subkeys when hiding keyboard
2022-10-28 12:07:08 +07:00
Marc Durdin
71af6160db
fix(ios): iPad was not recognised as tablet device
...
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.
2022-10-28 13:02:19 +11:00
Joshua Horton
1bdb2d4364
Merge pull request #7557 from keymanapp/fix/web/model-id-case-insensitivity
...
fix(web): model language ids now case-insensitive
2022-10-28 08:17:40 +07:00
Marc Durdin
20e230d3ba
Merge pull request #7553 from keymanapp/fix/developer/7551-exclude-nocaps-from-layer-id-modifiers
...
fix(developer): exclude `nocaps` from layer id modifier components
2022-10-28 11:56:45 +11:00
Marc Durdin
7ef6f288c4
Merge pull request #7520 from keymanapp/fix/core/7487-remove-visibility-attribute-from-callback-type
...
fix(core): remove `KMN_API` from callback spec
2022-10-28 11:55:54 +11:00
Darcy Wong
d04893b638
Merge pull request #7558 from keymanapp/chore/help-16-0
...
chore(common): Update help references from 15.0 to 16.0
2022-10-28 07:32:04 +07:00
rc-swag
3146218fc7
Merge pull request #7546 from keymanapp/feat/windows/keyevent-as-private-wm-user-message
...
chore(windows): convert `wm_keyman_keyevent` and `wm_keyman_modifierevent` to private `WM_USER` messages
2022-10-28 09:33:14 +10:00
Marc Durdin
fd5a0c1f0a
Merge pull request #7530 from keymanapp/fix/developer/7506-right-alt-left-ctrl-debugger
...
fix(developer): handle LControl being set by Windows when AltGr pressed
2022-10-28 07:15:01 +11:00