-
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.8.2] Milestone 11.8.2 (#1085)
* updated version and build number for 11.8.2 * [fix/pdf-editing] Fix PDF editing (#1083) * - update SDK with fix for enterprise#4934. * - DisplayViewController: add .allowUpdatesUntilLocalModificationPersists to temporarily allow updates to the viewed file until the rendered item again is stored remotely and no longer a local modification - DocumentEditingAction: when invoked from a PDFViewerViewController, pass it along to EditDocumentViewController, so it can make use of allowUpdatesUntilLocalModificationPersists - EditDocumentViewController: set allowUpdatesUntilLocalModificationPersists of a hosting PDFViewerViewController to true when a file is edit in place and changes overwrite the original * Added changelog entry * Calens changelog updated * [fix/branding-folder-color] Branding: Corporate Color as Folder Color (#1086) * Adopt the corporate branding color to the folder color * added changelog entry * Calens changelog updated * Calens changelog updated Co-authored-by: hosy <[email protected]> * [fix/continuous-audio-playback] Fix: Continuous Audio Playback (#1088) * #4924 fixed continuous audio playback, which stopped, after two audio files, because of not setting the activeDisplayViewController, when starting a new audio file * Added changelog entry * Calens changelog updated * fixed updating navigationbar title and buttons * fixed scaling cover image to screen size Co-authored-by: hosy <[email protected]> * release notes and changelog updated * Calens changelog updated Co-authored-by: Felix Schwarz <[email protected]> Co-authored-by: hosy <[email protected]>
- Loading branch information
1 parent
2524b7f
commit 9ad6429
Showing
16 changed files
with
155 additions
and
65 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 |
---|---|---|
@@ -0,0 +1,5 @@ | ||
Change: (Branding) Corporate Color as Folder Color | ||
|
||
Use the corporate color as folder color as default color (can be overridden by the specific key/value pair). | ||
|
||
https://github.com/owncloud/ios-app/issues/1069 |
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: Continuous Audio Playback | ||
|
||
Fixed continuous audio playback, which stopped after two audio files. | ||
|
||
https://github.com/owncloud/enterprise/issues/4924 |
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: PDF Editing | ||
|
||
Fixed bug that prevents changes to PDFs being saved in place. | ||
|
||
https://github.com/owncloud/enterprise/issues/4934 |
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,9 +1,6 @@ | ||
• Sorting | ||
Localized and improved sorting | ||
• Fix: PDF Editing | ||
Fixed bug that prevents changes to PDFs being saved in place. | ||
|
||
• Fix: Authentication Improvement | ||
Fixed an OAuth2 token refresh problem | ||
|
||
• Fix: Connection Problem | ||
Fixed a possible connection problem in the single account view | ||
• Fix: Continuous Audio Playback | ||
Fixed continuous audio playback, which stopped after two audio files. | ||
|
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,9 +1,6 @@ | ||
• Sorting | ||
Localized and improved sorting | ||
• Fix: PDF Editing | ||
Fixed bug that prevents changes to PDFs being saved in place. | ||
|
||
• Fix: Authentication Improvement | ||
Fixed an OAuth2 token refresh problem | ||
|
||
• Fix: Connection Problem | ||
Fixed a possible connection problem in the single account view | ||
• Fix: Continuous Audio Playback | ||
Fixed continuous audio playback, which stopped after two audio files. | ||
|
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,9 +1,6 @@ | ||
• Sorting | ||
Localized and improved sorting | ||
• Fix: PDF Editing | ||
Fixed bug that prevents changes to PDFs being saved in place. | ||
|
||
• Fix: Authentication Improvement | ||
Fixed an OAuth2 token refresh problem | ||
|
||
• Fix: Connection Problem | ||
Fixed a possible connection problem in the single account view | ||
• Fix: Continuous Audio Playback | ||
Fixed continuous audio playback, which stopped after two audio files. | ||
|
Submodule ios-sdk
updated
3 files
+3 −2 | ownCloudSDK/Core/Sync/Actions/Upload/OCCore+CommandLocalModification.m | |
+0 −11 | ownCloudSDK/Events/NSProgress+OCEvent.m | |
+0 −2 | ownCloudSDK/OCTypes.h |
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