Joshua Horton
970d93c7f5
fix(ios): restore keyboard scale map for iPad Air 2
...
Fixes: KEYMAN-IOS-JC
2025-07-07 07:58:03 -05:00
Joshua Horton
bfb97ca0c6
maint(web): upgrade Sentry to 8.55.0
...
Fixes: KEYMAN-WEB-RX
(It was produced artificially after this PR's changes to validate them.)
Cross-reference with https://github.com/getsentry/sentry-javascript/blob/master/docs/migration/v7-to-v8.md in regard to minimum supported versions.
@keymanapp-test-bot skip
2025-05-22 14:02:16 +07:00
Joshua Horton
5942ce0bf6
change(ios): revert temp dev-changes to display "force error" option
...
Also adds minor documentation to new SentryManager.swift additions
Fixes: KEYMAN-IOS-MJ
This error was manually triggered to validate this PR's actual changes, given that the aim is to enhance error logging.
2025-05-21 09:07:08 +07:00
Joshua Horton
bc39ed46a5
change(ios): temporarily display crash-forcing settings option
2025-05-20 13:44:32 +07:00
Joshua Horton
472ca9e1af
feat(ios): log active keyboard, model IDs with reported errors
2025-05-20 13:44:16 +07:00
Joshua Horton
b80eef4a97
change(ios): limit reports about devices without predefined scaling entries
...
Warnings about known devices without predefined keyboard-scale map entries will be
limited to once per startup of the app and/or app-extension.
Test-bot: skip
See-also: #13769
2025-04-30 14:12:58 +07:00
Joshua Horton
cf85aca104
fix(ios): restore keyboard-scale settings for older, still-supported iOS devices
...
Fixes : #13769
Fixes: KEYMAN-IOS-JC
Fixes: KEYMAN-IOS-JG
Fixes: KEYMAN-IOS-JH
Fixes: KEYMAN-IOS-JJ
Fixes: KEYMAN-IOS-JY
Fixes: KEYMAN-IOS-JS
2025-04-28 13:26:06 +07:00
Joshua Horton
5004360743
Merge pull request #13701 from keymanapp/fix/ios/picker-dismissal-kbd-resummon
...
fix(ios): resummon keyboard when keyboard picker is dismissed
2025-04-21 08:46:58 +07:00
Joshua Horton
495aba3e71
Merge pull request #13698 from keymanapp/fix/ios/update-notification-background
...
fix(ios): ensure update notification does not go translucent/transparent
2025-04-21 08:46:44 +07:00
Joshua Horton
3d1f677407
fix(ios): dismissal of keyboard picker should resummon keyboard
...
Fixes : #13699
2025-04-11 08:32:52 +07:00
Joshua Horton
c132fe204e
fix(ios): ensure update notification is consistently rendered
...
Fixes : #12589
Fixes : #13688
At some point, iOS seems to have enacted behavior that will cause a toolbar to go translucent/transparent in certain scenarios - such as when it would cover up the bottom of a fully-scrolled view. This has been triggering on our keyboard-search page, directly causing the behavior seen in #12589 .
Reference: https://stackoverflow.com/a/71985231
It appears fixing this thoroughly _also_ addresses #13688 , so... yay for "two birds, one stone"!
2025-04-10 13:09:15 +07:00
Joshua Horton
6316684371
chore(ios): update keyboard-size data for current iOS devices
...
This PR updates the database that KeymanEngine uses to determine what size of keyboard to use for each device. This should ensure the default size for the keyboard matches the system keyboard's dimensions.
2025-04-10 10:57:26 +07:00
Joshua Horton
8a97943152
Merge pull request #13687 from keymanapp/fix/ios/do-not-double-notify-keyboard-download
...
fix(ios): do not show notification for downloaded keyboard when showing its installer
2025-04-09 15:52:14 +07:00
Joshua Horton
5e92b142be
chore(ios): fix new codeline's indentation
2025-04-08 11:58:35 +07:00
Joshua Horton
9082011294
fix(ios): do not notify keyboard download when showing package installer for it
...
Fixes : #12590
If we're already showing the package-installer for a keyboard the user found via search... then we clearly downloaded it successfully. Why double-notify?
It turns out that #12590 itself was due to our usage of a TabBarController outside the prescribed safe use cases. We're actually fine most of the time... but it seems the tab area doesn't play nicely with a NavigationController toolbar, which is what displays download + update notifications. Rather than find a way to force that to work, it's simpler to just... not show the toolbar, **ever**, when the package installer is displayed.
2025-04-08 11:39:43 +07:00
Joshua Horton
29bb9c5c5b
fix(ios): allow swipe-dismissal of Settings to be cancelled
...
This tweaks the recently-merged #13631 , which accidentally introduced a bug in which _any_ downward swiping motion on the Settings view would always dismiss it, even should the user attempt to cancel dismissal.
2025-04-08 10:35:32 +07:00
Joshua Horton
ca075242c6
Merge pull request #13643 from keymanapp/fix/ios/engine-settings-dismissal
...
fix(ios): ensure keyboard height is set when engine settings view is used in a NavigationController
2025-04-07 08:06:10 +07:00
Joshua Horton
1a79fd2b1e
Merge pull request #13631 from keymanapp/fix/ios/keyboard-height-slide-dismissal
...
fix(ios): slide dismissal of keyboard-height adjuster will properly resize the keyboard
2025-04-04 08:17:43 +07:00
Joshua Horton
50a4421133
fix(ios): ensures keyboard height is set when settings dismissed when in nav controller
2025-04-02 08:25:34 +07:00
Joshua Horton
a514569596
change(ios): rename doneClicked -> settingsDismissed
2025-04-02 08:24:41 +07:00
Joshua Horton
0e055b2e67
Merge pull request #13549 from keymanapp/fix/ios/remove-missing-keyboards
...
fix(ios): uninstalls keyboards upon failure to load
2025-04-01 14:56:17 +07:00
Joshua Horton
002b7fc03b
docs(ios): tweaks code comment for clarity
2025-04-01 12:53:07 +07:00
Joshua Horton
2e300fcbba
fix(ios): slide dismissal of keyboard-height adjuster did not resize keyboard
...
Fixes : #13443
Slide-dismissal of the settings menu, and of the keyboard-height setting view in particular, should apply changes after dismissal... not only after backing out via navigation buttons.
Certain aspects of the iOS API didn't make it easy, though. After some searching, I found that "presentation controllers" and related can be leveraged to ensure we can detect Settings menu dismissal. With that detection in place, we can use the same method that's been working fine for us when backing out of Settings via button. This also ensures the keyboard will immediately display after dismissal, too!
2025-04-01 10:58:24 +07:00
Joshua Horton
4ee498d1ef
fix(ios): uninstalls keyboards upon failure to load
...
Fixes #13120 .
Well, fixes the state left by the error, but doesn't prevent it - that part is covered by the predecessor, #13548 .
2025-03-20 13:12:52 +07:00
Joshua Horton
1c54bf5b58
change(ios): prevent file erasure during copyWithOverwrite error state
...
Adds measures to prevent the state causing #13120 , but does not fix it.
2025-03-20 13:04:05 +07:00
Darcy Wong
1a1056ca50
chore(common): Add crowdin strings for Vietnamese
2025-02-22 07:37:36 +07:00
Shawn Schantz
aa84902487
Merge pull request #13201 from keymanapp/chore/ios/increase-min-ios-version
...
chore(ios): increase minimum ios version to 15
2025-02-14 10:34:24 +07:00
Shawn Schantz
f07a565d88
chore(ios): added back accidentally deleted line
2025-02-13 15:55:30 +07:00
Shawn Schantz
3e8ea13604
chore(ios): remove code conditional upon iOS 13 to iOS 15
...
now that iOS 15 is the minimum version, #available
conditions to handle earlier versions of iOS are unnnecessary
2025-02-13 11:57:50 +07:00
Joshua Horton
f36c54b6c6
change(ios): mitigate keyboard input-view memory leak by force-discarding WebView
...
Related-to: #12216
2025-02-10 15:34:05 +07:00
Joshua Horton
6cad46fcf0
fix(ios): make KeyboardMenuView ref to ancestor weak
2025-02-07 15:19:54 +07:00
Joshua Horton
b8aaab6ea2
change(ios): relocates keyboard hide+show notification handling
...
Addresses part of #12216
2025-02-05 15:42:23 +07:00
Joshua Horton
e9066b3d52
change(ios): relocates the "enter foreground" kbd-reload trigger
...
Addresses part of #12216
2025-02-05 15:42:23 +07:00
Joshua Horton
1dae8651ba
Merge pull request #13037 from keymanapp/fix/ios/prevent-message-handler-collision
...
fix(ios): prevent message-handler collision
2025-02-03 12:34:57 +07:00
Joshua Horton
5b4df8e47d
change(ios): set host-app bundle identifier in embedded Web debug-report
2025-01-31 14:42:15 +07:00
Joshua Horton
7d24043778
fix(ios): prevent message-handler collision
...
Fixes: KEYMAN-IOS-1J
Fixes : #13036
2025-01-24 13:58:02 +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