-
-
Notifications
You must be signed in to change notification settings - Fork 112
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore: Merge beta to master for Sprint B17S3 #11008
Commits on Feb 26, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 552ae9e - Browse repository at this point
Copy the full SHA 552ae9eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8c8d339 - Browse repository at this point
Copy the full SHA 8c8d339View commit details -
Configuration menu - View commit details
-
Copy full SHA for 131d498 - Browse repository at this point
Copy the full SHA 131d498View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5e661c4 - Browse repository at this point
Copy the full SHA 5e661c4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8e0cb66 - Browse repository at this point
Copy the full SHA 8e0cb66View commit details -
chore(linux): Use
ibus start
if availableIBus around version 1.5.28 introduced the `start` subcommand for `ibus`. If available we use that because that starts `ibus-daemon` with the correct arguments. If the available IBus version is too old we use our previous code where we pass arguments to `ibus-daemon` which might be different from how ibus gets started on that system otherwise.
Configuration menu - View commit details
-
Copy full SHA for d396a39 - Browse repository at this point
Copy the full SHA d396a39View commit details -
fix(linux): fix regex to detect running ibus-daemon
On Ubuntu 20.04 Focal ibus gets started by a shell command so that we end up with two processes mentioning `ibus-daemon`. This change limits the search to processes that specify with full path to `ibus-daemon` or without path, but `ibus-daemon` has to be the command, not a parameter.
Configuration menu - View commit details
-
Copy full SHA for 8ff35c8 - Browse repository at this point
Copy the full SHA 8ff35c8View commit details
Commits on Feb 27, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 753ae80 - Browse repository at this point
Copy the full SHA 753ae80View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1518e1e - Browse repository at this point
Copy the full SHA 1518e1eView commit details
Commits on Feb 29, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 5f524d6 - Browse repository at this point
Copy the full SHA 5f524d6View commit details -
Configuration menu - View commit details
-
Copy full SHA for e83ff96 - Browse repository at this point
Copy the full SHA e83ff96View commit details -
Configuration menu - View commit details
-
Copy full SHA for c321080 - Browse repository at this point
Copy the full SHA c321080View commit details -
Configuration menu - View commit details
-
Copy full SHA for 337bd78 - Browse repository at this point
Copy the full SHA 337bd78View commit details -
Configuration menu - View commit details
-
Copy full SHA for adcca9a - Browse repository at this point
Copy the full SHA adcca9aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4f9625d - Browse repository at this point
Copy the full SHA 4f9625dView commit details -
fix(linux): Fix package problem with alpha version
In Keyman 17 Alpha and the first versions of Beta the package name was `libkeymancore` before we changed it to `libkeymancore1`. If that version is installed we can't install the new package because it causes conflicts. This change fixes it.
Configuration menu - View commit details
-
Copy full SHA for 42e76d4 - Browse repository at this point
Copy the full SHA 42e76d4View commit details -
chore(developer): add code coverage comment as existence of .js file …
…previously checked
Configuration menu - View commit details
-
Copy full SHA for 4d1c89f - Browse repository at this point
Copy the full SHA 4d1c89fView commit details -
Configuration menu - View commit details
-
Copy full SHA for c10c856 - Browse repository at this point
Copy the full SHA c10c856View commit details -
Configuration menu - View commit details
-
Copy full SHA for 42fd48c - Browse repository at this point
Copy the full SHA 42fd48cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 024553d - Browse repository at this point
Copy the full SHA 024553dView commit details
Commits on Mar 1, 2024
-
fix(developer): move osk.ts from developer-utils to kmc-kmn
Fixes #10872. Modifies #10845. developer-utils is also used by server. Because osk.ts depends on common-types, this introduced a transitive dependency for developer-utils. Packaging server for deployment as part of Keyman Developer is fragile and we need to hand-code our internal dependencies, as npm bundling struggles with in-repo dependencies. So we need to avoid introducing extra dependencies into developer-utils at this time. It turns out that osk.ts is used by kmc-kmn and kmc-analyze. kmc-analyze already has a dependency on kmc-kmn, so it makes sense to put it there.
Configuration menu - View commit details
-
Copy full SHA for 9776aa7 - Browse repository at this point
Copy the full SHA 9776aa7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 78dd448 - Browse repository at this point
Copy the full SHA 78dd448View commit details -
fix(ios): cross-paragraph keyboard rules
jahorton committedMar 1, 2024 Configuration menu - View commit details
-
Copy full SHA for be84d3a - Browse repository at this point
Copy the full SHA be84d3aView commit details -
chore(developer): deploy compiler messages to help site
Fixes #10889. This involved a bit more refactoring to help-keyman-com.sh in order to allow for multiple paths to be uploaded. I opted _not_ to move the entire Keyman Developer documentation into this repository, partly because a number of pages are still in PHP rather than Markdown.
Configuration menu - View commit details
-
Copy full SHA for d1aef64 - Browse repository at this point
Copy the full SHA d1aef64View commit details -
chore(developer): split export * for api-extractor for Osk
api-extractor returned the following error: ``` ERROR: The "export * as ___" syntax is not supported yet; as a workaround, use "import * as ___" with a separate "export { ___ }" declaration ```
Configuration menu - View commit details
-
Copy full SHA for 5ad76f9 - Browse repository at this point
Copy the full SHA 5ad76f9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 24cd438 - Browse repository at this point
Copy the full SHA 24cd438View commit details -
docs(developer): kmc-ldml api documentation
Relates to #10207. Note: reduces the API surface by removing members which should be internal. Fixes a few minor typos in other API docs. Adds missing docs for kmc-kmn also.
Configuration menu - View commit details
-
Copy full SHA for 3b45c54 - Browse repository at this point
Copy the full SHA 3b45c54View commit details -
Configuration menu - View commit details
-
Copy full SHA for c79103b - Browse repository at this point
Copy the full SHA c79103bView commit details -
fix(developer): stub fillLanguages() allowing removal of fonts to red…
…uce fixture size
Configuration menu - View commit details
-
Copy full SHA for 7fb1737 - Browse repository at this point
Copy the full SHA 7fb1737View commit details -
Configuration menu - View commit details
-
Copy full SHA for 53e1522 - Browse repository at this point
Copy the full SHA 53e1522View commit details -
Merge pull request #10914 from keymanapp/auto/version-beta-17.0.281
auto: increment beta version to 17.0.281
Configuration menu - View commit details
-
Copy full SHA for 4890ffb - Browse repository at this point
Copy the full SHA 4890ffbView commit details
Commits on Mar 3, 2024
-
chore(resources): ldml update out of techpreview 🙀
- update to cldr 40fa7fd5b074a203581d04ca0c0b004ab9aa491b (main) - alpha1+ - includes patch for bn Fixes: #10900
Configuration menu - View commit details
-
Copy full SHA for a0a5728 - Browse repository at this point
Copy the full SHA a0a5728View commit details -
chore(common): ldml update out of techpreview 🙀
- updates to support techpreview -> 45 Fixes: #10900
Configuration menu - View commit details
-
Copy full SHA for 8975a38 - Browse repository at this point
Copy the full SHA 8975a38View commit details -
chore(developer): ldml update out of techpreview 🙀
- updates to support techpreview -> 45 Fixes: #10900
Configuration menu - View commit details
-
Copy full SHA for 0ada31b - Browse repository at this point
Copy the full SHA 0ada31bView commit details -
chore(core): ldml update out of techpreview 🙀
- updates to support techpreview -> 45 - test changes Fixes: #10900
Configuration menu - View commit details
-
Copy full SHA for 17a653f - Browse repository at this point
Copy the full SHA 17a653fView commit details
Commits on Mar 4, 2024
-
Merge pull request #10897 from keymanapp/chore/linux/changelog
chore(linux): Update debian changelog
Configuration menu - View commit details
-
Copy full SHA for a60cdaa - Browse repository at this point
Copy the full SHA a60cdaaView commit details -
Merge pull request #10905 from keymanapp/fix/ios/cross-paragraph-kbd-…
…rules fix(ios): cross-paragraph keyboard rules
Configuration menu - View commit details
-
Copy full SHA for 691fce2 - Browse repository at this point
Copy the full SHA 691fce2View commit details -
Apply suggestions from code review
Co-authored-by: Marc Durdin <marc@durdin.net>
Configuration menu - View commit details
-
Copy full SHA for 90e8d32 - Browse repository at this point
Copy the full SHA 90e8d32View commit details -
Merge pull request #10906 from keymanapp/chore/developer/10889-deploy…
…-compiler-messages-to-help-site chore(developer): deploy compiler messages to help site
Configuration menu - View commit details
-
Copy full SHA for dd6b942 - Browse repository at this point
Copy the full SHA dd6b942View commit details -
chore(developer): consolidate external links in Developer messages
Establishes keyman-urls.ts as a single place for any links to external websites. I searched all .ts files in Keyman Developer source and replaced references to websites with function calls here. Note that the names of individual functions within this class can be easily changed as needed, as the hard part was the consolidation.
Configuration menu - View commit details
-
Copy full SHA for e64103a - Browse repository at this point
Copy the full SHA e64103aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 90d39f9 - Browse repository at this point
Copy the full SHA 90d39f9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 987a170 - Browse repository at this point
Copy the full SHA 987a170View commit details -
fix(developer): Treat Right Shift as Shift in debugger
Fixes #10915. Note that a more systemic fix to keyman core will involve ensuring that the debug list is always properly terminated, but that does not need to happen in beta.
Configuration menu - View commit details
-
Copy full SHA for 219f375 - Browse repository at this point
Copy the full SHA 219f375View commit details -
chore(developer): make stubbing of fillLanguages inline
Co-authored-by: Marc Durdin <marc@durdin.net>
Configuration menu - View commit details
-
Copy full SHA for eccb4ae - Browse repository at this point
Copy the full SHA eccb4aeView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3addca4 - Browse repository at this point
Copy the full SHA 3addca4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 41ec7cf - Browse repository at this point
Copy the full SHA 41ec7cfView commit details -
Configuration menu - View commit details
-
Copy full SHA for 98764dc - Browse repository at this point
Copy the full SHA 98764dcView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4cf4efc - Browse repository at this point
Copy the full SHA 4cf4efcView commit details -
Configuration menu - View commit details
-
Copy full SHA for 17a3d92 - Browse repository at this point
Copy the full SHA 17a3d92View commit details -
Configuration menu - View commit details
-
Copy full SHA for 72ffd5a - Browse repository at this point
Copy the full SHA 72ffd5aView commit details -
Configuration menu - View commit details
-
Copy full SHA for b225c7a - Browse repository at this point
Copy the full SHA b225c7aView commit details -
Configuration menu - View commit details
-
Copy full SHA for d790a2d - Browse repository at this point
Copy the full SHA d790a2dView commit details -
docs(developer): kmc-package api documentation
Note: WindowsPackageInstallerSources fields are not yet documented.
Configuration menu - View commit details
-
Copy full SHA for 80a0fea - Browse repository at this point
Copy the full SHA 80a0feaView commit details -
Configuration menu - View commit details
-
Copy full SHA for f9a2e92 - Browse repository at this point
Copy the full SHA f9a2e92View commit details -
chore(developer): add ERROR_LicenseIsNotValid test; ensure TextDecode…
…r.decode restored in two tests
Configuration menu - View commit details
-
Copy full SHA for cb6cc46 - Browse repository at this point
Copy the full SHA cb6cc46View commit details -
Update developer/src/kmconvert/Keyman.Developer.System.LdmlKeyboardPr…
…ojectTemplate.pas Co-authored-by: Marc Durdin <marc@durdin.net>
Configuration menu - View commit details
-
Copy full SHA for 1f2be1c - Browse repository at this point
Copy the full SHA 1f2be1cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6d2ae22 - Browse repository at this point
Copy the full SHA 6d2ae22View commit details -
Merge branch 'chore/resources/10900-ldml-45' of https://github.com/ke…
…ymanapp/keyman into chore/resources/10900-ldml-45
Configuration menu - View commit details
-
Copy full SHA for 582cec8 - Browse repository at this point
Copy the full SHA 582cec8View commit details -
chore(developer): ldml update out of techpreview 🙀
- add missing conformsTo
Configuration menu - View commit details
-
Copy full SHA for 350276b - Browse repository at this point
Copy the full SHA 350276bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8c86aff - Browse repository at this point
Copy the full SHA 8c86affView commit details -
Configuration menu - View commit details
-
Copy full SHA for 18faac9 - Browse repository at this point
Copy the full SHA 18faac9View commit details -
Merge pull request #10926 from keymanapp/auto/version-beta-17.0.282
auto: increment beta version to 17.0.282
Configuration menu - View commit details
-
Copy full SHA for 0d9af63 - Browse repository at this point
Copy the full SHA 0d9af63View commit details
Commits on Mar 5, 2024
-
Configuration menu - View commit details
-
Copy full SHA for e6db899 - Browse repository at this point
Copy the full SHA e6db899View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9be1e8e - Browse repository at this point
Copy the full SHA 9be1e8eView commit details -
fix(windows): fix keyboard lookup in getkeyboardlanguage
The look up for the kmcom keyboard now uses index of to find the correct index into the Keyboard array.
Configuration menu - View commit details
-
Copy full SHA for a2f9a44 - Browse repository at this point
Copy the full SHA a2f9a44View commit details -
Configuration menu - View commit details
-
Copy full SHA for 94433f7 - Browse repository at this point
Copy the full SHA 94433f7View commit details -
Configuration menu - View commit details
-
Copy full SHA for ab39df7 - Browse repository at this point
Copy the full SHA ab39df7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 597d222 - Browse repository at this point
Copy the full SHA 597d222View commit details -
Merge pull request #10903 from keymanapp/fix/developer/10872-move-osk…
…-dep-into-kmc-kmn fix(developer): move osk.ts from developer-utils to kmc-kmn
Configuration menu - View commit details
-
Copy full SHA for 7ddc7e3 - Browse repository at this point
Copy the full SHA 7ddc7e3View commit details -
Merge pull request #10927 from keymanapp/fix/developer/10372-hint-spe…
…cial-text-rendering fix(developer): hint text special characters
Configuration menu - View commit details
-
Copy full SHA for 73275da - Browse repository at this point
Copy the full SHA 73275daView commit details -
Merge pull request #10917 from keymanapp/docs/developer/kmc-ldml-docs
docs(developer): kmc-ldml api documentation
Configuration menu - View commit details
-
Copy full SHA for 915e9e9 - Browse repository at this point
Copy the full SHA 915e9e9View commit details -
Merge pull request #10918 from keymanapp/chore/developer/consolidate-…
…help-links chore(developer): consolidate external links in Developer messages
Configuration menu - View commit details
-
Copy full SHA for 310504a - Browse repository at this point
Copy the full SHA 310504aView commit details -
fix(developer): message export filename was title case
Triggered failure seen in keymanapp/help.keyman.com#1085.
Configuration menu - View commit details
-
Copy full SHA for 8993ac5 - Browse repository at this point
Copy the full SHA 8993ac5View commit details -
Merge branch 'beta' into fix/linux/postinst
# Conflicts: # linux/debian/changelog
Configuration menu - View commit details
-
Copy full SHA for 046c25b - Browse repository at this point
Copy the full SHA 046c25bView commit details -
Merge pull request #10941 from keymanapp/fix/developer/message-export…
…-case-sensitivity fix(developer): message export filename was title case
Configuration menu - View commit details
-
Copy full SHA for a2acce8 - Browse repository at this point
Copy the full SHA a2acce8View commit details -
Configuration menu - View commit details
-
Copy full SHA for d833a1a - Browse repository at this point
Copy the full SHA d833a1aView commit details -
Configuration menu - View commit details
-
Copy full SHA for cbddec9 - Browse repository at this point
Copy the full SHA cbddec9View commit details -
Merge pull request #10945 from keymanapp/auto/version-beta-17.0.283
auto: increment beta version to 17.0.283
Configuration menu - View commit details
-
Copy full SHA for d4836d9 - Browse repository at this point
Copy the full SHA d4836d9View commit details -
fix(developer): fix for errant \uXXXX error
- check for user-produced \uXXXX errors BEFORE we actually (re)introduce \uXXXX into the stream Fixes: #10937
Configuration menu - View commit details
-
Copy full SHA for bc01a01 - Browse repository at this point
Copy the full SHA bc01a01View commit details -
fix(developer): support loose match for CompilerEvents
Fixes: feat(developer): tests CompilerMessage matching should be loose #10943 (also gets us working on Node 20)
Configuration menu - View commit details
-
Copy full SHA for de50372 - Browse repository at this point
Copy the full SHA de50372View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7d03010 - Browse repository at this point
Copy the full SHA 7d03010View commit details
Commits on Mar 6, 2024
-
Merge pull request #10873 from keymanapp/fix/android/repeated-char-ba…
…ckspace fix(android): fixes context-change detection for repeated-char cases
Configuration menu - View commit details
-
Copy full SHA for ccbeecf - Browse repository at this point
Copy the full SHA ccbeecfView commit details -
Merge pull request #10934 from keymanapp/developer/model-search-term-…
…defaults fix(developer): search-term quote replacement was not global
Configuration menu - View commit details
-
Copy full SHA for 9cb07fb - Browse repository at this point
Copy the full SHA 9cb07fbView commit details -
Configuration menu - View commit details
-
Copy full SHA for dfbdfff - Browse repository at this point
Copy the full SHA dfbdfffView commit details -
Merge pull request #10946 from keymanapp/fix/developer/10937-escape-f…
…rom-the-unescaper fix(developer): fix for errant \uXXXX error
Configuration menu - View commit details
-
Copy full SHA for 0a8ac1b - Browse repository at this point
Copy the full SHA 0a8ac1bView commit details -
fix(common): missing script exec bit
jahorton committedMar 6, 2024 Configuration menu - View commit details
-
Copy full SHA for 6d9b2cc - Browse repository at this point
Copy the full SHA 6d9b2ccView commit details -
Configuration menu - View commit details
-
Copy full SHA for f92e627 - Browse repository at this point
Copy the full SHA f92e627View commit details -
Merge pull request #10907 from keymanapp/fix/oem/fv/fallback
refactor(oem/fv/android): Install fallback keyboard
Configuration menu - View commit details
-
Copy full SHA for b6c1870 - Browse repository at this point
Copy the full SHA b6c1870View commit details -
Merge pull request #10904 from keymanapp/refactor/android/storage
refactor(android/app): Move storage permission checks
Configuration menu - View commit details
-
Copy full SHA for 9cfe45a - Browse repository at this point
Copy the full SHA 9cfe45aView commit details -
Merge pull request #10951 from keymanapp/fix/common/script-exec-bit
fix(common): missing script exec bit
Configuration menu - View commit details
-
Copy full SHA for ce76f13 - Browse repository at this point
Copy the full SHA ce76f13View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9a448eb - Browse repository at this point
Copy the full SHA 9a448ebView commit details -
Merge pull request #10958 from keymanapp/auto/version-beta-17.0.284
auto: increment beta version to 17.0.284
Configuration menu - View commit details
-
Copy full SHA for d0c19bc - Browse repository at this point
Copy the full SHA d0c19bcView commit details
Commits on Mar 7, 2024
-
Merge pull request #10932 from keymanapp/fix/web/globe-key-highlight
fix(web): globe key highlighting
Configuration menu - View commit details
-
Copy full SHA for ed62ca1 - Browse repository at this point
Copy the full SHA ed62ca1View commit details -
Merge pull request #10935 from keymanapp/chore/web/test-model-update
chore(web): updates mtnt model used by test page
Configuration menu - View commit details
-
Copy full SHA for ca74185 - Browse repository at this point
Copy the full SHA ca74185View commit details -
Merge pull request #10893 from keymanapp/fix/developer/kmc-info-compi…
…ler-no-kmp-error fix(developer): kmc keyboard info compiler no kmp error
Configuration menu - View commit details
-
Copy full SHA for 3fd789a - Browse repository at this point
Copy the full SHA 3fd789aView commit details -
Merge pull request #10919 from keymanapp/fix/developer/10915-right-sh…
…ift-in-developer-crash fix(developer): Treat Right Shift as Shift in debugger
Configuration menu - View commit details
-
Copy full SHA for 5a0f500 - Browse repository at this point
Copy the full SHA 5a0f500View commit details -
Merge pull request #10921 from keymanapp/docs/developer/kmc-model-docs
docs(developer): kmc-model api documentation
Configuration menu - View commit details
-
Copy full SHA for 1c98adf - Browse repository at this point
Copy the full SHA 1c98adfView commit details -
Merge pull request #10922 from keymanapp/docs/developer/kmc-model-inf…
…o-docs docs(developer): kmc-model-info api documentation
Configuration menu - View commit details
-
Copy full SHA for 8c4f9e7 - Browse repository at this point
Copy the full SHA 8c4f9e7View commit details -
Merge pull request #10923 from keymanapp/docs/developer/kmc-keyboard-…
…info-docs docs(developer): kmc-keyboard-info api documentation
Configuration menu - View commit details
-
Copy full SHA for 62bd84e - Browse repository at this point
Copy the full SHA 62bd84eView commit details -
Merge pull request #10924 from keymanapp/docs/developer/kmc-package-docs
docs(developer): kmc-package api documentation
Configuration menu - View commit details
-
Copy full SHA for 4a7af62 - Browse repository at this point
Copy the full SHA 4a7af62View commit details -
Configuration menu - View commit details
-
Copy full SHA for ffe43d2 - Browse repository at this point
Copy the full SHA ffe43d2View commit details -
Merge pull request #10950 from keymanapp/fix/developer/10942-normaliz…
…e-paths-in-kmc-package fix(developer): normalize all input paths in .kps compiler
Configuration menu - View commit details
-
Copy full SHA for 4c5c4b2 - Browse repository at this point
Copy the full SHA 4c5c4b2View commit details -
chore(developer): Merge branch 'beta' into test/developer/kmc-keyboar…
…d-info-unit-test
Configuration menu - View commit details
-
Copy full SHA for e917664 - Browse repository at this point
Copy the full SHA e917664View commit details -
chore(developer): correct test description for ERROR_FileDoesNotExist…
… (.kmp fileSize) test
Configuration menu - View commit details
-
Copy full SHA for 37b26ba - Browse repository at this point
Copy the full SHA 37b26baView commit details -
chore(developer): refactor to place keyboard info message unit tests …
…in correct test file
Configuration menu - View commit details
-
Copy full SHA for be8ab1d - Browse repository at this point
Copy the full SHA be8ab1dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 911cae6 - Browse repository at this point
Copy the full SHA 911cae6View commit details -
Configuration menu - View commit details
-
Copy full SHA for fa89f06 - Browse repository at this point
Copy the full SHA fa89f06View commit details -
Configuration menu - View commit details
-
Copy full SHA for c340af8 - Browse repository at this point
Copy the full SHA c340af8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 75531d7 - Browse repository at this point
Copy the full SHA 75531d7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1016f8a - Browse repository at this point
Copy the full SHA 1016f8aView commit details -
Merge pull request #10963 from keymanapp/auto/version-beta-17.0.285
auto: increment beta version to 17.0.285
Configuration menu - View commit details
-
Copy full SHA for 541bb94 - Browse repository at this point
Copy the full SHA 541bb94View commit details -
fix(developer): remove extra fatal exception
- remove the fatal exception about a failed section compiler, as it will always otherwise be propagated to the user Fixes: #10894
Configuration menu - View commit details
-
Copy full SHA for e77a495 - Browse repository at this point
Copy the full SHA e77a495View commit details
Commits on Mar 8, 2024
-
Merge pull request #10936 from keymanapp/fix/windows/10793/ikl-handle…
…-invalid-id fix(windows): GetKeyboardLanguage exits early on an invalid keyboard ID
Configuration menu - View commit details
-
Copy full SHA for 48d7421 - Browse repository at this point
Copy the full SHA 48d7421View commit details -
Configuration menu - View commit details
-
Copy full SHA for 928da76 - Browse repository at this point
Copy the full SHA 928da76View commit details -
Configuration menu - View commit details
-
Copy full SHA for 90814d0 - Browse repository at this point
Copy the full SHA 90814d0View commit details -
Merge pull request #10969 from keymanapp/auto/version-beta-17.0.286
auto: increment beta version to 17.0.286
Configuration menu - View commit details
-
Copy full SHA for 2a9ff3f - Browse repository at this point
Copy the full SHA 2a9ff3fView commit details
Commits on Mar 10, 2024
-
chore(web): improve the clarity of hints on OSK
I found the hints too hard to see on my phone, so this increases size of the hint from 0.5em to 0.75em, and changes color from #aaa to #ccc, on Android.
Configuration menu - View commit details
-
Copy full SHA for de7e3c6 - Browse repository at this point
Copy the full SHA de7e3c6View commit details -
Configuration menu - View commit details
-
Copy full SHA for c15fda6 - Browse repository at this point
Copy the full SHA c15fda6View commit details -
Configuration menu - View commit details
-
Copy full SHA for b89cc16 - Browse repository at this point
Copy the full SHA b89cc16View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4833680 - Browse repository at this point
Copy the full SHA 4833680View commit details -
Configuration menu - View commit details
-
Copy full SHA for 58b1668 - Browse repository at this point
Copy the full SHA 58b1668View commit details
Commits on Mar 11, 2024
-
Merge pull request #10971 from keymanapp/chore/web/hint-clarity-osk
chore(web): improve the clarity of hints on OSK for Android
Configuration menu - View commit details
-
Copy full SHA for cb6267d - Browse repository at this point
Copy the full SHA cb6267dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 406f6a3 - Browse repository at this point
Copy the full SHA 406f6a3View commit details -
Merge pull request #10976 from keymanapp/auto/version-beta-17.0.287
auto: increment beta version to 17.0.287
Configuration menu - View commit details
-
Copy full SHA for b0d94bb - Browse repository at this point
Copy the full SHA b0d94bbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 812e914 - Browse repository at this point
Copy the full SHA 812e914View commit details
Commits on Mar 12, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 7132bb7 - Browse repository at this point
Copy the full SHA 7132bb7View commit details -
Merge pull request #10949 from keymanapp/fix/developer/10894-expect-t…
…he-unexpected chore(developer): resolve excessive-fatal-exception issue
Configuration menu - View commit details
-
Copy full SHA for b575cad - Browse repository at this point
Copy the full SHA b575cadView commit details -
Configuration menu - View commit details
-
Copy full SHA for 94ca489 - Browse repository at this point
Copy the full SHA 94ca489View commit details -
Merge pull request #10788 from keymanapp/fix/linux/postinst
fix(linux): Remove `ibus-keyman.post{inst,rm}` and verify that `ibus-daemon` is running when we start km-config
Configuration menu - View commit details
-
Copy full SHA for 4d4d5a6 - Browse repository at this point
Copy the full SHA 4d4d5a6View commit details -
chore(developer): Merge branch 'beta' into test/developer/kmc-keyboar…
…d-info-unit-test
Configuration menu - View commit details
-
Copy full SHA for b5a21bd - Browse repository at this point
Copy the full SHA b5a21bdView commit details -
Configuration menu - View commit details
-
Copy full SHA for a213158 - Browse repository at this point
Copy the full SHA a213158View commit details -
Merge pull request #10982 from keymanapp/auto/version-beta-17.0.288
auto: increment beta version to 17.0.288
Configuration menu - View commit details
-
Copy full SHA for 846ae36 - Browse repository at this point
Copy the full SHA 846ae36View commit details -
Configuration menu - View commit details
-
Copy full SHA for 90c028e - Browse repository at this point
Copy the full SHA 90c028eView commit details
Commits on Mar 13, 2024
-
Merge pull request #10848 from keymanapp/test/developer/kmc-keyboard-…
…info-unit-test test(developer): kmc keyboard info compiler messages unit tests
Configuration menu - View commit details
-
Copy full SHA for ae118f4 - Browse repository at this point
Copy the full SHA ae118f4View commit details -
chore(developer): Merge branch 'beta' into fix/developer/font-family-…
…returns-null-if-ttfMeta-promise-errors
Configuration menu - View commit details
-
Copy full SHA for 9ee45b9 - Browse repository at this point
Copy the full SHA 9ee45b9View commit details -
Merge pull request #10983 from keymanapp/fix/developer/font-family-re…
…turns-null-if-ttfMeta-promise-errors fix(developer): getFontFamily now returns null if ttfMeta.promise errors
Configuration menu - View commit details
-
Copy full SHA for fffaf3b - Browse repository at this point
Copy the full SHA fffaf3bView commit details -
Configuration menu - View commit details
-
Copy full SHA for a01eb57 - Browse repository at this point
Copy the full SHA a01eb57View commit details -
Merge pull request #10985 from keymanapp/docs/android/privacy
docs(android/app): Add data privacy policy page
Configuration menu - View commit details
-
Copy full SHA for 7120160 - Browse repository at this point
Copy the full SHA 7120160View commit details -
Merge pull request #10977 from keymanapp/fix/developer/10959-ldml-min…
…-keyman-version fix(developer): min Keyman version for LDML is 17.0
Configuration menu - View commit details
-
Copy full SHA for 19719a0 - Browse repository at this point
Copy the full SHA 19719a0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3caa835 - Browse repository at this point
Copy the full SHA 3caa835View commit details -
Merge pull request #10990 from keymanapp/auto/version-beta-17.0.289
auto: increment beta version to 17.0.289
Configuration menu - View commit details
-
Copy full SHA for a090099 - Browse repository at this point
Copy the full SHA a090099View commit details
Commits on Mar 15, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 39b56b3 - Browse repository at this point
Copy the full SHA 39b56b3View commit details