- Sep 22, 2023
-
-
Keyman Build Agent authored
-
Eberhard Beilharz authored
chore(linux): Fix bugs, add dependency and update documentation
-
Eberhard Beilharz authored
This no longer suppresses the output of cleanup.
-
Eberhard Beilharz authored
-
- Sep 21, 2023
-
-
Eberhard Beilharz authored
This change updates gha-ubuntu-packaging to a version that creates a non-empty changelog entry. This prevents a warning during package build.
-
Eberhard Beilharz authored
For integration tests ibus-keyman requires keyman-system-service to be built, so we add this as a dependency.
-
Eberhard Beilharz authored
-
Eberhard Beilharz authored
When running the integration tests, we provide a test service that replaces `keyman-system-service`. DBus needs the updated `.service` files in the `services` directory so that it will use the test service. This change outputs an error and returns an non-zero exit code if it can't find the `services` directory, which usually means that `keyman-system-service` didn't get build.
-
Eberhard Beilharz authored
-
Eberhard Beilharz authored
fix(linux): Correctly open files linked from help page
-
Keyman Server authored
auto: increment master version to 17.0.178
-
Keyman Build Agent authored
-
- Sep 20, 2023
-
-
Eberhard Beilharz authored
This works around the issue where browsers installed as snap package can't access files under `$HOME/.local`. Instead we now only open external links with the browser. Local non-html files we open with the default app, and links to local html file we open in webview (like we did previously with `welcome.htm` files). Fixes #9600.
-
Eberhard Beilharz authored
docs(common): Fix documentation for `builder_describe_internal_dependency`
-
Eberhard Beilharz authored
chore(linux): Add coverage action to `ibus-keyman/build.sh`
-
Eberhard Beilharz authored
Addresses code review comment.
-
Keyman Server authored
auto: increment master version to 17.0.177
-
Keyman Build Agent authored
-
- Sep 19, 2023
-
-
Steven R. Loomis authored
-
Eberhard Beilharz authored
This addresses code review comments.
-
Eberhard Beilharz authored
refactor(linux): Rename defines to clarify purpose
🏘 ️ -
Darcy Wong authored
chore(oem/fv/android): Update Gradle to 7.4
-
Darcy Wong authored
-
Steven R. Loomis authored
-
Keyman Server authored
auto: increment master version to 17.0.176
-
Keyman Build Agent authored
-
Eberhard Beilharz authored
-
Eberhard Beilharz authored
-
Eberhard Beilharz authored
Fixes #9581.
-
- Sep 18, 2023
-
-
Steven R. Loomis authored
-
Eberhard Beilharz authored
chore(linux): Split startup process
-
- Sep 17, 2023
-
-
Keyman Server authored
auto: increment master version to 17.0.175
-
Keyman Build Agent authored
-
- Sep 16, 2023
-
-
Eberhard Beilharz authored
refactor(linux): Reformat file
-
Steven R. Loomis authored
- fix 1..6 char Unicode escapes with an unrolled loop - for feat(core): ldml drop \u1234 format
🙀 #9515 -
Steven R. Loomis authored
- temporarily roll back change to test.xml - for feat(core): ldml drop \u1234 format
🙀 #9515 -
Steven R. Loomis authored
- for now, convert \u{1234} to \u1234 before going into UnicodeSet. - for feat(core): ldml drop \u1234 format🙀 #9515 -
Steven R. Loomis authored
- hardware types isn't a fixed set anymore - un-mothball the pertinent error type Related to #9403, exposed during #9515 CLDR update
-
- Sep 15, 2023
-
-
Eberhard Beilharz authored
This change improves the startup method so that it will also work if ibus hasn't started yet. Also fixes two memory leaks.
-
- Sep 14, 2023
-
-
Eberhard Beilharz authored
-