Skip to content

Releases: filestack/filestack-ios

Version 2.3

09 Jul 14:48
Compare
Choose a tag to compare
  • 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 to 2.3.1.
  • Removed dependency on SVProgressHUD.

Version 2.2.2

04 May 10:15
Compare
Choose a tag to compare
  • Removed unnecessary files from Copy Bundle Resources phase.
  • Updated Cocoapod and Carthage dependency on SSZipArchive to 2.2.3.
  • Updated Cocoapod and Carthage dependency on FilestackSDK to 2.2.2.

Version 2.2

18 Sep 14:29
Compare
Choose a tag to compare
  • 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 as Uploadable, DeferredAdd, Cancellable, Monitorizable or combinations of these.
  • Likewise, the functions folderList(provider:path:pageToken:queue:completionHandler:) and store(provider:path:storeOptions:queue:completionHandler:) now return a Cancellable.
  • 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 if HEIC is not available on the device.
  • Bugfix: Fixing zipping of certain types of directories that were not properly detected as such (i.e., bundles.)