- Mar 23, 2021
-
-
Keyman Server authored
auto: increment master version to 15.0.21
-
Keyman Build Agent authored
-
- Mar 22, 2021
-
-
Marc Durdin authored
chore: merge beta to master (A15S1)
-
Marc Durdin authored
chore: increment-version.sh for stable
-
Joshua Horton authored
docs(ios): Help for 14.0 features
-
Joshua Horton authored
Co-authored-by:Darcy Wong <darcywong00@users.noreply.github.com>
-
Marc Durdin authored
-
jahorton authored
-
jahorton authored
-
jahorton authored
-
Marc Durdin authored
chore: B14S8 beta to alpha
-
Marc Durdin authored
-
- Mar 20, 2021
-
-
Keyman Server authored
auto: increment beta version to 14.0.267
-
Keyman Build Agent authored
-
- Mar 19, 2021
-
-
Marc Durdin authored
fix(windows): Avoid double start during setup
-
Marc Durdin authored
fix(windows): ensure profiles are reinstalled during setup
-
Eberhard Beilharz authored
fix(linux): Fix switching to keyboard in middle of line (#4678)
-
Joshua Horton authored
fix(ios): kbd search now caches publishing data for result
-
jahorton authored
-
Joshua Horton authored
fix(web): allows refresh of currently-loaded model
-
jahorton authored
-
Joshua Horton authored
fix(common/core/web): predictive banner activation logic
-
Marc Durdin authored
The value is not restored for upgrades unless we back it up, because Setup does not change these settings if they are not present :)
-
Marc Durdin authored
Fixes #4725.
-
Marc Durdin authored
Fixes #4724.
-
Darcy Wong authored
chore(android/app): Migrate launcher icon to adaptive
-
Keyman Server authored
auto: increment beta version to 14.0.266
-
Keyman Build Agent authored
-
Eberhard Beilharz authored
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.
-
- Mar 18, 2021
-
-
Darcy Wong authored
-
Marc Durdin authored
chore(windows): finalize help
-
Marc Durdin authored
fix(developer): use var not let in definitions
-
Marc Durdin authored
-
Joshua Horton authored
fix(web): first-pass workaround for popup-key corrections
-
Marc Durdin authored
fix(windows): Download keyboard dialog TLS protocol support
-
Marc Durdin authored
Fixes #4716. We still support Chrome 37 on Android 5.0, which does not permit use of the `let` keyword in normal conditions.
-
Joshua Horton authored
fix(common/core/web): disambiguation of keys sharing same base key ID
-
Marc Durdin authored
-
Marc Durdin authored
Fixes #4709.
-
jahorton authored
-