Joshua Horton
3309532a9e
Merge pull request #2970 from keymanapp/feat/ios/cherry/web-based-longpress
...
change(ios): Web-based popup key longpresses 🍒
2020-04-15 10:42:37 +07:00
jahorton
fdc8cb5f88
feat(web): constrained key previews
2020-04-08 16:02:26 +07:00
jahorton
2336dc4b64
fix(ios): ensures popups only constrained when embedded
2020-04-08 16:02:25 +07:00
jahorton
a39fb70277
fix(web): adjusts constrained popup callout properties
2020-04-08 16:02:24 +07:00
jahorton
6fc256f695
feat(web): adds ability to constrain y-position of popup keys
2020-04-08 16:02:24 +07:00
jahorton
10ff84b0ed
change(web): reworks native vs embedded osk definitions
2020-04-08 16:02:18 +07:00
jahorton
28b48cbbd6
fix(ios): popup keys over base keys no longer emit base char. Fixes #2832
2020-03-24 08:59:12 +07:00
jahorton
94b8737e04
fix(ios): corrects OSK height adjustment, unhiding banner. Fixes #2833
2020-03-17 15:51:13 +07:00
Joshua Horton
e022b798c0
Merge pull request #2823 from keymanapp/fix/web/cherry/2818-kbd-doc-robustness
...
fix(web): further fixes BuildVisualKeyboard. Fixes #2818
2020-03-13 14:02:31 +07:00
jahorton
5896d82af6
fix(web): further fixes BuildVisualKeyboard. Fixes #2818
2020-03-13 11:02:47 +07:00
jahorton
8b3cf464d9
fix(web): applies base key layer property to unassigned subkeys
2020-03-13 08:03:36 +07:00
jahorton
8a5fd860e1
fix(web): stopgap for em scaling issue for doc kbds
2020-03-11 07:56:48 +07:00
jahorton
4e9bf479f4
fix(web): Cuts keyboard event handlers for documentation ele
2020-03-11 07:56:47 +07:00
jahorton
e11d39bbaf
fix(web): Partial fix for documentation OSK gen
2020-03-11 07:56:47 +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
Joshua A. Horton
05c8d734f8
Enhances 'nearest target' checks and auto-cancels.
2019-04-04 10:09:32 +07:00
Joshua A. Horton
ae3a6a5b2a
Start of touch support for Banner Suggestions.
2019-04-02 10:27:15 +07:00