Skip to content

Commit

Permalink
Merge branch 'master' into feature/disable-fileprovider
Browse files Browse the repository at this point in the history
  • Loading branch information
felix-schwarz committed Sep 29, 2022
2 parents be5fdd9 + 2473b83 commit 2fa30e2
Show file tree
Hide file tree
Showing 11 changed files with 126 additions and 19 deletions.
22 changes: 15 additions & 7 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,26 +1,34 @@
Changelog for ownCloud iOS Client [unreleased] (UNRELEASED)
Changelog for ownCloud iOS Client [11.11.0] (2022-09-26)
=======================================
The following sections list the changes in ownCloud iOS Client unreleased relevant to
The following sections list the changes in ownCloud iOS Client 11.11.0 relevant to
ownCloud admins and users.

[unreleased]: https://github.com/owncloud/ios-app/compare/milestone/11.10.1...master
[11.11.0]: https://github.com/owncloud/ios-app/compare/milestone/11.10.1...milestone/11.11.0

Summary
-------

* Bugfix - Enabling Markup Mode on iOS 16, Updating Theme: [#1141](https://github.com/owncloud/ios-app/issues/1141)
* Bugfix - Respect privateLinks capability: [#1138](https://github.com/owncloud/ios-app/issues/1138)
* Bugfix - Enabling Markup Mode, Showing Video Controls on iOS 16, Updating Theme: [#1141](https://github.com/owncloud/ios-app/issues/1141)
* Bugfix - Share Extension Passcode Lock Interval: [#1156](https://github.com/owncloud/ios-app/issues/1156)
* Bugfix - Video Metadata Image: [#5296](https://github.com/owncloud/enterprise/issues/5296)
* Change - New Dark Mode Themes: [#1146](https://github.com/owncloud/ios-app/issues/1146)

Details
-------

* Bugfix - Enabling Markup Mode on iOS 16, Updating Theme: [#1141](https://github.com/owncloud/ios-app/issues/1141)
* Bugfix - Respect privateLinks capability: [#1138](https://github.com/owncloud/ios-app/issues/1138)

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

* Bugfix - Enabling Markup Mode, Showing Video Controls on iOS 16, Updating Theme: [#1141](https://github.com/owncloud/ios-app/issues/1141)

Enabling markup mode was broken on iOS 16 because of rearranged navigation bar and toolbar
items. Furthermore when a new theme was choosen, this causes that the UITabBar and UIToolbar
does not updates colours.
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

Expand Down
5 changes: 5 additions & 0 deletions changelog/11.11.0_2022-09-26/1138
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
7 changes: 7 additions & 0 deletions changelog/11.11.0_2022-09-26/1141
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
File renamed without changes.
File renamed without changes.
File renamed without changes.
6 changes: 0 additions & 6 deletions changelog/unreleased/1141

This file was deleted.

16 changes: 14 additions & 2 deletions fastlane/metadata-emm/en-US/release_notes.txt
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.

16 changes: 14 additions & 2 deletions fastlane/metadata-owncloud-online/en-US/release_notes.txt
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.

16 changes: 14 additions & 2 deletions fastlane/metadata/en-US/release_notes.txt
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.

57 changes: 57 additions & 0 deletions ownCloud/Release Notes/ReleaseNotes.plist
Original file line number Diff line number Diff line change
Expand Up @@ -1630,6 +1630,63 @@ Added an optional "Wait for completion" option to the "Save File&
</dict>
</array>
</dict>
<dict>
<key>Version</key>
<string>11.11.0</string>
<key>ReleaseNotes</key>
<array>
<dict>
<key>Title</key>
<string>New Dark Mode Themes</string>
<key>Subtitle</key>
<string>Two new dark mode themes are available.</string>
<key>Type</key>
<string>New</string>
<key>ImageName</key>
<string>paintbrush</string>
</dict>
<dict>
<key>Title</key>
<string>iOS 16: Markup Mode</string>
<key>Subtitle</key>
<string>Markup mode was not enabled automatically on iOS 16.</string>
<key>Type</key>
<string>Fix</string>
<key>ImageName</key>
<string>wrench</string>
</dict>
<dict>
<key>Title</key>
<string>iOS 16: Video Player</string>
<key>Subtitle</key>
<string>Video player controls were not showing on iOS 16.</string>
<key>Type</key>
<string>Fix</string>
<key>ImageName</key>
<string>wrench</string>
</dict>
<dict>
<key>Title</key>
<string>Video Player</string>
<key>Subtitle</key>
<string>Metadata image could overlay the video player canvas.</string>
<key>Type</key>
<string>Fix</string>
<key>ImageName</key>
<string>wrench</string>
</dict>
<dict>
<key>Title</key>
<string>Passcode Interval</string>
<key>Subtitle</key>
<string>The passcode lock interval was not taken into use in the share extension.</string>
<key>Type</key>
<string>Fix</string>
<key>ImageName</key>
<string>wrench</string>
</dict>
</array>
</dict>
</array>
</dict>
</plist>

0 comments on commit 2fa30e2

Please sign in to comment.