-
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.1] Milestone 12.1 #1257
Merged
Merged
Conversation
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
…supportsCreateDocument - AccountConnection: create Open with actions dependant on OCAppProvider.supportsCreateDocument - OpenInWebAppAction: - introduce new "auto" mode that uses the best available method - or shows an error - limit size of icons to a maximum of 32x32 points - update SDK for new feature detection capabilities
- add missing errorHandler calls to FileProviderContentEnumerator - add last resort enumeration completion call to FileProviderEnumeratorObserver.dealloc - add additional debug logging
…ility method useSortDescriptor() to OCSavedSearch - AccountController: add sort descriptor override to "Recents" item - SortMethod: add new "lastUsed" sort method that sorts by .lastUsed and .lastModified
- replace SortDirection/SortMethod with SortDescriptor for full consistency - update SortBarDelegate to no longer set the delegate's variables directly - update SortBarDelegate methods to use SortDescriptor - ClientItemViewController: - fully embrace SortDescriptor - replace SortDirection/SortMethod ivar with a single SortDescriptor ivar - move read/write of default sort descriptor to SortDescriptor.defaultSortDescriptor - allow override of initial SortDescriptor via incoming clientContext.sortDescriptor - ensure that the default sort descriptor is only updated on actual user changes
|
…te of an item - OpenInWebAction: update last used date when opening an item via a web app - add missing translation strings for "last used" for English and German
…AvailableOfflineAction and a switch
9 tasks
…Make available offline"
…lable offline via AvailableOffline policy on parent item
…lable offline via AvailableOffline policy on parent item
# Conflicts: # ios-sdk # ownCloud File Provider/FileProviderContentEnumerator.m # ownCloud/Resources/de.lproj/Localizable.strings # ownCloudAppShared/Client/Actions/Implementations/OpenInWebAppAction.swift
- BookmarkViewController: add modern password manager integration to BookmarkViewController via input field content types - SDK update: OCHTTPPipeline: move metrics logging to response logging block
3 tasks
felix-schwarz
force-pushed
the
milestone/12.1
branch
from
January 29, 2024 16:55
a564c43
to
f55527c
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
Implements these changes:
last used
sort methodAvailable Offline
/Make unavailable offline
pair of actions into a singleAvailable Offline
action with a switchBookmarkViewController
via input field content typesQuick Access > Recents
is sorted bylast used
dateRelated Issues
Screenshots (if appropriate):
Types of changes