-
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.11.0] Milestone 11.11.0 (#1148)
* Changed app version to value 11.11.0 * [feature/theme-dark-web] New Dark Mode Themes (#1145) * [fix/video-artwork] Metadata Image overlays Video Player (#1147) * #5296 in some cases the video player does not show the video, because if a metadata image was available, an image view was overlaying over the video. Now the metadata image will only shown, if item is not a video file. * added changelog entry * Calens changelog updated Co-authored-by: Matthias Hühne <> Co-authored-by: hosy <[email protected]> * Calens changelog updated * - respect files.privateLinks capabilities and do not offer to create private links when privateLinks are not supported (#1139) * [fix/enable-markup-iOS16] Enabling Markup Mode on iOS 16 (#1152) * #1141 fixes enabling markup mode on iOS 16 * added changelog entry * Calens changelog updated * In some cases the number of toolbar buttons are less than 4 * Calens changelog updated Co-authored-by: Matthias Hühne <> Co-authored-by: hosy <[email protected]> * changed new dark theme button background color * fixed cancel button style in passcode setup view * - fixes AVPlayerViewController controls not being visible on iOS 16 (finding "iOS 3" in #1141 (comment)) (#1157) * fixed some UIAlertController declarations, which were not themed in the UI and replaced it with subclass ThemedAlertController * [fix/share-extension-passcode-lock-interval] Share Extension Passcode Lock Interval (#1156) * [translation-sync] Translation Sync (#1150) * Transifex translation updates * [tx] updated from transifex * updated to latest SDK commit Co-authored-by: ownClouders <[email protected]> Co-authored-by: Matthias Hühne <> * - added missing changelog files - added in-app release notes * Calens changelog updated * generated updated fastlane release notes * moved changelog files to release folder * Calens changelog updated Co-authored-by: Matthias Hühne <> Co-authored-by: hosy <[email protected]> Co-authored-by: Felix Schwarz <[email protected]> Co-authored-by: ownClouders <[email protected]>
- Loading branch information
1 parent
3043ae7
commit 2473b83
Showing
94 changed files
with
307 additions
and
66 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
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 |
---|---|---|
@@ -0,0 +1,5 @@ | ||
Bugfix: Respect privateLinks capability | ||
|
||
Respect files.privateLinks capability and do not offer to create private links when privateLinks are not supported. | ||
|
||
https://github.com/owncloud/ios-app/issues/1138 |
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 |
---|---|---|
@@ -0,0 +1,7 @@ | ||
Bugfix: Enabling Markup Mode, Showing Video Controls on iOS 16, Updating Theme | ||
|
||
Enabling markup mode was broken on iOS 16 because of rearranged navigation bar and toolbar items. | ||
Video player controls were not showing on iOS 16. | ||
Furthermore when a new theme was chosen, this causes that the UITabBar and UIToolbar does not updates colours. | ||
|
||
https://github.com/owncloud/ios-app/issues/1141 |
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 |
---|---|---|
@@ -0,0 +1,5 @@ | ||
Change: New Dark Mode Themes | ||
|
||
Adds a new dark mode theme which is mostly equal to the web UI dark mode theme. Furthermore it adds a black dark mode theme. | ||
|
||
https://github.com/owncloud/ios-app/issues/1146 |
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 |
---|---|---|
@@ -0,0 +1,5 @@ | ||
Bugfix: Share Extension Passcode Lock Interval | ||
|
||
The passcode lock interval was not taken into use in the share extension. | ||
|
||
https://github.com/owncloud/ios-app/issues/1156 |
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 |
---|---|---|
@@ -0,0 +1,5 @@ | ||
Bugfix: Video Metadata Image | ||
|
||
If a video file includes a metadata image, the video file was not visible, because the metadata image was overlaying. | ||
|
||
https://github.com/owncloud/enterprise/issues/5296 |
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
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,3 +1,15 @@ | ||
• Available Offline Folders | ||
Shows the contents of the available folders when offline. | ||
• New Dark Mode Themes | ||
Two new dark mode themes are available. | ||
|
||
• iOS 16: Markup Mode | ||
Markup mode was not enabled automatically on iOS 16. | ||
|
||
• iOS 16: Video Player | ||
Video player controls were not showing on iOS 16. | ||
|
||
• Video Player | ||
Metadata image could overlay the video player canvas. | ||
|
||
• Passcode Interval | ||
The passcode lock interval was not taken into use in the share extension. | ||
|
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,3 +1,15 @@ | ||
• Available Offline Folders | ||
Shows the contents of the available folders when offline. | ||
• New Dark Mode Themes | ||
Two new dark mode themes are available. | ||
|
||
• iOS 16: Markup Mode | ||
Markup mode was not enabled automatically on iOS 16. | ||
|
||
• iOS 16: Video Player | ||
Video player controls were not showing on iOS 16. | ||
|
||
• Video Player | ||
Metadata image could overlay the video player canvas. | ||
|
||
• Passcode Interval | ||
The passcode lock interval was not taken into use in the share extension. | ||
|
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,3 +1,15 @@ | ||
• Available Offline Folders | ||
Shows the contents of the available folders when offline. | ||
• New Dark Mode Themes | ||
Two new dark mode themes are available. | ||
|
||
• iOS 16: Markup Mode | ||
Markup mode was not enabled automatically on iOS 16. | ||
|
||
• iOS 16: Video Player | ||
Video player controls were not showing on iOS 16. | ||
|
||
• Video Player | ||
Metadata image could overlay the video player canvas. | ||
|
||
• Passcode Interval | ||
The passcode lock interval was not taken into use in the share extension. | ||
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
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
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
Oops, something went wrong.