Marc Durdin
ed1c106c2e
refactor(ios): move ios Engine help in-repo
...
Relates-to: #12347
2024-10-31 10:13:00 +07:00
Shawn Schantz
4827c543d8
chore(mac): update cartfile to support ios builds with xcode 16
2024-10-23 09:34:25 +07:00
Marc Durdin
76ebb5b02b
Merge branch 'master' into feat/common/12347-check-markdown-links
2024-10-09 05:16:31 +02:00
Marc Durdin
016a6f0225
chore(common): address review comments
2024-10-09 08:12:21 +07:00
sgschantz
cd614a5a8c
chore(ios): renew certificate
2024-10-08 14:41:31 +07:00
Marc Durdin
640d3e5096
test(developer): add markdown link check test for product documentation
...
Adds check-markdown package that parses .md files, looks for links and
images, and verifies that they are valid links (for internal links).
2024-09-25 15:51:32 -07:00
Marc Durdin
1ec1f0e1e8
refactor(common): move help into common prod/docs/help folders
...
Step 1 -- move all product help into docs/help folders. Next, will
update corresponding scripts.
Relates-to: #12347
2024-09-16 06:13:46 +07:00
Darcy Wong
84dbc1042c
chore(common): Update crowdin strings for Italian
2024-09-12 15:56:22 +07:00
Eberhard Beilharz
b20d7f1eb4
refactor(web): move sentry-manager → web/src/engine/sentry-manager
...
Move `common/web/sentry-manager` to `web/src/engine/sentry-manager`.
Fixes : #12387
2024-09-11 15:15:01 +02:00
Darcy Wong
1d55100cb3
chore(common): Update crowdin strings for Czech
2024-08-29 14:54:48 +07:00
Joshua Horton
c712d35984
chore(ios): adjustments per review
2024-08-19 12:16:04 +07:00
Joshua Horton
289dda0fca
change(ios): better early-exit if all font data found
2024-08-16 15:17:05 +07:00
Joshua Horton
e28d8a341a
change(ios): cleaner set-based fonts-to-find maintenance
2024-08-16 15:15:32 +07:00
Joshua Horton
72da3d8099
refactor(ios): optimize font registration
2024-08-16 14:59:28 +07:00
Joshua Horton
2d59ee8a94
change(ios): defer registration of fonts past initialization
2024-08-15 13:18:05 +07:00
Darcy Wong
83f46c8e5e
chore(common): Update localization for Greek Polytonic
2024-08-07 05:59:35 +07:00
Joshua A. Horton
f20f4ab0c2
chore(web): Revert "fix(ios): ios-host adjustments"
...
This reverts commit 829d40f5f3 .
2024-07-25 12:04:42 +07:00
Darcy Wong
75164e3099
chore(common): Update Crowdin strings for Portuguese
2024-07-17 17:10:57 -05:00
Joshua Horton
9f5719011f
chore(ios): link 'el' localization data to iOS engine + app
2024-06-25 08:20:49 +07:00
Darcy Wong
d70928ca27
fix(ios): Use el instead of el-polyton locale
2024-06-24 07:48:44 -05:00
Darcy Wong
276c736467
chore(ios): add crowdin for Polytonic Greek
2024-06-24 01:37:32 -05:00
Joshua Horton
105de3b093
change(ios): move location of method definition
2024-06-04 09:34:42 +07:00
Joshua Horton
a9cd9c9182
chore(ios): remove dead Swift-side keyboard gesture code
2024-06-04 09:34:42 +07:00
Joshua Horton
9895ef0bcc
Merge branch 'master' into chore/ios/enable-webview-debugging
2024-06-04 09:33:23 +07:00
Shawn Schantz
ac294154d1
Merge pull request #11613 from keymanapp/fix/ios/11602-file-error-on-startup
...
fix(ios): do not write to shared storage from system keyboard
2024-05-31 07:58:21 +07:00
sgschantz
d22b817970
fix(ios): do not write to shared storage from system keyboard
...
also adds breadcrumb and log for AllowFullAccess setting
Fixes : #11602
Fixes: KEYMAN-IOS-7E
Fixes: KEYMAN-IOS-7D
2024-05-30 13:13:35 +07:00
Joshua Horton
273cdb6e04
Merge branch 'master' into chore/ios/enable-webview-debugging
2024-05-30 13:03:36 +07:00
sgschantz
171cbc34e2
fix(ios): prevent crash by removing incorrect cast in log statement
...
when writing the fileUrl to the log, a variable was miscast
causing the app to crash -- remove cast and return absoluteString
for fileUrl
Fixes #11567
2024-05-27 16:10:33 +07:00
Marc Durdin
50bcfa4b85
chore(common): revert cd removal from 3 non-builder scripts
...
Per @jahorton code review
2024-05-03 09:04:15 +07:00
Marc Durdin
cd8121ef65
chore(common): builder scripts now use /resources/build/builder.inc.sh
...
Note: there is a bit of potential confusion about the difference between
/resources/builder.inc.sh (the full implementation for builder scripts),
and /resources/build/builder.inc.sh (the source script that builder
scripts should always use).
This allows us to make assumptions that will always be true for builder
scripts that may not be true for other scripts, such as setting base
folder.
2024-05-02 15:54:31 +07:00
Marc Durdin
0f390d47cc
chore(common): maintenance on build scripts - cd
...
Fixes #11324 .
* Always `cd "$THIS_SCRIPT_PATH"`
* Remove unnecessary `cd` from all build.sh
* Remove unnecessary `set -eu` from all build.sh (and `# set -x`)
* Replace old build-utils.sh incantation in a few build.sh scripts
2024-05-02 15:54:29 +07:00
Marc Durdin
f119682cf0
Merge branch 'master' into chore/a18s1-merge-beta-into-master
2024-05-02 14:48:58 +10:00
sgschantz
f9c699e3db
chore(ios): allow underscore to avoid unexpected Xcode 15.3 lint error
2024-05-02 09:53:40 +07:00
sgschantz
fbd4367f2b
chore(ios): create script to upload sentry debug symbol file
...
Wrap call to script with xcode-wrap.sh to retain env
2024-04-30 08:04:43 +07:00
sgschantz
ec64a98562
chore(ios): modify version scripts
...
Wrap scripts for FirstVoices so that environment variables are retained
2024-04-29 15:52:00 +07:00
Marc Durdin
a59850e063
chore(ios): force new build
2024-04-29 04:56:56 +07:00
Marc Durdin
1a86ed28a9
chore(ios): force new build
2024-04-27 18:53:12 +07:00
Marc Durdin
e8d3600e60
chore: Merge branch 'master' into chore/merge-beta-into-master-B17S6
2024-04-23 16:41:44 +07:00
sgschantz
00e850c557
add script to update version string in settings
2024-04-23 13:24:40 +07:00
sgschantz
28806614a5
tagged and untagged versions of set-bundle-versions script
2024-04-23 12:32:28 +07:00
sgschantz
534741aff6
create separate script for setting the version of the bundle
2024-04-23 10:10:13 +07:00
Joshua Horton
5836304fc3
change(ios): iOS app check for non-stable version to enable inspectability
2024-04-19 12:44:52 +07:00
Joshua Horton
e0e8f6b250
chore(ios): enables debugging of keyboard WebView
2024-04-19 12:44:51 +07:00
Joshua Horton
616776317e
Merge pull request #10952 from keymanapp/fix/ios/refresh-keyboard-on-app-restore
...
fix(ios): prevents post-restore kbd issues by refreshing kbd
2024-04-19 12:43:54 +07:00
Joshua Horton
09a65a497b
Merge pull request #11174 from keymanapp/change/web/init-osk-with-keyboard
...
change(web): initializes OSK with keyboard if available during init 🪠
2024-04-19 12:41:48 +07:00
Marc Durdin
66b9f7e65a
Merge pull request #11242 from keymanapp/fix/common/11220-emoji-strip
...
fix(common): update emoji stripping for Unicode 15.1
2024-04-18 15:26:55 +10:00
Marc Durdin
db514e0dc5
fix(common): update emoji stripping for Unicode 15.1
...
Fixes #11220 .
Replaces the sed script for matching emoji in ios prepRelease with a
tiny node project that uses emoji-regex package, to reduce future
maintenance.
Also strips lingering emoji and :xxx: emoji shortcut strings from
HISTORY.md. Note that :xxx: are not stripped programatically at this
time.
2024-04-18 09:05:30 +07:00
Joshua A. Horton
b107daab22
chore(web): Merge branch 'beta' into change/web/init-osk-with-keyboard
2024-04-18 08:15:30 +07:00
Joshua Horton
650e86d5ac
docs(ios): applies comment suggestions from code review
2024-04-17 15:03:36 +07:00
Joshua Horton
b7406d9b11
Merge branch 'beta' into fix/ios/selection-deletion
2024-04-17 14:29:42 +07:00