Skip to content

Added progressive read. Fixed iCloud, FTP and NSCoding issue.

Compare
Choose a tag to compare
@amosavian amosavian released this 03 May 20:23
· 52 commits to master since this release
  • General

    • Updated Podspec Swift version to 4.1 and fixed warnings.
    • Introduced FileProviderReadWriteProgressive to allow FTP and HTTP-based providers to fetch file content progressively, suitable for streaming.
    • Fixed encoding error using NSCoding.
    • Fixed FileObject equality and hashing methods
    • Known Issue: Progress for thumbnail and properties does not work yet.
  • Local

    • MadeLocalFileMonitor class public to monitor folder/file changes directly without using provider's registerNotification
    • More items for image metadata in ExtendedLocalFileProvider, including GPS info and White-balance.
  • iCloud

    • Fixed iCloud download/upload progress report, Fixed #93 crash.
  • FTP

    • Fixed race conditions, Possible fix for #79.
    • Returning real error instead of timeout.