Johannes Lumpe
c432a6bf7e
Merge pull request #91 from grabbou/feat/optimise-subs
...
Fixes #90
2016-05-19 14:02:40 +03:00
Johannes Lumpe
9c08351b26
Merge pull request #94 from grabbou/patch-2
...
Hotfix semicolon
2016-05-19 12:11:39 +03:00
Mike Grabowski
21d635deae
Hotfix semicolon
2016-05-19 09:39:19 +02:00
Johannes Lumpe
984c537872
Merge pull request #88 from grabbou/patch-1
...
Update RNFS.podspec
2016-05-18 13:03:20 +03:00
Johannes Lumpe
ec763d8898
Merge pull request #93 from grabbou/feat/temp-dir
...
Fixes #76
2016-05-18 13:00:11 +03:00
Johannes Lumpe
0dae102002
Merge pull request #92 from grabbou/cleanup/xcworkspace
...
Cleanup
2016-05-18 12:58:42 +03:00
Mike Grabowski
70b5cddd97
Clean up the diff
...
Indent was fixed in another PR
2016-05-14 23:45:12 +02:00
Mike Grabowski
bdeda5ef36
Fixes
2016-05-14 23:42:57 +02:00
Mike Grabowski
7bf7c0bca1
Add tmp path
2016-05-14 23:41:01 +02:00
Mike Grabowski
aed639b9f2
Cleanup
2016-05-14 23:33:15 +02:00
Mike Grabowski
f90ec05119
Initial commit
2016-05-14 23:19:27 +02:00
Mike Grabowski
3285c3d3e8
Do not return code
2016-05-14 23:14:22 +02:00
Mike Grabowski
fac71d5ba6
Fix ex being undefined
2016-05-14 22:59:30 +02:00
Mike Grabowski
ed09935d74
Use react from node_modules
2016-05-14 22:57:05 +02:00
Mike Grabowski
7ac79c5384
Fix writeFile resolve argument
2016-05-14 22:55:08 +02:00
Mike Grabowski
3f0f291002
Android part - untested yet
2016-05-14 22:53:51 +02:00
Mike Grabowski
e12cc5a95d
Indent
2016-05-14 22:29:17 +02:00
Mike Grabowski
4977508b36
iOS and JS
2016-05-14 22:25:04 +02:00
Mike Grabowski
202b4b19c3
Update RNFS.podspec
2016-05-14 21:19:29 +02:00
Phil Rha
5d1a201a0c
Add support for following 301/302 redirects on android
2016-05-06 15:16:06 -07:00
Chris Dell
01d43a011a
getFSInfo changed to use JS serializable WritableMap instead of HashMap
2016-05-03 21:35:14 +01:00
Kyle Corbitt
33d637e42e
new getFSInfo command
2016-05-03 21:25:33 +01:00
Chris Dell
2196577b66
CocoaPods usage
2016-05-03 20:43:17 +01:00
Chris Dell
039869036b
Merge pull request #85 from dabrut/patch-1
...
Better Cocoapods integration
2016-05-03 20:41:12 +01:00
dabrut
dcdb6cad96
Better Cocoapods integration
...
By declaring React/Core as a dependency we can easily add react-native-fs to our podfile
2016-04-29 08:03:50 -07:00
Johannes Lumpe
efb2151b68
Merge pull request #78 from liuchungui/patch-1
...
Update README.md
1.4.0
2016-04-17 22:32:27 +03:00
liuchungui
25c90feb3a
Update README.md
2016-04-17 00:21:00 +08:00
liuchungui
9d249dbe02
Update README.md
...
update format
2016-04-17 00:17:45 +08:00
Chris Dell
c764d1586b
Merge pull request #66 from veeloinc/master
...
Give android access to getExternalFilesDir
2016-04-13 16:39:24 +01:00
Chris Dell
23a85af821
Merge pull request #68 from charpeni/jobId-progress-callback
...
Add property jobId to progressCallback
2016-04-13 16:37:59 +01:00
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