-
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/12.0.1] Milestone 12.0.1 (#1220)
* - BrowserNavigationViewController: - add ability to show/hide navigation bar (with or without animation) - add convenience accessor to UIViewController to access the enclosing browserNavigationViewController - Branding+App: fix SwiftLint warnings - PDFViewerViewController: hide navigation bar via browserNavigationController rather than navigationController (fix finding (7)) * - UIView+EmbedLayout: add new .safeAreaWithKeyboardAnchorSet property for laying out the view in a keyboard-responsive manner - CollectionViewController: add .compressForKeyboard property that layouts the UICollectionView in a keyboard-responsive manner - ShareViewController: adopt compressForKeyboard - ClientItemViewController: adopt compressForKeyboard - fixes finding (1) in #1095 * - fix finding (9) in #1095 * - fix finding (12) in #1095 * - ComposedMessageView: apply syntactic sugar - MediaDisplayViewController: when streaming, show a loading indicator (fixing finding (5) in #1095) * - fix localization typo * - MediaDisplayViewController: show download indicator when downloading video files (fixing part 2 of finding (5) in #1095) * - BottomButtonBar: vertically align also the prompt label to selectButton.centerYAnchor - ClientLocationPicker: prevent usage of .keyboardLayoutGuide to fix finding (13) in #1220 (misplaced select button after navigating to Files view) - CollectionViewController: use the .safeAreaWithKeyboardAnchorSet for the whole stack view rather than just the collection view * - new build and version number - added in-app release notes - added calens release notes * Calens changelog updated * updated fastlane release notes --------- Co-authored-by: Matthias Hühne <[email protected]> Co-authored-by: hosy <[email protected]> Co-authored-by: Matthias Hühne <[email protected]>
- Loading branch information
1 parent
0b6ffaa
commit b242f83
Showing
21 changed files
with
277 additions
and
145 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 @@ | ||
Bugfix: Several Bug Fixes | ||
|
||
Fixed keyboard, media streaming, full screen mode, offline indicator, duplicated sharing option, and UI issues. | ||
|
||
https://github.com/owncloud/ios-app/pull/1220 |
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,26 +1,3 @@ | ||
• Version 12 Major Release | ||
Rearchitectured for iOS 15 and later. | ||
• Bug Fixes | ||
Fixed keyboard, media streaming, full screen mode, offline indicator, duplicated sharing option, and UI issues. | ||
|
||
• ownCloud Infinite Scale support | ||
Support for Spaces, Authenticated WebFinger and other new oCIS features. | ||
|
||
• New Search Capabilities | ||
Powerful new search UI, saved searches and search templates. | ||
|
||
• New Navigation | ||
Navigate via the new sidebar, breadcrumbs and browser controls. | ||
|
||
• Role-based Sharing Interface | ||
The new role-based sharing user interface makes creating and editing shares and links even easier. | ||
|
||
• Grid View Modes | ||
Switch between list and several, different grid modes to display your folder's contents in new ways. | ||
|
||
• App Provider support | ||
Create and edit new documents through app providers on servers that support them. | ||
|
||
• Improved Theming | ||
The updated dark and light themes make use of a new, CSS-based theming system. | ||
|
||
• MDM Enhancements | ||
Many new MDM parameters. |
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,26 +1,3 @@ | ||
• Version 12 Major Release | ||
Rearchitectured for iOS 15 and later. | ||
• Bug Fixes | ||
Fixed keyboard, media streaming, full screen mode, offline indicator, duplicated sharing option, and UI issues. | ||
|
||
• ownCloud Infinite Scale support | ||
Support for Spaces, Authenticated WebFinger and other new oCIS features. | ||
|
||
• New Search Capabilities | ||
Powerful new search UI, saved searches and search templates. | ||
|
||
• New Navigation | ||
Navigate via the new sidebar, breadcrumbs and browser controls. | ||
|
||
• Role-based Sharing Interface | ||
The new role-based sharing user interface makes creating and editing shares and links even easier. | ||
|
||
• Grid View Modes | ||
Switch between list and several, different grid modes to display your folder's contents in new ways. | ||
|
||
• App Provider support | ||
Create and edit new documents through app providers on servers that support them. | ||
|
||
• Improved Theming | ||
The updated dark and light themes make use of a new, CSS-based theming system. | ||
|
||
• MDM Enhancements | ||
Many new MDM parameters. |
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,26 +1,3 @@ | ||
• Version 12 Major Release | ||
Rearchitectured for iOS 15 and later. | ||
• Bug Fixes | ||
Fixed keyboard, media streaming, full screen mode, offline indicator, duplicated sharing option, and UI issues. | ||
|
||
• ownCloud Infinite Scale support | ||
Support for Spaces, Authenticated WebFinger and other new oCIS features. | ||
|
||
• New Search Capabilities | ||
Powerful new search UI, saved searches and search templates. | ||
|
||
• New Navigation | ||
Navigate via the new sidebar, breadcrumbs and browser controls. | ||
|
||
• Role-based Sharing Interface | ||
The new role-based sharing user interface makes creating and editing shares and links even easier. | ||
|
||
• Grid View Modes | ||
Switch between list and several, different grid modes to display your folder's contents in new ways. | ||
|
||
• App Provider support | ||
Create and edit new documents through app providers on servers that support them. | ||
|
||
• Improved Theming | ||
The updated dark and light themes make use of a new, CSS-based theming system. | ||
|
||
• MDM Enhancements | ||
Many new MDM parameters. |
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.