- Jun 10, 2021
-
-
jahorton authored
-
Keyman Server authored
auto: increment master version to 15.0.65
-
Keyman Build Agent authored
-
- Jun 09, 2021
-
-
Eberhard Beilharz authored
fix(linux): Fix packaging on ppa
-
Eberhard Beilharz authored
When building packages on ppa the TERM environment variable is set to "unknown", which isn't a valid value but which we didn't account for previously.
-
Joshua Horton authored
refactor(common/core/web, web): target-agnostic key events
-
Joshua Horton authored
fix(oem/fv/ios): app encryption flag for app store uploads (15.0)
-
jahorton authored
-
jahorton authored
-
Marc Durdin authored
feat(android): Automatically install keyboard through Play Store
-
Keyman Server authored
auto: increment master version to 15.0.64
-
Keyman Build Agent authored
-
- Jun 08, 2021
-
-
Marc Durdin authored
-
Darcy Wong authored
fix(android/engine): Adjust default OSK landscape size
-
Marc Durdin authored
fix(windows): support Esc key in Download Keyboard dialog
-
Marc Durdin authored
chore(common): iis setup script for dev boxes
-
Marc Durdin authored
-
Darcy Wong authored
-
Darcy Wong authored
-
Darcy Wong authored
fix(web): Always pass kill_browserstack
-
Darcy Wong authored
-
Marc Durdin authored
feat(common): Rust infrastructure
-
- Jun 07, 2021
-
-
Marc Durdin authored
-
Marc Durdin authored
-
Marc Durdin authored
Resolves #5219. Uses the Google Play Install Referrer API to automatically discover the keyboard to install together with Keyman; this keyboard is passed in a `referrer` parameter to the Play Store page for the Keyman app from the Keyman website.
-
- Jun 05, 2021
-
-
Keyman Server authored
auto: increment master version to 15.0.63
-
Keyman Build Agent authored
-
- Jun 04, 2021
-
-
Marc Durdin authored
fix(developer): support spaces in regression tests
-
Keyman Server authored
auto: increment master version to 15.0.62
-
Keyman Build Agent authored
-
- Jun 03, 2021
-
-
Eberhard Beilharz authored
feat(linux): Integrate with fcitx5
-
Eberhard Beilharz authored
fix(linux): Exclude s390x from package builds for ibus-keyman
-
Eberhard Beilharz authored
Co-authored-by:Marc Durdin <marc@durdin.net>
-
Marc Durdin authored
-
Darcy Wong authored
-
Marc Durdin authored
Fixes #5216. A `<text>` element in the regression text xml which contained only whitespace would cause the import to crash as this would be ignored by the XML parser, leading to a `Null` `nodeValue` for that element. To solve this, we need to: 1. Use `xml:space="preserve"` attribute on `<text>` elements 2. Update the DTD to allow `xml:space` on `<text>` elements 3. While we are at it, move the DTD from `www.tavultesoft.com` to `api.keyman.com`. See also: * keymanapp/tavultesoft.com#4 * keymanapp/api.keyman.com#155
-
Darcy Wong authored
-
Eberhard Beilharz authored
-
Eberhard Beilharz authored
This change implements the Keyman side of the fcitx5 integration. Closes #4910.
-
- Jun 02, 2021
-
-
Eberhard Beilharz authored
Part of #4910.
-