- Jun 24, 2022
-
-
jahorton authored
-
jahorton authored
-
Joshua Horton authored
change(web): drops old IE-related handling code
-
Keyman Server authored
auto: increment master version to 16.0.19
-
Keyman Build Agent authored
-
- Jun 23, 2022
-
-
Marc Durdin authored
chore(core): move common/core/desktop/ to core/
🍏
-
- Jun 22, 2022
-
-
Keyman Server authored
auto: increment master version to 16.0.18
-
Keyman Build Agent authored
-
Joshua Horton authored
fix(web): fixes doc-keyboard generation
-
Joshua Horton authored
chore(web): updates error-reporting lib uploader
-
Keyman Server authored
auto: increment master version to 16.0.17
-
Keyman Build Agent authored
-
- Jun 21, 2022
-
-
Eberhard Beilharz authored
chore(linux): Update Debian changelog
🍒 🐧 -
jahorton authored
-
Joshua Horton authored
fix(ios): overzealous error about missing banner image
-
Joshua Horton authored
fix(web): key tip constraint logic requires .bottom CSS
-
- Jun 20, 2022
- Jun 19, 2022
-
-
Keyman Server authored
auto: increment master version to 16.0.16
-
Keyman Build Agent authored
-
- Jun 18, 2022
-
-
Marc Durdin authored
chore: add trigger definitions for stable-15.0 and fixup force param for increment-version.sh
🍒 -
Marc Durdin authored
fix(web): crash on custom modifier keys
🍒 -
Keyman Server authored
auto: increment master version to 16.0.15
-
Keyman Build Agent authored
-
- Jun 17, 2022
-
-
Joshua Horton authored
Co-authored-by:Marc Durdin <marc@durdin.net>
-
jahorton authored
-
jahorton authored
-
jahorton authored
-
jahorton authored
-
Marc Durdin authored
chore(web): add 'index.html' to parent links in test pages
-
jahorton authored
-
jahorton authored
-
Marc Durdin authored
We need a '../index.html' link rather than '../' on the three second-level KeymanWeb test pages, in order to get to the index page for artifacts when the test pages are hosted on build.palaso.org -- otherwise TeamCity returns a 404. (This is probably also good for file-system-based navigation.) We don't need the same reference on other directories, just for the top-level index.html. Identified at https://github.com/keymanapp/keyman/pull/6557#issuecomment-1157526326
-
Marc Durdin authored
Fixes #6788. Fixes KEYMAN-WEB-22. Fixes KEYMAN-DEVELOPER-BQ. Fixes KEYMAN-ANDROID-160. Fixes a crash introduced in #6473 which was trying to prevent modifier keys from triggering "fat finger" alternate lookups, due to incomplete nullish coalescing. Related to this, from what I can see, a secondary side-effect of the fix in #6473 was that some key events may have never had their ruleBehaviors finalized if they matched the `isOnlyLayerSwitchKey` heuristic, leading to potential issues with edge case 'deadkey+layer switch' keys or keys that set store values, for example. So this fix also makes the `isOnlyLayerSwitchKey` test more targeted. Identified this when adding a Caps Lock layer to sil_euro_latin and testing the layer switching. At time of fix, the error had been raised in KeymanWeb, Keyman Developer and Keyman for Android, but not yet Keyman for iPhone and iPad.
-
- Jun 16, 2022