- Jan 30, 2021
-
-
Keyman Build Agent authored
-
- Jan 29, 2021
-
-
Darcy Wong authored
chore(windows/resources): Fix more titles and TODOs in help
-
Marc Durdin authored
fix(windows): Ignore Access Denied error creating task
-
Eberhard Beilharz authored
chore(linux): Don't report on Sentry when running unit tests
-
Keyman Server authored
auto: increment beta version to 14.0.232
-
Keyman Build Agent authored
-
- Jan 28, 2021
-
-
Darcy Wong authored
-
Darcy Wong authored
-
Darcy Wong authored
-
Darcy Wong authored
* common/editions were removed in #4105
-
Darcy Wong authored
* Fix titles * Remove unused osk_usage.md * Remove link to osk_usage because the actual link is onscreenkeyboard * Fix link to charactermap * Remove unused links to psrt*language
-
Joshua Horton authored
fix(ios): accidental duplicated line from merge
-
jahorton authored
-
Joshua Horton authored
change(web): set -eu for web scripts
-
Marc Durdin authored
chore(common): Enhance PR labeling based on PR title
-
Marc Durdin authored
Fixes #4116. Fixes KEYMAN-WINDOWS-5T. If we get an 'access denied' error, we won't report it to Sentry. This error is of minor consequence as it arises in normal configurations only if the task was already present, created by an elevated instance of kmshell under the same user name. In that situation, the task works fine; it just cannot be updated by a non-elevated instance of kmshell. If there are other reasons for receiving access denied, we won't be able to distinguish them anyway, so the best response is to suppress this message. An alternative would have been to either (a) avoid creating the task as an elevated user, or (b) only ever create the task as an elevated user. However, this adds extra unnecessary complexity and means that the task may not always be present when we want it to be.
-
Keyman Server authored
auto: increment beta version to 14.0.231
-
Keyman Build Agent authored
-
Marc Durdin authored
chore: manual version increment
-
Marc Durdin authored
-
Marc Durdin authored
fix(windows): Splash button sizes
-
Marc Durdin authored
fix(windows): setup strings comment for language
-
Darcy Wong authored
chore(windows/resources): Address more TODO links for help
-
Darcy Wong authored
-
Marc Durdin authored
-
- Jan 27, 2021
-
-
Eberhard Beilharz authored
When running unit tests we try to install some keyboards with invalid URLs which normally results in an issue being reported on Sentry. This change detects when we're running unit tests and in that case doesn't initialize Sentry reporting.
-
Eberhard Beilharz authored
This PR adds the labeler-action GH action that applies labels based on the PR title. This allows to automatically assign labels based on our conventional commit message. Cherry-pick from PR #4226 (8f8b8eb7).
-
Eberhard Beilharz authored
When running unit tests we try to install some keyboards with invalid URLs which normally results in an issue being reported on Sentry. This change sets an environment variable when running the tests and modifies the initialization code to not initialize Sentry reporting when the environment variable `KEYMAN_NOSENTRY` is set to 1.
-
Eberhard Beilharz authored
chore(linux): Fix typo
-
jahorton authored
-
Joshua Horton authored
fix(web/ui): propagates UI module build failures
-
Joshua Horton authored
fix(ios): resolves rough edges with installation view transitions
-
Joshua Horton authored
-
Joshua Horton authored
fix(ios): fixes accidental logo / cancel button overlap during package installation
-
Darcy Wong authored
-
Joshua Horton authored
fix(ios): reloads keyboard after package updates
-
jahorton authored
-
jahorton authored
-
Darcy Wong authored
-
Marc Durdin authored
Fixes #4265. This adjusts the button sizes of the splash screen to accommodate longer strings such as found in the Khmer translation. We could go to a more flexible layout model to allow for the buttons to stretch as needed, but that's a lot more work and I don't really want to try for that right now.
-