- Jan 19, 2024
-
-
Joshua Horton authored
Co-authored-by:Eberhard Beilharz <ermshiperete@users.noreply.github.com>
-
- Jan 18, 2024
-
-
Joshua A. Horton authored
-
Joshua A. Horton authored
-
Joshua A. Horton authored
-
Joshua A. Horton authored
-
- Jan 17, 2024
-
-
Joshua Horton authored
fix(web): right-flick gesture-preview positioning
-
Eberhard Beilharz authored
docs(linux): Add documentation for Core API verification
-
Eberhard Beilharz authored
Co-authored-by:Marc Durdin <marc@durdin.net>
-
Darcy Wong authored
docs(common): Update website README.md
-
Darcy Wong authored
chore(common): Update crowdin strings for Khmer
-
Darcy Wong authored
-
Darcy Wong authored
fix(web): Add null check for changing the keyboard during typing
-
Eberhard Beilharz authored
Closes #10405.
-
Keyman Server authored
auto: increment master version to 17.0.246
-
Keyman Build Agent authored
-
- Jan 16, 2024
-
-
Joshua A. Horton authored
-
Darcy Wong authored
* update configure step about downloading _common/ files * Add info about website-local-proxy
-
Marc Durdin authored
feat(developer): add `-m` parameter to kmc to control message severity
-
Darcy Wong authored
fix(android): Fix OSK rotation issues
-
Marc Durdin authored
chore(core): Ignore C++ symbols
-
Keyman Server authored
auto: increment master version to 17.0.245
-
Keyman Build Agent authored
-
Eberhard Beilharz authored
We have a C API, but (internal) C++ template instantiations are visible and so get flagged by `dpkg-gensymbols`. This change ignores the one use of C++ by marking it optional. This is listed as a usage scenario in the dpkg-gensymbols man page. Note this requires a change how we call dpkg-gensymbols: if the `-O` parameter is specified, the file is not treated as being a template file (see man deb-src-symbols) and so the tags are not interpreted. Additionally the file gets overwritten with the non-tag version. So this change removes the `-O` parameter, and changes the archiving of the generated file.
-
- Jan 15, 2024
-
-
Eberhard Beilharz authored
docs(linux): Update sample settings
-
Joshua Horton authored
fix(web): use KMW OSK font for "**" special-text in key hints
-
Joshua Horton authored
Co-authored-by:Eberhard Beilharz <ermshiperete@users.noreply.github.com>
-
Marc Durdin authored
feat(developer): warn on gesture support for downlevel
-
Marc Durdin authored
refactor(core): Move `km_core_state_context_*` tests to separate file
-
- Jan 13, 2024
-
-
Keyman Server authored
auto: increment master version to 17.0.244
-
Keyman Build Agent authored
-
- Jan 12, 2024
-
-
Eberhard Beilharz authored
It was fairly surprising to have the unit tests for `km_core_state_context_*` methods in `action_api.cpp`, so this change moves them to a separate file.
-
Eberhard Beilharz authored
The previous settings are now deprecated, so this change replaces them.
-
Eberhard Beilharz authored
refactor(linux): Use `km_core_state_context_set_if_needed`
-
Eberhard Beilharz authored
chore(linux): fix GHA packaging
-
Darcy Wong authored
-
Darcy Wong authored
getConfiguration().orientation seems to be deprecated so changing to getRotation() for detecting PORTRAIT vs LANDSCAPE orientation Reference: https://developer.android.com/reference/android/view/Display#getRotation()
-
Shawn Schantz authored
fix(ios): use safe area to position Keyman menu correctly
-
Eberhard Beilharz authored
refactor(core): use `km_core_state_context_clear` where possible
-
Joshua A. Horton authored
-
Joshua Horton authored
fix(developer): test-page model loading
-