- Feb 24, 2024
-
-
Keyman Server authored
auto: increment beta version to 17.0.276
-
Keyman Build Agent authored
-
- Feb 23, 2024
-
-
Eberhard Beilharz authored
chore(linux): Update debian changelog
-
Eberhard Beilharz authored
docs(linux): Update how to build binary package with docker
-
Eberhard Beilharz authored
chore(linux): Address comments from Debian mailing list
-
Eberhard Beilharz authored
chore(linux): Fix API verification after adding SONAME
-
Eberhard Beilharz authored
chore(linux): Fix `upload-to-debian.sh` script for beta releases
-
Darcy Wong authored
fix(android/engine): Fix how keyboard picker menu exits
-
Marc Durdin authored
fix(developer): improve uploading of sourcemaps to sentry
-
Marc Durdin authored
fix(developer): publish keymancore-1.dll symbols
-
Steven R. Loomis authored
-
Steven R. Loomis authored
Fixes: #10505
-
Steven R. Loomis authored
Fixes: #10505
-
Keyman Server authored
auto: increment beta version to 17.0.275
-
Keyman Build Agent authored
-
Eberhard Beilharz authored
The previous command failed if there was more than one *.dsc file. This change now uses the one with the highest version number.
-
Eberhard Beilharz authored
In order to be able to create the source package we need quilt. However, this is not needed to create the binary package and so it is not considered a build dependency belonging to build-depends. This change installs quilt on the GHA runner before building the source package.
-
Eberhard Beilharz authored
Due to Debian policy the libkeymancore package will now include the SONAME (API version number) in the package name (PR #10800). This change adjusts the API verification checks to be able to cope with the modified .symbols file.
-
- Feb 22, 2024
-
-
Eberhard Beilharz authored
- Add new `--stable` and `--beta` parameters to be more explicit about what to deploy - Restore current branch at the end - Output PR# if PR already exists
-
Eberhard Beilharz authored
chore(linux): Update Debian `control` file
-
Joshua Horton authored
fix(android): first keystroke when context is empty
-
Joshua Horton authored
chore(web): proper reporting of errors from es5 KMW
-
Darcy Wong authored
docs(android): Update screenshots for help
-
Marc Durdin authored
Updates to version 7.102.0 of Sentry, in order to get working sourcemap matching.
-
Marc Durdin authored
-
Marc Durdin authored
-
Joshua A. Horton authored
-
Marc Durdin authored
Fixes two things: * $VERSION_GIT_TAG was being misinterpreted by mkver as $VERSION + "_GIT_TAG". This has been addressed by making the $VERSION match the last one in the replaceVersionStrings_Mkver function, and also have moved to using the newer $VersionGitTag and $Environment vartiables instead. * The 'dist' property was being set in sentry-cli sourcemap uploads, though we never set the dist prop when we initialize sentry.
-
Darcy Wong authored
Addresses #10632 by updating the Keyman for Android help screenshots (phone layout)
-
Joshua A. Horton authored
-
Marc Durdin authored
This matches the paths as shown in the server URLs
-
Marc Durdin authored
For keymanweb distribution only, strip all paths from sourcemaps when uploading to Sentry, by running the sourcemap upload from the specific folder. This maps to sentry-manager's stripping of paths in its reporting.
-
Darcy Wong authored
docs(android/app): Update tablet screenshots (again)
-
Darcy Wong authored
chore(android/app): Remove logging for install referrer details
-
Darcy Wong authored
refactor(android/app): Allow SystemKeyboard to install default keyboard and dictionary
-
Darcy Wong authored
fix(android/engine): Remove logs for uninitialized default keyboard
-
Darcy Wong authored
-
Darcy Wong authored
-
Darcy Wong authored
Co-authored-by:Marc Durdin <marc@durdin.net>
-
Marc Durdin authored
Ref https://github.com/getsentry/sentry-cli/issues/1657 Seeing requests with > 16K URI (e.g. 48KB!) like: GET https://sentry.io/api/0/projects/keyman/keyman-developer/releases/release@17.0.273-beta-test-10798/files/?cursor=&checksum=004512221481ac19e94117147b07f028ba6c31d4... This will skip the de-dupe phase which is intended to reduce the number of files being uploaded; as it was failing in some cases, and thus uploading the files anyway, I am hopeful that it will have no significant impact on the build time.
-