- May 31, 2021
-
-
Eberhard Beilharz authored
s390x is big-endian which we currently don't support (#5111). Only build on architectures supported by Debian. This excludes the following little-endian architectures: alpha arm ia64 riscv64 sh4 x32 arm64ilp32 mipsn32el and the following big-endian ones: avr32 hppa m68k mips mips64 mipsn32 powerpc ppc64 s390 sparc sparc64 See https://wiki.debian.org/SupportedArchitectures and https://wiki.debian.org/ArchitectureSpecificsMemo (cherry picked from commit 9c2d3094)
-
Darcy Wong authored
fix(android/samples): Set gradlew executable for Tests
🍒 -
Marc Durdin authored
fix(windows): avoid cached hotkey state
🍒 -
Darcy Wong authored
-
Marc Durdin authored
-
- May 29, 2021
-
-
Marc Durdin authored
-
Marc Durdin authored
-
- May 28, 2021
-
-
Darcy Wong authored
chore(android): Add -clean flag to build script
🍒 -
Darcy Wong authored
-
Joshua Horton authored
fix(ios): artifact upload preparation
🍒
-
- May 27, 2021
-
-
jahorton authored
-
- May 26, 2021
-
-
Darcy Wong authored
chore(web): Add CI script to kill BrowserStack tunnel
🍒 -
Darcy Wong authored
-
- 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
🍒
-