346 Commits

Author SHA1 Message Date
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
Johannes Lumpe
6c6fd49060 Bumped version to 1.5.1 1.5.1 2016-06-06 14:29:38 +03:00
Johannes Lumpe
c4568ed53f Merge pull request #113 from cpunion/master
Fix typo
2016-06-06 14:28:20 +03:00
Li Jie
0766dc3039 Fix typo 2016-06-06 18:52:45 +08:00
Chris Dell
3225c4cc12 Merge pull request #112 from tomprogers/patch-1
formatting tweak to README.md
2016-06-05 22:58:09 +01:00
Tom Rogers
57bf4ad865 formatting tweak to README.md
I broke the constants out onto individual lines for readability purposes.

I'd like to see this section enhanced to describe what are the noteworthy properties of the special file areas for which this library provides constants, but I don't have that info so I can't submit a PR.
2016-06-05 16:43:04 -05:00
Johannes Lumpe
34909e0ad8 Bumped version to 1.5.0 1.5.0 2016-06-04 13:29:25 +03:00
Chris Dell
d9b826f03b Added deprecated warning for downloadFile 2016-06-04 08:50:38 +01:00
Chris Dell
0d35ba50de Update README.md 2016-06-04 00:56:43 +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