jahorton
|
7deb89879c
|
fix(ios): adds lazy context resync on textDocumentProxy window jump
|
2024-02-05 15:29:07 +07:00 |
|
Joshua A. Horton
|
68d97b4535
|
chore(android): Merge branch 'master' into fix/android/hardware-mnemonic-mapping
|
2024-01-23 10:35:16 +07:00 |
|
Joshua A. Horton
|
e6a2f9f083
|
fix(android): hardware keystrokes now include mnemonic processing
|
2024-01-22 08:57:00 +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 |
|
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
|
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
|
90ecdf38f8
|
fix(web): adds Symbol, Map polyfill for main Web
|
2023-12-19 14:17:46 +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
|
61a7fb5c52
|
change(web): also does app/webview, app/ui
|
2023-12-15 15:13:36 +07:00 |
|
Joshua A. Horton
|
eb19579ff2
|
chore(web): removal of dead code (that otherwise needed a tweak)
|
2023-11-24 08:16:59 +07:00 |
|
Joshua A. Horton
|
31cc1f8591
|
change(web): app/webview - single transform per keystroke, even with multitap context-reversion
|
2023-11-22 13:02:54 +07:00 |
|
Joshua A. Horton
|
2a21f9a447
|
fix(web): app/webview multitap context-reset synchronization
|
2023-11-20 15:24:59 +07:00 |
|
Joshua A. Horton
|
832b3529ee
|
chore(web): Merge branch 'feature-gestures' into chore/web/feature-gestures-merge-master-a17s22-mid
|
2023-09-26 11:49:46 +07:00 |
|
Darcy Wong
|
8bf0ac094a
|
chore(web): More cleanup
|
2023-09-19 15:26:20 +07:00 |
|
Darcy Wong
|
e76936fcec
|
fix(web): Revert buildEmbeddedGestureConfig
Per review comments
|
2023-09-19 14:58:46 +07:00 |
|
Darcy Wong
|
f969c13423
|
change(web): Remove Android pendingLongpress
|
2023-09-19 06:49:49 +07:00 |
|
Joshua A. Horton
|
1f338bae99
|
change(web): better adherence to official Promise terms
|
2023-07-10 14:35:44 +07:00 |
|
Joshua A. Horton
|
d47433da56
|
chore(web): normalizes srcMap paths for cleaner Sentry reports
|
2023-07-06 10:51:40 +07:00 |
|
Joshua Horton
|
89e7393665
|
Merge pull request #9025 from keymanapp/chore/web/esbuild-config-cleanup
chore(web): esbuild configuration cleanup 🧩
|
2023-06-19 14:04:11 +07:00 |
|
Joshua A. Horton
|
f2e3effa4c
|
chore(web): Merge branch 'feature-esmodule-web-engine' into chore/web/centralize-kmw-tsconfigs
|
2023-06-19 14:03:20 +07:00 |
|
Joshua Horton
|
0532405335
|
Merge pull request #8995 from keymanapp/change/srcmap-cleanup-and-c8-use
change(web): config, sourcemap cleanup + adds some c8 reporting 🧩
|
2023-06-19 14:01:40 +07:00 |
|
Joshua Horton
|
cc8ee27de7
|
Merge pull request #9022 from keymanapp/fix/web/picker-interface-api
fix(web): properly connects picker interface API 🧩
|
2023-06-19 14:01:29 +07:00 |
|
Joshua A. Horton
|
9d7cdead4c
|
change(web): enables treeshaking within app/webview
|
2023-06-16 11:35:40 +07:00 |
|
Joshua A. Horton
|
eccbd49abb
|
change(web): centralizes /web project bundling configs
|
2023-06-16 11:35:10 +07:00 |
|
Joshua A. Horton
|
9884d6725d
|
change(web): retools processor config init pattern
|
2023-06-16 10:06:42 +07:00 |
|
Joshua A. Horton
|
66002a4128
|
chore(web): relocates tslib-treeshaker def, consolidates it further
|
2023-06-15 10:56:44 +07:00 |
|
Joshua A. Horton
|
75347ebc6f
|
change(web): internal event names -> lowercase convention
|
2023-06-14 10:30:56 +07:00 |
|
Joshua A. Horton
|
70cde09ebc
|
chore(web): centralizes main KMW component tsconfig settings
|
2023-06-14 09:02:46 +07:00 |
|
Joshua A. Horton
|
9d0887b0d6
|
chore(web): final cleaning round -> nice, clean srcmaps
|
2023-06-12 12:18:50 +07:00 |
|
Joshua A. Horton
|
d0ac536c51
|
chore(web): removes unused { spawn } imports
|
2023-06-12 11:29:15 +07:00 |
|
Joshua A. Horton
|
06434953a8
|
chore(web): KMW use of importHelpers
|
2023-06-08 13:03:25 +07:00 |
|
Joshua A. Horton
|
6241699c72
|
chore(web): Merge branch 'fix/web/mobile-device-osk-issues' into fix/web/beep
|
2023-05-30 14:15:11 +07:00 |
|
Joshua A. Horton
|
194d46693f
|
chore(web): extra build-script cleanup
|
2023-05-30 08:57:45 +07:00 |
|
Joshua A. Horton
|
415907fb5e
|
chore(web): Merge branch 'feature-esmodule-web-engine' into chore/web/build-config-cleanup
|
2023-05-30 08:47:30 +07:00 |
|
Joshua A. Horton
|
3705d847c1
|
chore(web): addresses PR review concerns
|
2023-05-25 10:18:51 +07:00 |
|
Joshua A. Horton
|
17d0e2fca0
|
fix(web): restores error-feedback handling
|
2023-05-22 15:26:13 +07:00 |
|
Joshua A. Horton
|
f470a7cc96
|
fix(web): child project tsconfig.json references
|
2023-05-18 10:07:28 +07:00 |
|
Joshua A. Horton
|
a95a091fcc
|
chore(web): cleans build scripts, converts to use of builder_run_action
|
2023-05-18 10:06:37 +07:00 |
|
Joshua A. Horton
|
08bbcf4393
|
feat(web): error on activating without a stub, fleshes out related unit tests
|
2023-05-17 08:48:41 +07:00 |
|
Joshua A. Horton
|
404b6a52c6
|
fix(web): first-pass fixes - nits & path config timing + keyboard load interactions
|
2023-05-16 10:50:44 +07:00 |
|
Joshua A. Horton
|
07e413ddb9
|
refactor(web): alerts and waits as module, basic integration
|
2023-05-16 10:45:03 +07:00 |
|
Joshua A. Horton
|
fb4a369894
|
chore(web): modularizes control keyboard management handling, control focus
|
2023-05-15 14:46:48 +07:00 |
|
Joshua A. Horton
|
367d787ba4
|
fix(web): forgot an important return value
|
2023-04-19 14:52:53 +07:00 |
|
Joshua A. Horton
|
715836ed45
|
fix(web): app/webview release version path config
|
2023-04-18 12:06:37 +07:00 |
|
Joshua A. Horton
|
632a776253
|
change(web): reverts script-source path detection mechanism in attempt to fix iOS releases
|
2023-04-17 13:29:34 +07:00 |
|
jahorton
|
9b00bdac99
|
fix: -r => -R (for mac builds)
|
2023-04-13 15:34:32 +07:00 |
|
Joshua A. Horton
|
cb73fdb05e
|
chore(web): Merge branch 'change/web/set-active-keyboard' into fix/web/webview-android-launch
|
2023-04-13 13:31:07 +07:00 |
|
Joshua A. Horton
|
fa4bfbeb90
|
docs(web): comment tweaks per review
|
2023-04-12 09:49:32 +07:00 |
|
Joshua A. Horton
|
7b7fa52a95
|
chore(web): renames app/webview output, preserves name within embedding apps
|
2023-04-12 09:00:17 +07:00 |
|