Commit graph

11234 commits

Author SHA1 Message Date
Joshua Horton
7aed5dc2d9
Merge pull request #4443 from keymanapp/chore/ios/case-statement-cleanup
chore(ios): Settings case-statement cleanup
2021-02-10 12:24:08 +07:00
jahorton
95d715effe change(ios): combines break cases 2021-02-10 11:38:49 +07:00
Marc Durdin
3a7d1cb6fd
Merge pull request #4454 from keymanapp/fix/windows/4426-hotkeys-config-offset
fix(windows): hotkeys offset in config list
2021-02-10 12:25:43 +11:00
Darcy Wong
09018d4e3d
Merge pull request #4459 from keymanapp/fix/common/help-keyman-com-base
fix(common/resources): Just use master branch for help.keyman.com
2021-02-10 07:51:33 +07:00
Darcy Wong
02f2e3e5ff fix(common/resources): Just use master branch for help.keyman.com 2021-02-10 06:55:20 +07:00
Keyman Server
9a09b8beb2
Merge pull request #4456 from keymanapp/auto/version-beta-14.0.241
auto: increment beta version to 14.0.241
2021-02-10 05:01:54 +11:00
Keyman Build Agent
fc3e8b6bb2 auto: increment beta version to 14.0.241 2021-02-09 13:01:03 -05:00
Eberhard Beilharz
2073557470
Merge pull request #4439 from keymanapp/fix/linux/3399-langtag
fix(linux): improve BCP 47 canonicalization
2021-02-09 17:30:53 +01:00
Eberhard Beilharz
88e83e191e
fix(linux): Address code review comment
Also add additional test cases from Windows implementation.
2021-02-09 15:51:31 +01:00
Darcy Wong
49d8cde7a9
Merge pull request #4433 from keymanapp/modify/common/help-keyman-com
modify(common): Refactor help-keyman-com.sh script for uploading help files
2021-02-09 17:20:59 +07:00
Darcy Wong
81eaadce58 fix(common): Use long --help parameter 2021-02-09 17:15:17 +07:00
Marc Durdin
9a3aaaaaba fix(windows): hotkeys offset in config list
Fixes #4426.

After removing the hotkey for the Keyboard Usage pane, the hotkey
`index` value was now offset from the hotkey `Target` value, which
uncovered a bug where the two values were conflated.

Note that the parameter passed to the `keyman:hotkey_set` command is
still called `index` -- this does not need to change.
2021-02-09 21:11:33 +11:00
Darcy Wong
32420f832d
Apply suggestions from code review
Co-authored-by: Marc Durdin <marc@durdin.net>
2021-02-09 17:10:19 +07:00
Joshua Horton
21a021f892
Merge pull request #4411 from keymanapp/fix/common/models/context-reset-predictions
fix(common/models): predictions after context reset / caret shift
2021-02-09 15:46:27 +07:00
jahorton
a8b5203997 fix(common/models): fixes context tracking with SMP chars 2021-02-09 14:32:53 +07:00
Darcy Wong
6065e36fa4 chore(common): Add note to build windows help first 2021-02-09 11:56:40 +07:00
Darcy Wong
1fdaf59f6c fix(common): Use platform parameter instead of environment var 2021-02-09 11:49:00 +07:00
Darcy Wong
982ce27c18 Merge remote-tracking branch 'origin/beta' into modify/common/help-keyman-com 2021-02-09 10:33:51 +07:00
Marc Durdin
d59701ca7d
Merge pull request #4383 from keymanapp/fix/windows/4185-uninstall-exit-keyman
fix(windows): When uninstalling, exit Keyman
2021-02-09 13:25:01 +11:00
jahorton
e15af05f20 chore(ios): Settings case-statement cleanup 2021-02-09 09:16:55 +07:00
Marc Durdin
a353c1572a chore(windows): cleanup dproj 2021-02-09 12:26:36 +11:00
jahorton
ee6b11aca6 fix(common/models): missed a spot 2021-02-09 08:22:09 +07:00
jahorton
ae634a93a9 chore(common/models): Merge remote-tracking branch 'origin/fix/common/models/context-reset-predictions' 2021-02-09 08:21:11 +07:00
jahorton
c449d0318f fix(common/models): logic check - deleteRight may be undefined 2021-02-09 08:20:09 +07:00
Joshua Horton
8dcc4a713b
change(common/models): PR suggestion
Adds `primaryInput.deleteRight == 0` to logic check for empty transforms.

Co-authored-by: Marc Durdin <marc@durdin.net>
2021-02-09 08:18:37 +07:00
Keyman Server
e936a4eb2b
Merge pull request #4441 from keymanapp/auto/version-beta-14.0.240
auto: increment beta version to 14.0.240
2021-02-09 10:30:49 +11:00
Keyman Build Agent
432c7e40e7 auto: increment beta version to 14.0.240 2021-02-08 18:30:06 -05:00
Marc Durdin
35fe8f2132 chore(windows): address review comments 2021-02-09 10:16:55 +11:00
Darcy Wong
fd1ae5ed90
Merge pull request #4414 from keymanapp/chore/linux/check-in-markdown-help
chore(linux): Check in markdown help for Linux
2021-02-09 06:09:32 +07:00
Darcy Wong
ce6f3a5a13
Update linux/help/common/index.md
Co-authored-by: Marc Durdin <marc@durdin.net>
2021-02-09 06:09:21 +07:00
Marc Durdin
215c6097e3
Merge pull request #4425 from keymanapp/feat/developer/improve-bcp47-canonicalization
feat(developer): improve BCP 47 canonicalization
2021-02-09 09:37:36 +11:00
Marc Durdin
c966f297cb
Merge branch 'beta' into feat/developer/improve-bcp47-canonicalization 2021-02-09 07:03:28 +11:00
Marc Durdin
7a59d073ff chore(windows): address review comments, add test 2021-02-09 06:56:43 +11:00
Marc Durdin
9b0daf5652
Merge pull request #4410 from keymanapp/fix/developer/4280-if-nul-start-of-context
fix(developer): Compiler check for if and nul at start of context
2021-02-09 06:47:14 +11:00
Marc Durdin
3a4038a74e
Merge pull request #4408 from keymanapp/fix/developer/4250-debug-information-with-unicode-identifiers
fix(developer): debug information with unicode identifiers
2021-02-09 06:45:58 +11:00
Keyman Server
b23d6d86a6
Merge pull request #4440 from keymanapp/auto/version-beta-14.0.239
auto: increment beta version to 14.0.239
2021-02-09 05:01:54 +11:00
Keyman Build Agent
1e6c5f0296 auto: increment beta version to 14.0.239 2021-02-08 13:01:04 -05:00
Eberhard Beilharz
69402fbd79
fix(linux): Use new parameter 2021-02-08 17:57:10 +01:00
Eberhard Beilharz
42f3f36013
fix(linux): improve BCP 47 canonicalization
This is based on #4425. Also a few additional bug fixes that showed
up on the way.
2021-02-08 17:50:05 +01:00
Marc Durdin
70e6aa9f4e chore(windows): rename variable per review 2021-02-08 20:12:24 +11:00
Darcy Wong
9938af36a5
Merge pull request #4420 from keymanapp/chore/common/crowdin-fr
chore(common): Check in crowdin files for French
2021-02-08 16:05:36 +07:00
Darcy Wong
594307126c
Merge pull request #4434 from keymanapp/fix/android/engine/cleanup-manifest
fix(android/engine): Remove WRITE_EXTERNAL_STORAGE from manifest
2021-02-08 15:25:01 +07:00
jahorton
2b12b0a3e8 fix(common/models): search alg failed to clear batches 2021-02-08 12:21:11 +07:00
Darcy Wong
79ff913dcc fix(android/engine): Remove WRITE_EXTERNAL_STORAGE from manifest 2021-02-08 11:33:59 +07:00
Darcy Wong
56b4b4c23b change(common): Update help-keyman-com.sh for other platforms 2021-02-08 09:51:58 +07:00
jahorton
d5161e344e fix(common/models): accumulates 'keep' probability / prevents replacement 2021-02-08 09:27:40 +07:00
jahorton
29f9625d7a change(common/models): better suggestion thresholding strat 2021-02-08 09:11:37 +07:00
Darcy Wong
74c39a3369 change(android): Cleanup help files
* Remove unused context/menu_*.md files
* Move build-help.sh and htmllink.lua out of android/help/
* Update build scripts and README accordingly
2021-02-08 08:37:52 +07:00
Darcy Wong
90bb475bcd chore(common): Move help-keyman-com.sh for refactoring 2021-02-08 08:37:52 +07:00
Keyman Server
674384eac9
Merge pull request #4431 from keymanapp/auto/version-beta-14.0.238
auto: increment beta version to 14.0.238
2021-02-07 05:01:51 +11:00