Commit graph

993 commits

Author SHA1 Message Date
jahorton
10ff84b0ed change(web): reworks native vs embedded osk definitions 2020-04-08 16:02:18 +07:00
jahorton
bf78acc5d5 fix(ios): iOS 13.4 subkey menu workaround 2020-04-07 10:38:30 +07:00
Joshua Horton
7f8cab5ee2
Merge pull request #2841 from keymanapp/fix/ios/cherry/embedded-layer-group-style
fix(ios): corrects OSK height adjustment, banner display issues
2020-03-18 12:07:14 +07:00
jahorton
bd9e79182f fix(ios): fixes image banner alignment. Fixes #2834 2020-03-17 16:13:17 +07:00
jahorton
94b8737e04 fix(ios): corrects OSK height adjustment, unhiding banner. Fixes #2833 2020-03-17 15:51:13 +07:00
jahorton
178b0fa147 docs(web): a bit more documentation on fixes 2020-03-17 08:56:43 +07:00
jahorton
df7f3447e5 fix(web): fixes UI position when designMode iframe internally scrolls 2020-03-17 08:56:42 +07:00
jahorton
588cfbc25f fix(web): fixes design-mode/ content-editable ENTER key behavior 2020-03-17 08:56:42 +07:00
jahorton
8c15cad3fd fix(web): fixes design-mode iframe UI/OSK positioning 2020-03-17 08:56:41 +07:00
jahorton
2d52ef5b14 fix(web): fixes missing design-mode iframe UI, OSK 2020-03-17 08:56:41 +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
jahorton
27dd08ba98 change(web): drops build number from version in API call 2020-03-11 07:51:27 +07:00
jahorton
34d1f02c1d fix(web): fixes build number reference of API call 2020-03-09 21:53:13 +07:00
Marc Durdin
f47ee9442d fix(web): support otf extension for truetype fonts 2020-03-06 10:59:27 +11:00
Joshua Horton
ba976eb4e0
Merge pull request #2629 from keymanapp/feat/web/2522-suggestion-restyle
feat(web): restyles prediction banner
2020-02-14 08:47:04 +07:00
jahorton
fd5484782f chore(web): Merge branch 'beta' into feat/web/2522-suggestion-restyle 2020-02-14 08:07:56 +07:00
jahorton
215eda7206 change(web): more modelManager enablement touch-ups 2020-02-13 15:03:07 +07:00
jahorton
6e81d59d59 fix(web): blocks fat-finger generation when no model present 2020-02-13 13:58:31 +07:00
jahorton
b9d2fa499c fix(web): silences fat-finger console warnings 2020-02-13 13:58:10 +07:00
jahorton
9374ff92fe change(web): embedded iOS banner spacing 2020-02-13 10:35:43 +07:00
Joshua A. Horton
a5409dc323 fix(web): fixes positioning of native-mode language menu 2020-02-12 10:55:54 +07:00
jahorton
1b22d3ae19 feat(web): restyles prediction banner 2020-02-11 15:14:20 +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