Releases: amosavian/FileProvider
Releases · amosavian/FileProvider
Bug fix
createFile definition improved
Now create(file:) method receives file name as String rather than FileObject, plus other minor bug fixes and improvements.
Enhanced OperationHandle & FileOperationType
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
- Better handling in calling delegate and completion methods
- refactoring codes
OperationHandle introduction and .fileByUniqueName() bugfix
0.6.0 Update Readme for `OperationHandle`
FileProviderOperationDelegate methods in WebDav and Dropbox
0.5.2 Update podspec to 0.5.2
Swift 3 update for CocoaPods
update for Cocoapods dependency manager
Swift 3 update
The codebase was updated to Swift 3
Dropbox bug fixed
Now Dropbox module is tested and working
Dropbox added, storage space
- Dropbox provider is implemented, not tested yet
- You can get storage total and used space now