Skip to content

Releases: amosavian/FileProvider

Bug fix

01 Dec 21:43
Compare
Choose a tag to compare
  • bug fix: createFile method path in WebDAV is not correct.
  • gardening: removed NSURL cast for resource values, now using swift 3 methods

createFile definition improved

01 Dec 08:45
Compare
Choose a tag to compare

Now create(file:) method receives file name as String rather than FileObject, plus other minor bug fixes and improvements.

Enhanced OperationHandle & FileOperationType

25 Nov 21:34
Compare
Choose a tag to compare

OperationHandle protocol now introduces an operationType property which allow user to find out what was that operation was for, and inProgress property is dynamic now.
Furthermore, FileOperationType enum is enhanced, added a .fetch situation for contents of file methods. and you can get source and destination variables directly out of enum.
LocalOperationHandle returned from local provider methods can be used to monitor copy/move progress, but beware that it is dynamic therefore CPU costly.

Fixed unexpected behaviors in Remote providers

23 Nov 20:14
Compare
Choose a tag to compare
  • Better handling in calling delegate and completion methods
  • refactoring codes

OperationHandle introduction and .fileByUniqueName() bugfix

11 Nov 13:13
Compare
Choose a tag to compare
0.6.0

Update Readme for `OperationHandle`

FileProviderOperationDelegate methods in WebDav and Dropbox

30 Sep 10:59
Compare
Choose a tag to compare

Swift 3 update for CocoaPods

27 Sep 13:31
Compare
Choose a tag to compare

update for Cocoapods dependency manager

Swift 3 update

26 Sep 11:21
Compare
Choose a tag to compare

The codebase was updated to Swift 3

Dropbox bug fixed

10 Aug 20:39
Compare
Choose a tag to compare

Now Dropbox module is tested and working

Dropbox added, storage space

04 Aug 18:39
Compare
Choose a tag to compare
  • Dropbox provider is implemented, not tested yet
  • You can get storage total and used space now