Commit Graph

379 Commits

Author SHA1 Message Date
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` 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` 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
Chris Dell e38d27eef9 Merge pull request #109 from af/patch-1
Use UUID for background download identifier
2016-06-03 23:15:16 +01:00
Aaron Franks a4db889003 Use UUID for background download identifier
See previous discussion on #100
2016-06-02 22:29:08 -07:00
Chris Dell 52563cde47 Update README.md 2016-06-02 10:59:44 +01:00
Chris Dell 42cde01987 Update README.md 2016-06-02 07:52:56 +01:00
Chris Dell b9b8caa2d0 Update downloadFile and uploadFiles docs 2016-06-02 01:22:37 +01:00
Chris Dell 00de35394b Added missing property 2016-06-02 00:56:16 +01:00
Chris Dell be45203b26 Changed downloadFile to use options, preparation for headers 2016-06-02 00:53:22 +01:00
Aaron Franks 3268c3dc89 Add JS API and docs for background downloads (#80) 2016-06-02 00:53:22 +01:00
Aaron Franks a424e4e70d Finish migrating non-background downloads to the NSURLSession API 2016-06-02 00:52:47 +01:00
Aaron Franks 87149c2b57 First pass at native code to support background downloads 2016-06-02 00:52:47 +01:00
kitolog 5d8a890833 Updated readme and package.json 2016-05-31 16:02:57 +03:00
kitolog 14d6703b89 Fixed progressDivider implementation in ios code 2016-05-31 12:48:56 +03:00
kitolog 1bc9481a47 Added progressDivider 2016-05-31 12:46:03 +03:00
Chris Dell 00ad61d3cf Update README.md 2016-05-30 23:41:54 +01:00
Chris Dell 45ed423d99 uploadFiles mistakes 2016-05-30 23:35:34 +01:00
Chris Dell feb0df0113 Manually merged uploadFiles 2016-05-30 23:13:50 +01:00
Nikita 39e356d1f8 Added Log import 2016-05-30 18:34:55 +03:00