- May 25, 2021
-
-
Joshua Horton authored
chore(ios): artifact prep script now in-repo
-
Joshua Horton authored
fix(web): multi touch handling
🍒 -
jahorton authored
-
jahorton authored
-
jahorton authored
-
jahorton authored
-
- May 24, 2021
-
-
Joshua Horton authored
chore(ios): works around wrong-workspace Carthage 0.38 lookup issue
-
jahorton authored
-
jahorton authored
-
- May 21, 2021
-
-
Marc Durdin authored
chore(ios): update fv cert ref
🍒 -
Marc Durdin authored
-
Marc Durdin authored
Merge pull request #5097 from keymanapp/fix/developer/cherry-pick/5095-editor-settext-not-synchronous fix(developer): TframeTextEditor.SetText was not synchronous
🍒
-
- May 20, 2021
-
-
Eberhard Beilharz authored
chore(linux): Swap order of dependency
🍒 -
Darcy Wong authored
chore(common): Check in crowdin strings for Amharic
🍒 -
Darcy Wong authored
-
- May 19, 2021
-
-
Eberhard Beilharz authored
This was already partially done in 695ee6fd, but we missed this line. (cherry picked from commit 8c8823f7)
-
Eberhard Beilharz authored
fix(common/core/desktop): Don't segfault on invalid .kmx file
🍒 -
Eberhard Beilharz authored
fix(common/core/desktop): Fix warnings when compiling for armhf
🍒 -
Eberhard Beilharz authored
(Fixes #5100) (cherry picked from commit d91d27be)
-
Eberhard Beilharz authored
Compiling on armhf outputs two warnings: - NULL used in arithmetic [-Wpointer-arith] (line 289 and 290) - unused parameter ‘dwFileSize’ [-Wunused-parameter] (line 264) (related to #5072) (cherry picked from commit 99e9a7cf)
-
- May 18, 2021
-
-
Marc Durdin authored
Fixes #5095. If the text editor was loaded, `SetText` would not be synchronous because it executed some Javascript to make the text change, so setting the text and immediately reading it again would give the old text. This is what the On Screen Keyboard editor was doing (it would synchronize the visual editor and text editor at save). This fix updates `SetText` to update the backing store as well as the front end editor.
-
- May 17, 2021
-
-
Joshua Horton authored
fix(web): position popups correctly in landscape mode on Android and during Chrome emulation
🍒 -
jahorton authored
-
jahorton authored
-
- May 14, 2021
-
-
Marc Durdin authored
fix(developer): kmconvert commandline and deploy
🍒 -
Marc Durdin authored
A few fixes and improvements: * kmconvert was missing a command line parameter for `-target` to specify the platform targets for a project * kmconvert should avoid throwing unhandled exceptions, rather if sentry is not present then just write to console. * Include kmconvert and its data files in the deployment of kmcomp.zip, which is done on the build agent (just need to make sure files are in the right place here.) * Side fix: also made sure kmcomp would emit the exception message to console if sentry is not present.
-
- May 13, 2021
-
-
Darcy Wong authored
fix(android/engine): Check lexical-model file exists before using
🍒 -
Darcy Wong authored
-
- May 12, 2021
-
-
Eberhard Beilharz authored
fix(linux): Swap order of dependencies for Debian package
🍒 -
Eberhard Beilharz authored
-
- May 11, 2021
-
-
Eberhard Beilharz authored
It turns out that the Debian package build system only considers the first alternative; python3-raven isn't available on the current Debian version, however we still need it on Ubuntu 18.04 Bionic where python3-sentry-sdk is not available. This change swaps the alternatives and so should work both on Debian as well as for Bionic. (cherry picked from commit 4dd0a48b)
-
Keyman Server authored
auto: increment stable-14.0 version to 14.0.275
-
Keyman Build Agent authored
-
Marc Durdin authored
fix(linux): Enable caps lock support
🍒 -
Darcy Wong authored
feat(android/app): Add telemetry for launching WebBrowserActivity
🍒 -
Darcy Wong authored
chore(common): Check in crowdin files for Azerbaijani
🍒 -
Darcy Wong authored
chore(android/app): Always use offline help
🍒 -
Marc Durdin authored
Cherry-pick of #5054. Fixes #4542. While #5054 will use a constant, for this backport I am just going to hard code the value, at least for now.
-
- May 10, 2021
-
-
Darcy Wong authored
-
Marc Durdin authored
Merge pull request #5038 from keymanapp/fix/windows/cherry-pick/4965-alternative-tips-block-activation fix(windows): avoid disabling Keyman when speech recognition starts
🍒
-