-
Notifications
You must be signed in to change notification settings - Fork 129
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[milestone/11.4.3] Milestone 11.4.3 (bugfixes) (#834)
* - SortBar: disable hidden items to also remove it from VoiceOver - StaticTableViewRow: no longer embed controls directly into a UITableViewCell, but in their .contentView instead, fixing an issue with "blocked" controls in iOS 14.2 where the UITableViewCell's content view would be layered on top and consume all taps * - StaticTableViewRow: adapt dater picker to iOS 14 (also tested style .inline, but that seems to be broken as of iOS 14.2, collapsing the month name) * - fix UIWindow / UIScene conflict issue * - updated build and version number - updated release notes for 11.4.3 * - StaticTableViewRow: avoid duplicate constraint code * - SortBar: add .accessibilityElementsHidden and posting of UIAccessibility layout change notification to inform VoiceOver * updated changelog and fastlane release notes * switching back to the latest master SDK commit * fixed empty "Fake" view controller on new back history stack on iOS 14, when first view controller in stack was selected * - setting a view title for the new back button history stack - disable to use the view title as back button title, use generic "Back" instead Co-authored-by: Matthias Hühne <[email protected]>
- Loading branch information
1 parent
6c38454
commit f6fc67c
Showing
11 changed files
with
112 additions
and
81 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,18 +1,3 @@ | ||
• Support for new Display Sizes | ||
We supporting all upcoming new display sizes with native screen resolution. | ||
|
||
• Favorites in Directory Picker | ||
We added access to the favorite items directly from the directory picker. | ||
|
||
• Rename Filename in Scan View | ||
Now it is easier to rename a filename in the scan view by preselecting the filename. | ||
|
||
• Fix: Save Attachments from Mail.app | ||
Saving attachments from iOS Mail.app was broken via the share sheet. | ||
|
||
• Fix: Authentication Error in FileProvider | ||
Notifies the user with a notification if authentication fails in File Provider. | ||
|
||
• Fix: New Folder in FileProvider | ||
A newly created folder in File Provider was not selectable. | ||
• Fix: iOS 14 UI Adaptions | ||
Fixed some problems on iOS 14, with unresponsive UI elements. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,18 +1,3 @@ | ||
• Support for new Display Sizes | ||
We supporting all upcoming new display sizes with native screen resolution. | ||
|
||
• Favorites in Directory Picker | ||
We added access to the favorite items directly from the directory picker. | ||
|
||
• Rename Filename in Scan View | ||
Now it is easier to rename a filename in the scan view by preselecting the filename. | ||
|
||
• Fix: Save Attachments from Mail.app | ||
Saving attachments from iOS Mail.app was broken via the share sheet. | ||
|
||
• Fix: Authentication Error in FileProvider | ||
Notifies the user with a notification if authentication fails in File Provider. | ||
|
||
• Fix: New Folder in FileProvider | ||
A newly created folder in File Provider was not selectable. | ||
• Fix: iOS 14 UI Adaptions | ||
Fixed some problems on iOS 14, with unresponsive UI elements. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,18 +1,3 @@ | ||
• Support for new Display Sizes | ||
We supporting all upcoming new display sizes with native screen resolution. | ||
|
||
• Favorites in Directory Picker | ||
We added access to the favorite items directly from the directory picker. | ||
|
||
• Rename Filename in Scan View | ||
Now it is easier to rename a filename in the scan view by preselecting the filename. | ||
|
||
• Fix: Save Attachments from Mail.app | ||
Saving attachments from iOS Mail.app was broken via the share sheet. | ||
|
||
• Fix: Authentication Error in FileProvider | ||
Notifies the user with a notification if authentication fails in File Provider. | ||
|
||
• Fix: New Folder in FileProvider | ||
A newly created folder in File Provider was not selectable. | ||
• Fix: iOS 14 UI Adaptions | ||
Fixed some problems on iOS 14, with unresponsive UI elements. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters