Joshua A. Horton
8f0116f359
feat(web): toward the recorder page
2022-07-15 12:56:10 +07:00
Marc Durdin
bde97ccf51
Merge pull request #6942 from keymanapp/fix/developer/crash-on-switching-back-tab
...
fix(developer): crash when switching back a tab 🎾
2022-07-15 15:44:16 +10:00
Marc Durdin
54538e00de
Merge pull request #6941 from keymanapp/fix/developer/6928-crash-on-exit
...
fix(developer): crash on exit when checking for updates 🎾
2022-07-15 15:44:10 +10:00
Marc Durdin
76d221e3e7
Merge pull request #6940 from keymanapp/fix/developer/kmdecomp-virtual-character-keys
...
fix(developer): kmdecomp virtual character key output 🎾
2022-07-15 15:44:05 +10:00
Joshua Horton
889b56f862
Merge pull request #6844 from keymanapp/feat/web/gesture-recognizer-bounds
...
feat(web): start of input boundary generalization 🐵
2022-07-15 12:35:35 +07:00
Joshua Horton
b8fd5eea31
Merge pull request #6902 from keymanapp/fix/web/block-set-layer-on-desktop
...
fix(web): layer-setting ops should not trigger for hardware keystroke processing 🖇️
2022-07-15 11:07:19 +07:00
Joshua Horton
ed8c15fe6e
Merge pull request #6901 from keymanapp/fix/web/context-only-device
...
fix(web): postkeystroke processing should ignore key-event source🖇️
2022-07-15 11:06:39 +07:00
Joshua A. Horton
7689fb733f
chore(web): more build-script tweakage
2022-07-15 11:05:00 +07:00
Joshua A. Horton
6e27b49ecf
feat(web): adds fixture build-artifact
2022-07-15 10:57:47 +07:00
Joshua A. Horton
112bf8b4b1
feat(web): gesture-recognizer/src/tools build scripts
2022-07-15 10:50:13 +07:00
Joshua A. Horton
1ecafacc33
feat(web): start of test-recorder page
2022-07-15 09:59:56 +07:00
Joshua A. Horton
56b37fb87f
chore(web): remove invalid warning msg
2022-07-15 08:53:08 +07:00
Joshua A. Horton
eb5d24d76c
feat(web): starts recognizer unit-test-resources tool
2022-07-15 08:40:27 +07:00
Joshua A. Horton
5bb13a0b5a
chore(web): merges updates to test fixture
2022-07-15 08:40:26 +07:00
Joshua A. Horton
10e3378e63
feat(web): extractable fixture matching host page
2022-07-15 08:40:25 +07:00
Joshua A. Horton
426cfd7398
change(web): InputSample now tracks both client & target coords
2022-07-15 08:12:42 +07:00
Marc Durdin
c8971a457c
chore: Apply suggestions from code review
2022-07-15 08:58:12 +10:00
Marc Durdin
d2cfd5cc7e
chore(developer): address review comments
2022-07-15 06:13:44 +10:00
Keyman Server
04b8ae1ed1
Merge pull request #6944 from keymanapp/auto/version-master-16.0.34
...
auto: increment master version to 16.0.34
2022-07-15 04:02:18 +10:00
Keyman Build Agent
a9a5e46d02
auto: increment master version to 16.0.34
2022-07-14 14:01:35 -04:00
Joshua A. Horton
55df8507f3
fix(web): missed type replacement post-rebase
2022-07-14 15:41:29 +07:00
Joshua A. Horton
6342d4359c
change(web): sequence events now use target-relative coords
2022-07-14 15:37:06 +07:00
Joshua A. Horton
0ddb6be8db
change(web): minor logging-related tweaks
2022-07-14 15:37:05 +07:00
Joshua A. Horton
ffcccd160a
feat(web): event-wrapper cleanup
2022-07-14 15:37:03 +07:00
Joshua A. Horton
75702577a2
fix(web): cleanup triggered by event
2022-07-14 15:37:02 +07:00
Joshua A. Horton
dedcc2880d
feat(web): InputSequence JSON round-tripping
2022-07-14 15:37:01 +07:00
Joshua A. Horton
2b8d0d83b8
chore(web): minor cleanup
2022-07-14 15:37:00 +07:00
Joshua A. Horton
2e75b0b35e
refactor(web): retooled input sequence event infrastructure
2022-07-14 15:36:54 +07:00
Joshua A. Horton
1e231d1a6f
feat(web): start of multi-touchpoint tracking
2022-07-14 15:36:25 +07:00
Joshua Horton
e55809737a
Merge pull request #6843 from keymanapp/feat/web/gesture-recognizer-base
...
feat(web): start of the GestureRecognizer class, use of event-based paradigm 🐵
2022-07-14 15:30:24 +07:00
Joshua Horton
58496402bb
Merge pull request #6838 from keymanapp/chore/ios/app-browser-wkwebview-conversion
...
chore(ios): updates core internals for the in-app browser
2022-07-14 15:29:25 +07:00
Marc Durdin
307b052f2f
refactor(developer): fixup path to tests
2022-07-14 17:47:53 +10:00
Marc Durdin
da5fc1da2b
chore: move headers and refs
2022-07-14 17:46:11 +10:00
Marc Durdin
ca9a9922db
chore: remove unnecessary files
2022-07-14 16:54:52 +10:00
Marc Durdin
d548125b15
chore: remove common/core
2022-07-14 16:48:40 +10:00
Marc Durdin
45f97988cf
fix(developer): reduce timeouts if server shut down
...
If Server is shut down, Keyman Developer now handles this better
and offers to restart it in UI interactions, and backs out quietly
in non-UI processes.
2022-07-14 16:28:39 +10:00
Marc Durdin
e42d50a6da
fix(developer): crash when switching back a tab
...
In rare circumstances, Keyman Developer can crash during startup if you
try and switch back to a tab which is not yet available
(Ctrl+Shift+Tab).
2022-07-14 16:24:39 +10:00
Marc Durdin
1659dde17a
fix(developer): crash on exit when checking for updates
...
Fixes #6928 .
2022-07-14 16:22:36 +10:00
Marc Durdin
6cf8eb7807
fix(developer): kmdecomp virtual character key output
...
Virtual character keys were being written as garbage, for example:
```
store(store17) [RALT ""] [RALT SHIFT ""] [RALT ""] [RALT SHIFT ''] [RALT SHIFT ""] [RALT SHIFT ""] [RALT SHIFT ""] [RALT SHIFT ""] [RALT SHIFT ""] [RALT ""] [RALT SHIFT ""] [RALT SHIFT ""] [RALT SHIFT ""] [RALT ""] [RALT SHIFT ""] [RALT ""] [RALT ""] [RALT ""] [RALT SHIFT ""]
store(store18) [RCTRL ""] [RCTRL SHIFT ""] [RCTRL ""] [RCTRL SHIFT ''] [RCTRL SHIFT ""] [RCTRL SHIFT ""] [RCTRL SHIFT ""] [RCTRL SHIFT ""] [RCTRL SHIFT ""] [RCTRL ""] [RCTRL SHIFT ""] [RCTRL SHIFT ""] [RCTRL SHIFT ""] [RCTRL ""] [RCTRL SHIFT ""] [RCTRL ""] [RCTRL ""] [RCTRL ""] [RCTRL SHIFT ""]
```
Picked up in regression testing the compiler.
2022-07-14 16:19:03 +10:00
Joshua A. Horton
7b4fdc7338
docs(web): updates recognizer-config doc to reference host page
2022-07-14 10:55:26 +07:00
Joshua A. Horton
a5349f99b9
feat(web): host page safe-zone options
2022-07-14 10:16:55 +07:00
Joshua A. Horton
68869aa5c3
feat(web): host page now directly sets padded safe zone
2022-07-14 09:59:54 +07:00
Joshua A. Horton
d254922819
fix(web): didn't handle scrolled page well
2022-07-14 09:59:16 +07:00
Joshua A. Horton
3722c5d009
chore(web): Merge branch 'feat/web/gesture-recognizer-bounds' into feat/web/gesture-recognizer-rigging
2022-07-14 09:46:34 +07:00
Joshua A. Horton
42641d0662
chore(web): drops super-specific "Finalized" config type
2022-07-14 09:45:25 +07:00
Joshua A. Horton
19ee93ea2d
chore(web): Merge branch 'feat/web/gesture-recognizer-base' into feat/web/gesture-recognizer-bounds
2022-07-14 09:18:59 +07:00
Joshua A. Horton
268ba2a082
chore(web): removes duplicate def for Mutable
2022-07-14 08:47:54 +07:00
Joshua Horton
8918f4c64b
chore(web): Apply suggestions from code review
...
Co-authored-by: Marc Durdin <marc@durdin.net>
2022-07-14 08:44:10 +07:00
Joshua A. Horton
5476c7b1c3
chore(web): applies PR suggestion (manually)
2022-07-14 08:42:04 +07:00
Marc Durdin
6032181e18
feat(developer): rework displayHint to defaultHint
...
After a demo of the Touch Layout Editor @jahorton suggested using a
"default hint" model instead of the "display hint" from the design spec.
I liked this and have reworked the design accordingly. With the default
hint model, a source for the hint text can be specified, such as the
default longpress key, or a specific flick key. This can then be
overridden on a key level.
The hint input element now shows a placeholder to indicate the default
hint for the key, and if a hint has been customised for a given key, it
is shown in green on the key cap.
Changing the default hint does not impact any customised hints.
2022-07-14 10:58:59 +10:00