Commit graph

4939 commits

Author SHA1 Message Date
Joshua A. Horton
51d5c87720 fix(web): keyboard-documentation rendering mode 2024-01-17 15:52:23 +07:00
Joshua Horton
71f8e5143a
Merge pull request #10406 from keymanapp/fix/web/coerce-trig-zeroes
fix(web): right-flick gesture-preview positioning
2024-01-17 14:45:01 +07:00
Joshua A. Horton
2296c9f4f4 change(web): inlined srcmaps only for debug, not release 2024-01-17 12:02:27 +07:00
Joshua A. Horton
5a0a79e93b chore(web): inlines app/webview sourcemap b/c Android WebView inspection reqt 2024-01-17 11:38:02 +07:00
Darcy Wong
36f14db740
Merge pull request #10346 from keymanapp/fix/web/offset-switch-keyboard
fix(web): Add null check for changing the keyboard during typing
2024-01-17 09:20:01 +07:00
Joshua A. Horton
dfdb4fc9b3 fix(web): if corrections not possible, returns empty Map instead of null 2024-01-17 09:01:54 +07:00
Joshua A. Horton
3bde1222ff fix(web): coerces zeroish values from flick angle to zero 2024-01-16 15:43:22 +07:00
Joshua A. Horton
998f781d8f fix(web): banner scroll reset after selecting a suggestion 2024-01-16 15:00:56 +07:00
Joshua A. Horton
18a9924b1b docs(web): PR doc-comment fixes 2024-01-16 14:32:32 +07:00
Joshua A. Horton
39a4278b8b chore(web): unused method removal 2024-01-16 14:24:41 +07:00
Joshua A. Horton
f38af53681 fix(web): rtl maintenance 2024-01-16 14:24:26 +07:00
Joshua A. Horton
fd2f3ca8d1 feat(web): more prominent fade, fade state management 2024-01-16 10:24:59 +07:00
Joshua A. Horton
726adf73c5 chore(web): Merge branch 'master' into feat/web/fancy-suggestion-banner 2024-01-15 14:11:11 +07:00
Joshua Horton
0cb429d788
Merge pull request #10371 from keymanapp/fix/web/special-text-hints
fix(web): use KMW OSK font for "**" special-text in key hints
2024-01-15 13:30:38 +07:00
Joshua Horton
0bb5884c89
chore(web): Apply suggestions from code review
Co-authored-by: Eberhard Beilharz <ermshiperete@users.noreply.github.com>
2024-01-15 08:56:08 +07:00
Joshua A. Horton
f91c923640 chore(web): final tweak 2024-01-12 14:01:30 +07:00
Joshua Horton
daba49ec83
Merge pull request #10328 from keymanapp/fix/developer/test-page-model-register
fix(developer): test-page model loading
2024-01-12 14:00:59 +07:00
Joshua A. Horton
b60e2e2884 fix(web): font assignment if special-text 2024-01-12 12:37:21 +07:00
Joshua A. Horton
46b0411c34 fix(web): special-text in hints 2024-01-12 11:53:55 +07:00
Joshua A. Horton
97fab6fc30 chore(web): tweaks per review 2024-01-11 09:14:20 +07:00
Joshua A. Horton
8534a1fc74 change(web): puts new code in self-contained func 2024-01-11 08:14:39 +07:00
Joshua A. Horton
a6c23d6a3b fix(web): cancels active gestures on globe-key use 2024-01-10 15:09:30 +07:00
Darcy Wong
5e099a65af fix(web): Add null check of offsetParent for longpress keys 2024-01-10 13:28:45 +07:00
Joshua Horton
7d543f7281
Merge pull request #10296 from keymanapp/fix/web/pressed-enter-highlighting 2024-01-08 19:16:58 +07:00
Joshua A. Horton
dc48167bfb chore(web): Merge branch 'master' into feat/web/fancy-suggestion-banner 2024-01-08 16:07:54 +07:00
Joshua Horton
828fb1a290
Merge pull request #10299 from keymanapp/fix/web/simple-null-guard
fix(web): adds null-guard for longpress-key validation
2024-01-08 15:54:24 +07:00
Joshua A. Horton
e9d873907b fix(web): proper fix for banner enable/disable on test pages 2024-01-08 09:52:23 +07:00
Joshua A. Horton
b09495968e fix(web): prediction test-page model enablement toggle hooks 2024-01-08 09:45:11 +07:00
Joshua A. Horton
b4944c7b5a fix(developer): fixes test-page model registration hook 2024-01-08 09:44:37 +07:00
Joshua A. Horton
670cb5f070 chore(web): Merge branch 'feat/web/es6-target-artifact' into feat/web/webview-es6-target-artifact 2023-12-22 13:02:11 +07:00
Joshua A. Horton
dc7bfc1344 chore(web): Merge branch 'change/web/build-bundler-replacement' into feat/web/es6-target-artifact 2023-12-22 12:59:20 +07:00
Joshua A. Horton
d554a0046f chore(web): Merge branch 'refactor/web/common-esbundling' into change/web/build-bundler-replacement 2023-12-22 12:54:53 +07:00
Joshua A. Horton
52cb29bcfb fix(web): adds null-guard for longpress-key validation 2023-12-22 10:27:17 +07:00
Joshua A. Horton
1f2a735ec5 fix(web): special key highlighting when pressed 2023-12-22 08:40:43 +07:00
Joshua A. Horton
f9df7638b7 fix(web): error that only appeared in ES6 mode (embedded-kbd specific) 2023-12-19 14:42:32 +07:00
Joshua A. Horton
90ecdf38f8 fix(web): adds Symbol, Map polyfill for main Web 2023-12-19 14:17:46 +07:00
Joshua A. Horton
f723f14fc3 chore(web): a bit more cleanup 2023-12-19 10:12:25 +07:00
Joshua A. Horton
f78eeaae34 chore(web): changes per review comments 2023-12-19 10:11:39 +07:00
Joshua Horton
84a8393602
Merge pull request #10270 from keymanapp/feat/web/held-bksp-highlighting 2023-12-18 23:20:49 +07:00
Joshua A. Horton
23d6dda22c feat(web): es6 artifact for app/webview - required extra changes to do well 2023-12-18 15:41:16 +07:00
Joshua A. Horton
e05add971f chore(web): Merge branch 'change/web/build-bundler-replacement' into feat/web/es6-target-artifact 2023-12-18 15:03:04 +07:00
Joshua A. Horton
5ecd95bd2b fix(web): had missed tools/testing/recorder bundling 2023-12-18 15:02:29 +07:00
Joshua A. Horton
ba3dbbea14 feat(web): lm-worker now produces ES5 + ES6 targets 2023-12-18 10:56:13 +07:00
Joshua A. Horton
927aaf614b feat(web): build:app/browser now produces ES5 + ES6 targets 2023-12-18 10:44:54 +07:00
Joshua A. Horton
a293afcf2b chore(web): better bundle-config definition 2023-12-18 10:32:36 +07:00
Joshua A. Horton
f6e77a3736 feat(web): alternate artifact - es6-bundled Web
Does not affect the worker.

Bundling is in a temp-script and not properly connected to our actual build infrastructure.
2023-12-18 10:32:35 +07:00
Joshua A. Horton
3230612d9a change(web): final KMW-bundler script cleanup 2023-12-18 10:23:28 +07:00
Joshua A. Horton
b5d97070e5 change(web): converts Web's engine/ targets 2023-12-18 10:08:00 +07:00
Joshua A. Horton
5109b03236 feat(web): adds highlighting to BKSP while held 2023-12-18 09:19:22 +07:00
Joshua A. Horton
61a7fb5c52 change(web): also does app/webview, app/ui 2023-12-15 15:13:36 +07:00