Commit graph

79 commits

Author SHA1 Message Date
Joshua Horton
fa946a1bcb
Merge pull request #2869 from keymanapp/refactor/web/engine/keyboard-wrapper-2
refactor(web/engine): More Keyboard wrapper properties
2020-03-25 09:25:09 +07:00
Joshua Horton
6e43ff2464
Merge pull request #2868 from keymanapp/refactor/web/engine/keyboard-wrapper
refactor(web/engine): Initial definition of typed Keyboard wrapper
2020-03-25 09:24:42 +07:00
Joshua Horton
977c5d0c92
Merge pull request #2864 from keymanapp/refactor/web/engine/processor-activeKeyboard
refactor(web/engine): activeKeyboard now tracked on Processor
2020-03-25 09:23:13 +07:00
jahorton
b18b7842c5 fix(ios): popup keys over base keys no longer emit base char. Fixes #2832 2020-03-24 09:00:55 +07:00
jahorton
69b309104a refactor(web/engine): moves CJK, RTL, chiral checks to Keyboard wrapper 2020-03-21 21:40:40 +07:00
jahorton
c74d7800a4 refactor(web/engine): more properties 2020-03-21 15:18:56 +07:00
jahorton
b62bf5ca10 refactor(web/engine): OSK-spec related Keyboard properties 2020-03-21 15:06:52 +07:00
jahorton
a3c9c9b156 refactor(web/engine): KN -> .name, KDU -> .displaysUnderlyingKeys 2020-03-21 14:55:45 +07:00
jahorton
e6788e2ad9 refactor(web/engine): wraps active keyboard 2020-03-21 14:30:33 +07:00
jahorton
08b7cb937a refactor(web/engine): activeKeyboard tracked on Processor 2020-03-20 21:44:25 +07:00
jahorton
5632b64623 fix(ios): corrects OSK height adjustment, unhiding banner. Fixes #2833 2020-03-17 14:54:40 +07:00
jahorton
27a1a1c63c fix(web): further fixes BuildVisualKeyboard. Fixes #2818 2020-03-13 10:54:25 +07:00
jahorton
d1adbcca16 fix(web): applies base key layer property to unassigned subkeys 2020-03-11 08:18:08 +07:00
jahorton
12a68cadbc fix(web): stopgap for em scaling issue for doc kbds 2020-03-10 13:55:21 +07:00
jahorton
f57dcdc464 fix(web): Cuts keyboard event handlers for documentation ele 2020-03-10 13:55:21 +07:00
jahorton
246f4ae42c fix(web): Partial fix for documentation OSK gen 2020-03-10 13:55:21 +07:00
Marc Durdin
be04f55b36
Merge pull request #2353 from keymanapp/fix/web/2311-displayUnderlying-is-not-being-tested
fix(web): displayUnderlying flag was ignored
2019-11-19 07:25:16 +11:00
jahorton
d2df06a646 fix(web): Fixes #2322, updates to tsc 3.7.2 2019-11-18 12:22:43 +07:00
Marc Durdin
f7a21e6d84 fix(web): displayUnderlying flag was ignored
Fixes #2311.

The `displayUnderlying` flag introduced in #1539 was somehow missed from
the 12.0 work. This PR restores the behaviour from 11.0 by adding the
relevant changes from #1539.

Tested in Chrome Emulator.
2019-11-18 16:10:38 +11:00
Marc Durdin
bdfe5dda3b [Web] Address review comments 2019-10-04 09:07:04 +10:00
Marc Durdin
8fcaf4efda [Web] Refactor magic values for key width, padding and margin into constants, and reduce over-enthusiastic rounding efforts 2019-10-04 07:37:11 +10:00
jahorton
ae147e63f5 Better 'default' keyboard version handling 2019-09-25 14:53:16 +07:00
jahorton
7b7c93aed4 Improves app stability, delays JS calls past page load 2019-09-25 14:38:42 +07:00
jahorton
85f7aa9378 A more precise check on BKSP-check logic 2019-09-20 11:37:47 +07:00
jahorton
695b131b0c Array out-of-bounds prevention 2019-09-20 10:52:31 +07:00
jahorton
a956ff5706 Addresses #1930. May not be a full fix. 2019-09-20 09:51:37 +07:00
jahorton
80dfa615a9 Highlighting checks key instance, not key id 2019-09-11 15:29:51 +07:00
jahorton
74a2ad49df Adjustments based on PR reviews 2019-09-06 12:01:17 +07:00
jahorton
baf2c6aa52 Implements legacy check for default keycap display 2019-09-05 11:06:27 +07:00
jahorton
9b26f6ec4b Fixes prior commit's regression for embedded iOS 2019-09-03 08:57:51 +07:00
jahorton
7addf5cf3b Merges the duplicated vkbd adjustHeights() method 2019-09-02 15:39:45 +07:00
jahorton
9cd0722e0d Removes commented code. 2019-08-07 12:48:43 +07:00
jahorton
dafa8108ed Fixes spacebar caption regression. 2019-08-07 12:47:28 +07:00
jahorton
f3990aed1f Option name adjustment. Android verified, not iOS 2019-07-04 09:33:52 +07:00
jahorton
6ff431fb62 Starts predict v correct options in KMW. 2019-07-03 11:00:56 +07:00
Marc Durdin
494cd52de4 Fix kmw-key-square positioning and adjust findNearestKey for over-key situations 2019-06-19 08:41:02 +10:00
jahorton
3c162d14b4 A bit of tidy-up work. 2019-05-28 09:25:25 +07:00
jahorton
8cb1523254 Mild refactor of getClickEventProperties 2019-05-24 12:48:38 +07:00
jahorton
47b327ba03 Prep for GetClickEventProperties refactor. 2019-05-24 08:45:57 +07:00
jahorton
370871471e Tracks pending touch, adds key distribution type 2019-05-23 10:21:08 +07:00
jahorton
85ce75c993 Polishing tweaks to address PR comments. 2019-05-21 09:28:34 +07:00
jahorton
427ee8b6ed Touch probability distributions! 2019-05-16 15:01:58 +07:00
jahorton
6706522d67 Fixes minor test bugs, calcs key dist from touches 2019-05-16 11:38:38 +07:00
jahorton
9d73742f4d Headless layout geometry calculations for keys. 2019-05-16 08:33:13 +07:00
jahorton
bff8c823ed Computes center x-coord for keys on touch layouts. 2019-05-15 14:46:20 +07:00
jahorton
7974ab7735 Calculates vertical center of OSK/layout rows. 2019-05-15 13:38:42 +07:00
jahorton
58f8b7a8ed Moves 'totalWidth' from ActiveRow to ActiveLayer. 2019-05-15 11:53:32 +07:00
jahorton
722dd3073f 'fixed' .getAbsolute() fix, touch pos calc 2019-05-15 11:10:11 +07:00
Joshua A. Horton
d94d47fade Fixes Android suggestion-select. 2019-04-10 13:26:41 +07:00
Joshua A. Horton
6882e43c11 Merge branch 'master' into web-banner-touch-handling 2019-04-09 15:27:23 +07:00