Commit graph

33096 commits

Author SHA1 Message Date
Joshua Horton
5b9482c135
Merge pull request #6878 from keymanapp/feat/web/gesture-recognizer-rigging
feat(web): first gesture-recognizer host page 🐵
2022-07-20 15:54:07 +07:00
Joshua A. Horton
f01a773194 fix(web): recorded input-coord alignment issue 2022-07-20 14:18:46 +07:00
Eberhard Beilharz
9dc56edf07
Merge pull request #6963 from keymanapp/fix/linux/6962-uninstall
fix(linux): Fix uninstallation when using fcitx5
2022-07-20 09:10:42 +02:00
Eberhard Beilharz
aa31fc4039
Merge pull request #6960 from keymanapp/fix/linux/6983-postinst
fix(linux): Another attempt at fixing postinst script
2022-07-20 09:10:18 +02:00
Eberhard Beilharz
e50c5446e1
Merge pull request #6957 from keymanapp/chore/linux/cleanup
chore(linux): Code cleanup
2022-07-20 09:10:04 +02:00
Joshua A. Horton
6437475d4f chore(web): updates to match new commit on ancestor PR 2022-07-20 13:38:37 +07:00
Joshua A. Horton
101b5489c7 change(web): class-name -color => -legend 2022-07-20 13:34:27 +07:00
Joshua A. Horton
f1e99340f7 chore(web): Merge branch 'feat/web/recognizer-input-unit-testing' into feat/web/recognizer-input-unit-testing-2 2022-07-20 13:27:46 +07:00
Joshua A. Horton
b7bf82cf9b feat(web): verifies unit-test synth events reach target 2022-07-20 13:27:35 +07:00
Joshua A. Horton
059adf53cc feat(web): unit test for initial touch in roaming zone 2022-07-20 12:42:54 +07:00
Joshua A. Horton
2d06ec3647 change(web): replaces sed, awk uses with node scripts 2022-07-20 11:32:22 +07:00
Joshua A. Horton
d6be5f831a fix(web): touchevent emulation in non-touch envs 2022-07-20 10:00:14 +07:00
Keyman Server
58682a54a4
Merge pull request #6976 from keymanapp/auto/version-master-16.0.36
auto: increment master version to 16.0.36
2022-07-20 04:02:08 +10:00
Keyman Build Agent
df49ae5cb3 auto: increment master version to 16.0.36 2022-07-19 14:01:23 -04:00
Eberhard Beilharz
a7b073d5ce
chore(linux): Add support for Ubuntu 22.10 "Kinetic Kudu"
And remove builds for outdated Impish.
2022-07-19 16:00:27 +02:00
Eberhard Beilharz
73ce29e0cb
chore(linux): Update Debian changelog
(cherry picked from commit 08dbd712b2)
2022-07-19 11:06:26 +02:00
Joshua A. Horton
42c43c48a2 feat(web): operational multitouch test 2022-07-19 15:31:03 +07:00
Joshua A. Horton
b2e9c830bf feat(web): unit tests 2022-07-19 15:15:30 +07:00
Joshua A. Horton
27fd6559a3 fix(web): recorder - sub-pixel alignment on scrolls 2022-07-19 14:55:06 +07:00
Joshua A. Horton
bacfe6d507 fix(web): identified sequence-repro issues 2022-07-19 14:49:31 +07:00
Eberhard Beilharz
bd4659600a
Merge pull request #6965 from keymanapp/fix/linux/6930-gcc12
fix(common): Fix `delete`
2022-07-19 08:57:39 +02:00
Joshua A. Horton
5cbe959bc0 fix(web): realign after changing config 2022-07-19 13:40:51 +07:00
Joshua A. Horton
4b9a992071 fix(web): mkdir -p use 2022-07-19 13:02:35 +07:00
Joshua A. Horton
71cb4fe1a7 fix(web): another executable flag 2022-07-19 12:08:01 +07:00
Joshua A. Horton
0694ca459b fix(web): executable flags 2022-07-19 11:16:44 +07:00
Joshua A. Horton
3763f3f546 fix(web): missing mkdir in tools/build.sh 2022-07-19 10:51:42 +07:00
Joshua A. Horton
f67d51bccf feat(web): links gesture-recognizer unit test for CI 2022-07-19 10:45:05 +07:00
Joshua A. Horton
9db4913331 feat(web): a fully-functional unit test 2022-07-19 10:45:00 +07:00
Joshua A. Horton
9e6d3c560f feat(web): first input-sequence playback 2022-07-19 10:44:06 +07:00
Joshua A. Horton
506905719a feat(web): more canary tests, partial read of recorded obj 2022-07-19 10:43:41 +07:00
Joshua A. Horton
261debdb83 feat(web): initial Karma setup for gesture-host browser testing 2022-07-19 10:43:09 +07:00
Joshua A. Horton
51d72ba416 change(web): backport of tweaks from child branch 2022-07-19 10:36:50 +07:00
Joshua A. Horton
ddac11b7ab fix(web): build-script - tools before test 2022-07-19 10:35:33 +07:00
Joshua A. Horton
902c63be36 fix(web): recorder page sub-pixel alignment issue 2022-07-19 10:35:11 +07:00
Eberhard Beilharz
ee03538a99
fix(linux): Catch PermissionError exception
If the user doesn't have the permission to create a directory we
now log an error.

Fixes #6967
2022-07-18 19:09:02 +02:00
Eberhard Beilharz
e9d12bd7f2
fix(linux): Fix previous commit 2022-07-18 17:40:05 +02:00
Eberhard Beilharz
d9d6e6de11
chore(linux): More import sorting 2022-07-18 17:10:01 +02:00
Eberhard Beilharz
57c736f17a
fix(common): Fix delete
GCC 12 will output an error if the wrong `delete` is used.

Fixes #6930
2022-07-18 15:38:33 +02:00
Eberhard Beilharz
28bd7d2055
fix(linux): Fix uninstallation when using fcitx5
Fixes #6962
2022-07-18 15:21:06 +02:00
Eberhard Beilharz
117ef77160
chore(linux): Sorting of imports 2022-07-18 15:19:50 +02:00
Eberhard Beilharz
d99265b967
fix(linux): Another attempt at fixing postinst script
When the installation runs from `unattended-upgrade`, `$SUDO_USER`
and `$USER` will probably not be set.

Fixes #6983
2022-07-18 10:50:34 +02:00
Joshua A. Horton
8c40e374d3 feat(web): better fixture extraction, css copy to build dir 2022-07-18 09:55:40 +07:00
Eberhard Beilharz
0944d83f97
chore(linux): Code cleanup
Some reformatting.
2022-07-15 20:44:47 +02:00
Keyman Server
50f41ba069
Merge pull request #6954 from keymanapp/auto/version-master-16.0.35
auto: increment master version to 16.0.35
2022-07-16 04:03:29 +10:00
Keyman Build Agent
24ec93a5f7 auto: increment master version to 16.0.35 2022-07-15 14:02:43 -04:00
Joshua A. Horton
ce0221b151 docs(web): adds a neat comment 2022-07-15 14:44:52 +07:00
Joshua A. Horton
49125fcf6e chore(web): removes invalid comments 2022-07-15 14:43:16 +07:00
Joshua A. Horton
e21e98b4cd feat(web): gesture recorder clears on device config change 2022-07-15 14:42:34 +07:00
Joshua A. Horton
988a7f9d39 feat(web): baseline recorder operational 2022-07-15 14:32:50 +07:00
Joshua Horton
71068abe9d
Merge pull request #6950 from keymanapp/chore/web/remove-invalid-warning
chore(web): remove invalid warning msg
2022-07-15 13:07:25 +07:00