Commit graph

63 commits

Author SHA1 Message Date
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
Darcy Wong
d99bd10a8a Adjust for banner height 2019-04-01 16:08:14 +07:00
Darcy Wong
d26796d814 Merge branch 'master' into web-suggestion-ui 2019-03-25 09:48:21 +07:00
Joshua A. Horton
a30b08d01f Minor documentation tweaks. 2019-03-21 15:10:22 +07:00
Darcy Wong
319a556a67 Address review comments 2019-03-21 14:48:44 +07:00
Joshua A. Horton
7df91d5f17 Splits layout analysis from OSK generation 2019-03-21 13:06:29 +07:00
Joshua A. Horton
05d0a03324 Starts work on layout refactoring. 2019-03-21 09:52:38 +07:00
Darcy Wong
af0cefb104 Merge remote-tracking branch 'origin/master' into web-suggestion-ui 2019-03-19 08:44:29 +07:00
Darcy Wong
5d3c5504bb Cleanup
* Separate `getBannerHeight`, `getKeyboardHeight`, and `get Height`
* Add typing to banner height
2019-03-19 08:43:50 +07:00
Darcy Wong
25c779e193 Add method to compute the rows height 2019-03-19 08:15:13 +07:00
Darcy Wong
b91427394a Factor banner height on mobile view 2019-03-18 13:27:33 +07:00
Joshua A. Horton
7596f53926 Fixes KMW issues with mouse & key-cap interactions on 'master'. 2019-03-18 12:11:15 +07:00
Joshua A. Horton
89f8f88e1b Initial work on KMW's ModelManager. 2019-02-27 12:19:47 +07:00
Joshua A. Horton
c5b9b7803e Adds comments for the two 'layer' properties regarding OSK keys. 2019-02-27 08:21:34 +07:00
Joshua A. Horton
1cbcdbeee3 Polishes the fix, better incorporating it into the design. 2019-02-26 15:40:37 +07:00