Commit graph

1988 commits

Author SHA1 Message Date
Joshua Horton
a11a732465
Merge pull request #12900 from keymanapp/docs/ios/gesture-docs-for-help
docs(ios): document gestures within iOS app help
2025-01-20 14:22:07 +07:00
Darcy Wong
488cab0dd4 chore(ios): Update crowdin strings for Khmer 2025-01-16 11:40:48 +07:00
Joshua A. Horton
afd942f4a6 docs(ios): document gestures within iOS app help 2025-01-15 15:20:13 +07:00
Darcy Wong
9736f1ba3a chore(common): Update crowdin strings for Spanish 2025-01-14 11:08:02 +07:00
Shawn Schantz
faf2a5b7fe
Merge pull request #12571 from keymanapp/fix/ios/5897-adjustable-keyboard-height
feat(ios): configurable keyboard height
2024-12-16 14:21:16 +07:00
sgschantz
5135b03426 fix(ios): created a new constant unknownDeviceKeyboardHeight 2024-12-16 14:03:26 +07:00
sgschantz
b1d23b2551 fix(ios): writeKeyboardHeightIfDoesNotExist logic error 2024-12-09 12:27:11 +07:00
sgschantz
c9d4c5cd9c fix(ios): clean up and reduce log statements
Fixes: #5897
2024-12-09 10:58:42 +07:00
sgschantz
026edfe388 fix(ios): reworked initialization of keyboardSize
first check UserDefaults for saved values
if no saved values, determine default keyboard heights
write default keyboard heights to UserDefaults
2024-12-07 21:39:00 +07:00
sgschantz
51d568ae0c fix(ios): eliminate circular logging reference in initKeyboardSize() 2024-12-07 15:30:00 +07:00
sgschantz
b4fb78a7ac fix(ios): add more logging to determine first call for keyboard size
also avoid call to userdefaults unless key exists
2024-12-06 15:37:04 +07:00
sgschantz
f2ff9591ba fix(ios): add logging, present keyboard height view modally 2024-12-06 08:58:51 +07:00
sgschantz
2d3cde718e fix(ios): allow asynchronous layout update 2024-12-05 15:09:30 +07:00
sgschantz
7c0657ae9f fix(ios): update constraints upon keyboard height change
updates constraints on CustomInputView only so that
changes are isolated to the in-app keyboard and have
no effect on the system keyboard
2024-12-05 13:48:48 +07:00
sgschantz
c47fab0735 fix(ios): use UIScreen.main.bounds to determine orientation
viewWillTransition size argument does not reflect device bounds
2024-12-02 14:38:29 +07:00
sgschantz
3e54255690 fix(ios): check view changes during device rotation 2024-12-02 13:56:06 +07:00
sgschantz
221ba7b977 fix(ios): attempt to reload in-app keyboard on keyboard height change 2024-11-27 16:03:40 +07:00
sgschantz
c3c8e0bc08 fix(ios): fix rotation and resize animations 2024-11-27 10:38:03 +07:00
sgschantz
625eed5ccf fix(ios): add strings to bundle for localization 2024-11-26 15:00:24 +07:00
sgschantz
fbfb7f3d3f fix(ios): use engine bundle -- not Keyman.bundle in engine 2024-11-26 13:13:17 +07:00
sgschantz
607c5cc4b5 fix(ios): added new blank keyboard assets to keyman engine 2024-11-26 10:08:55 +07:00
sgschantz
b9aae000b2 fix(ios): use engine bundle to find image 2024-11-22 10:34:18 +07:00
sgschantz
e989c57270 fix(ios): try alternate image loading method 2024-11-21 17:28:28 +07:00
sgschantz
fe6c818b7c fix(ios): return persisted height from constraintTargetHeight 2024-11-15 17:34:39 +07:00
sgschantz
8caf106312 fix(ios): write new height values to UserDefaults 2024-11-15 16:57:39 +07:00
sgschantz
a8949ef0a4 fix(ios): check for existence of UserDefault setting before read 2024-11-15 15:36:14 +07:00
sgschantz
b620e179aa fix(ios): save keyboard height in UserDefaults 2024-11-15 14:36:55 +07:00
sgschantz
9035414709 fix(ios): fully functional UI for keyboard height change
need to handle persistance to UserDefaults
2024-11-14 22:18:09 +07:00
sgschantz
9ff6d70ac1 fix(ios): fix keyboard height layout for portrait 2024-11-04 16:25:10 +07:00
sgschantz
6decb5d160 fix(ios): more image layout debugging and experimenting 2024-11-01 15:21:24 +07:00
sgschantz
048b3172c4 fix(ios): add debug logs 2024-11-01 13:10:42 +07:00
sgschantz
8695112c82 fix(ios): add subviews for keyboard height adjustment 2024-11-01 11:22:09 +07:00
Marc Durdin
ed1c106c2e refactor(ios): move ios Engine help in-repo
Relates-to: #12347
2024-10-31 10:13:00 +07:00
sgschantz
7b69bed2cf feat(ios): add KeyboardHeightViewController 2024-10-25 14:41:25 +07:00
sgschantz
0fbf12346d fix(ios): add Adjust Keyboard Height control to Keyman Settings 2024-10-24 13:59:40 +07:00
Shawn Schantz
751c853bb1 correct resizeKeyboard logging 2024-10-23 21:37:02 +07:00
Shawn Schantz
246efb4f39 add resizeKeyboard logging 2024-10-23 19:14:26 +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