Skip to content
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 19 commits into from
Jan 30, 2024
Merged

[milestone/12.1] Milestone 12.1 #1257

merged 19 commits into from
Jan 30, 2024

Conversation

felix-schwarz
Copy link
Contributor

@felix-schwarz felix-schwarz commented Jul 14, 2023

Description

Implements these changes:

  • new feature: adds new last used sort method
  • enhancement: turn Available Offline / Make unavailable offline pair of actions into a single Available Offline action with a switch
  • enhancement: add modern password manager integration to BookmarkViewController via input field content types
  • enhancement: move metrics logging to response logging block
  • fix: Quick Access > Recents is sorted by last used date

Related Issues

Screenshots (if appropriate):

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)

…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
@CLAassistant
Copy link

CLA assistant check
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution.
You have signed the CLA already but the status is still pending? Let us recheck it.

…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
felix-schwarz and others added 6 commits July 17, 2023 22:48
…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
@hosy hosy merged commit 59818bb into master Jan 30, 2024
2 of 5 checks passed
@delete-merged-branch delete-merged-branch bot deleted the milestone/12.1 branch January 30, 2024 15:36
@felix-schwarz felix-schwarz restored the milestone/12.1 branch April 22, 2024 19:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[BUG] 12.0.2 (270) “recents” folder lists 300 items in alphabetical order
3 participants