- Feb 14, 2022
-
-
Keyman Build Agent authored
-
- Feb 13, 2022
-
-
Darcy Wong authored
chore(android/app): Clarify help on switching keyboards
-
Marc Durdin authored
Merge pull request #6145 from keymanapp/fix/developer/5992-package-fileversion-from-keyboard-fileversion fix(developer): compile package fileVersion from keyboard FileVersion
-
Keyman Server authored
auto: increment master version to 15.0.198
-
Keyman Build Agent authored
-
- Feb 12, 2022
-
-
Marc Durdin authored
fix(developer): support KM_KBP_IT_CAPSLOCK
-
Marc Durdin authored
fix(windows): create Keyman/Diag folder in redirected profile
🍒 -
Marc Durdin authored
Merge pull request #6236 from keymanapp/dependabot/npm_and_yarn/web/testing/regression-tests/karma-6.3.14 chore(deps-dev): bump karma from 6.3.4 to 6.3.14 in /web/testing/regression-tests
-
Marc Durdin authored
Merge pull request #6247 from keymanapp/dependabot/npm_and_yarn/web/testing/regression-tests/follow-redirects-1.14.8 chore(deps): bump follow-redirects from 1.7.0 to 1.14.8 in /web/testing/regression-tests
-
dependabot[bot] authored
Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.7.0 to 1.14.8. - [Release notes](https://github.com/follow-redirects/follow-redirects/releases) - [Commits](https://github.com/follow-redirects/follow-redirects/compare/v1.7.0...v1.14.8 ) --- updated-dependencies: - dependency-name: follow-redirects dependency-type: indirect ... Signed-off-by:
dependabot[bot] <support@github.com>
-
dependabot[bot] authored
Bumps [karma](https://github.com/karma-runner/karma) from 6.3.4 to 6.3.14. - [Release notes](https://github.com/karma-runner/karma/releases) - [Changelog](https://github.com/karma-runner/karma/blob/master/CHANGELOG.md) - [Commits](https://github.com/karma-runner/karma/compare/v6.3.4...v6.3.14 ) --- updated-dependencies: - dependency-name: karma dependency-type: direct:development ... Signed-off-by:
dependabot[bot] <support@github.com>
-
Keyman Server authored
auto: increment master version to 15.0.197
-
Keyman Build Agent authored
-
- Feb 11, 2022
-
-
rc-swag authored
fix(windows): add flag to track core process event
-
- Feb 10, 2022
-
-
Darcy Wong authored
-
Ross authored
-
Marc Durdin authored
Keyman Developer Debugger would crash due to receiving an unknown action type. This turned out to be the new KM_KBP_IT_CAPSLOCK. Crash report: https://sentry.io/share/issue/50c09af4a0ab424784d9d2189b492bd5/
-
Keyman Server authored
auto: increment master version to 15.0.196
-
Keyman Build Agent authored
-
- Feb 09, 2022
-
-
Marc Durdin authored
-
Marc Durdin authored
Fixes #6221. If Keyman is being installed under the SYSTEM profile, e.g. when using tools such as SCCM or Intune, then the installer runs with a redirected folder for %LocalAppData%, under C:\Windows\SysWow64\config, but is given the name C:\Windows\System32\config\.... Keyman Setup then creates %LocalAppData%\Keyman\Diag, which it thinks is in C:\Windows\System32\config\... But in reality it is in SysWow64\... Keyman Setup passes a file under this folder to Windows Installer, running as 64 bit, which immediately falls over because the path does not exist to it, in the real System32\config folder. This patch disables redirection temporarily just to create the folder under both 32 and 64 bit versions of the profile. It has no effect on normal user accounts (apart from verifying that the folder is present twice rather than once).
-
Darcy Wong authored
chore(android): Upgrade gradle-wrapper version to 6.8
-
Darcy Wong authored
-
Keyman Server authored
auto: increment master version to 15.0.195
-
Keyman Build Agent authored
-
Eberhard Beilharz authored
feat(linux): Try to start ibus if not running
-
- Feb 08, 2022
-
-
Darcy Wong authored
feat(android/engine): Single tap globe switch to previous system IME
-
Ross authored
-
Darcy Wong authored
chore(android): Update Play publishing plugin to 3.5.0
-
Ross authored
For the TSF applications in most cases there is no test parse with updatable=false. In these cases we need to call the core process event function and process the actions in the one call. A bool flag has been added to track if the core process event has been called for the current keystroke
-
Darcy Wong authored
-
Eberhard Beilharz authored
This change deals with restarting ibus in the post-install script. Also, on Ubuntu 21.10 Impish there are two `ibus-daemon` processes running for the current user. One of them has the `--xim` flag and is the one we care about. This change improves the detection that ibus is running in the post installation script.
-
Keyman Server authored
auto: increment master version to 15.0.194
-
Keyman Build Agent authored
-
- Feb 07, 2022
-
-
Eberhard Beilharz authored
When we try to restart ibus and that fails and ibus isn't running afterwards we directly try to start ibus-daemon. On Ubuntu 21.10 Impish there are two `ibus-daemon` processes running for the current user. One of them has the `--xim` flag and is the one we care about. This change improves the detection that ibus is running after installing a keyboard.
-
Marc Durdin authored
chore(ios): certificate update again
-
- Feb 06, 2022
-
-
Marc Durdin authored
-
- Feb 05, 2022
-
-
Keyman Server authored
auto: increment master version to 15.0.193
-
Keyman Build Agent authored
-
- Feb 04, 2022
-
-
Eberhard Beilharz authored
chore(linux): Remove obsolete Ubuntu 21.04 Hirsute
-