Thomas Beverley
189a8580b6
Update Downloader.m
...
Fixed network error callback on downloadFile by using existing NSURLSessionTaskDelegate method
2016-12-07 15:42:06 +00:00
Chris Dell
333de79eae
Merge pull request #140 from IjzerenHein/feature-fix-duplicate-symbols
...
Fixed iOS duplicate symbol errors with other plugins
2016-08-09 21:44:01 +01:00
Chris Dell
03a61b681b
stopDownload rejects promise
2016-08-02 19:38:22 +01:00
IjzerenHein
b26fb5fd8f
Fixed symbol collision errors with other plugins by adding RNFS prefix to Download & Upload classes
...
The Uploader & Downloader classes cause linker errors with other plugins that also implement classes that are called Uploader or Downloader. E.g. this happens when using react-native-fs in combination with Firebase Crash reporting.
Basically both plugins are at fault for not implementing unique class names. This commit adds the RNFS prefix for these classes.
2016-07-21 09:59:37 +02:00
Chris Dell
8e1975a4e1
progressDivider now defaults to 0
2016-06-30 00:14:18 +01:00
Chris Dell
592eb73d1d
Fix merge bug in downloader
2016-06-08 18:21:23 +01:00
Chris Dell
132fb4d6a0
Merge branch 'master' of https://github.com/kitolog/react-native-fs into kitolog-master
2016-06-08 17:52:08 +01:00
Chris Dell
9575ef9c27
downloadFile supports headers
2016-06-03 23:59:08 +01:00
Aaron Franks
a4db889003
Use UUID for background download identifier
...
See previous discussion on #100
2016-06-02 22:29:08 -07:00
Aaron Franks
3268c3dc89
Add JS API and docs for background downloads ( #80 )
2016-06-02 00:53:22 +01:00
Aaron Franks
a424e4e70d
Finish migrating non-background downloads to the NSURLSession API
2016-06-02 00:52:47 +01:00
Aaron Franks
87149c2b57
First pass at native code to support background downloads
2016-06-02 00:52:47 +01:00
kitolog
14d6703b89
Fixed progressDivider implementation in ios code
2016-05-31 12:48:56 +03:00
kitolog
1bc9481a47
Added progressDivider
2016-05-31 12:46:03 +03:00
Chris Dell
feb0df0113
Manually merged uploadFiles
2016-05-30 23:13:50 +01:00
Chris Dell
b603084ce7
Refactored downloadFile, added stopDownload
2015-11-23 16:30:27 +00:00
Chris Dell
5fbeb83a66
iOS downloadFile implementation now async
2015-11-19 00:21:51 +00:00