-
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.9.0] Milestone 11.9.0 (#1071)
* new version number 11.9.0, enabled beta build and warning * [feature/infinite-propfind] Infinite PROPFIND support (#1002) * - ProgressIndicatorViewController : extend with Progress object and cancellation support / monitoring - BookmarkViewController: add infinite PROPFIND prepopulation step after account creation - update SDK to provide infinite PROPFIND support * Configuration documentation updated * - update SDK to gain access to streaming infinite PROPFIND - switch from receive+parse to stream+parse for infinite PROPFIND * - update SDK to gain access to new supportsInfinitePropfind capability - BookmarkViewController: make prepopulation configurable, using new capability and new class setting - ProgressIndicatorViewController: add support for new title label view * - BookmarkViewController: fix property name typo - scheme: add new options to test streaming and split bookmark prepopulation * Configuration documentation updated * added additional build information to the Branding.plist file: - ios-app and ios-sdk commit hash - copy the Branding.plist with additional app and build information as file name * [feature/biometrical-mdm-setting ]Suggest Biometrical Unlock (#1046) * Suggest biometrical unlock, after setting up passcode * - do not show Cancel button, if password is enforced - update biometrical UI switch value in settings view - fixed bug, dismissing the view, if biometrical is not available * moved extension into ownCloudAppShared folder * Branding: (#1045) - add new `branding.user-defaults-default-values` class settings key to allow registration of alternative defaults for user defaults * - fix bug where a quick access entry showed no items when selected a second time. (#1044) * used better wording for "Cellular transfers" * - adjust to final capabilities naming for infinite PROPFIND support * upgraded app version numbers Co-authored-by: felix-schwarz <[email protected]> Co-authored-by: Matthias Hühne <[email protected]> Co-authored-by: Matthias Hühne <[email protected]> * [feature/poll-efficiency] Poll for changes efficiency enhancements (#1043) * - change text in the footer below private links in accordance with owncloud/enterprise#4726 * - SDK update * - ClientRootViewController: start OCFileProviderServiceStandby only - after the connection status is online (== authentication successful) - OR 5 seconds after receiving the core from the Core Manager - fix theoretical bug in ClientRootViewController where OCFileProviderServiceStandby could be started and not stopped if Core Manager returned a core with error * - bump version to 11.7.2 / build 202 * - FileProviderExtension: - handle case where OCDatabase is not available or not open (previously led to a hang/crash as the FP waited for a DB call to return) - disable malloc stack logging as it leads to immediate crashes when debugging the file provider * - update SDK to new version with support for coordinated scan for changes * - bump build number to 203 Co-authored-by: Matthias Hühne <[email protected]> * Configuration documentation updated * [fix/media-playback-url] Fix WebDAV endpoint URL for media playback after restoration (#1093) * - fix owncloud/enterprise#4924 via SDK update * Configuration documentation updated Co-authored-by: Matthias Hühne <[email protected]> Co-authored-by: hosy <[email protected]> * [feature/webfinger] Webfinger / server location (#1059) * - change text in the footer below private links in accordance with owncloud/enterprise#4726 * - SDK update * added additional build information to the Branding.plist file: - ios-app and ios-sdk commit hash - copy the Branding.plist with additional app and build information as file name * [feature/biometrical-mdm-setting ]Suggest Biometrical Unlock (#1046) * Suggest biometrical unlock, after setting up passcode * - do not show Cancel button, if password is enforced - update biometrical UI switch value in settings view - fixed bug, dismissing the view, if biometrical is not available * moved extension into ownCloudAppShared folder * Branding: (#1045) - add new `branding.user-defaults-default-values` class settings key to allow registration of alternative defaults for user defaults * - fix bug where a quick access entry showed no items when selected a second time. (#1044) * used better wording for "Cellular transfers" * - in branded clients: removed UISwitch to enable/disable deletion of available offline files in manage screen - fixed text center layout in table view cell * fixed UI issue in sharing view * #4801 "Log out" text changes * #4801 text changes for "Prevent gestures" * - ThemeTableViewCell, StaticTableViewRow: new .plain message style (#1053) - add new view controller to present license texts for each component individually * [feature/modular-localization] Modular localization (#1054) * - Branding class: - move logic for VendorServices.appName to Branding.appDisplayName - change app.name variable value to that of Branding.appDisplayName - switch String.localized from NSLocalizedString() to OCLocale.localize() - SwiftLint: adapt to latest SwiftLint version * - add .localized(replacements) function to provide easy access to custom variables support in OCLocale * - update SDK * [feature/mdm-auto-connect] Skip Account Screen via MDM (#1056) * #4801 Skip "Manage" screen / automatically open "Files" screen after login via MDM parameter account.auto-connect * - SceneDelegate: use .first (which returns nil in case there are no bookmarks) instead of bookmark(at: 0) (which crashes in case there are no bookmarks because the array is empty and the method tries to access an item at index 0) * added auto-connect after every setup, not only the first setup Co-authored-by: Felix Schwarz <[email protected]> * [feature/mdm-biometrical-unlock] MDM setting for Biometrical Unlock (#1058) * #4818 control via MDM to auto enable biometrical unlock * overwrites user defaults with MDM settings and use existing getter/setter; renamed MDM key to use-biometrical-unlock * - use user defaults for use-biometrical-unlock - show Face ID authorization immediately after enabling Face ID * - StaticLoginSetupViewController: add support for OCServerLocator, requesting a username if it is enabled - add additional debug options to ownCloud.xcscheme - update SDK to gain access to OCServerLocator * updated APP_VERSION number * reverted merge conflict changes * using correct SDK commit * using latest development sdk commit Co-authored-by: Matthias Hühne <[email protected]> Co-authored-by: Matthias Hühne <[email protected]> * changed app version number * added missing translation string * [feature/rename-accounts] Rename Account without Authentication Flow (#1097) * #972 rename account name only (bookmark) is possible without re-authentication flow * added changelog entry * moved duplicated code into a function for reuse * fixed issue link in changelog entry * Calens changelog updated * fixed code review finding * fixed QA findings 1,2,3 - show UI to delete authentication data in edit mode - only proceed without authentication, if authentication data is not nil * show delete authentication data UI in all edit mode calls Co-authored-by: hosy <[email protected]> * #5008 (2) only show "Settings" toolbar, if no account is configured, otherwise "Settings" would appear twice * [feature/biometrical-button] Biometrical Authentication Button (#1098) * #1004 added biometrical unlock button, which appears by default as fallback, if biometrical unlock does not work (in file provider or not detected) * - added fallback image for face-id too - added changelog entry * Calens changelog updated * - fixed visibility of biometrical button in edit mode and, if feature is not enabled - removed unneeded code * - AppLockManager: add new property biometricCancelLabel to provide a label for the Cancel-option when presenting biometric authentication - FileProviderUI / DocumentActionViewController: use new property to display "Cancel" instead of "Enter code" for biometric authentication Co-authored-by: hosy <[email protected]> Co-authored-by: Felix Schwarz <[email protected]> * Calens changelog updated * removed branding test values * Transifex translation updates (#994) * disabled beta warning, beta build * - added accessibility label to biometrical unlock button - added release notes - added missing changelog files, moved to release folder * Calens changelog updated * added fastlane release notes * - update SDK to include fix/token-timetolerance changes from the SDK * changed folder name to release date * Calens changelog updated * - added missing changelog entry - changed enterprise issue to ios-app pr * Calens changelog updated * fixed duplicated app_version number on TestFlight Co-authored-by: Felix Schwarz <[email protected]> Co-authored-by: felix-schwarz <[email protected]> Co-authored-by: hosy <[email protected]> Co-authored-by: Matthias Hühne <>
- Loading branch information
1 parent
84c3b4c
commit f1fac7b
Showing
51 changed files
with
728 additions
and
135 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: Biometrical Authentication Button | ||
|
||
Added biometrical authentication button to provide a fallback for the fileprovider or app, if the automatically biometrical unlock does not work, or the user cancel the biometrical authentication flow. | ||
|
||
https://github.com/owncloud/ios-app/issues/1004 |
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: Poll for changes efficiency enhancements | ||
|
||
Avoids simultaneous polling for changes by FileProvider and app. | ||
|
||
https://github.com/owncloud/ios-app/pull/1043 |
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: Webfinger / server location | ||
|
||
Allows using webfinger or a lookup table to locate and use an alternative server based on the user name | ||
|
||
https://github.com/owncloud/ios-app/pull/1059 |
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: Fix WebDAV endpoint URL for media playback after restoration | ||
|
||
Fixes a bug where media playback failed with a 404 Not Found error after restoration because the WebDAV endpoint URL was constructed from authentication data rather than OC user endpoint data. | ||
|
||
https://github.com/owncloud/ios-app/pull/1093 |
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: OAuth token renewal race condition | ||
|
||
Retry requests that failed with a 401 during a token refresh | ||
|
||
https://github.com/owncloud/ios-app/pull/1105 |
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: Infinite PROPFIND support | ||
|
||
Added support for prepopulation of newly created account bookmarks via infinite PROPFINDs, which speeds up the initial scan | ||
|
||
https://github.com/owncloud/ios-app/issues/950 |
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: Rename Account (without re-authentication) | ||
|
||
Check if only the account name was changed in edit mode: save and dismiss without re-authentication | ||
|
||
https://github.com/owncloud/ios-app/issues/972 |
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 |
---|---|---|
@@ -1,6 +1,12 @@ | ||
• Fix: PDF Editing | ||
Fixed bug that prevents changes to PDFs being saved in place. | ||
• Biometrical Authentication Button | ||
Added a biometrical authentication button to the passcode unlock view. The biomatrical cancel button enables passcode unlock as fallback. | ||
|
||
• Fix: Continuous Audio Playback | ||
Fixed continuous audio playback, which stopped after two audio files. | ||
• Rename Account | ||
Renaming an account does no longer need a re-authentication | ||
|
||
• Media Playback | ||
Fixes a bug where media playback failed | ||
|
||
• Faster Account Scan | ||
We improved the time for the initial scan after setting up a new account | ||
|
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,6 +1,12 @@ | ||
• Fix: PDF Editing | ||
Fixed bug that prevents changes to PDFs being saved in place. | ||
• Biometrical Authentication Button | ||
Added a biometrical authentication button to the passcode unlock view. The biomatrical cancel button enables passcode unlock as fallback. | ||
|
||
• Fix: Continuous Audio Playback | ||
Fixed continuous audio playback, which stopped after two audio files. | ||
• Rename Account | ||
Renaming an account does no longer need a re-authentication | ||
|
||
• Media Playback | ||
Fixes a bug where media playback failed | ||
|
||
• Faster Account Scan | ||
We improved the time for the initial scan after setting up a new account | ||
|
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,6 +1,12 @@ | ||
• Fix: PDF Editing | ||
Fixed bug that prevents changes to PDFs being saved in place. | ||
• Biometrical Authentication Button | ||
Added a biometrical authentication button to the passcode unlock view. The biomatrical cancel button enables passcode unlock as fallback. | ||
|
||
• Fix: Continuous Audio Playback | ||
Fixed continuous audio playback, which stopped after two audio files. | ||
• Rename Account | ||
Renaming an account does no longer need a re-authentication | ||
|
||
• Media Playback | ||
Fixes a bug where media playback failed | ||
|
||
• Faster Account Scan | ||
We improved the time for the initial scan after setting up a new account | ||
|
Submodule ios-sdk
updated
33 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
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.