Commit Graph
11 Commits
Author SHA1 Message Date
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 7743cc116a Android redirect disconnect 2016-06-04 00:28:46 +01:00
Chris Dell 2627828193 Merge pull request #86 from prha/redirect
Add support for following 301/302 redirects on android
2016-06-04 00:17:46 +01:00
Chris Dell 9575ef9c27 downloadFile supports headers 2016-06-03 23:59:08 +01:00
kitolog 1bc9481a47 Added progressDivider 2016-05-31 12:46:03 +03:00
Nikita 39e356d1f8 Added Log import 2016-05-30 18:34:55 +03:00
Nikita 4cff926bd6 Emit every 10% of downloading progress 2016-05-30 18:33:48 +03:00
Phil Rha 5d1a201a0c Add support for following 301/302 redirects on android 2016-05-06 15:16:06 -07:00
Alex Rothberg a9ec918310 Call HttpURLConnection::disconnect when done reading response 2016-04-12 10:53:21 -04:00
Mike Corbin f5f0521d65 downloadFile: avoid connecting twice for each download on Android
A connection already exists to fetch HTTP headers, so use that to complete the
download instead of making a second connection.
2016-03-19 08:12:06 +00:00
Chris Dell b603084ce7 Refactored downloadFile, added stopDownload 2015-11-23 16:30:27 +00:00