jahorton
|
4dc09ce9b9
|
refactor(web): partial font-size logic rework
|
2021-07-26 15:21:01 +07:00 |
|
jahorton
|
0992909831
|
chore(web): cleans up intermediate new prop
|
2021-07-26 15:21:00 +07:00 |
|
jahorton
|
59a5d6cba0
|
chore(web): restores method signature
|
2021-07-26 15:20:59 +07:00 |
|
jahorton
|
96854f4716
|
refactor(web): moves size control to OSKManager
|
2021-07-26 15:20:59 +07:00 |
|
jahorton
|
cfc81576f3
|
refactor(web): vkbd now uses setSize for touch, adds usesFixedScaling prop
|
2021-07-26 15:20:56 +07:00 |
|
jahorton
|
acecff3679
|
refactor(web): partial conversion for inner layout calcs
|
2021-07-26 15:20:09 +07:00 |
|
jahorton
|
bbedb11e72
|
chore(web): osk -> vkbd consistency in oskKey
|
2021-07-26 15:20:09 +07:00 |
|
jahorton
|
2a3bfd51cb
|
refactor(web): start of VisualKeyboard layout rework
|
2021-07-26 15:20:06 +07:00 |
|
jahorton
|
e90eb643f5
|
refactor(web): kmw-5rows class: key -> layer
|
2021-07-26 15:19:23 +07:00 |
|
jahorton
|
826ed88192
|
chore(web): Merge branch 'master' into refactor/web/vkbd-layout-encapsulation
|
2021-07-23 14:21:45 +07:00 |
|
jahorton
|
bc4e61b4bd
|
chore(web): Merge branch 'refactor/web/osk-keyboard-view' into refactor/web/osk-cleanup-and-init
|
2021-07-23 11:51:12 +07:00 |
|
jahorton
|
0a33ed863d
|
chore(web): addresses review comments
|
2021-07-23 11:48:51 +07:00 |
|
jahorton
|
27096c8823
|
chore(web): addresses PR comments
|
2021-07-23 10:53:34 +07:00 |
|
Joshua Horton
|
7ab46a4eab
|
chore(web): Apply suggestions from code review
Co-authored-by: Marc Durdin <marc@durdin.net>
|
2021-07-23 10:38:01 +07:00 |
|
jahorton
|
b723d8c51b
|
chore(web): Merge branch 'refactor/web/osk-keyboard-view' into refactor/web/osk-cleanup-and-init
|
2021-07-21 09:13:27 +07:00 |
|
jahorton
|
7f961d7f12
|
fix(web): incorrect use of 'this', should be 'osk'
|
2021-07-21 09:05:14 +07:00 |
|
jahorton
|
c3717a1813
|
chore(web): Merge branch 'master' into refactor/web/osk-keyboard-view
|
2021-07-19 15:37:11 +07:00 |
|
Joshua Horton
|
c8b80ed986
|
Merge pull request #5409 from keymanapp/refactor/web/osk-header-footer-encapsulation
refactor(web): osk move & resize handler encapsulation 🍕
|
2021-07-19 14:39:13 +07:00 |
|
Joshua Horton
|
8156356ad5
|
Merge pull request #5393 from keymanapp/refactor/web/osk-desktop-header-footer
refactor(web): partial encapsulation of the desktop title bar and resize bar 🍕
|
2021-07-19 14:39:04 +07:00 |
|
jahorton
|
bc7fb5b821
|
fix(web): FF did not reposition OSK via setRect if user-positioned
|
2021-07-12 15:53:33 +07:00 |
|
jahorton
|
5a1ece6a42
|
refactor(web): toggle-state key highlighting
|
2021-07-12 10:28:04 +07:00 |
|
jahorton
|
45ac1f0442
|
refactor(web): getSpecialKey -> findKey
|
2021-07-12 06:55:45 +07:00 |
|
jahorton
|
3f682ada64
|
refactor(web): findKeyElement
|
2021-07-09 12:32:30 +07:00 |
|
jahorton
|
b1f8dae483
|
fix(web): reversion of incomplete tweak; deferring 'til later
|
2021-07-09 10:47:07 +07:00 |
|
jahorton
|
9e6e37385c
|
fix(web): crash on unrepresented layer shift b/c keystroke
|
2021-07-09 10:26:54 +07:00 |
|
jahorton
|
ea86056220
|
change(web): private access / docs for 'hacky' properties
|
2021-07-09 09:03:13 +07:00 |
|
jahorton
|
6480f36d02
|
refactor(web): adjust_Heights -> refreshLayout
|
2021-07-09 09:03:12 +07:00 |
|
jahorton
|
0beca3b260
|
refactor(web): cntd integration of new types
|
2021-07-09 09:02:37 +07:00 |
|
jahorton
|
a7eab12522
|
refactor(web): OSKLayerGroup
|
2021-07-09 09:02:37 +07:00 |
|
jahorton
|
235c752d04
|
refactor(web): OSKLayer
|
2021-07-09 09:02:36 +07:00 |
|
jahorton
|
66d7648ecf
|
refactor(web): OSKRow
|
2021-07-09 09:02:36 +07:00 |
|
jahorton
|
07ad95e9a6
|
refactor(web): keys handle text-cap resizing
|
2021-07-09 09:02:36 +07:00 |
|
jahorton
|
3535254833
|
fix(web): forgotten 'this' ref in moved codeblock
|
2021-07-09 09:00:58 +07:00 |
|
Darcy Wong
|
5e60a45f1a
|
Merge pull request #5438 from keymanapp/fix/android/set-active-keyboard
fix(web): Copy the keyboard stubs for registration
|
2021-07-09 06:30:17 +07:00 |
|
Darcy Wong
|
ec092ba1e3
|
chore(web): Change syntax for clone
|
2021-07-08 14:14:40 +07:00 |
|
Darcy Wong
|
3770b69692
|
fix(web): Copy the keyboard stubs for registration
|
2021-07-08 10:00:17 +07:00 |
|
Joshua Horton
|
75e47c1ccc
|
Merge pull request #5387 from keymanapp/refactor/web/osk-centralized-gestures
refactor(web): longpresses, groundwork for additional gestures 🍕
|
2021-07-08 08:18:05 +07:00 |
|
jahorton
|
8b8c32cf6d
|
chore(web): nixes moved uitoggle commented-code
|
2021-07-07 11:47:12 +07:00 |
|
jahorton
|
dce8a58451
|
fix(web): unbreaks embedded mode
|
2021-07-07 11:47:09 +07:00 |
|
jahorton
|
dbded0dd23
|
refactor(web): osk.prepare -> constructor, sync _Load
|
2021-07-07 11:46:12 +07:00 |
|
jahorton
|
7d08b2795f
|
feat(web): delayed keyman.osk initialization
|
2021-07-07 11:45:27 +07:00 |
|
jahorton
|
e2ba78582e
|
feat(web): prevents crash on null keyman.osk field
|
2021-07-07 11:45:27 +07:00 |
|
jahorton
|
51910136c7
|
chore(web): mild osk code cleanup
|
2021-07-07 11:45:24 +07:00 |
|
jahorton
|
368b1f8988
|
refactor(web): removes ineffectual codeline
|
2021-07-07 10:21:15 +07:00 |
|
jahorton
|
df84c21b43
|
chore(web): Merge branch 'refactor/web/osk-header-footer-encapsulation' into refactor/web/osk-keyboard-view
|
2021-07-07 10:11:54 +07:00 |
|
jahorton
|
19edcc660d
|
refactor(web): abstraction for root keyboard-specific OSK element
|
2021-07-06 16:09:49 +07:00 |
|
jahorton
|
43d5181092
|
change(web): more consistent base-key longpress release
|
2021-07-06 14:27:37 +07:00 |
|
jahorton
|
fefffc80fd
|
fix(web): more consistent clear on base key highlights
|
2021-07-06 14:14:14 +07:00 |
|
jahorton
|
18cfef52b8
|
chore(web): implements review suggestions
|
2021-07-06 12:39:02 +07:00 |
|
jahorton
|
fd2bd11129
|
chore(web): Merge branch 'refactor/web/osk-desktop-header-footer' into refactor/web/osk-header-footer-encapsulation
|
2021-07-06 12:14:46 +07:00 |
|