-
Notifications
You must be signed in to change notification settings - Fork 129
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
[feature/reduce-mem-footprint] Reduce memory footprint #1376
Commits on Aug 13, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 6fffa57 - Browse repository at this point
Copy the full SHA 6fffa57View commit details -
Configuration menu - View commit details
-
Copy full SHA for ffbb8f2 - Browse repository at this point
Copy the full SHA ffbb8f2View commit details -
Configuration menu - View commit details
-
Copy full SHA for cd17388 - Browse repository at this point
Copy the full SHA cd17388View commit details -
- update SDK to include TUS progress reporting and fix "UNKNOWN TASK"…
… errors in HTTP layer
Configuration menu - View commit details
-
Copy full SHA for be3782d - Browse repository at this point
Copy the full SHA be3782dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5077254 - Browse repository at this point
Copy the full SHA 5077254View commit details -
Configuration menu - View commit details
-
Copy full SHA for b606c65 - Browse repository at this point
Copy the full SHA b606c65View commit details -
- ios-sdk: update SDK to include the latest fixes
- ProgressView: add minimum + touch friendly sizes to avoid display as zero-sized views (which prevented cancelling by tapping because the touch never reached the view)
Configuration menu - View commit details
-
Copy full SHA for 57b5ae8 - Browse repository at this point
Copy the full SHA 57b5ae8View commit details -
- update SDK to gain flow control for Item Policy Processors
- AvailableOfflineAction: fix bug where a folder selected for Available Offline could not be removed form Available Offline by action (due to Swift != comparison apparently not using -isEqual:)
Configuration menu - View commit details
-
Copy full SHA for 808fb98 - Browse repository at this point
Copy the full SHA 808fb98View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1bfec59 - Browse repository at this point
Copy the full SHA 1bfec59View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7837e1b - Browse repository at this point
Copy the full SHA 7837e1bView commit details -
- fix Xcode 16 build error by upgrading OpenSSL from 3.1.5001 to 3.1.…
…5006 (via krzyzanowskim/OpenSSL#213)
Configuration menu - View commit details
-
Copy full SHA for 291ae67 - Browse repository at this point
Copy the full SHA 291ae67View commit details
Commits on Aug 14, 2024
-
- update LastUpgradeCheck from Xcode 14.2 to Xcode 16
- fix protocol warnings new in Xcode 16 - adopt newer #unavailable syntax instead of if #available { /* Nothing */ } else { /* Code*/ }
Configuration menu - View commit details
-
Copy full SHA for d5e0c3d - Browse repository at this point
Copy the full SHA d5e0c3dView commit details
Commits on Aug 20, 2024
-
- Reduce memory footprint of File Provider by removing ownCloudApp.fr…
…amework as a dependency - and thereby its dependencies, especially OpenSSL.framework, which adds to the memory footprint. The dependency on ownCloudApp is removed by adding the few parts relevant to the FileProvider to the FileProvider target and directly including the respective header files. - MediaUploadOperation: no longer use File Provider for imports from the photo library due to stability issues
Configuration menu - View commit details
-
Copy full SHA for 3c055f6 - Browse repository at this point
Copy the full SHA 3c055f6View commit details
Commits on Aug 27, 2024
-
- ProgressSummarizer: add method to reset priority summaries - AccountConnection: clear priority summaries after disconnect to return them to a defined state (fixes "Connecting…" being shown forever after a re-login)
Configuration menu - View commit details
-
Copy full SHA for 4e109a5 - Browse repository at this point
Copy the full SHA 4e109a5View commit details -
Configuration menu - View commit details
-
Copy full SHA for ed38ee0 - Browse repository at this point
Copy the full SHA ed38ee0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2ba3eee - Browse repository at this point
Copy the full SHA 2ba3eeeView commit details
Commits on Aug 28, 2024
-
- FileProviderExtension: fix spurious "invalid parameter" error on import
Configuration menu - View commit details
-
Copy full SHA for ec44666 - Browse repository at this point
Copy the full SHA ec44666View commit details
Commits on Sep 2, 2024
-
- File Provider Extension: add code that handles iOS 18 requests for …
…downloading folder items
Configuration menu - View commit details
-
Copy full SHA for 74be5b5 - Browse repository at this point
Copy the full SHA 74be5b5View commit details
Commits on Sep 5, 2024
-
- ShareExtensionViewController:
- rewrite/refactor to upload files directly from the extension rather than through the File Provider - automatically try to avoid name collisions on upload - ProgressIndicatorViewController: - fix lack of themeing by adding the modal CSS selector to the view controller - update the displayed progress from the Progress instance set on the .progress property
Configuration menu - View commit details
-
Copy full SHA for 919eef4 - Browse repository at this point
Copy the full SHA 919eef4View commit details
Commits on Sep 9, 2024
-
- SaveFileIntentHandler: no longer use File Provider for uploading
- Intents.intentdefinition: remove File Provider upload option for SaveIntentHandler
Configuration menu - View commit details
-
Copy full SHA for 5fcd9b8 - Browse repository at this point
Copy the full SHA 5fcd9b8View commit details -
Configuration menu - View commit details
-
Copy full SHA for f5de610 - Browse repository at this point
Copy the full SHA f5de610View commit details
Commits on Sep 11, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 618dc8f - Browse repository at this point
Copy the full SHA 618dc8fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6f7ba0c - Browse repository at this point
Copy the full SHA 6f7ba0cView commit details