293 Commits

Author SHA1 Message Date
Chris Dell
aef0a90c04 Merge pull request #74 from cancan101/patch-1
Call HttpURLConnection::disconnect when done reading response
2016-04-13 16:35:45 +01:00
Alex Rothberg
a9ec918310 Call HttpURLConnection::disconnect when done reading response 2016-04-12 10:53:21 -04:00
Martin Chase
c3f8a1e1fa Update FSTest.js
Cannot use external in tests; iOS lacks analogous directory.
2016-04-11 10:17:12 -07:00
Nicolas Charpentier
8a20d6ff08 Add property jobId to progressCallback 2016-04-07 15:29:36 -04:00
Martin Chase
a063f23ed9 connected ExternalDirectoryPath constant to getExternalFilesDir (null for iOS) 2016-03-31 16:16:45 -07:00
Johannes Lumpe
8c9e28ff3d Bumped version to 1.3.0 2016-03-30 15:23:48 +03:00
Johannes Lumpe
cc621eec93 Merge pull request #62 from mcorb/android-download-fix
downloadFile: avoid connecting twice for each download on Android
2016-03-21 10:58:37 +02: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
65e81a07fe Merge pull request #48 from iwater/master
add exist method
2016-03-17 19:35:05 +00:00
Johannes Lumpe
caa290c491 Merge pull request #51 from scottmmjackson/patch-1
Update Readme.md re: new react-native version
2016-02-29 10:38:51 +02:00
Johannes Lumpe
006a862673 Merge pull request #56 from johanneslumpe/revert-53-patch-1
Revert "Updates Android install documentation"
2016-02-29 10:38:40 +02:00
Johannes Lumpe
8fdb904f6a Revert "Updates Android install documentation" 2016-02-29 10:38:28 +02:00
Johannes Lumpe
f59608f9f6 Merge pull request #53 from jeduan/patch-1
Updates Android install documentation
2016-02-29 10:36:23 +02:00
Jeduan Cornejo
3514374493 Updates Android install documentation
I just went through the installation on an Android sample app and noticed that React Native's Java code looks different now. I updated the documentation to reflect the latest version and tested it on a sample application created with react-native 0.20.

Hope this will be useful.
2016-02-22 12:35:46 -06:00
Scott M. M. Jackson
ede4c7268a Update Readme.md re: new react-native version
react-native now uses `getPackages()` to return an array of package objects instead of overriding `onCreate()`.
2016-02-07 10:51:17 -05:00
iwater
f3dd33c003 rename exist to exists 2016-01-29 02:20:02 +08:00
iwater
dd320b3a5a add exist method 2016-01-28 21:36:31 +08:00
Johannes Lumpe
06bdba89fa Bumped version to 1.2 2016-01-28 12:56:01 +02:00
Chris Dell
9a4c2d890f Merge pull request #47 from corbt/move-file
Add moveFile with Android support
2016-01-27 17:12:45 +00:00
Kyle Corbitt
4f54f85bba moveFile added to README 2016-01-27 16:56:04 +00:00
Kyle Corbitt
0fd5e85955 moveFile android 2016-01-27 16:53:14 +00:00
Chris Dell
8ef4fa1f65 Merge pull request #45 from magicismight/master
fix error caused by when `bytesWritten` is null
2016-01-20 08:53:48 +00:00
Horcrux
0132efc867 switch key value position
switch key value position
2016-01-20 13:42:04 +08:00
Horcrux
65ab7914b3 fix error caused by bytesWritten is null
fix error  caused by `bytesWritten` is null
2016-01-20 12:00:34 +08:00
Asa Miller
ce2d714c31 add move file method 2016-01-16 10:52:56 -08:00
Johannes Lumpe
ce98cba66f Merge pull request #40 from oblador/podspec
Add CocoaPods support
2016-01-08 18:39:53 +02:00
Joel Arvidsson
caae0d86dc Adds podspec for cocoapods. 2016-01-07 14:41:12 -06:00
cjdell
88515c13bc Merge pull request #39 from ckin-it/master
Adding Android constants
2016-01-05 12:29:15 +00:00
loox
ff77082f45 require for write permission on external storage 2016-01-05 12:28:56 +01:00
loox
cc6d63901b adding Caches and Pictures directory to constants in Android 2016-01-05 12:24:42 +01:00
cjdell
8f3efcb634 Update README.md
Corrected stopDownload return type
2015-12-21 23:19:35 +00:00
Johannes Lumpe
03a4aa11c6 Bumped version to 1.1.0 2015-12-09 14:21:08 +02:00
cjdell
0f99df9241 Merge pull request #31 from genki/library_dir
Added LibraryDirectoryPath for iOS
2015-12-02 07:12:44 +00:00
TakiuchiGenki
d4053221fd Fixed a bug 2015-12-02 11:12:06 +09:00
TakiuchiGenki
f4a5add4c4 Added LibraryDirectoryPath. 2015-12-02 11:04:09 +09:00
cjdell
628414b19d Update README.md 2015-11-24 15:22:33 +00:00
Chris Dell
97f6eba9c1 downloadFile missing code 2015-11-23 17:09:32 +00:00
cjdell
d92782b7d9 Update README downloadFile, stopDownload 2015-11-23 16:42:54 +00:00
Chris Dell
b603084ce7 Refactored downloadFile, added stopDownload 2015-11-23 16:30:27 +00:00
cjdell
de4f913bff README formatting 2015-11-20 00:24:03 +00:00
Chris Dell
a8d834fabc downloadFile now has progress callback 2015-11-20 00:16:13 +00:00
Chris Dell
5fbeb83a66 iOS downloadFile implementation now async 2015-11-19 00:21:51 +00:00
Johannes Lumpe
ab918fa2c8 Bumped version to 1.0 2015-11-02 10:22:11 +03:00
Johannes Lumpe
12079cf56a Updated readme 2015-11-02 10:22:02 +03:00
Chris Dell
cdd19cd0ae Android downloadFile implementation is now an AsyncTask 2015-10-26 00:26:03 +00:00
Chris Dell
354a218573 Removed dir enums, updated readme 2015-10-23 00:13:12 +01:00
Chris Dell
00d312ed3f Updated readme 2015-10-22 01:31:24 +01:00
Chris Dell
3d6717456d readDir now uniform, new encoding types 2015-10-22 01:25:52 +01:00
Chris Dell
d83d0f531e Added downloadFile method 2015-10-21 00:17:03 +01:00
Chris Dell
409a9ce79c Added mkdir, unlink can now recurse 2015-10-20 23:31:29 +01:00