Releases: filestack/filestack-ios
Releases · filestack/filestack-ios
Version 2.3
- Added support for background uploads (see "Enabling background upload support" in
README.md
for more information.) - Improved upload monitoring and cancellation.
- Updated Cocoapod dependency on
FilestackSDK
to2.3.1
. - Removed dependency on
SVProgressHUD
.
Version 2.2.2
- Removed unnecessary files from Copy Bundle Resources phase.
- Updated Cocoapod and Carthage dependency on
SSZipArchive
to2.2.3
. - Updated Cocoapod and Carthage dependency on
FilestackSDK
to2.2.2
.
Version 2.2
- Added iOS 13 compatibility.
- Added support for both light and dark appearances to the picker (iOS 13 only.)
Client
upload functions now return types based on protocols, such asUploadable
,DeferredAdd
,Cancellable
,Monitorizable
or combinations of these.- Likewise, the functions
folderList(provider:path:pageToken:queue:completionHandler:)
andstore(provider:path:storeOptions:queue:completionHandler:)
now return aCancellable
. - Improved collection view's layout reflowing in the picker to better adapt to larger presentation styles.
- Improved upload monitor so it now indicates the number of files being uploaded and how many of them are pending upload at any given time.
- Added redo action to image editor.
- Bugfix: Explicitly ask for authorization before accessing Photos library.
- Bugfix: Fallback to
JPEG
export ifHEIC
is not available on the device. - Bugfix: Fixing zipping of certain types of directories that were not properly detected as such (i.e., bundles.)