Commit graph

495 commits

Author SHA1 Message Date
Joshua A. Horton
4c34dcba4c chore(web): a spot of cleanup 2023-10-19 12:19:46 +07:00
Joshua A. Horton
b189bc4a92 fix(web): fixes #7173 via deferment of simultaneous touches 2023-10-19 12:18:25 +07:00
Joshua A. Horton
bd0e2af80d fix(web): first-pass mitigation for TWo-caps issue 2023-10-19 12:18:24 +07:00
Joshua A. Horton
8608660673 change(web): generics multiplication - StateToken param now more necessary 2023-10-19 12:18:16 +07:00
Joshua A. Horton
14e4e884f2 chore(web): ability to clear gestures, note if modal viz is active 2023-10-16 12:47:42 +07:00
Joshua A. Horton
7514059363 chore(web): Merge branch 'fix/web/integration-test-fixes' into feat/web/longpress-restoration 2023-10-16 12:06:33 +07:00
Joshua A. Horton
8f4f7a743a chore(web): Merge branch 'feat/web/key-specific-gesture-integration' into fix/web/integration-test-fixes 2023-10-16 12:05:14 +07:00
Joshua A. Horton
7317bc6725 chore(web): Merge branch 'feat/web/base-recognizer-integration' into feat/web/key-specific-gesture-integration 2023-10-16 12:04:37 +07:00
Joshua A. Horton
ae3402f64d chore(web): addresses PR review concerns 2023-10-16 09:40:34 +07:00
Joshua A. Horton
e199cd05fd docs(web): cleans up an errant doc-comment 2023-10-12 09:00:40 +07:00
Joshua A. Horton
c791c9f0fe chore(web): Merge branch 'fix/web/integration-test-fixes' into feat/web/longpress-restoration 2023-10-11 15:25:27 +07:00
Joshua A. Horton
5b98544778 chore(web): Merge branch 'feat/web/key-specific-gesture-integration' into fix/web/integration-test-fixes 2023-10-11 15:21:05 +07:00
Joshua A. Horton
155855c16e chore(web): Merge branch 'feat/web/base-recognizer-integration' into feat/web/key-specific-gesture-integration 2023-10-11 15:20:01 +07:00
Joshua A. Horton
8da1f8fd1e chore(web): Merge branch 'chore/web/feature-gestures-update-a17s23-mid' into fix/web/recognizer-polish-and-source-uniqueness 2023-10-11 13:05:20 +07:00
Joshua A. Horton
81ca825133 fix(web): bad return type on method caught by tsconfig update 2023-10-11 12:16:25 +07:00
Joshua A. Horton
683d943922 fix(web): reverts old prototype for leak cleanup (post-rebase to 'proper' version) 2023-10-09 12:12:55 +07:00
Joshua A. Horton
df8a14f87c feat(web): restores subkey-selection, extends accepted path range 2023-10-09 12:12:54 +07:00
Joshua A. Horton
3874a52cba fix(web): tracked source cleanup / robustness interactions 2023-10-09 11:07:08 +07:00
Joshua A. Horton
28f1d2589d fix(web): integrated test fixes, sync -> async for test sequences 2023-10-09 10:08:12 +07:00
Joshua A. Horton
7d740a8504 fix(web): selector map cleanup on sequence termination 2023-10-06 13:50:31 +07:00
Joshua A. Horton
2d6a74bc04 fix(web): unit test breakers, osk input emulation (partial) 2023-10-06 13:02:30 +07:00
Joshua A. Horton
7c81fc6bac fix(web): null-guard for a new property 2023-10-06 11:41:11 +07:00
Joshua A. Horton
ac24035229 chore(web): re-establishes base-keyboard out-of-bounds roaming 2023-10-05 10:27:57 +07:00
Joshua A. Horton
4934f8b615 chore(web): restoration of held-backspace 2023-10-05 09:47:29 +07:00
Joshua A. Horton
8f5e7d2980 fix(web): 'rejectionwithaction' handler filtering, cleanup 2023-10-05 08:54:09 +07:00
Joshua A. Horton
69757852fb fix(web): roaming simple-touch slightly more stable 2023-10-05 08:54:00 +07:00
Joshua A. Horton
59540799ef feat(web): gesture configuration for layout, gesture key filtering 2023-10-04 13:02:31 +07:00
Joshua A. Horton
1af71289de fix(web): multitouch emulation for DOM-based auto-tests needed updating 2023-10-03 10:38:00 +07:00
Joshua A. Horton
19a7517ec0 fix(web): bad test-mock internal-id lookup 2023-10-02 16:00:06 +07:00
Joshua A. Horton
cacf5af933 fix(web): touch id uniquification, source interruption recovery 2023-10-02 14:43:34 +07:00
Joshua A. Horton
8401b0fa0d fix(web): gesture-engine - forcibly unique-ifies ALL input types via internal id mapping 2023-10-02 14:43:33 +07:00
Joshua A. Horton
3f3e51c8fc feat(web): ensures source responsible for item selection listed first in stage-report 2023-10-02 14:43:33 +07:00
Joshua A. Horton
838c22506a chore(web): drops GestureModel itemPriority (unused) 2023-10-02 14:43:32 +07:00
Joshua Horton
a60cd7e236
Merge pull request #9637 from keymanapp/feat/web/properties-for-integration
feat(web): adds gesture-engine API properties for integration use 🐵
2023-09-29 15:43:48 +07:00
Joshua Horton
fd762dc4a7
Merge pull request #9631 from keymanapp/feat/web/state-token
feat(web): state token tracking, association with gestures 🐵
2023-09-29 15:43:41 +07:00
Joshua A. Horton
650a583c25 chore(web): Merge remote-tracking branch 'origin/feat/web/properties-for-integration' into feat/web/properties-for-integration 2023-09-29 09:59:17 +07:00
Joshua A. Horton
c20c780bad chore(web): Merge branch 'feat/web/state-token' into feat/web/properties-for-integration 2023-09-29 09:58:47 +07:00
Joshua A. Horton
ec861dd6f0 fix(web): stateToken forwarding 2023-09-29 09:58:02 +07:00
Joshua Horton
0d8ac5856a
chore(web): Apply suggestions from code review
Co-authored-by: Marc Durdin <marc@durdin.net>
2023-09-29 08:23:00 +07:00
Joshua Horton
2d443d82fd
chore(web): Apply suggestions from code review
Co-authored-by: Marc Durdin <marc@durdin.net>
2023-09-29 08:20:42 +07:00
Joshua A. Horton
d3ff02ded6 feat(web): associated tests 2023-09-28 10:25:13 +07:00
Joshua A. Horton
1f6b6359f9 feat(web): adds .activeSources, .potentialModelMatchIds 2023-09-28 10:25:05 +07:00
Joshua A. Horton
d730e9d524 fix(web): forgot to annotate new generic param in event 2023-09-28 08:09:09 +07:00
Joshua A. Horton
f7f957aaa0 change(web): adds 'readonly' to stats-oriented InputSample properties 2023-09-27 12:10:26 +07:00
Joshua A. Horton
c157530594 feat(web): gesture engine can now track a 'state token' 2023-09-27 11:54:42 +07:00
Joshua A. Horton
29b540cc6e chore(web): removes unused field 2023-09-27 09:01:49 +07:00
Joshua A. Horton
4215e1efcc chore(web): Merge branch 'feat/web/gesture-staging-integration' into feat/web/modipress-termination-cascading 2023-09-27 09:01:06 +07:00
Joshua A. Horton
aebfca8b0b chore(web): Merge branch 'feat/web/gesture-staging' into feat/web/gesture-staging-integration 2023-09-27 09:00:52 +07:00
Joshua A. Horton
95ddf7b26e chore(web): Merge branch 'chore/web/misc-gesture-fixes-and-cleanup' into feat/web/gesture-staging 2023-09-27 09:00:37 +07:00
Joshua A. Horton
9915dee8e8 chore(web): Merge branch 'feat/web/config-shifting-and-source-rigor' into chore/web/misc-gesture-fixes-and-cleanup 2023-09-27 08:59:02 +07:00