- Nov 23, 2022
-
-
Darcy Wong authored
fix(android/engine): Fix logic error for updateKMP
-
Darcy Wong authored
-
Joshua Horton authored
feat(web): re-implementation of introductory globe-key help bubble
-
Joshua Horton authored
fix(web): inferred key text + spacebar caption scaling
-
Darcy Wong authored
chore(common): Update whatsnew for 16.0
-
Darcy Wong authored
Co-authored-by:Marc Durdin <marc@durdin.net>
-
Marc Durdin authored
Merge pull request #7780 from keymanapp/fix/cherry-pick/7351-merge-stable-history-to-master-automatically fix: automatically merge changes to history back to master
🍒 -
Eberhard Beilharz authored
fix(linux): Revert "fix(linux): Fix a warning"
-
Keyman Server authored
auto: increment beta version to 16.0.110
-
Keyman Build Agent authored
-
Eberhard Beilharz authored
Commit acab920d didn't really fix the warning. https://stackoverflow.com/a/2524675/1836776 suggests to use `%zu` which is what this change does now.
-
- Nov 22, 2022
-
-
Eberhard Beilharz authored
feat(linux): Add symbols file
-
Darcy Wong authored
-
Darcy Wong authored
Co-authored-by:Joshua Horton <joshua_horton@sil.org>
-
Darcy Wong authored
-
Shawn Schantz authored
fix(mac): Enable right-alt/option key mapping
-
Shawn Schantz authored
Co-authored-by:Marc Durdin <marc@durdin.net>
-
Joshua A. Horton authored
-
Darcy Wong authored
fix(android/engine): Check if kmp.json is null
-
Joshua A. Horton authored
-
Shawn Schantz authored
fix(ios): make text size of in-app editor consistent with slider
-
Darcy Wong authored
-
Darcy Wong authored
fix(android/engine): Add null check on kmp filename
-
Darcy Wong authored
-
Marc Durdin authored
fix(windows): buttons should be in list in Options tab
-
Marc Durdin authored
-
Marc Durdin authored
fix(windows): arrow keys need to select next/prev item in options tab
-
Marc Durdin authored
-
Keyman Server authored
auto: increment beta version to 16.0.109
-
Keyman Build Agent authored
-
- Nov 21, 2022
-
-
Eberhard Beilharz authored
This reverts commit acab920d. I'm confused - now we're getting the same warning again - claiming that `size_t` is defined as `long unsigned int` and so we have to use `%lu`!? Is this related to the platform we're compiling on? This time, the warning we get is when compiling for x86_64: ``` engine.c: In function ‘get_current_context_text’: engine.c:224:15: warning: format ‘%u’ expects argument of type ‘unsigned int’, but argument 5 has type ‘size_t’ {aka ‘long unsigned int’} [-Wformat=] 224 | g_message("%s: current context is:%u:%lu:%s:", __FUNCTION__, km_kbp_context_length(context), buf_size, current_context_utf8); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | | | size_t {aka long unsigned int} engine.c:224:40: note: format string is defined here 224 | g_message("%s: current context is:%u:%lu:%s:", __FUNCTION__, km_kbp_context_length(context), buf_size, current_context_utf8); | ~^ | | | unsigned int | %lu ``` Reverting the previous fix for now.
-
Eberhard Beilharz authored
Debian/lintian recommends to add a symbols file which allows to check for API changes. The package build on Jenkins now has an additional build step that will compare the API of the newly built package with the committed symbols file and will fail the build if the API changed and we didn't update the symbols file yet. The current symbols file gets stored as build artifact, so it can easily be copied from Jenkins. During the build of the binary package this check is also run but won't fail the build.
-
sgschantz authored
-
Darcy Wong authored
chore(android): Update Target SDK Version to 31
🍒 -
Marc Durdin authored
fix(developer): cast to prevent ERangeError for failed http reqs in CEF
-
Marc Durdin authored
chore(windows): remove unused options from locales and UI
-
Marc Durdin authored
Fixes #7351.
-
Joshua A. Horton authored
-
Joshua Horton authored
feat(common/models): directional quote insensitivity
-
Joshua Horton authored
Co-authored-by:Marc Durdin <marc@durdin.net>
-