Commit graph

24978 commits

Author SHA1 Message Date
Joshua Horton
f434e84ed0
Merge pull request #10707 from keymanapp/fix/web/longpress-validation
fix(web): longpress validation by base key, not current location
2024-02-15 15:25:16 +07:00
Joshua Horton
62e80cd826
Merge pull request #10695 from keymanapp/fix/web/banner-interaction-no-suggestions
fix(web): disables banner interaction when suggestions are absent
2024-02-15 15:25:04 +07:00
Joshua Horton
c2141fc7ec
Merge pull request #10662 from keymanapp/fix/web/transform-selection-interactions
fix(web): corrects Android over-deletion of selected text, other context diffs involving selected text
2024-02-15 15:24:54 +07:00
Darcy Wong
d7d648e12c docs(android/app): Update tablet screenshots 2024-02-15 14:25:22 +07:00
jahorton
d2719f028e docs(web): a few comments 2024-02-15 14:22:18 +07:00
jahorton
9bc01bee5f fix(ios): multitaps following a context-window slide 2024-02-15 13:54:16 +07:00
Darcy Wong
228df8232e
Merge pull request #10691 from keymanapp/docs/android/banner-screens
docs(android/app): Add help page on using the banner
2024-02-15 13:48:57 +07:00
Darcy Wong
c7838dc2f7 docs(android/app): Update how to use the suggestion banner 2024-02-15 13:40:41 +07:00
Darcy Wong
8033e2d5fe chore(android): Merge remote-tracking branch 'origin/beta' into docs/android/banner-screens 2024-02-15 13:35:11 +07:00
Darcy Wong
4e40102f8b
Merge pull request #10686 from keymanapp/docs/android/flick
docs(android): Document using gestures on touch, and remove references to Browser
2024-02-15 13:33:36 +07:00
Keyman Server
f5ab945c19
Merge pull request #10724 from keymanapp/auto/version-beta-17.0.269
auto: increment beta version to 17.0.269
2024-02-15 13:21:07 +07:00
Keyman Build Agent
f09631a62f auto: increment beta version to 17.0.269 2024-02-15 01:20:29 -05:00
Marc Durdin
93957cc785
Merge pull request #10723 from keymanapp/chore/workaround-release-inc-block
chore: add from and to params to increment-version
2024-02-15 17:17:43 +11:00
Marc Durdin
2ce3bb4fbd chore: add from and to params to increment-version 2024-02-15 13:12:56 +07:00
Marc Durdin
cff1088c30
Merge pull request #10722 from keymanapp/chore/workaround-release-inc-block
chore: workaround release inc build block
2024-02-15 16:57:07 +11:00
Marc Durdin
fdc2cd438e chore: workaround release inc build block
Fixes #10721.

This arose partly because of the change from release- to release@ in at
17.0.30-alpha (triggered by sentry req). Will require a corresponding
patch to CI script to pass the --from and --to parameters.
2024-02-15 12:51:02 +07:00
Darcy Wong
eb73c65392
Merge pull request #10698 from FranciscoMatos1/patch-1
chore(windows): Update pt-pt translation files
2024-02-15 11:15:02 +07:00
Darcy Wong
6bded012fa docs(android/app): Adjust more wording 2024-02-15 11:11:09 +07:00
jahorton
9d7549cd91 fix(ios): context synchronization after new paragraph 2024-02-15 10:49:46 +07:00
Joshua A. Horton
593189b30d chore(web): Merge branch 'beta' into fix/web/transform-selection-interactions 2024-02-15 10:47:42 +07:00
Darcy Wong
e697eca62a docs(android/app): Tweak wording 2024-02-15 10:14:09 +07:00
Marc Durdin
d750636d5d chore: move to 17.0 beta 2024-02-15 09:39:46 +07:00
Keyman Server
ce0259a0eb
Merge pull request #10709 from keymanapp/auto/version-master-17.0.268
auto: increment master version to 17.0.268
2024-02-15 01:03:08 +07:00
Keyman Build Agent
2d93491527 auto: increment master version to 17.0.268 2024-02-14 13:02:26 -05:00
Joshua A. Horton
bfb25124f7 fix(web): longpress validation by base key, not current location 2024-02-14 12:05:53 +07:00
Darcy Wong
3f84d19502 chore(windows): Update rest of PT strings 2024-02-14 10:39:21 +07:00
Darcy Wong
4755be9b86
Merge pull request #10704 from keymanapp/chore/history-10352
docs(common): Fill in missing HISTORY.md entries
2024-02-14 09:20:05 +07:00
Darcy Wong
8b36cb53d9 docs(common): Fill in missing HISTORY.md entries 2024-02-14 09:11:59 +07:00
Darcy Wong
53e4840449 docs(android/app): Add links to gestures help 2024-02-14 08:44:09 +07:00
Steven R. Loomis
370e459197
Merge pull request #10701 from keymanapp/feat/developer/10389-more-regex-test
feat(developer): errs on \uXXXX escapes 🙀
2024-02-13 19:34:54 -06:00
Steven R. Loomis
075845aa3e
Merge pull request #10689 from keymanapp/feat/developer/10389-bad-regex-no-biscuit
feat(developer): errs on unparseable regex 🙀
2024-02-13 19:34:46 -06:00
Marc Durdin
72e6efd672
Merge pull request #10681 from keymanapp/fix/linux/10033_MissingDirectory
fix(linux): Use temp dir if we can't create cache dir
2024-02-14 12:06:34 +11:00
Steven R. Loomis
8121345e2c Merge remote-tracking branch 'origin/feat/developer/10389-bad-regex-no-biscuit' into feat/developer/10389-more-regex-test 2024-02-13 18:07:07 -06:00
Steven R. Loomis
099154553a feat(developer): errs on unparseable regex 🙀
- update per code review

For: #10389
2024-02-13 18:01:26 -06:00
Darcy Wong
607629457f
Apply suggestions from code review
Co-authored-by: Marc Durdin <marc@durdin.net>
2024-02-14 06:58:09 +07:00
Steven R. Loomis
8787073c40 feat(developer): errs on \uXXXX escapes 🙀
- note, some older test cases had to be fixed also.

For: #10389
2024-02-13 12:26:46 -06:00
Keyman Server
5af471cfb3
Merge pull request #10700 from keymanapp/auto/version-master-17.0.267
auto: increment master version to 17.0.267
2024-02-14 01:02:57 +07:00
Keyman Build Agent
491996c5e5 auto: increment master version to 17.0.267 2024-02-13 13:02:26 -05:00
Steven R. Loomis
b99a2cf2a5
Merge branch 'master' into feat/developer/10389-bad-regex-no-biscuit 2024-02-13 10:17:58 -06:00
FranciscoMatos1
2f5b8fa2c8
Update strings.xml 2024-02-13 08:22:35 +00:00
Joshua A. Horton
e6a52ea2ca fix(web): disables banner interaction when suggestions are absent 2024-02-13 12:56:56 +07:00
Joshua A. Horton
0e06b7a20b docs(web): adds a bit of extra documentation re: method return value paradigm 2024-02-13 11:05:38 +07:00
jahorton
a6b4de91c3 chore(ios): Merge branch 'master' into fix/ios/context-initial-diacritic-handling 2024-02-13 09:54:57 +07:00
Joshua Horton
c246993a0f
Merge pull request #10641 from keymanapp/fix/web/invalid-longpress-shortcut
fix(web): prevent invalid longpress shortcut triggers
2024-02-13 09:47:57 +07:00
Darcy Wong
89d2075018 docs(android/app): Add help page about using the banner 2024-02-13 09:06:21 +07:00
Darcy Wong
d791a6d984 docs(android/app): Update settings screenshots for phone 2024-02-13 08:37:47 +07:00
Steven R. Loomis
da4b544471 feat(developer): errs on unparseable regex 🙀
- also, make sure NFD-incompliant ranges get mapped to escaped chars
- also, propagate UnicodeSet errs out

For: #10389
2024-02-12 18:16:34 -06:00
Darcy Wong
059a0c2872 docs(android/app): Add separate page on gestures 2024-02-13 06:49:29 +07:00
rc-swag
043090f8a4
Merge pull request #10184 from keymanapp/feat/update-windows-engine-tests
feat(windows): update windows engine unit tests to match removal of engine cached context
2024-02-13 09:45:29 +10:00
rc-swag
d072ff9978
Merge pull request #10677 from keymanapp/chore/windows/10625/add-const-string-argument
chore(windows): add const to argument definition
2024-02-13 08:51:50 +10:00