-
-
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 master into windows-updates #12417
chore: merge master into windows-updates #12417
Commits on Jul 29, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 5488e32 - Browse repository at this point
Copy the full SHA 5488e32View commit details
Commits on Jul 30, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 37dcacc - Browse repository at this point
Copy the full SHA 37dcaccView commit details
Commits on Jul 31, 2024
-
change(mac): customize menus after all views are created
rather than reading from disk and adding keyboards include awakeFromNib, do so in applicationDidFinishLaunching
Configuration menu - View commit details
-
Copy full SHA for bff17dc - Browse repository at this point
Copy the full SHA bff17dcView commit details -
Configuration menu - View commit details
-
Copy full SHA for ec2e48c - Browse repository at this point
Copy the full SHA ec2e48cView commit details
Commits on Aug 1, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 4fb5d74 - Browse repository at this point
Copy the full SHA 4fb5d74View commit details
Commits on Aug 2, 2024
-
Configuration menu - View commit details
-
Copy full SHA for c2e2cf5 - Browse repository at this point
Copy the full SHA c2e2cf5View commit details
Commits on Aug 5, 2024
-
Configuration menu - View commit details
-
Copy full SHA for b435090 - Browse repository at this point
Copy the full SHA b435090View commit details
Commits on Aug 6, 2024
-
change(mac): uses Library directory instead of Documents
Write new key KMDataModelVersion in UserDefaults with integer value that determines how data is expected to be stored. Migrates existing Keyman data to new location if it was written with an older (or no) version. Fixes: #2542
Configuration menu - View commit details
-
Copy full SHA for 8b40873 - Browse repository at this point
Copy the full SHA 8b40873View commit details
Commits on Aug 9, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 05918b5 - Browse repository at this point
Copy the full SHA 05918b5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1e80594 - Browse repository at this point
Copy the full SHA 1e80594View commit details
Commits on Aug 15, 2024
-
change(mac): use partial paths in settings
converts partial paths to full paths as needed and vice-versa when moving between file system access and referencing keyboards in UserDefaults
Configuration menu - View commit details
-
Copy full SHA for b1685f5 - Browse repository at this point
Copy the full SHA b1685f5View commit details
Commits on Aug 16, 2024
-
Mostly taking advantage of KMSettingsRepository so that more of the UserDefaults changes happen through it Still some refactoring remains for active keyboards list
Configuration menu - View commit details
-
Copy full SHA for 5364a74 - Browse repository at this point
Copy the full SHA 5364a74View commit details -
Configuration menu - View commit details
-
Copy full SHA for be55dab - Browse repository at this point
Copy the full SHA be55dabView commit details
Commits on Aug 19, 2024
-
Configuration menu - View commit details
-
Copy full SHA for b7b1768 - Browse repository at this point
Copy the full SHA b7b1768View commit details -
change(mac): persist options fix when dictionary exists
testing showed that when an option already existed, it would be deleted when attempting to update it to a new value
Configuration menu - View commit details
-
Copy full SHA for 49bfd08 - Browse repository at this point
Copy the full SHA 49bfd08View commit details -
Configuration menu - View commit details
-
Copy full SHA for 65b9e49 - Browse repository at this point
Copy the full SHA 65b9e49View commit details
Commits on Aug 20, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 977d294 - Browse repository at this point
Copy the full SHA 977d294View commit details -
Configuration menu - View commit details
-
Copy full SHA for 98787af - Browse repository at this point
Copy the full SHA 98787afView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3326ac2 - Browse repository at this point
Copy the full SHA 3326ac2View commit details
Commits on Aug 21, 2024
-
Configuration menu - View commit details
-
Copy full SHA for c48a4a7 - Browse repository at this point
Copy the full SHA c48a4a7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 24f4a61 - Browse repository at this point
Copy the full SHA 24f4a61View commit details
Commits on Aug 22, 2024
-
Configuration menu - View commit details
-
Copy full SHA for ed8f850 - Browse repository at this point
Copy the full SHA ed8f850View commit details -
feat(windows): remove registerhotkey and cache modifier
Remove the feature flags that allows the use of cached modifier for hotkeys. Remove the feature flag that uses the Win 32 API RegisterHotkeys.
Configuration menu - View commit details
-
Copy full SHA for 05d5246 - Browse repository at this point
Copy the full SHA 05d5246View commit details -
Configuration menu - View commit details
-
Copy full SHA for f1d9f53 - Browse repository at this point
Copy the full SHA f1d9f53View commit details -
chore(windows): Merge branch 'master' into feat/windows/11471/remove-…
…old-flags-modifier # Keyman Conventional Commit suggestions: # # - Link to a Sentry issue with git trailer: # Fixes: _MODULE_-_ID_ # - Give credit to co-authors: # Co-authored-by: _Name_ <_email_> # - Use imperative, present tense ('attach' not 'attaches', 'attached' etc) # - Don't include a period at the end of the title # - Always include a blank line before trailers # - More: https://github.com/keymanapp/keyman/wiki/Pull-Request-and-Commit-workflow-notes
Configuration menu - View commit details
-
Copy full SHA for 371e6b1 - Browse repository at this point
Copy the full SHA 371e6b1View commit details -
chore(windows): Merge branch 'master' into feat/windows/11471/right-m…
…odifier-hk # Keyman Conventional Commit suggestions: # # - Link to a Sentry issue with git trailer: # Fixes: _MODULE_-_ID_ # - Give credit to co-authors: # Co-authored-by: _Name_ <_email_> # - Use imperative, present tense ('attach' not 'attaches', 'attached' etc) # - Don't include a period at the end of the title # - Always include a blank line before trailers # - More: https://github.com/keymanapp/keyman/wiki/Pull-Request-and-Commit-workflow-notes
Configuration menu - View commit details
-
Copy full SHA for b0ff713 - Browse repository at this point
Copy the full SHA b0ff713View commit details -
Configuration menu - View commit details
-
Copy full SHA for 259d044 - Browse repository at this point
Copy the full SHA 259d044View commit details
Commits on Aug 23, 2024
-
fix(android): Check in material-stepper as internal dependency
Follows this guide on [setting up a local maven respository](https://brightinventions.pl/blog/migrating-away-from-bintray-jcenter-when-there-is-no-alternative-repository/#setting-up-a-local-maven-repository) now that jcenter is deprecated.
Configuration menu - View commit details
-
Copy full SHA for fed6582 - Browse repository at this point
Copy the full SHA fed6582View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2927f57 - Browse repository at this point
Copy the full SHA 2927f57View commit details -
Configuration menu - View commit details
-
Copy full SHA for e402ea1 - Browse repository at this point
Copy the full SHA e402ea1View commit details -
fix(linux): add
keymanFacename
to .ldml fileThis change adds the `keymanFacename` attribute based on UnicodeFont or AnsiFont to the root element of the generated .ldml file so that onboard-keyman can display the proper font for the osk. Fixes: #12019
Configuration menu - View commit details
-
Copy full SHA for a22a40f - Browse repository at this point
Copy the full SHA a22a40fView commit details
Commits on Aug 24, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 16ce5b0 - Browse repository at this point
Copy the full SHA 16ce5b0View commit details -
Configuration menu - View commit details
-
Copy full SHA for c99e833 - Browse repository at this point
Copy the full SHA c99e833View commit details -
Configuration menu - View commit details
-
Copy full SHA for c8cbc2f - Browse repository at this point
Copy the full SHA c8cbc2fView commit details -
fix(linux): properly deal with types of names
Names can be Unicode strings or byte arrays. This change allows for both kinds. Also properly deal with the case when we can't get the name from the .ttf file. And finally change the test so that we don't need the `KbdKhmr.ttf` font.
Configuration menu - View commit details
-
Copy full SHA for 50228a8 - Browse repository at this point
Copy the full SHA 50228a8View commit details
Commits on Aug 26, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 7dbf4d0 - Browse repository at this point
Copy the full SHA 7dbf4d0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5586368 - Browse repository at this point
Copy the full SHA 5586368View commit details -
fix(mac): show package info after keyboard install
Move to updated APIs that no longer require window dismissal. Fixes: #9308
Configuration menu - View commit details
-
Copy full SHA for 9302213 - Browse repository at this point
Copy the full SHA 9302213View commit details
Commits on Aug 27, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 500c800 - Browse repository at this point
Copy the full SHA 500c800View commit details -
Configuration menu - View commit details
-
Copy full SHA for 30ec15c - Browse repository at this point
Copy the full SHA 30ec15cView commit details -
Apply suggestions from code review
Co-authored-by: Marc Durdin <marc@durdin.net>
Configuration menu - View commit details
-
Copy full SHA for 733bc29 - Browse repository at this point
Copy the full SHA 733bc29View commit details -
Configuration menu - View commit details
-
Copy full SHA for ea6e295 - Browse repository at this point
Copy the full SHA ea6e295View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8dd258d - Browse repository at this point
Copy the full SHA 8dd258dView commit details
Commits on Aug 28, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 745bbd5 - Browse repository at this point
Copy the full SHA 745bbd5View commit details -
Merge branch 'change/mac/2542-store-keyboards-elsewhere' into change/…
…mac/2542-use-partial-keyboard-paths
Configuration menu - View commit details
-
Copy full SHA for 31a545b - Browse repository at this point
Copy the full SHA 31a545bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 24daed2 - Browse repository at this point
Copy the full SHA 24daed2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2a6e950 - Browse repository at this point
Copy the full SHA 2a6e950View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5b57051 - Browse repository at this point
Copy the full SHA 5b57051View commit details -
Configuration menu - View commit details
-
Copy full SHA for ce5c590 - Browse repository at this point
Copy the full SHA ce5c590View commit details
Commits on Aug 29, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 0918b39 - Browse repository at this point
Copy the full SHA 0918b39View commit details -
fix(web): prevent unintuitive space-output blocking for mid-context s…
…uggestions Fixes: #12309
Configuration menu - View commit details
-
Copy full SHA for 721bc91 - Browse repository at this point
Copy the full SHA 721bc91View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1020977 - Browse repository at this point
Copy the full SHA 1020977View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0f39a89 - Browse repository at this point
Copy the full SHA 0f39a89View commit details -
Apply suggestions from code review
Co-authored-by: Marc Durdin <marc@durdin.net>
Configuration menu - View commit details
-
Copy full SHA for 9fa3eb0 - Browse repository at this point
Copy the full SHA 9fa3eb0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1d55100 - Browse repository at this point
Copy the full SHA 1d55100View commit details -
Configuration menu - View commit details
-
Copy full SHA for dc265de - Browse repository at this point
Copy the full SHA dc265deView commit details -
Merge pull request #12267 from keymanapp/fix/android/stepper-maven
fix(android): Check in material-stepper as internal Maven dependency
Configuration menu - View commit details
-
Copy full SHA for 4f66db7 - Browse repository at this point
Copy the full SHA 4f66db7View commit details -
fix(mac): eliminate all use of deprecated API beginSheetModalForWindow
beginSheetModalForWindow:modalDelegate:didEndSelector:contextInfo: was deprecated in macOS 10.10 and replaced by beginSheetModalForWindow:completionHandler: The newer API automatically closes the sheet. Explicitly closing the sheet also seemed to be causing the parent windows to close. Fixes: #9308
Configuration menu - View commit details
-
Copy full SHA for 569a8a8 - Browse repository at this point
Copy the full SHA 569a8a8View commit details -
Merge pull request #12303 from keymanapp/docs/core/format
docs(core): improve formatting of KMX+ doc
Configuration menu - View commit details
-
Copy full SHA for 1ac3116 - Browse repository at this point
Copy the full SHA 1ac3116View commit details -
fix(developer): add two additional space test cases for index() in Ge…
…tXStringImpl_type_i test
Configuration menu - View commit details
-
Copy full SHA for c8beeb9 - Browse repository at this point
Copy the full SHA c8beeb9View commit details -
chore(windows): Merge branch 'master' into feat/windows/12160/update-…
…sil-logo-kmw # Keyman Conventional Commit suggestions: # # - Link to a Sentry issue with git trailer: # Fixes: _MODULE_-_ID_ # - Give credit to co-authors: # Co-authored-by: _Name_ <_email_> # - Use imperative, present tense ('attach' not 'attaches', 'attached' etc) # - Don't include a period at the end of the title # - Always include a blank line before trailers # - More: https://github.com/keymanapp/keyman/wiki/Pull-Request-and-Commit-workflow-notes
Configuration menu - View commit details
-
Copy full SHA for db2e454 - Browse repository at this point
Copy the full SHA db2e454View commit details -
Configuration menu - View commit details
-
Copy full SHA for 028a03c - Browse repository at this point
Copy the full SHA 028a03cView commit details -
Merge pull request #12315 from keymanapp/fix/android/enter-search
fix(android): Prioritize certain actions over multi-line for ENTER key
Configuration menu - View commit details
-
Copy full SHA for 31d2b76 - Browse repository at this point
Copy the full SHA 31d2b76View commit details -
Merge pull request #12277 from keymanapp/fix/linux/12019_oskFont
fix(linux): add `keymanFacename` to .ldml file
Configuration menu - View commit details
-
Copy full SHA for 0f2ef22 - Browse repository at this point
Copy the full SHA 0f2ef22View commit details -
Merge pull request #12316 from keymanapp/chore/common/crowdin-cs
chore(common): Update crowdin strings for Czech
Configuration menu - View commit details
-
Copy full SHA for 6c1125e - Browse repository at this point
Copy the full SHA 6c1125eView commit details -
Merge pull request #12313 from keymanapp/fix/web/mid-context-accept-s…
…pace-interactions
Configuration menu - View commit details
-
Copy full SHA for 5b5fd30 - Browse repository at this point
Copy the full SHA 5b5fd30View commit details -
Configuration menu - View commit details
-
Copy full SHA for f4115a3 - Browse repository at this point
Copy the full SHA f4115a3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 11a9338 - Browse repository at this point
Copy the full SHA 11a9338View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6dee928 - Browse repository at this point
Copy the full SHA 6dee928View commit details -
Configuration menu - View commit details
-
Copy full SHA for 03293bc - Browse repository at this point
Copy the full SHA 03293bcView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2c41d02 - Browse repository at this point
Copy the full SHA 2c41d02View commit details -
Configuration menu - View commit details
-
Copy full SHA for db06555 - Browse repository at this point
Copy the full SHA db06555View commit details -
Configuration menu - View commit details
-
Copy full SHA for e121dc7 - Browse repository at this point
Copy the full SHA e121dc7View commit details -
Merge pull request #12329 from keymanapp/auto/version-master-18.0.102
auto: increment master version to 18.0.102
Configuration menu - View commit details
-
Copy full SHA for 5829155 - Browse repository at this point
Copy the full SHA 5829155View commit details -
fix(developer): add include for wctype.h in km_u16.cpp to try and add…
…ress linux build failure
Configuration menu - View commit details
-
Copy full SHA for b2768dd - Browse repository at this point
Copy the full SHA b2768ddView commit details
Commits on Aug 30, 2024
-
Merge pull request #12314 from keymanapp/docs/web/doc
docs(web): add documentation comments for touch layout interfaces
Configuration menu - View commit details
-
Copy full SHA for 7dc3b06 - Browse repository at this point
Copy the full SHA 7dc3b06View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9ddb7ba - Browse repository at this point
Copy the full SHA 9ddb7baView commit details -
Merge pull request #12106 from keymanapp/change/mac/2542-store-keyboa…
…rds-elsewhere change(mac): store data in Library directory instead of Documents
Configuration menu - View commit details
-
Copy full SHA for a283fd1 - Browse repository at this point
Copy the full SHA a283fd1View commit details -
Merge pull request #12144 from keymanapp/change/mac/2542-use-partial-…
…keyboard-paths change(mac): store partial path in UserDefaults
Configuration menu - View commit details
-
Copy full SHA for 0aa4be5 - Browse repository at this point
Copy the full SHA 0aa4be5View commit details -
Configuration menu - View commit details
-
Copy full SHA for d6d9feb - Browse repository at this point
Copy the full SHA d6d9febView commit details -
fix(mac): open download info sheet from config window
Rather than opening from the keyboard download window which is supposed to be closed by the download info sheet. This prevents the download info sheet from closing its own parent on which it depends.
Configuration menu - View commit details
-
Copy full SHA for 19cb236 - Browse repository at this point
Copy the full SHA 19cb236View commit details -
Configuration menu - View commit details
-
Copy full SHA for 11abf8a - Browse repository at this point
Copy the full SHA 11abf8aView commit details -
Merge pull request #12333 from keymanapp/auto/version-master-18.0.103
auto: increment master version to 18.0.103
Configuration menu - View commit details
-
Copy full SHA for 325cab0 - Browse repository at this point
Copy the full SHA 325cab0View commit details
Commits on Sep 2, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 20a9ecd - Browse repository at this point
Copy the full SHA 20a9ecdView commit details -
chore(windows): Merge branch 'feat/windows/11471/remove-old-flags-mod…
…ifier' into feat/windows/11471/right-modifier-hk
Configuration menu - View commit details
-
Copy full SHA for d70ad35 - Browse repository at this point
Copy the full SHA d70ad35View commit details -
Configuration menu - View commit details
-
Copy full SHA for bd51d60 - Browse repository at this point
Copy the full SHA bd51d60View commit details -
Configuration menu - View commit details
-
Copy full SHA for b38700c - Browse repository at this point
Copy the full SHA b38700cView commit details -
Merge pull request #12252 from keymanapp/feat/windows/11471/remove-ol…
…d-flags-modifier feat(windows): Remove hotkey related feature flags
Configuration menu - View commit details
-
Copy full SHA for f0827b4 - Browse repository at this point
Copy the full SHA f0827b4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 10c343f - Browse repository at this point
Copy the full SHA 10c343fView commit details -
Merge pull request #12250 from keymanapp/feat/windows/12160/update-si…
…l-logo-kmw feat(windows): update SIL logo for Windows UI
Configuration menu - View commit details
-
Copy full SHA for ccee8ed - Browse repository at this point
Copy the full SHA ccee8edView commit details -
chore(windows): Merge branch 'master' into feat/windows/12251/update-…
…sil-global-strings # Keyman Conventional Commit suggestions: # # - Link to a Sentry issue with git trailer: # Fixes: _MODULE_-_ID_ # - Give credit to co-authors: # Co-authored-by: _Name_ <_email_> # - Use imperative, present tense ('attach' not 'attaches', 'attached' etc) # - Don't include a period at the end of the title # - Always include a blank line before trailers # - More: https://github.com/keymanapp/keyman/wiki/Pull-Request-and-Commit-workflow-notes
Configuration menu - View commit details
-
Copy full SHA for c384902 - Browse repository at this point
Copy the full SHA c384902View commit details -
Configuration menu - View commit details
-
Copy full SHA for cad009a - Browse repository at this point
Copy the full SHA cad009aView commit details -
fix(mac): nil window references after dismissing dialogs
also delete commented code
Configuration menu - View commit details
-
Copy full SHA for cc2c917 - Browse repository at this point
Copy the full SHA cc2c917View commit details -
Configuration menu - View commit details
-
Copy full SHA for 33715a0 - Browse repository at this point
Copy the full SHA 33715a0View commit details -
Merge pull request #12349 from keymanapp/auto/version-master-18.0.104
auto: increment master version to 18.0.104
Configuration menu - View commit details
-
Copy full SHA for ffa4fb0 - Browse repository at this point
Copy the full SHA ffa4fb0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0731c7b - Browse repository at this point
Copy the full SHA 0731c7bView commit details
Commits on Sep 3, 2024
-
Merge pull request #12326 from keymanapp/fix/mac/9308-no-package-info
fix(mac): display package info after keyboard installation
Configuration menu - View commit details
-
Copy full SHA for fdad0ca - Browse repository at this point
Copy the full SHA fdad0caView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3de0aaa - Browse repository at this point
Copy the full SHA 3de0aaaView commit details -
Configuration menu - View commit details
-
Copy full SHA for 99adf9c - Browse repository at this point
Copy the full SHA 99adf9cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 72c9754 - Browse repository at this point
Copy the full SHA 72c9754View commit details -
fix(mac): check for macOS 11 for PostEvent access
CGPreflightPostEventAccess API should be available with macOS 10.5 (Catalina) but that does not appear to be true in experience. Changing to check for 11.0 (Big Sur) before using that API instead. Fixes: #12295
Configuration menu - View commit details
-
Copy full SHA for f567778 - Browse repository at this point
Copy the full SHA f567778View commit details -
Merge branch 'master' into fix/developer/11833-index-requires-comma-b…
…etween-parameters-in-kmcmplib-compiler
Configuration menu - View commit details
-
Copy full SHA for 86fcf2e - Browse repository at this point
Copy the full SHA 86fcf2eView commit details -
Configuration menu - View commit details
-
Copy full SHA for ca48f44 - Browse repository at this point
Copy the full SHA ca48f44View commit details -
Merge pull request #12357 from keymanapp/auto/version-master-18.0.105
auto: increment master version to 18.0.105
Configuration menu - View commit details
-
Copy full SHA for 9bd1e7f - Browse repository at this point
Copy the full SHA 9bd1e7fView commit details
Commits on Sep 4, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 703790d - Browse repository at this point
Copy the full SHA 703790dView commit details -
Configuration menu - View commit details
-
Copy full SHA for d99d4d8 - Browse repository at this point
Copy the full SHA d99d4d8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0a42e5b - Browse repository at this point
Copy the full SHA 0a42e5bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 60fa60d - Browse repository at this point
Copy the full SHA 60fa60dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7ad1e44 - Browse repository at this point
Copy the full SHA 7ad1e44View commit details
Commits on Sep 5, 2024
-
Merge pull request #12352 from keymanapp/chore/missing-history-18-0-103
chore(common): Fix missing entries in HISTORY.md
Configuration menu - View commit details
-
Copy full SHA for 1d6ea8c - Browse repository at this point
Copy the full SHA 1d6ea8cView commit details -
Merge pull request #12359 from keymanapp/docs/android/longpress-menu
docs(android): Add in-app help for adjusting longpress delay
Configuration menu - View commit details
-
Copy full SHA for 870e559 - Browse repository at this point
Copy the full SHA 870e559View commit details -
Merge pull request #12354 from keymanapp/fix/mac/12295-catalina-start…
…up-crash fix(mac): avoid crash on startup with macOS 10.15 (Catalina)
Configuration menu - View commit details
-
Copy full SHA for a64ada8 - Browse repository at this point
Copy the full SHA a64ada8View commit details -
Merge pull request #12362 from keymanapp/fv/keyboards-csv-from-repo
chore(oem/fv): Update to fv_all 13.0
Configuration menu - View commit details
-
Copy full SHA for 6720b6c - Browse repository at this point
Copy the full SHA 6720b6cView commit details -
Merge pull request #12327 from keymanapp/feat/windows/12251/update-si…
…l-global-strings feat(windows): Add two new strings for SIL Global name instead of SIL International
Configuration menu - View commit details
-
Copy full SHA for d61c37b - Browse repository at this point
Copy the full SHA d61c37bView commit details -
Configuration menu - View commit details
-
Copy full SHA for aa6db34 - Browse repository at this point
Copy the full SHA aa6db34View commit details -
Configuration menu - View commit details
-
Copy full SHA for b902c43 - Browse repository at this point
Copy the full SHA b902c43View commit details -
Configuration menu - View commit details
-
Copy full SHA for 52f0897 - Browse repository at this point
Copy the full SHA 52f0897View commit details -
Configuration menu - View commit details
-
Copy full SHA for 87a810e - Browse repository at this point
Copy the full SHA 87a810eView commit details -
Merge branch 'master' into fix/developer/11833-index-requires-comma-b…
…etween-parameters-in-kmcmplib-compiler
Configuration menu - View commit details
-
Copy full SHA for ccbd12f - Browse repository at this point
Copy the full SHA ccbd12fView commit details -
Configuration menu - View commit details
-
Copy full SHA for d0f0b68 - Browse repository at this point
Copy the full SHA d0f0b68View commit details -
Merge pull request #12365 from keymanapp/auto/version-master-18.0.106
auto: increment master version to 18.0.106
Configuration menu - View commit details
-
Copy full SHA for df1bc3f - Browse repository at this point
Copy the full SHA df1bc3fView commit details
Commits on Sep 6, 2024
-
docs(android): Update help docs
* Update whatsnew * Rename "SIL International" to "SIL Global" * Add link to adjust-longpress-delay
Configuration menu - View commit details
-
Copy full SHA for 87a0130 - Browse repository at this point
Copy the full SHA 87a0130View commit details -
Merge pull request #12259 from keymanapp/feat/windows/11471/right-mod…
…ifier-hk feat(windows): add right modifier included in hotkey optional functionality
Configuration menu - View commit details
-
Copy full SHA for e41a8cb - Browse repository at this point
Copy the full SHA e41a8cbView commit details -
Merge pull request #12361 from keymanapp/fix/android/zero-keyboard-la…
…nguages fix(android): Skip language counts for lexical-model packages
Configuration menu - View commit details
-
Copy full SHA for 8098964 - Browse repository at this point
Copy the full SHA 8098964View commit details -
docs(web): fix link to documentation page
The help page for `BuildVisualKeyboard` is under `core`, not `osk`.
Configuration menu - View commit details
-
Copy full SHA for dc66cdd - Browse repository at this point
Copy the full SHA dc66cddView commit details -
Merge pull request #12369 from keymanapp/docs/web/helplink
docs(web): fix link to documentation page
Configuration menu - View commit details
-
Copy full SHA for 8fd0877 - Browse repository at this point
Copy the full SHA 8fd0877View commit details -
Configuration menu - View commit details
-
Copy full SHA for 13cadb2 - Browse repository at this point
Copy the full SHA 13cadb2View commit details -
Merge pull request #12371 from keymanapp/auto/version-master-18.0.107
auto: increment master version to 18.0.107
Configuration menu - View commit details
-
Copy full SHA for 60c51c7 - Browse repository at this point
Copy the full SHA 60c51c7View commit details
Commits on Sep 9, 2024
-
Merge pull request #12290 from keymanapp/fix/android/text-size-rtl
fix(android): Update Text Size menu icons for RTL support 📟
Configuration menu - View commit details
-
Copy full SHA for 4bf88fb - Browse repository at this point
Copy the full SHA 4bf88fbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8ee5d34 - Browse repository at this point
Copy the full SHA 8ee5d34View commit details -
Merge branch 'master' into fix/developer/11833-index-requires-comma-b…
…etween-parameters-in-kmcmplib-compiler
Configuration menu - View commit details
-
Copy full SHA for 6062c74 - Browse repository at this point
Copy the full SHA 6062c74View commit details -
fix(developer): fix building with Ubuntu 24.04
For whatever reason I suddenly got compile errors on Ubuntu 24.04 when building Developer. Including `cstdint` solves this. See also #11926.
Configuration menu - View commit details
-
Copy full SHA for 9f4ca50 - Browse repository at this point
Copy the full SHA 9f4ca50View commit details -
Configuration menu - View commit details
-
Copy full SHA for c3e5871 - Browse repository at this point
Copy the full SHA c3e5871View commit details -
Configuration menu - View commit details
-
Copy full SHA for bda043e - Browse repository at this point
Copy the full SHA bda043eView commit details -
Merge pull request #12380 from keymanapp/auto/version-master-18.0.108
auto: increment master version to 18.0.108
Configuration menu - View commit details
-
Copy full SHA for 789df8d - Browse repository at this point
Copy the full SHA 789df8dView commit details
Commits on Sep 10, 2024
-
Merge pull request #12367 from keymanapp/docs/android/sil-global-help
docs(android): Update help docs
Configuration menu - View commit details
-
Copy full SHA for 391763b - Browse repository at this point
Copy the full SHA 391763bView commit details -
Apply suggestions from code review
Co-authored-by: Marc Durdin <marc@durdin.net>
Configuration menu - View commit details
-
Copy full SHA for aa816a4 - Browse repository at this point
Copy the full SHA aa816a4View commit details -
Merge pull request #12379 from keymanapp/fix/developer/ubuntu
fix(developer): fix building with Ubuntu 24.04
Configuration menu - View commit details
-
Copy full SHA for 598f78c - Browse repository at this point
Copy the full SHA 598f78cView commit details -
Configuration menu - View commit details
-
Copy full SHA for d4b0850 - Browse repository at this point
Copy the full SHA d4b0850View commit details -
Merge pull request #12351 from keymanapp/fix/android/builder-publish
refactor(android): Move build-publish.sh to builder script
Configuration menu - View commit details
-
Copy full SHA for 83b442b - Browse repository at this point
Copy the full SHA 83b442bView commit details -
Merge pull request #12358 from keymanapp/fix/android/conditional-sentry
fix(android): Separate `publishSentry` Gradle task to publish symbols to Sentry
Configuration menu - View commit details
-
Copy full SHA for a3dd21f - Browse repository at this point
Copy the full SHA a3dd21fView commit details -
refactor(web): explicitly list exports of lexical model types
Addresses code review comments.
Configuration menu - View commit details
-
Copy full SHA for 593510a - Browse repository at this point
Copy the full SHA 593510aView commit details -
refactor(web): additional exports
Missed a few exports in the last commit.
Configuration menu - View commit details
-
Copy full SHA for 4efe95a - Browse repository at this point
Copy the full SHA 4efe95aView commit details -
fix(developer): modify u16ltrim to copy non-trimmed characters to beg…
…inning of string
Configuration menu - View commit details
-
Copy full SHA for 510e5aa - Browse repository at this point
Copy the full SHA 510e5aaView commit details -
fix(developer): shorten u16ltrim code, and add additional asserts to …
…check pointer returned
Configuration menu - View commit details
-
Copy full SHA for ea545dc - Browse repository at this point
Copy the full SHA ea545dcView commit details -
Configuration menu - View commit details
-
Copy full SHA for cfdd131 - Browse repository at this point
Copy the full SHA cfdd131View commit details -
Configuration menu - View commit details
-
Copy full SHA for 74d334a - Browse repository at this point
Copy the full SHA 74d334aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 917a42a - Browse repository at this point
Copy the full SHA 917a42aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9813e3d - Browse repository at this point
Copy the full SHA 9813e3dView commit details -
Merge pull request #12370 from keymanapp/refactor/web/12133_models2
refactor(web): move `model/types` to `web/types` 🏗️
Configuration menu - View commit details
-
Copy full SHA for 40d798d - Browse repository at this point
Copy the full SHA 40d798dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 04c1b15 - Browse repository at this point
Copy the full SHA 04c1b15View commit details -
Configuration menu - View commit details
-
Copy full SHA for 06323b9 - Browse repository at this point
Copy the full SHA 06323b9View commit details -
Configuration menu - View commit details
-
Copy full SHA for cc8fd7d - Browse repository at this point
Copy the full SHA cc8fd7dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 82c9fd8 - Browse repository at this point
Copy the full SHA 82c9fd8View commit details -
fix(developer): change to eliminate the possibility of an extra param…
…eter, and add matching test
Configuration menu - View commit details
-
Copy full SHA for bcead57 - Browse repository at this point
Copy the full SHA bcead57View commit details -
Configuration menu - View commit details
-
Copy full SHA for 91bbc25 - Browse repository at this point
Copy the full SHA 91bbc25View commit details -
Configuration menu - View commit details
-
Copy full SHA for a9b9c4d - Browse repository at this point
Copy the full SHA a9b9c4dView commit details -
Configuration menu - View commit details
-
Copy full SHA for a6d2d02 - Browse repository at this point
Copy the full SHA a6d2d02View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6553bd6 - Browse repository at this point
Copy the full SHA 6553bd6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1fe6a03 - Browse repository at this point
Copy the full SHA 1fe6a03View commit details -
Configuration menu - View commit details
-
Copy full SHA for da02b9c - Browse repository at this point
Copy the full SHA da02b9cView commit details -
Merge pull request #12391 from keymanapp/auto/version-master-18.0.109
auto: increment master version to 18.0.109
Configuration menu - View commit details
-
Copy full SHA for 66ee99e - Browse repository at this point
Copy the full SHA 66ee99eView commit details
Commits on Sep 11, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 5bfb93e - Browse repository at this point
Copy the full SHA 5bfb93eView commit details -
Configuration menu - View commit details
-
Copy full SHA for e966a8a - Browse repository at this point
Copy the full SHA e966a8aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5f0617f - Browse repository at this point
Copy the full SHA 5f0617fView commit details -
Merge pull request #12394 from keymanapp/chore/common/history-17-0-329
chore(common): Update history with 17.0.329 stable
Configuration menu - View commit details
-
Copy full SHA for 431c151 - Browse repository at this point
Copy the full SHA 431c151View commit details -
Apply suggestions from code review
Co-authored-by: Marc Durdin <marc@durdin.net>
Configuration menu - View commit details
-
Copy full SHA for cc21dda - Browse repository at this point
Copy the full SHA cc21ddaView commit details -
Merge pull request #12382 from keymanapp/refactor/web/12133_modelsTem…
…plates refactor(web): move `model/templates` to `web/src/engine/predictive/text` 🏗️
Configuration menu - View commit details
-
Copy full SHA for fe63af0 - Browse repository at this point
Copy the full SHA fe63af0View commit details -
Merge remote-tracking branch 'origin/master' into refactor/web/12133_…
…modelsWorkdbreakers
Configuration menu - View commit details
-
Copy full SHA for 7e30dbf - Browse repository at this point
Copy the full SHA 7e30dbfView commit details -
Merge branch 'refactor/web/12133_modelsWorkdbreakers' into refactor/w…
…eb/12025_web-utils
Configuration menu - View commit details
-
Copy full SHA for d7f7ce9 - Browse repository at this point
Copy the full SHA d7f7ce9View commit details -
Configuration menu - View commit details
-
Copy full SHA for c7a7ea2 - Browse repository at this point
Copy the full SHA c7a7ea2View commit details -
refactor(web): move to
web/src/tools/es-bundling
Addresses code review comments.
Configuration menu - View commit details
-
Copy full SHA for d4a049f - Browse repository at this point
Copy the full SHA d4a049fView commit details -
Merge pull request #12383 from keymanapp/refactor/web/12133_modelsWor…
…kdbreakers refactor(web): move `common/models` to `web/src/engine/predictive-text` 🏗️
Configuration menu - View commit details
-
Copy full SHA for 98c7932 - Browse repository at this point
Copy the full SHA 98c7932View commit details -
Merge pull request #12384 from keymanapp/refactor/web/12025_web-utils
refactor(web): move `common/web/utils` to `web/src/engine/common/web-utils/` 🏗️
Configuration menu - View commit details
-
Copy full SHA for 367b029 - Browse repository at this point
Copy the full SHA 367b029View commit details -
Configuration menu - View commit details
-
Copy full SHA for 47d63bc - Browse repository at this point
Copy the full SHA 47d63bcView commit details -
refactor(web): move sentry-manager →
web/src/engine/sentry-manager
Move `common/web/sentry-manager` to `web/src/engine/sentry-manager`. Fixes: #12387
Configuration menu - View commit details
-
Copy full SHA for b20d7f1 - Browse repository at this point
Copy the full SHA b20d7f1View commit details -
Configuration menu - View commit details
-
Copy full SHA for e62d05c - Browse repository at this point
Copy the full SHA e62d05cView commit details -
refactor(web): merge
device-detect
withweb/src/engine/main
This change moves `web/src/engine/device-detect/` → `web/src/engine/main/` and renames the `Device` class to `DeviceDetector`. Fixes: #12388
Configuration menu - View commit details
-
Copy full SHA for f52a120 - Browse repository at this point
Copy the full SHA f52a120View commit details -
chore(web): remove unused file
All subprojects that used `common/web/tsconfig.kmw-main-base.json` got moved so that this file is no longer used by anyone.
Configuration menu - View commit details
-
Copy full SHA for 04c9817 - Browse repository at this point
Copy the full SHA 04c9817View commit details -
chore(web): allow to run unit tests in vscode test explorer
#11746 removed the `ts-node` dependency. Unfortunately that broke running TypeScript test files with Mocha in VSCode Test Explorer because it no longer knows what to do with .ts files. This change adds the more modern `tsx` package as developer dependency, which allows to use Test Explorer again. See https://stackoverflow.com/a/77609121.
Configuration menu - View commit details
-
Copy full SHA for 95f36ac - Browse repository at this point
Copy the full SHA 95f36acView commit details -
Configuration menu - View commit details
-
Copy full SHA for 870f205 - Browse repository at this point
Copy the full SHA 870f205View commit details -
Merge pull request #12401 from keymanapp/auto/version-master-18.0.110
auto: increment master version to 18.0.110
Configuration menu - View commit details
-
Copy full SHA for 031f682 - Browse repository at this point
Copy the full SHA 031f682View commit details
Commits on Sep 12, 2024
-
Merge pull request #12393 from keymanapp/chore/common/unicode-16
chore(common): Update to Unicode 16.0
Configuration menu - View commit details
-
Copy full SHA for 6b0d8dd - Browse repository at this point
Copy the full SHA 6b0d8ddView commit details -
Merge pull request #12389 from keymanapp/refactor/web/12385_es-bundling
refactor(web): move `common/web/es-bundling` → `web/src/tools/es-bundling` 🏗️
Configuration menu - View commit details
-
Copy full SHA for 66d815e - Browse repository at this point
Copy the full SHA 66d815eView commit details -
Merge pull request #12390 from keymanapp/refactor/web/12386_eslint
refactor(web): move `common/web/eslint` → `common/tools/eslint` 🏗️
Configuration menu - View commit details
-
Copy full SHA for 9e15a38 - Browse repository at this point
Copy the full SHA 9e15a38View commit details -
Merge pull request #12397 from keymanapp/refactor/web/12387_sentry
refactor(web): move sentry-manager → `web/src/engine/sentry-manager` 🏗️
Configuration menu - View commit details
-
Copy full SHA for 757a5e8 - Browse repository at this point
Copy the full SHA 757a5e8View commit details -
Merge pull request #12399 from keymanapp/refactor/web/12388_device-de…
…tect refactor(web): merge `device-detect` with `web/src/engine/main` 🏗️
Configuration menu - View commit details
-
Copy full SHA for 44ba53a - Browse repository at this point
Copy the full SHA 44ba53aView commit details -
Merge pull request #12400 from keymanapp/chore/web/testexplorer
chore(web): allow to run unit tests in vscode test explorer
Configuration menu - View commit details
-
Copy full SHA for fc32f02 - Browse repository at this point
Copy the full SHA fc32f02View commit details -
chore(developer): Merge branch 'master' into fix/developer/11833-inde…
…x-requires-comma-between-parameters-in-kmcmplib-compiler
Configuration menu - View commit details
-
Copy full SHA for 2a477c6 - Browse repository at this point
Copy the full SHA 2a477c6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 84dbc10 - Browse repository at this point
Copy the full SHA 84dbc10View commit details -
Merge pull request #12328 from keymanapp/fix/developer/11833-index-re…
…quires-comma-between-parameters-in-kmcmplib-compiler fix(developer): index() requires comma between parameters in kmcmplib compiler
Configuration menu - View commit details
-
Copy full SHA for 3304594 - Browse repository at this point
Copy the full SHA 3304594View commit details -
Configuration menu - View commit details
-
Copy full SHA for 83bea36 - Browse repository at this point
Copy the full SHA 83bea36View commit details -
Merge pull request #12409 from keymanapp/auto/version-master-18.0.111
auto: increment master version to 18.0.111
Configuration menu - View commit details
-
Copy full SHA for 6f78e37 - Browse repository at this point
Copy the full SHA 6f78e37View commit details
Commits on Sep 13, 2024
-
Merge pull request #12408 from keymanapp/chore/crowdin/it
chore(common): Update crowdin strings for Italian
Configuration menu - View commit details
-
Copy full SHA for 52bfdaf - Browse repository at this point
Copy the full SHA 52bfdafView commit details -
Merge pull request #12350 from keymanapp/fix/common/12305-kmx=plus-sp…
…ec-offsets fix(common): correct offsets in KMX+ spec
Configuration menu - View commit details
-
Copy full SHA for bcd8f1c - Browse repository at this point
Copy the full SHA bcd8f1cView commit details -
Configuration menu - View commit details
-
Copy full SHA for eaec494 - Browse repository at this point
Copy the full SHA eaec494View commit details -
Merge pull request #12410 from keymanapp/fix/android/cleanup-longpres…
…s-api fix(android): Add gating to setLongpressDelay()
Configuration menu - View commit details
-
Copy full SHA for 86feb8c - Browse repository at this point
Copy the full SHA 86feb8cView commit details