- Mar 23, 2022
-
-
Keyman Server authored
-
Keyman Server authored
auto: increment beta version to 15.0.220
-
Keyman Build Agent authored
-
- Mar 22, 2022
-
-
Marc Durdin authored
chore(mac): update build env for monterey
-
Marc Durdin authored
fix(ios): remove busy 100ms waitForFonts timer on iOS
-
Marc Durdin authored
Merge pull request #6403 from keymanapp/fix/developer/6386-builder-dropdown-selector-change-detection fix(developer): detect changes in dropdowns in builder
-
Marc Durdin authored
Python2.7 is excluded from macOS Monterey, and is not available directly via brew any longer. We still need it for now. pyenv does the job...
-
Marc Durdin authored
Observed while debugging another issue on iOS. The VisualKeyboard.waitForFonts function sets up a busy timer to wait for font loading. This functionality is not even needed on the iOS app, because it's really only used for the touch alias elements. However, it was being called, potentially multiple times, leading to the timer never being removed. On Android, the timer was correctly removed. This aligns the iOS code path with the Android code path.
-
Keyman Server authored
auto: increment beta version to 15.0.219
-
Keyman Build Agent authored
-
- Mar 21, 2022
-
-
Darcy Wong authored
chore(android/engine): Remove visual gaps in keyboard picker menu
-
Marc Durdin authored
Fixes #6386. The touch layout editor would not reliably detect changes if using the mouse to select an item in a dropdown 'autocomplete'.
-
- Mar 20, 2022
-
-
Keyman Server authored
auto: increment beta version to 15.0.218
-
Keyman Build Agent authored
-
- Mar 19, 2022
-
-
Marc Durdin authored
fix(web): bounding rect offset was incorrect
-
Keyman Server authored
auto: increment beta version to 15.0.217
-
Keyman Build Agent authored
-
- Mar 18, 2022
-
-
Marc Durdin authored
chore(windows): move crash metadata to extra
-
Marc Durdin authored
chore(ios): stop lint complaints
-
Marc Durdin authored
Fixes #6396.
-
Keyman Server authored
-
Keyman Server authored
auto: increment beta version to 15.0.216
-
Keyman Build Agent authored
-
- Mar 17, 2022
-
-
Marc Durdin authored
fix(web): crash on focus before init
-
Marc Durdin authored
Fixes the following crash noted when testing on keymanweb.com, focusing during the load process on a slow network. ``` helpers.ts:111 Uncaught TypeError: Cannot read properties of null (reading 'vkbd') at g.pageFocusHandler (keymanweb.ts:125:44) at sentryWrapped (helpers.ts:87:17) ``` -
Keyman Server authored
auto: increment beta version to 15.0.215
-
Keyman Build Agent authored
-
- Mar 16, 2022
-
-
Shawn Schantz authored
fix (ios) backspace crashes in app
-
Eberhard Beilharz authored
chore(linux): Address a few more lintian warnings
🐧 -
Keyman Server authored
auto: increment beta version to 15.0.214
-
Keyman Build Agent authored
-
Eberhard Beilharz authored
fix(linux): Don't start ibus-daemon multiple times
🚌 -
Eberhard Beilharz authored
-
- Mar 15, 2022
-
-
Eberhard Beilharz authored
-
Darcy Wong authored
fix(oem/fv/android): Consolidate dictionary and keyboard settings
-
Eberhard Beilharz authored
chore(linux): Update changelog and copyright
🐧 -
Darcy Wong authored
chore(android): Separate CI step to generate Play Store notes
-
Marc Durdin authored
chore(windows): Update license date
-
Marc Durdin authored
-
Darcy authored
-