55608fb8d0
New FileProviderSharing protocol for publicLinks - fixed DropboxFileProvider.propertiesOfFile() bug - minor URLRequest refactors - Added documentation and scope declaration
Amir Abbas2017-04-16 19:07:45 +04:30
ea5de2e2aa
Added progress for content(path:) method - Fixed issue with colliding handlers between sessions. - Sessions can be set. - SessionDelegate class is now public.
Amir Abbas2017-04-03 18:50:13 +04:30
163a218ac2
Fixed operation progress (in delegate) for all remote providers - Now also compatible with background session - added delegate notify (success, progress, failure) to FTP - added FTPFileProvider.useAppleImplementation, allows developer choose to use apple download task instead of custom implementation - enabling to download non-text files in FTP - implementation of `url(of:) in FTP - various fixes in error reporting - disabled closing streams in ftpQuit() due to crash
Amir Abbas Mousavian2017-04-01 01:33:56 +04:30
f5c8f6308b
FileProviderStreamTask (URLSessionStreakTask replica) is now public - closing streams after ftpQuit() executed. - added ability to add FTP Active Mode.
Amir Abbas Mousavian2017-03-30 23:49:28 +04:30
079f8f4b77
Refactored methods to extensions
Amir Abbas2017-03-17 15:52:58 +03:30
e12f386a9d
Refactored DispatchTime, better ExposureTime calculation
Amir Abbas2017-03-11 03:02:02 +03:30
38e217bc19
Better LocalFileObject initialization with empty path
Amir Abbas2017-03-09 17:34:00 +03:30
0b41abd4ef
Optimized PDF thumbnail/meta handling - Fixed ISO speed and GPS Area image meta - Fixed Dropbox name ! BEGINSWiTH % search query
Amir Abbas2017-03-01 13:28:44 +03:30
aa781adeb2
Fixed searchFiles() from string, fixing “BEGINSWITH” typo
0.14.3
Amir Abbas2017-02-24 16:53:59 +03:30
cdff7db32e
Fixed OneDriveProvider bugs - fixed and enhanced searching files in Dropbox
0.14.1
Amir Abbas2017-02-21 00:48:59 +03:30
9533a0e3c9
Removed redundant isPathRelative property. Now is always true. - Note: Check documentation to workaround - Improvement: Disabling LocalFileProviderMonitor while handler is running
Amir Abbas2017-02-20 00:14:55 +03:30
194673b3b6
Added NSPredicate to searchFiles method - public functions became open, now is overridable - fixed urlCache documentation
0.14.0
Amir Abbas2017-02-19 13:34:55 +03:30
12ff3a410d
Fixed critical bug in LocalFileObject when decoding path
Amir Abbas2017-02-13 16:31:29 +03:30
a7de09362b
Equatable FileObject, async completion handler in cloud provider
Amir Abbas2017-02-13 12:06:09 +03:30
b1fe37cf2a
Updated Readme, fixed several bugs - non-locking snapshot of file while uploading to iCloud - fixed: CloudFIleProvider.doOperation() couldn’t handle local urls - fixed: FileProvider.type didn’t work correctly
Amir Abbas2017-02-12 22:45:30 +03:30
42579be371
Added FileProviderHTTPError protocol - All errors from local provider is now from Cocoa error domain. No URL domain anymore. - All errors from WebDAV/OneDrive/Dropbox conform to FileProviderHTTPError
0.12.5
Amir Abbas2017-02-11 18:05:21 +03:30
edd4914ca7
Linting, fixed travis wrong device
Amir Abbas2017-02-11 06:08:17 +03:30
ae4cd1dff3
Fixed undo manager bugs - Fixed contents of file with offset method bugs - Improved LocalFileProvider.copy() implementation
0.12.4
Amir Abbas2017-02-09 03:02:21 +03:30
72520973e9
Changed FileObject.allValues key type to URLResourceKey - LocalFileProvider.storageProperties method now uses url resource values
0.12.3
Amir Abbas2017-02-08 07:30:41 +03:30
63016285af
Added UndoManager support to Local provider - Refactored Local provider operations into one function
Amir Abbas2017-02-08 04:54:18 +03:30