Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[feature/se-concurrency] Sync Engine concurrency support (#369)
* hide beta warning * [Bugfix 1.0.0] Fixed an issue with drag to action not working for some actions * - Fix issue (3) "Oversized thumbnails" - Fix separator insets in item list * - Produce an appropriate error when an upload fails due to insufficient space left on the server (fix (4)) * - Fixing issue (1) and (2) via SDK update * Version Bump to 114 * - disable table cell selection - fixed long status messages, while setting dynamically numbers of lines * Version Bump to 115 * - Fixed (5) where the progress of a file that completed download in the background was shown incorrectly * - Improve progress updates and representation in ClientItemCell * - Fix: indicate activity during last phase of setting up a new bookmark and whenever editing a bookmark and saving it (previously UI seemed stuck for a couple of seconds) * - Added NSError+MessageResolution that resolves the localized description for OCErrors so they are included when serialized, so they become visible in the Files app, too - Fixing issue (8) in #237 * Implemented improvement (13) * - Fix newly introduced potential crash bug in renameItem FP method - Remove trash method and permission flag for items in FP, so "Delete Now" is the only option and Files app shows a warning - Fixing (11) in #237 * - Rename uploadsBarButton to plusBarButton in ClientQueryViewController - Add new action extension location .plusButton - Add Action extensions support to provide UIAlertAction objects - Add .plusButton location to CreateFolder action - Extend the ClientQueryViewController plusBarButton to include action extensions in the alert that's being shown - Implementing improvement (15) from #237 * Fixed (13): restore multiple selection after reloading file list * - Move File Upload and Photo Upload from ClientQueryViewController to distinct Action Extensions - Extend ActionProgressHandler to cater for both publishing and unpublishing progress objects - Replace repeated code with a method to provide a ActionProgressHandler in ClientItemQueryViewController - Make CreateFolderAction require a folder as parent item - Make MoveAction present on the provided ViewController, not its navigationController - Extend error handling in several places * Fixed (21): folder picker not canceleable when navigating into folder and back * - SortBar overhaul / cleanup - remove create folder button from left - left-align the sort option and rename it "Sort by" (from "Sorted by") - turn the sort option button from a ThemeButton to a UIButton and replace the unicode arrow with an elegant chevron - remove sortBar location for action extensions - clean up SortBar code - NSObject+ThemeApplication - replace use of isKindOfClass and force-casts with if let constructs - add support for UIButton themeing - fix "flashing" reording right after opening a connection by setting the OCQuery sort method before starting the query - fix bug where an alert was shown for invalid credentials, but the Edit button did not work - fix ClientRootViewController.closeClient(), so it calls the completionHandler - adjust the editing method to the changed view and navigation controller structure - minor code formatting and style fixes in several places * Fixed (22): no ‘more’ button in directory picker and now swipe to delete * Another small fix for (22) * Fix for multi-selection regression (items automatically selected) when re-entering multi-selection * - Fix UI main thread violation in BookmarkViewController - Fix spelling of CreateFolderAction.identifier value - Simplify implementation of DuplicateAction by refactoring it to use new SDK APIs, addressing issue (7) in #237 - Fix potential future crash in ClientDirectoryPickerViewController by avoiding force-casting - Make OCItem.parentItem in OCItem+Extension more robust using new SDK API - Adapt FileProviderExtension to use new, supported SDK APIs instead of the island implementation that was -findKnownExistingItemInParent:withName: - Add (and comment out) code that lets FileProviderExtension.createDirectoryWithName return as soon as the placeholder item is available - Add empty implementations for trashItemWithIdentifier/untrashItemWithIdentifier/setLastUsedDate/supportedServiceSourcesForItemIdentifier to comply with requirement of overriding all methods raised in the documentation * Fix for (24) refresh animation glitch * Fixed (26) crash when trying to downsample corrupt image file * Version Bump to 116 * Fixed (27): not downloading files which are present offline * Using OCCore.localCopy() to test if the file is already downloaded * Another fix for (27) Not dismissing DisplayViewController when OpenIn action is triggered. * - Update SDK * - Address issue (17) from #237 by bringing up a custom error message when a user likely attempted a cross-server move operation through the Files app * fixed earl grey ui test failures, because UI or logic changed in release_1.0.0 fixes * - Address issue (30) in #237 via SDK update * fixed memory leak, which causes that the viewcontroller was not released (this was recognized, because audio or video keeps playing in the background) * - Updating SDK, fixing issues described for the initial release issue (30) fix * - Fix issue (19) in #237 - Fix issue (30) in #237 with fixes described in owncloud/ios-sdk#46 (comment) * - Addressing (30) in #237 * Fixed (35) handling taps in the PDFThumbnailsView * Some fixes regarding thumbnail size calculation * - Update to latest SDK (to solve (30)) * Fixed (31) plus couple of PDF thumbnail view fixes * Fixed (37) disable horizontal scrolling in the gallery if there is a single item * - Update ios-sdk which now includes important fixes from the ios-sdk feature/sharing branch * - Fix another formatting warning * - Certificate Manager now shows the acceptance reason for user-accepted certificates - Certificate View now shows the acceptance reason description for user-accepted certificates * Few cosmetic changes * Removed unused instance variable * Fixed (38) tap to hide bars -> recalculate image size * Fixed an issue with swipe in the image gallery causing navigation bar to reappear * Fixed (39) Going back to root folder when selected “Browse” tab is tapped * - Fixing two issues from #237: - (25) Double deletion in maintenance mode - (41) Files re-appear in the files list after batch-deleting them * - Fix (42) in #237: considerable CPU use and slow-down in busy/frequently updated directories * - Fixing (33) in #237 via SDK update: give users option to keep file or retry when upload fails * - Fix issue (32) and (40) in #237 by presenting ClientRootViewController - only when the core has been returned by OCCoreManager, showing an activity indicator in the selected cell until then - modally, using a custom push transition to avoid UINavigationController hell - Fix issue where ClientRootViewController would dismiss the lat ClientQueryViewController while also being dismissed, leading to an inconsistent animation when looking closely * - Cleanup * - Cleanup * Version Bump to 117 * Fixed UI tests which broke due to changes made to fix (32) and (40) * Fixed remaining UI tests * - Fix issue where logging in and out of a bookmark in quick succession could lead to hangs opening the bookmark (likely is (32) in #237) * - Fix failing UI tests * - Make certificate detail view more resilient * - Update SDK to add logging around OCCoreManager core requests/returns * - SDK update: - Make OCCoreManager use an administrative queue for every bookmark, so that one connection closing down or opening up can't hold up another - Takes advantage of OCCoreManager managing every bookmark independently - allowing to select another bookmark if the previous one takes longer to open - not show the UI for a bookmark if Settings, Help or Add/Edit Bookmark UI is triggered meanwhile - fix crash caused by force-unwrapping self.core in ClientRootViewController.coreReady() * - Address "(44) Re-save file to the same folder will lead to an error" in #237 * - Avoid showing download progress indicator when viewing files that are already downloaded (issue (46) in #237) - Fix bug in PDFViewerViewController where CoreGraphics would throw an error when using pdfView with zero size (before properly laying it out) * - Clean up DisplayViewController and remove force-casts - Fix (47) "the non-openable files prompt the download progress bar in the "details" view" in #237 * removed localization for "Feedback" button * Feature/heic to jpeg (#363) * Added HEIC to JPEG conversion * Localized strings for photo upload settings * Fixed indentation * Fixed license header * Version Bump to 118 * Made sure that photo metadata is exported * - ownCloud iOS SDK and Xcode update * Fixes for #365 - Offloaded photo import operations off the main thread - Using fullsize image URL to derive filename * Memory use improvements * - Update SDK - include xcscheme options for new configuration variables * - Correct settings in scheme * More memory handling improvements when dealing with image conversion * - ProgressSummarizer updates - now groups progress by type and provides summaries such as "Uploading X of Y files.." that are easier to follow for the user - now prioritizes newer progress submissions over old ones, taking into account the possbility these may be executed earlier due to Sync Engine concurrency * - Clean up Viewer code - Remove unused original DisplayHostViewController - Rename GalleryHostViewController to DisplayViewController - move Viewer code below Client where it logically belongs and split it up into subdirectories - (Re-)add download progress reporting to ClientQueryViewController and initially add it to Display*ViewController classes * - ios-sdk update adding Sync Action categories and concurrency budgets - Clean ups * - Switch back to NSLog from Log.swift in tests (Log.swift is not incuded in the test target) so tests pass - Remove XCTestsCase+Extension as it provides no benefit over Xcode's own messages whn tests start and finish
- Loading branch information