Joshua A. Horton
a5409dc323
fix(web): fixes positioning of native-mode language menu
2020-02-12 10:55:54 +07:00
Joshua Horton
f2f7d5de79
Merge pull request #2623 from keymanapp/change/web/build-script-tweaks
...
change(web): build.sh recompilation of LMLayer only performed when needed
2020-02-11 10:36:41 +07:00
jahorton
adcea80277
fix(web): file check logic positioning
2020-02-11 10:21:18 +07:00
jahorton
93a416dbbb
change(web): Tweaks build.sh help message, npm install pos
2020-02-11 10:13:10 +07:00
jahorton
5931db6547
change(web): build.sh recompiles LMLayer only when needed
2020-02-11 08:59:10 +07:00
jahorton
74353e43f5
fix(web): patches Float and Toggle UI issues. Fixes #2595
2020-02-11 08:47:36 +07:00
jahorton
678acdfafb
feat(ios): Considerable progress toward rendered banner imgs
2020-02-05 10:53:49 +07:00
jahorton
68fd3dd613
chore(web): Merge branch 'beta' into fix/web/design-iframe-bksp
2020-02-03 08:06:18 +07:00
jahorton
acc6f7456a
fix(web): default BKSP output targeting
2020-01-31 15:33:19 +07:00
Joshua Horton
59707933b5
Merge branch 'beta' into feat/web/rtl-suggestion-support
2020-01-31 13:19:11 +07:00
Darcy
9c2b475fb4
Merge remote-tracking branch 'origin/beta' into android-fix-external-tab
2020-01-31 11:22:53 +07:00
jahorton
f71985de47
fix(web): dev_resource compile fix
2020-01-31 09:48:19 +07:00
jahorton
15c1a2dc84
fix(web): removes old, not-working RTL-mark attempt logic
2020-01-30 14:50:09 +07:00
jahorton
97874c60db
feat(web): LTR / RTL marks on suggestions based on current kbd
2020-01-30 13:16:22 +07:00
jahorton
7234f8736c
fix(web): Suggestions for RTL languages now in RTL order
2020-01-30 12:10:47 +07:00
Darcy Wong
90c441857d
fix(web): Update KMW so it doesn't process K_TAB for embedded
2020-01-30 10:30:19 +07:00
Darcy Wong
cbc243e30c
fix(android): Move to kmwembedded.ts
2020-01-29 11:55:29 +07:00
Darcy Wong
5b7666e104
chore(android): add comment
2020-01-29 11:38:14 +07:00
Darcy Wong
62dae6bd50
fix(android): Fix K_TAB for external keyboard
...
Fixes #2540
2020-01-29 11:20:48 +07:00
jahorton
963b9213b3
change(ios): restores original return style
2020-01-24 13:05:56 +07:00
jahorton
ef7871d8a0
fix(ios): Fixes embedded subkey layer-shifting
2020-01-24 13:02:26 +07:00
Joshua Horton
09c60bab72
Merge pull request #2514 from keymanapp/web-2168-input-scrolling
...
[Web] Scrolling fix for input elements
2020-01-23 10:45:27 +07:00
jahorton
2c10ec8c86
change(web): Bypasses scroll workaround for embedded mode
2020-01-23 10:36:04 +07:00
jahorton
742aef868c
fix(web): fixes Edge issue in tests with scroll workaround
2020-01-23 10:23:50 +07:00
jahorton
e9a05af8b8
fix(web): Fixes #2516 ; forgot a few changes in #2477
2020-01-23 09:44:30 +07:00
jahorton
f594da484c
fix(web): Fixes unit tests, adds stability for DOM shutdown
2020-01-23 09:02:13 +07:00
jahorton
89af969216
fix(web): better event-squashing strat
2020-01-23 08:48:01 +07:00
jahorton
56ff647016
fix(web): Fix now compatible with test-mode compilation
2020-01-22 12:19:27 +07:00
jahorton
0273b74cc4
fix(web): patches up textareas, sqaushes extra focus events
2020-01-22 12:14:22 +07:00
jahorton
3374affa35
fix(web): blur->focus handles horiz scrolling
2020-01-22 10:59:40 +07:00
jahorton
7cd6b39f18
chore(web): update merge against 'master'
2020-01-21 13:19:42 +07:00
Joshua Horton
64956480f0
Merge pull request #2477 from keymanapp/fix/common/2469-trie-smp-transforms
...
fix(lmlayer): Trie model SMP compatibility
2020-01-17 08:22:21 +07:00
jahorton
19bb5e07d7
change(web): api compat with LMLayer SMP fixes
2020-01-15 12:24:12 +07:00
Joshua Horton
53ac2256dd
Merge pull request #2468 from keymanapp/web-dark-mode
...
feat(web): iOS dark mode support
2020-01-13 15:51:08 +07:00
jahorton
b12fa22fa0
change(web): starts StyleConstants object for centralized style defs
2020-01-10 12:09:06 +07:00
jahorton
9e046b6ffb
fix(web): Prevents infinite loop (w timeout) for ui init when embedded
2020-01-08 11:54:27 +07:00
jahorton
a1b370177e
feat(web): dark mode styling for ios tablets
2020-01-06 09:43:35 +07:00
jahorton
c0ac3166c6
feat(web): Dark mode CSS for ios phone form factors
2020-01-06 09:39:01 +07:00
jahorton
47a2a5ec5f
feat(ios): ios-phone predictive banner dark styling
2019-12-20 11:50:09 +07:00
jahorton
aff907ffd0
chore(ios): Merge branch 'master' into web-dark-mode
2019-12-20 11:34:34 +07:00
jahorton
198fe16223
docs(android): Adds documentation for build script changes
2019-12-18 08:13:19 +07:00
jahorton
c1c3c1e6a1
fix(android): Removes Closure's auto-polyfills, adds test case bypass
2019-12-16 12:24:04 +07:00
jahorton
4778819203
feat(lmlayer): adds basic error reporting from worker
2019-12-02 07:55:37 +07:00
jahorton
ecddb73862
change(android): gets API 23 working again, but not 19 or 21 (yet)
2019-12-02 07:55:37 +07:00
jahorton
228c9ede3a
fix(web): Fixes #2379 . Allows '.' in macOS version strings
2019-11-27 11:49:40 +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
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
jahorton
966ea1277e
docs(web): an important thought re dark mode implementation in web
2019-11-08 16:04:58 +07:00