Commit Graph

371 Commits

Author SHA1 Message Date
Anna Strzeżek a04d424112 Use existing NSURLSessionTaskDelegate method 2016-11-29 19:08:07 +01:00
Johannes Lumpe 4a30f656c2 Merge pull request #205 from alseageo/hash
Add hash method for both iOS and Android
2016-11-19 22:19:30 -05:00
Johannes Lumpe af3fdf6257 Merge pull request #206 from freshlybakedcode/update-docs
Update docs
2016-11-17 08:45:21 -05:00
James Brenton 0ade846f1b Made change as suggested by author 2016-11-17 13:41:34 +00:00
James Brenton 51463e8374 Changed formatting of headline 2016-11-17 09:31:18 +00:00
James Brenton f94e9f80e4 Added information about using react-native link to the readme 2016-11-17 09:30:17 +00:00
Eric Samelson e4da23d986 Add hash method for both iOS and Android; update README.md 2016-11-16 13:37:33 -08:00
Johannes Lumpe 3c3b12efd0 Merge pull request #195 from pedramsaleh/patch-1
Update README.md
2016-10-29 11:06:45 -04:00
pedramsaleh bf12d44b7c Update README.md
Fixed a typo in the instructions to make it easier to understand.
2016-10-25 15:35:48 -04:00
Johannes Lumpe da1e37c5a3 Merge pull request #189 from nmorel/fix-nil-ios
Add nil check on download completion callback
2016-10-20 09:28:07 -04:00
Johannes Lumpe e102494ad3 Merge pull request #173 from mixu/patch-1
Add a comment about RNFS.MainBundlePath
2016-10-14 08:37:15 -04:00
Johannes Lumpe 2aa119fb69 Merge pull request #185 from corbt/flow-fixes
Check if callbacks are functions
2016-10-14 08:36:23 -04:00
Nicolas Morel 22e0c70641 Add nil check on download completion callback 2016-10-13 12:42:56 +02:00
Kyle Corbitt 59a60acf09 check if callbacks are functions 2016-10-03 17:28:15 -07:00
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 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 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 2016-08-02 20:17:42 +01:00
Chris Dell 23036b68f4 2.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