-
Notifications
You must be signed in to change notification settings - Fork 131
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[milestone/12.0] Version 12.0 #1095
Conversation
|
- address open/public Swift compiler warnings
# Conflicts: # CHANGELOG.md # ios-sdk # ownCloud.xcodeproj/project.pbxproj # ownCloud/Client/Actions/EditDocumentViewController.swift # ownCloud/Client/Viewer/DisplayViewController.swift # ownCloud/Resources/de.lproj/Localizable.strings # ownCloudAppShared/Client/File Lists/QueryFileListTableViewController.swift # ownCloudAppShared/User Interface/Theme/NSObject+ThemeApplication.swift
# Conflicts: # ios-sdk # ownCloud.xcodeproj/xcshareddata/xcschemes/ownCloud.xcscheme # ownCloud/Client/Actions/Actions+Extensions/OpenInAction.swift # ownCloud/Client/Viewer/DisplayViewController.swift
# Conflicts: # ios-sdk
- respect OCCapabilities.federatedSharingSupported - GroupSharingTableViewController: fix delete share issue by calling the correct method
- adapt to OCShare.itemType type change - replace UIImage(systemName:) code with one using OCSymbol - fix more Xcode 14 warnings
- ClientItemViewController: - implement support for "folder removed" state - adjust message spacing - refactor navigation bar code - add footer to display statistics for the current location, feeding from OCQuery-provided OCStatistics - prepare to also include quota information in the footer - update KNOWN_ISSUES.md
- ViewCell: add separatorLayoutGuideCustomizer to allow customization of separator layout guide for individual views - ClientItemViewController: add support to display quota information (space remaining) - UIView+EmbedAndLayout: add code to embed multiple views vertically, modify existing ConstraintSet type
…into themselves - ViewCell: fix seperatorLayoutGuide constraint on reuse (could cause visual glitch of full-length separator line when there shouldn't have been one) - update known issues
…pp presentation - ClientWebAppViewController: implement logic to immediately dismiss the view controller when tapping the close button, but keep the web view alive until the "close" event arrives from the webview - or 10 seconds have passed
- OpenInAction: honor excluded activities, bring up UIActivityViewController instead of UIDocumentInteractionController even for a single item if activities are excluded - ownCloud.xcscheme: add env var example for action.excludedSystemActivities to block copying to pasteboard
…o feature/new-navigation
…nnect() to enrich bookmark with metadata and user name during setup. Required to present the correct UI for space-based accounts.
…at's being processed via open-web or open
… 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
61cb4b4
to
7d3fd58
Compare
@jesmrec #1220 now also fixes (12). That string is stored in the File Provider UI's |
- MediaDisplayViewController: when streaming, show a loading indicator (fixing finding (5) in #1095)
… 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
- MediaDisplayViewController: when streaming, show a loading indicator (fixing finding (5) in #1095)
…g video files (fixing part 2 of finding (5) in #1095)
* - 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 <github@hosy.de> Co-authored-by: hosy <hosy@users.noreply.github.com> Co-authored-by: Matthias Hühne <mhuehne@owncloud.com>
Description
PR for version 12.0:
feature/avatar
because that branch already contains many changes11.11.0
andfastlane/enterprise-adhoc
changes frommaster
Related Issue
https://github.com/owncloud/ios-app/issues/1221)](https://github.com/owncloud/ios-app/issues/1221
Motivation and Context
How Has This Been Tested?
Screenshots (if appropriate):
Types of changes
Checklist:
QA
Test plans:
Regression: https://github.com/owncloud/QA/blob/master/Mobile/iOS-app/Version%2012.0/Regression.md
Spaces: https://github.com/owncloud/QA/blob/master/Mobile/iOS-app/Version%2012.0/1101_spaces.md
Sharing in sidebar: https://github.com/owncloud/QA/blob/master/Mobile/iOS-app/Version%2012.0/Sharing-oCIS.md
(need merging)
Reports: