Commit graph

4939 commits

Author SHA1 Message Date
Joshua A. Horton
d5f518205f chore(web): Merge branch 'refactor/web/legacy-web-events' into refactor/web/browser-focus-maintenance-states 2023-04-19 15:05:04 +07:00
Joshua A. Horton
c5af5ce51a chore(web): Merge branch 'fix/web/webview-android-launch' into refactor/web/legacy-web-events 2023-04-19 14:57:53 +07:00
Joshua A. Horton
367d787ba4 fix(web): forgot an important return value 2023-04-19 14:52:53 +07:00
Joshua A. Horton
1f3887a8b0 fix(web): more chirality bootstrapping-keyboard fixes 2023-04-19 12:32:15 +07:00
Joshua A. Horton
4e75235643 fix(android): updates KeyboardHarness chirality kbd 2023-04-19 10:58:28 +07:00
Joshua A. Horton
3ed754653f refactor(web): setActivatingUI() => setMaintainingFocus() 2023-04-19 09:27:13 +07:00
Joshua A. Horton
2c78106ca4 chore(web): a little cleanup 2023-04-19 09:24:36 +07:00
Joshua A. Horton
bb5e80d1ca refactor(web): isActivating => maintainingFocus, justActivated => restoringFocus 2023-04-19 09:15:09 +07:00
Joshua A. Horton
17e010fd39 docs(web): adds link to API docs 2023-04-19 09:01:27 +07:00
Joshua A. Horton
588841593c refactor(web): spins FocusAssistant off from UIManager as module 2023-04-19 08:56:15 +07:00
Joshua A. Horton
2733b8c46e chore(web): mild cleanup before next stuff 2023-04-19 08:07:03 +07:00
Joshua A. Horton
8bfa63bc77 fix(web): dependency chaining re: engine/events 2023-04-18 12:26:02 +07:00
Joshua A. Horton
2754ce1e9f change(web): better documentation for addListenerAttachmentExtension 2023-04-18 12:07:18 +07:00
Joshua A. Horton
fc669ab0c3 docs(web): minor docs tweak re missing KMW events 2023-04-18 12:07:17 +07:00
Joshua A. Horton
f384e7a244 fix(android): re-enables chiral-keyboard signalling 2023-04-18 12:07:17 +07:00
Joshua A. Horton
5dea0ee89f change(web): OSK to provide documented API events, not base keyman object 2023-04-18 12:07:17 +07:00
Joshua A. Horton
33aeec7b2b feat(web): EmitterListenerSpy - event-gen for listener registration 2023-04-18 12:07:16 +07:00
Joshua A. Horton
f433b57075 change(web): legacy events as child project engine/events 2023-04-18 12:07:16 +07:00
Joshua A. Horton
5f333d56ce fix(web): keyman.addEventListener, keyman.removeEventListener 2023-04-18 12:07:15 +07:00
Joshua A. Horton
b3d5fa30eb refactor(web): modularizes legacy-style KMW events 2023-04-18 12:07:15 +07:00
Joshua A. Horton
08d3c1b442 chore(web): prep for extraction of legacy event implementation 2023-04-18 12:07:14 +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
7eee634745 chore(web): removes non-modularized app/embed child project 2023-04-18 12:06:36 +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
Joshua A. Horton
89dd8d13ae fix(web): android API 21 compat issues 2023-04-17 10:25:56 +07:00
jahorton
9b00bdac99 fix: -r => -R (for mac builds) 2023-04-13 15:34:32 +07:00
Joshua Horton
77b3b8aecd
Merge pull request #8521 from keymanapp/change/web/set-active-keyboard
change(web): modularization, refinement of setActiveKeyboard 🧩
2023-04-13 13:51:07 +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
ea1be84871 chore(web): Merge branch 'feature-esmodule-web-engine' into change/web/set-active-keyboard 2023-04-13 13:29:20 +07:00
Joshua A. Horton
cd1cbe578e chore(web): removes abortSignal from beforeKeyboardChange - was not part of original version 2023-04-12 13:15:18 +07:00
Joshua A. Horton
7eef5699b9 chore(web): Merge branch 'master' into chore/web/master-to-esmodule-merge-a17s10 2023-04-12 09:56:48 +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
jahorton
dd34a2606b fix(web): banner suggestion-text font 2023-04-11 15:06:36 +07:00
jahorton
a49b0b346d fix(web): more banner weirdness 2023-04-11 14:48:39 +07:00
Joshua A. Horton
229a3a7afc fix(web): osk font linkage 2023-04-11 13:50:56 +07:00
Joshua A. Horton
5460e80e28 chore(web): app/webview builds also build related test page 2023-04-11 12:29:59 +07:00
Joshua A. Horton
6281163380 fix(web): loading of keyboards in package with mismatched name 2023-04-11 12:29:33 +07:00
Joshua A. Horton
63eadb0563 fix(web): blank banner had non-zero height 2023-04-11 11:32:04 +07:00
jahorton
6c1fe29562 fix(ios): fixes errors preventing keyboard load 2023-04-11 10:18:10 +07:00
Joshua A. Horton
9002f1c25f chore(web): some adjustments per PR review 2023-04-10 10:51:57 +07:00
Joshua A. Horton
b4fee54336 chore(web): Merge branch 'change/web/set-active-keyboard' into fix/web/webview-android-launch 2023-04-07 09:57:10 +07:00
Joshua A. Horton
3c185b3182 chore(web): Merge branch 'feature-esmodule-web-engine' into change/web/set-active-keyboard 2023-04-07 09:54:37 +07:00
Joshua A. Horton
d5ec58c52a fix(web): lots of little connection points for actual in-app use; gets Android app functional 2023-03-29 15:31:55 +07:00
Joshua A. Horton
48610a3b43 fix(common/web): modularizes SentryManager, re-enables it 2023-03-29 09:54:24 +07:00
Joshua A. Horton
9f082c7d4c feat(web): functional app/webview in android debug-host (minus SentryManager) 2023-03-29 08:28:44 +07:00
Joshua A. Horton
3f4fd65d07 fix(web): android debug-host page linkage 2023-03-28 14:36:58 +07:00
Joshua A. Horton
173d491d62 feat(web): initial app/webview build product 2023-03-28 12:33:04 +07:00
Joshua A. Horton
c75a4b94a3 fix(web): handling of the spacebar-text setting 2023-03-28 09:13:12 +07:00
Joshua A. Horton
a31e23fc9b change(web): banner height control 2023-03-28 09:13:11 +07:00