207 Commits

Author SHA1 Message Date
Mikito Takada
72ef2e2a6a Add a comment about RNFS.MainBundlePath
Add a comment about RNFS.MainBundlePath not existing on Android
2016-09-02 09:28:14 -07:00
Chris Dell
0ad8e824c5 Update README.md 2016-08-28 09:58:57 +01:00
Chris Dell
47f27b87e9 Fix mkdir options 2016-08-28 09:51:04 +01:00
Chris Dell
10a0e8f1ed Merge pull request #159 from corbt/normalize-path
Remove file:// from paths
2016-08-12 09:32:21 +01:00
Kyle Corbitt
bcdcf7d536 remove file:// from paths 2016-08-11 14:13:52 -07:00
Chris Dell
b8f9a060de 2.0.1-rc.2 v2.0.1-rc.2 2016-08-10 20:36:51 +01:00
Chris Dell
5af22b2782 downloadFile and uploadFiles return objects instead of promises 2016-08-10 20:29:14 +01:00
Chris Dell
0b47ced162 Fix getExternalStorageDirectory 2016-08-10 20:07:04 +01:00
Chris Dell
7487ff2451 Merge branch 'master' of github.com:johanneslumpe/react-native-fs 2016-08-10 19:57:37 +01:00
Chris Dell
29f58f1560 Removed NS prefixes to avoid confusion 2016-08-10 19:53:24 +01:00
Chris Dell
bd63b34415 Merge pull request #121 from superandrew213/master
Add ExternalStorageDirectoryPath
2016-08-09 22:40:23 +01:00
Chris Dell
01ee1ce40f Merge pull request #115 from plrthink/master
add more keywords
2016-08-09 22:38:41 +01: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
e071c35999 Merge pull request #150 from corbt/better-move
move-file fallback
2016-08-09 21:41:12 +01:00
Kyle Corbitt
9498dbfd93 move-file fallback 2016-08-09 13:37:31 -07:00
Chris Dell
c13912d7cd Merge pull request #141 from RakanNimer/patch-1
[Docs] Added instructions for Android + RN 0.29
2016-08-09 21:32:09 +01:00
Chris Dell
1de497ab7a Merge pull request #151 from corbt/patch-1
Make mkdir options optional
2016-08-09 21:21:43 +01:00
Johannes Lumpe
50b31666f7 using rc tag in version number v2.0.1-rc.1 2016-08-08 20:54:25 +03:00
Kyle Corbitt
848fdb74a2 make mkdir options optional
This PR simplifies the code slightly by using a Javascript default value for `mkdir`'s `options` parameter. It also fixes a flow error that otherwise occurs when `mkdir` is called with only one argument.
2016-08-05 18:48:44 -07:00
Chris Dell
66f4ec157a 2.0.1-0 v2.0.1-0 2016-08-02 20:17:42 +01:00
Chris Dell
23036b68f4 2.0.0 v2.0.0 2016-08-02 20:17:37 +01:00
Chris Dell
3564b6b22e Removed attributes, cleaned up README 2016-08-02 20:15:06 +01:00
Chris Dell
03a61b681b stopDownload rejects promise 2016-08-02 19:38:22 +01:00
Chris Dell
75a25f693a Android passing tests 2016-08-01 19:36:33 +01:00
Johannes Lumpe
428db2b978 Merge pull request #142 from francisco-sanchez-molina/master
[Android] Add read timeout
2016-08-01 09:26:18 +03:00
Chris Dell
6b78d94ef6 Working towards V2 2016-07-27 00:15:41 +01:00
francisco-sanchez-molina
044584e5b7 Add read timeout 2016-07-26 16:43:19 +02:00
Rakan Nimer
79ff2a17f6 [Docs] Added instructions for Android + RN 0.29 2016-07-25 16:50:51 +03: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
b3cef00673 Merge branch 'grabbou-feat/promisify' 2016-07-18 23:15:07 +01:00
Chris Dell
1800bc634a Android fixes 2016-07-18 23:02:45 +01:00
Chris Dell
bcecac71af Merge branch 'feat/promisify' of https://github.com/grabbou/react-native-fs into grabbou-feat/promisify 2016-07-18 22:46:13 +01:00
Johannes Lumpe
6d12970657 Merge pull request #127 from superandrew213/master
Add copyFile
2016-07-18 11:53:39 +03:00
Chris Dell
29caf66017 Update README.md 2016-07-05 13:19:31 +01:00
Andrew Shini
838e39d984 Add copyFile 2016-07-03 20:10:24 +10:00
Chris Dell
f1128b26cd Mistake in documentation 2016-06-30 11:45:11 +01:00
Chris Dell
8e1975a4e1 progressDivider now defaults to 0 2016-06-30 00:14:18 +01:00
Chris Dell
d045cfb776 Merge branch 'K0rdan-master' 2016-06-30 00:09:28 +01:00
Chris Dell
3b7a83e6ee Separate appendFile, added flow types 2016-06-30 00:08:53 +01:00
Benjamin Christau
1dd6da59b2 Update RNFSManager Android file to handle append in the writeFile method. 2016-06-28 14:28:46 +02:00
Benjamin
874224400c Update RNFSManager writeFile method to handle attributes. You can now append data to a file with the 'append' attribute. 2016-06-22 11:05:47 +02:00
Andrew Shini
e884fc2abc Add ExternalStorageDirectoryPath 2016-06-17 11:48:16 +10:00
Chris Dell
8377bafe72 Added alternative body property to return of uploadFiles 2016-06-15 12:01:34 +01:00
Chris Dell
c33d6bf368 uploadFiles response compatibility 2016-06-15 11:33:35 +01:00
Chris Dell
0b611b9eb7 Merge pull request #117 from CRAlpha/master
Return statusCode, headers for uploadFiles method
2016-06-15 11:04:01 +01:00
Ruoyu Sun
951a93a33a 1. Return statusCode, headers for uploadFiles method
2. Fix README
2016-06-15 17:51:43 +08:00
Perry Poon
0d0cea8cba add more keywords 2016-06-14 14:07:10 +08:00
Chris Dell
592eb73d1d Fix merge bug in downloader 2016-06-08 18:21:23 +01:00
Chris Dell
62d3fffc84 Merge branch 'kitolog-master' 2016-06-08 17:52:59 +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