- Aug 30, 2022
-
-
Eberhard Beilharz authored
chore(linux): Update debian changelog
🍒 -
Marc Durdin authored
chore: update core/ label
-
Marc Durdin authored
Merge pull request #7000 from keymanapp/chore/developer/keymanweb-compiler-remove-unused-dependencies chore(developer): remove unused dependencies from KeymanWeb compiler
🛩 -
Marc Durdin authored
chore(core): rename json.hpp to jsonpp.hpp
🛩 -
Keyman Server authored
auto: increment master version to 16.0.54
-
Keyman Build Agent authored
-
Steven R. Loomis authored
feat(linux): Dockerfile for linux builder
-
- Aug 29, 2022
-
-
Eberhard Beilharz authored
(cherry picked from commit f2b12771)
-
Marc Durdin authored
-
- Aug 27, 2022
-
-
Steven R. Loomis authored
- add Dockerfile in linux/Dockerfile, referencing linux/debian/control - add docs in docs/build/linux-ubuntu.md Fixes: #7102
-
Keyman Server authored
auto: increment master version to 16.0.53
-
Keyman Build Agent authored
-
- Aug 26, 2022
-
-
Eberhard Beilharz authored
fix(linux): Remove wrong `ok_for_single_backspace` method
-
Darcy Wong authored
fix(android/engine): Lower the max height for landscape orientation
-
Eberhard Beilharz authored
The implementation of `ok_for_single_backspace` checked the current action_item multiple times. However, we already know that that item is `KM_KBP_IT_BACK` because the only place this method gets called is from the `process_backspace_action` method. So basically this method always returns `FALSE`. "Fixing" this method to check the next action_items makes things fail. Removing this method since it doesn't do anything except burn processing cycles... Fixes #5614.
-
- Aug 25, 2022
-
-
Keyman Server authored
auto: increment master version to 16.0.52
-
Keyman Build Agent authored
-
- Aug 24, 2022
-
-
Darcy Wong authored
-
Marc Durdin authored
feat(common): add parameter variable support to `builder_` functions
-
Marc Durdin authored
-
rc-swag authored
fix(windows): Add invalidate context action to non-updatable parse
-
Marc Durdin authored
chore: Change platform advocates per discussion
-
Marc Durdin authored
fix(android): verify browser before starting activity
-
Keyman Server authored
auto: increment master version to 16.0.51
-
Keyman Build Agent authored
-
Marc Durdin authored
-
Marc Durdin authored
-
Marc Durdin authored
-
Eberhard Beilharz authored
chore(core): Remove obsolete python keyboardprocessor
-
- Aug 23, 2022
-
-
Marc Durdin authored
-
Marc Durdin authored
As discussed, we are changing some of the platform advocates for (a) geographical, and (b) platform familiarity reasons. This will be reflected in the automatic assignment of reviewers on PRs. We are pretty much all affected in this shuffle! @keymanapp-test-bot skip
-
Keyman Server authored
auto: increment master version to 16.0.50
-
Keyman Build Agent authored
-
- Aug 22, 2022
-
-
Eberhard Beilharz authored
This seems to be not used anywhere and has diverged from the API.
-
Ross authored
-
Marc Durdin authored
chore(deps): bump @actions/core from 1.8.2 to 1.9.1
-
Ross authored
Rename ProcessActionsTestParse to NonUpdatable parse. It does more then just test. Add handling for the invalidate context action to this parse, so that if we emit a keystroke we invalidate the context
-
rc-swag authored
fix: remove saving and restoring context kbd options
-
- Aug 19, 2022
-
-
dependabot[bot] authored
Bumps [@actions/core](https://github.com/actions/toolkit/tree/HEAD/packages/core) from 1.8.2 to 1.9.1. - [Release notes](https://github.com/actions/toolkit/releases) - [Changelog](https://github.com/actions/toolkit/blob/main/packages/core/RELEASES.md) - [Commits](https://github.com/actions/toolkit/commits/HEAD/packages/core ) --- updated-dependencies: - dependency-name: "@actions/core" dependency-type: direct:production ... Signed-off-by:
dependabot[bot] <support@github.com>
-
- Aug 17, 2022
-
-
Ross authored
Remove the saving of context and keyboard options on the non updateable call to process hook. The windows Text Input Processor calls twice one call is not updateable. With the core integeration we run the processor only once, preserving the actions and context to be applied on the updatable call.
-