- May 11, 2021
-
-
Marc Durdin authored
-
Keyman Server authored
auto: increment master version to 15.0.44
-
Keyman Build Agent authored
-
- May 10, 2021
-
-
Marc Durdin authored
fix(windows): make keymanx64 responsible for its own lifecycle
-
Marc Durdin authored
chore(windows): add telemetry to trace crash on exit
-
Marc Durdin authored
fix(windows): avoid disabling Keyman when speech recognition starts
-
Darcy Wong authored
chore(android/app): Always use offline help
-
Darcy Wong authored
feat(android/app): Add telemetry for launching WebBrowserActivity
-
Darcy Wong authored
This commit is not to cherry-pick to stable-14.0
-
Darcy Wong authored
-
Darcy Wong authored
-
Marc Durdin authored
chore(mac): update requirements to include Big Sur
-
- May 08, 2021
-
-
Keyman Server authored
auto: increment master version to 15.0.43
-
Keyman Build Agent authored
-
- May 07, 2021
-
-
Marc Durdin authored
-
Marc Durdin authored
-
Marc Durdin authored
-
Darcy Wong authored
chore(common): Check in crowdin files for Azerbaijani
-
Keyman Server authored
auto: increment master version to 15.0.42
-
Keyman Build Agent authored
-
- May 06, 2021
-
-
Eberhard Beilharz authored
chore(linux): Add support for Ubuntu 21.04 (hirsute)
-
jahorton authored
-
- May 05, 2021
-
-
Eberhard Beilharz authored
Closes #5021.
-
Marc Durdin authored
-
- May 03, 2021
-
-
Darcy Wong authored
-
Keyman Server authored
auto: increment master version to 15.0.41
-
Keyman Build Agent authored
-
- May 02, 2021
-
-
Darcy Wong authored
chore(common): update stable history for 14.0.273
-
Marc Durdin authored
Relates to #4700. This simply adds some debug logging so that when the current crash occurs, we can discover which windows have failed to automatically close, which should give us enough detail to be able to reproduce the problem, hopefully, and fix it.
-
- May 01, 2021
-
-
Keyman Server authored
auto: increment master version to 15.0.40
-
Keyman Build Agent authored
-
- Apr 30, 2021
-
-
Darcy Wong authored
-
Marc Durdin authored
Fixes #4976. Fixes KEYMAN-WINDOWS-2K. Fixes KEYMAN-WINDOWS-3F. Fixes KEYMAN-WINDOWS-5A. Fixes KEYMAN-WINDOWS-3E. This fix reworks keymanx64's lifecycle, moving responsibility for process shutdown from keyman.exe to keymanx64.exe. This eliminates the need for interprocess communication, and simplifies the startup and shutdown of keymanx64.exe. Removing this means that we can more safely handle situations where two instances of keymanx64 may be started, as one of them will rapidly terminate when it discovers that its parent process has disappeared.
-
Darcy Wong authored
-
Darcy Wong authored
-
Marc Durdin authored
Fixes #4965. When speech recognition is enabled, it sometimes activates after a Keyman keyboard is selected. This would cause Keyman to think it is being deactivated. We needed to check in `CKMTipTextService::OnActivated` that it was a keyboard-type TIP that was being activated, and only deactivate the Keyman hooks in that situation. This commit also adds a little logging helper function, and removes an unused variable `guidActiveProfile`.
-
Marc Durdin authored
chore: support for xcode 12
-
Keyman Server authored
auto: increment master version to 15.0.39
-
Keyman Build Agent authored
-
- Apr 29, 2021
-
-
Darcy Wong authored
fix(android/engine): Fix toHex() for null string
-