Commit graph

11796 commits

Author SHA1 Message Date
Keyman Server
6e09157f99
Merge pull request #4750 from keymanapp/auto/version-master-15.0.21
auto: increment master version to 15.0.21
2021-03-23 05:15:08 +11:00
Keyman Build Agent
9d912f0388 auto: increment master version to 15.0.21 2021-03-22 14:14:14 -04:00
Marc Durdin
f0cd0c8b3d
Merge pull request #4745 from keymanapp/chore/beta-stable-A15S1-1
chore: merge beta to master (A15S1)
2021-03-22 19:01:26 +11:00
Marc Durdin
d745eca70b
Merge pull request #4742 from keymanapp/chore/increment-version-for-stable
chore: increment-version.sh for stable
2021-03-22 18:52:19 +11:00
Joshua Horton
51ff398cd7
Merge pull request #4741 from keymanapp/docs/ios/v14-help-update
docs(ios): Help for 14.0 features
2021-03-22 13:55:08 +07:00
Joshua Horton
8a417c6154
docs(ios): fixes broken help link
Co-authored-by: Darcy Wong <darcywong00@users.noreply.github.com>
2021-03-22 12:20:39 +07:00
Marc Durdin
de0ccca69b chore: increment-version.sh for stable 2021-03-22 15:42:39 +11:00
jahorton
45f34a18d0 docs(ios): extra 'sharing' polish 2021-03-22 09:49:33 +07:00
jahorton
58c8efd02d docs(ios): on sharing packages 2021-03-22 09:41:40 +07:00
jahorton
aea4fee426 docs(ios): keyboard search help, unified installer help 2021-03-22 09:34:12 +07:00
Marc Durdin
6c9fe2c9fe
Merge pull request #4739 from keymanapp/chore/B14S8-beta-to-master
chore: B14S8 beta to alpha
2021-03-22 08:47:21 +11:00
Marc Durdin
77e71df81b chore: Merge branch 'master' into chore/B14S8-beta-to-master 2021-03-22 06:16:44 +11:00
Keyman Server
21af98a362
Merge pull request #4736 from keymanapp/auto/version-beta-14.0.267
auto: increment beta version to 14.0.267
2021-03-20 05:03:49 +11:00
Keyman Build Agent
ef240c112a auto: increment beta version to 14.0.267 2021-03-19 14:02:50 -04:00
Marc Durdin
bec6be0329
Merge pull request #4726 from keymanapp/fix/windows/4724-avoid-double-start-during-setup
fix(windows): Avoid double start during setup
2021-03-19 20:57:58 +11:00
Marc Durdin
8f7d5fd665
Merge pull request #4727 from keymanapp/fix/windows/4725-ensure-profiles-reinstalled-during-setup
fix(windows): ensure profiles are reinstalled during setup
2021-03-19 19:00:14 +11:00
Eberhard Beilharz
6bae47cd3c
Merge pull request #4721 from keymanapp/fix/linux/4678
fix(linux): Fix switching to keyboard in middle of line (#4678)
2021-03-19 08:59:58 +01:00
Joshua Horton
58a2825226
Merge pull request #4729 from keymanapp/fix/ios/searched-package-qr-codes
fix(ios): kbd search now caches publishing data for result
2021-03-19 13:03:16 +07:00
jahorton
c5ee153c79 fix(ios): kbd search now caches publishing data for result 2021-03-19 12:41:52 +07:00
Joshua Horton
2bf8cfd88a
Merge pull request #4728 from keymanapp/fix/web/allow-model-refresh
fix(web): allows refresh of currently-loaded model
2021-03-19 11:55:53 +07:00
jahorton
4a96254cbc fix(web): allows refresh of currently-loaded model 2021-03-19 11:40:58 +07:00
Joshua Horton
cfa49ad549
Merge pull request #4713 from keymanapp/fix/common/core/web/banner-activation
fix(common/core/web): predictive banner activation logic
2021-03-19 11:00:44 +07:00
Marc Durdin
4e518f660d fix(windows): backup start with windows value during setup
The value is not restored for upgrades unless we back it up, because
Setup does not change these settings if they are not present :)
2021-03-19 14:40:16 +11:00
Marc Durdin
1f3d71611f fix(windows): ensure profiles are reinstalled during setup
Fixes #4725.
2021-03-19 14:26:36 +11:00
Marc Durdin
b97fc4c82c fix(windows): Avoid double start during setup
Fixes #4724.
2021-03-19 14:24:55 +11:00
Darcy Wong
6c0bf45350
Merge pull request #4720 from keymanapp/chore/android/adaptable-icon
chore(android/app): Migrate launcher icon to adaptive
2021-03-19 05:59:58 +07:00
Keyman Server
0fb011ae4e Merge pull request #4722 from keymanapp/auto/version-beta-14.0.266
auto: increment beta version to 14.0.266
2021-03-19 05:03:22 +11:00
Keyman Build Agent
b8629503b2 auto: increment beta version to 14.0.266 2021-03-18 14:02:34 -04:00
Eberhard Beilharz
044e53198a
fix(linux): Fix switching to keyboard in middle of line (#4678)
Don't re-set context if it changed because the cursor location was
wrong. When the user switches to the EuroLatin keyboard in the
middle of the line, we're getting a wrong cursor location. This will
be fixed with the next keypress, but it leads to the context string
suddenly having more characters added to the front. If we re-set the
context because it's different now we will loose the information we
previously added to the context.

We now compare the end of the string. If the new context string ends
with the old context string we assume that the cursor position got
updated and don't re-set the context.

This fixes #4678.
2021-03-18 17:29:21 +01:00
Darcy Wong
795de1ecf4 chore(android/app): Migrate launcher icon to adaptive 2021-03-18 21:36:52 +07:00
Marc Durdin
7b032aff26
Merge pull request #4717 from keymanapp/chore/windows/finalize-help
chore(windows): finalize help
2021-03-18 18:50:50 +11:00
Marc Durdin
8a2369e8eb
Merge pull request #4718 from keymanapp/fix/developer/4716-use-var-not-let-in-definitions
fix(developer): use var not let in definitions
2021-03-18 18:00:52 +11:00
Marc Durdin
2c383cabe4 fix(developer): downgrade additional let and arrow functions 2021-03-18 17:51:59 +11:00
Joshua Horton
d8d074a3a2
Merge pull request #4704 from keymanapp/fix/web/subkey-corrections
fix(web): first-pass workaround for popup-key corrections
2021-03-18 13:14:07 +07:00
Marc Durdin
758727d0b8
Merge pull request #4714 from keymanapp/fix/windows/4709-download-keyboard-protocol-support
fix(windows): Download keyboard dialog TLS protocol support
2021-03-18 17:05:27 +11:00
Marc Durdin
52884c76e4 fix(developer): use var not let in definitions
Fixes #4716.

We still support Chrome 37 on Android 5.0, which does not permit
use of the `let` keyword in normal conditions.
2021-03-18 17:00:12 +11:00
Joshua Horton
2623052a3b
Merge pull request #4703 from keymanapp/fix/common/core/web/unique-key-ids
fix(common/core/web): disambiguation of keys sharing same base key ID
2021-03-18 12:50:36 +07:00
Marc Durdin
7c67ffd93c chore(windows): finalize help 2021-03-18 16:39:24 +11:00
Marc Durdin
96939521b1 fix(windows): Download keyboard dialog TLS protocol support
Fixes #4709.
2021-03-18 14:24:44 +11:00
jahorton
fe90f3bb35 fix(common/core/web): prediction banner display's reliance on mayPredict 2021-03-18 08:24:08 +07:00
jahorton
355f1b4d82 fix(ios): invalidateContext no longer predicts when prediction deactivated 2021-03-18 08:08:20 +07:00
Keyman Server
659ca9b955
Merge pull request #4706 from keymanapp/auto/version-beta-14.0.265
auto: increment beta version to 14.0.265
2021-03-18 05:03:18 +11:00
Keyman Build Agent
9fa930c8f1 auto: increment beta version to 14.0.265 2021-03-17 14:02:12 -04:00
Darcy Wong
729419d340
Merge pull request #4662 from keymanapp/fix/oem/fv/android/styling
fix(android): Update styling and set text to black
2021-03-17 13:05:02 +07:00
jahorton
6298bb27f6 fix(web): first-pass workaround for popup-key corrections 2021-03-17 12:58:41 +07:00
jahorton
59f313ece4 docs(common/core/web): doc-comment examples 2021-03-17 12:06:35 +07:00
jahorton
eb311bdda5 chore(common/core/web): adjustments from PR feedback 2021-03-17 12:02:51 +07:00
jahorton
7cbb78ea45 fix(web): uses new IDs as needed outside of web-core 2021-03-17 10:26:58 +07:00
jahorton
7c53c9740e refactor(common/core/web): creates 3 key id types for disambiguation 2021-03-17 10:26:09 +07:00
jahorton
e1360cc71a chore(web): mtnt testing host-page now includes sil_euro_latin 2021-03-17 09:27:17 +07:00