Joshua A. Horton
797606d363
fix: model de-registration endpoint references
2023-05-05 09:19:32 +07:00
Joshua A. Horton
b39011be73
chore(web): Merge branch 'feature-esmodule-web-engine' into fix/web/webview-android-launch
2023-05-02 16:03:40 +07:00
Joshua A. Horton
e42fa70aa8
chore(web): Merge branch 'feature-esmodule-web-engine' into chore/web/update-feature-esmodule-a17s12-start
2023-05-02 12:59:35 +07:00
Joshua A. Horton
ab7bf0445d
fix(ios): verifyLoaded()
2023-04-18 10:34:58 +07:00
Joshua Horton
05759dc95f
Merge pull request #8546 from laineyhm/ios-settings-help-page
...
docs(ios): Add help page for Settings
2023-04-18 08:11:40 +07:00
Joshua A. Horton
c813e403bd
docs(ios): adds other new page to relevant help indices
2023-04-13 15:47:55 +07:00
Joshua A. Horton
d02ba89ca9
change(ios): updates main index with new page
2023-04-13 15:46:52 +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
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
7b7fa52a95
chore(web): renames app/webview output, preserves name within embedding apps
2023-04-12 09:00:17 +07:00
jahorton
9d149a9b70
fix(ios): banner images, keyboard swapping
2023-04-11 10:41:59 +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
Marc Durdin
6c5b27365a
chore(mac): use mac cp for -R ops
...
Because we don't know if mac BSD cp or GNU cp will be first on the path,
where there is ambiguity (e.g. with -R flag), we will use the macOS cp
command in /bin to ensure that we have consistent results. The
alternative would be to fixup each instance of the cp parameters so that
they work consistently with either cp command, but given these scripts
can run only on macOS, that seems unnecessary.
This replaces the earlier change in 97c6331b5 .
2023-04-09 07:05:44 +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
Marc Durdin
787b32ba34
Revert "chore(web): merge master into feature-esmodule-web-engine (A17S9 end) 🧩 "
2023-03-31 14:17:37 +11:00
laineyhm
46e2b81eab
docs(ios): Add link to help page for Settings
2023-03-30 14:32:49 +07:00
laineyhm
e225c92d29
docs(ios): Add help page for Settings
2023-03-30 14:20:10 +07:00
Joshua A. Horton
7b2cd84f2a
fix(ios): proper linkage for iOS build use of modularized KMW
2023-03-30 08:10:13 +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
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
Joshua A. Horton
9e1db916a4
chore(web): drops webview textarea element, should fix most webview api
2023-03-28 08:28:06 +07:00
Joshua Horton
39aca180c7
Merge pull request #8473 from keymanapp/change/web/webview-engine-api
...
change(web): modularizes KMW's WebView-only API 🧩
2023-03-27 13:32:16 +07:00
Joshua A. Horton
b85087f392
chore(web): Merge branch 'master' into chore/web/update-feature-esmodule-for-configure-fix
2023-03-23 15:15:07 +07:00
Joshua A. Horton
da6ac54784
change(web): app/webview model-registration api connection
2023-03-20 09:49:25 +07:00
Darcy Wong
e469a88996
chore(common): Update crowdin strings for Kibaku
2023-03-16 11:25:37 +07:00
Joshua A. Horton
208dd453c1
chore(web): Merge branch 'change/web/top-level-modularization-design' into change/web/osk-and-key-event-integration
2023-03-14 13:09:51 +07:00
Joshua A. Horton
f5e64a10a5
chore: Merge branch 'chore/common/ldml-ts-and-node-updates' into chore/feature-esmodule-master-update
2023-03-14 09:23:39 +07:00
Darcy Wong
7899c4fc89
fix(ios): Include shellHelperFunctions
2023-03-10 12:56:17 +07:00
Darcy Wong
3ef331a87e
refactor(common): Update to build_help_html params
2023-03-10 12:49:37 +07:00
Darcy Wong
76a7b3d815
fix(ios): Script call
2023-03-08 13:48:39 +07:00
Darcy Wong
6c2126431f
refactor(common): Make build-help into helper functions
2023-03-08 11:42:13 +07:00
Joshua A. Horton
e7dedfc8ee
change(web): embedded-OSK configuration, linkages
2023-02-28 08:42:09 +07:00
Marc Durdin
699b289899
Merge pull request #8289 from keymanapp/chore/dirname-to-builtin
...
chore: use builtin instead of dirname for perf
2023-02-23 08:42:29 +11:00
Marc Durdin
80689a794b
Merge pull request #8288 from keymanapp/chore/readlink-only-instead-of-greadlink
...
chore: remove greadlink from standard script prolog
2023-02-23 08:42:21 +11:00
Shawn Schantz
7f0f935720
Merge pull request #8125 from keymanapp/fix/ios/install-kmp-with-duplicate-language
...
fix(ios): allow duplicate languages in kmp file
2023-02-22 13:11:44 +07:00
Marc Durdin
ce864ea923
chore: update standard script prolog to use builtin instead of dirname
2023-02-22 11:04:15 +07:00
Marc Durdin
463c7ff907
chore: remove greadlink from standard script prolog
2023-02-22 10:43:06 +07:00
Marc Durdin
a004978863
chore: use builder_heading, remove echo_heading
2023-02-20 09:17:51 +07:00
Marc Durdin
4d53a277f3
chore: use builder_die, remove fail
2023-02-20 09:15:38 +07:00
Marc Durdin
318b4d4478
chore: use builder_warn, remove warn
2023-02-20 08:56:31 +07:00
Darcy Wong
2d97a5e405
chore(common): Update Fula strings
2023-02-17 08:52:21 +07:00
Joshua A. Horton
6af1e4890e
chore(web): Merge branch 'feature-esmodule-web-engine' into chore/web/feature-esmodule-update
2023-02-16 15:18:50 +07:00
Darcy Wong
6c36ee2340
chore(windows): Merge branch 'master' into chore/windows/crowdin-kn-cleanup
2023-02-08 11:39:29 +07:00
Darcy Wong
50c0321a87
chore(common): Update Kannada strings
2023-02-07 21:39:23 +07:00
Marc Durdin
9a90e1b233
chore(ios): update certificate
2023-02-07 10:31:24 +07:00
Joshua A. Horton
0348ec47f2
chore(web): Merge branch 'change/web/element-wrapper-modularization' into change/web/osk-modularization
2023-02-03 08:49:02 +07:00