Commit graph

919 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
3314125fd4 fix(web): Fixes #2328 - links reference for test resource compliation 2019-11-18 12:29:11 +07: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
Joshua A. Horton
1136a986f7 fix(web): Fixes #2289 2019-11-08 09:27:23 +07:00
Joshua Horton
868c29dc63
Merge pull request #2287 from keymanapp/web-2209-mnemonic-code-handling
fix(web): Fixes mnemonic code handling issues
2019-11-06 09:53:17 +07:00
Joshua Horton
fdb26e3fd2
Merge pull request #2268 from keymanapp/web-2267-detect-ios-spoofs
fix(web): iOS-Safari user agent spoof detection
2019-11-06 09:52:53 +07:00
jahorton
e448f45a63 fix(web): fixes mnemonic code handling issues 2019-11-04 14:17:40 +07:00
Joshua A. Horton
ef8c691381 fix(web): Adds bounds-check in output targets 2019-10-31 10:29:59 +07:00
Joshua A. Horton
35fec0e4f6 fix(web): Fixes #2261, filters nul when deleting context 2019-10-31 10:16:34 +07:00
jahorton
b38f618aba fix(web): Almost broke Chrome debug on macOS 2019-10-31 08:45:02 +07:00
jahorton
23689d2c70 fix(web): Fixes #2267 - iOS-Safari user agent spoof detection 2019-10-30 14:05:08 +07:00
jahorton
0a0ab9e1ac Updates notifyKeyboard and uses of KNS 2019-10-09 09:52:45 +07:00
Joshua Horton
2e85a2c347
Merge pull request #2172 from keymanapp/web-2162-fat-finger-layer-conflict
[Web] Blocks fat-finger calculations from changing OSK layers
2019-10-04 12:32:51 +07:00
jahorton
4c6014edc1 Better comment. 2019-10-04 11:07:05 +07:00
jahorton
73a6f04574 Blocks nextLayer store-sets during fat-finger cals 2019-10-04 11:04:47 +07: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
66d3c6e1fa Actual minor tweak, also history.md. 2019-10-01 11:23:19 +07:00
jahorton
208889a28d Fixes setLastActiveElement for touch form factors 2019-10-01 11:19:24 +07: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
f4f892e65f Hack - alters the toolbar map to match regions 2019-09-23 14:57:09 +07:00
jahorton
fa20d1699c Hack: forces regionless kbds to 'me' region 2019-09-23 14:35:47 +07:00
Joshua Horton
3cfbefb603
Merge pull request #2118 from keymanapp/web-1694-ff-check
[Web] Updates Firefox-check for keymapping.
2019-09-23 11:47:36 +07:00
jahorton
ce5d6e70ce Updates Firefox-check for keymapping. Fixes #1694 2019-09-23 09:56:07 +07:00
jahorton
96bf0ad162 Comment enhancement 2019-09-23 08:57:31 +07:00
jahorton
c343baad07 Fixes #1791. Better subtag handling in Toolbar UI 2019-09-23 08:54:57 +07:00
jahorton
7ce05c8038 Adjustment to legacy API for OutputTarget compat 2019-09-20 14:02:23 +07:00
jahorton
5fec50c34e Helps to reference 'this' when creating aliases... 2019-09-20 12:51:22 +07:00
jahorton
04fa7e33d5 Adds capitalized equivalents for some legacy funcs 2019-09-20 12:33:11 +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
ba984c3947 Addresses PR comment 2019-09-12 08:18:12 +07:00
jahorton
3805d9da7e A bit of future-proofing 2019-09-11 15:33:05 +07:00
jahorton
80dfa615a9 Highlighting checks key instance, not key id 2019-09-11 15:29:51 +07:00
jahorton
7e0df21a94 Addresses PR review concerns 2019-09-11 10:19:33 +07:00
jahorton
4bddf8a185 Centralizes overflow scroll handling data 2019-09-10 10:35:39 +07:00
jahorton
73aea8eb88 Fixes #1980. Enables suggestion scrolling 2019-09-10 10:23:27 +07:00
jahorton
09401eb4d3 Fixes lack of output from key 102 on touch devices 2019-09-09 08:36:49 +07:00
jahorton
e3b05cf8d4 Removes keyboard set on element disable 2019-09-06 13:42:14 +07:00
jahorton
e6f906bd3b Missed comment update, history.md 2019-09-06 12:14:03 +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
Joshua Horton
0e855dbfcf
Merge pull request #2033 from keymanapp/web-1818-fontsize-spec
[Web] Adds handling for pt and unitless font size specs
2019-09-04 08:25:50 +07:00
Joshua Horton
4f932acf95
Merge pull request #2037 from keymanapp/web-1669-event-error-logging
[Web] Error logging for internal events
2019-09-03 22:33:14 +07:00
jahorton
84a3028e3d callEvent error logging 2019-09-03 11:56:42 +07:00
jahorton
897f161850 Yay, typo. 2019-09-03 10:52:48 +07:00
jahorton
f63ff5f151 Adds handling for pt and unitless font size specs 2019-09-03 10:51:14 +07:00