Commit Graph

409 Commits

Author SHA1 Message Date
Elad Gil dcbd64a59e readme update to reflect that resume is only supported on iOS 2017-08-02 19:01:00 +03:00
Filip Kinský fc4b4932d9 removed createJSModules method (RN 0.47 breaking change)
see https://github.com/facebook/react-native/releases/tag/v0.47.0 for explanation
2017-08-02 15:59:04 +02:00
Hagen Hübel e8516d4ce3 Merge pull request #319 from joshuapinter/master
Add `createJSModules()` back to RNFSPackage.
2017-08-02 12:43:20 +02:00
Elad Gil 89fc39dcce Added resumeDownload(), isResumable() and the ‘resume’ callback to downloadFile 2017-08-01 13:18:30 +03:00
Joshua Pinter e907855ecf Merge branch 'master' into master 2017-07-19 20:27:35 -07:00
Joshua Pinter bb3663fd27 Add `createJSModules()` to be compatible with latest React. 2017-07-19 21:16:11 -06:00
Joshua Pinter 9f11ed8fd9 Update SDK compile and build tools to version 26.
Prevents error when running `yarn`.
2017-07-19 20:30:00 -06:00
Hagen Hübel 68d8764fff Merge pull request #271 from markusguenther/markusguenther-patch-1
Update the android SDK version to 25
2017-07-19 21:14:36 +02:00
Hagen Hübel 57638c3a3f Merge pull request #314 from simitii/master
read method similar to the node.js fs.read method (iOS and Android)
2017-07-16 19:40:53 +02:00
Samet Demir 907785a9b8 update README 2017-07-16 15:32:53 +03:00
Samet Demir a39c22be81 add read method with lenght and position params 2017-07-16 15:18:55 +03:00
Hagen Hübel ec8dfc3d32 Merge pull request #254 from codesinghanoop/master
Made new thread for other native processes
2017-06-30 18:00:12 +02:00
Hagen Hübel 2dd63b62d7 Merge pull request #310 from formatlos/add-touch-method
add `touch` method for changing file timestamps
2017-06-30 10:21:20 +02:00
Martin Rädlinger 646ca20f64 add `touch` method for changing file timestamps 2017-06-30 09:38:22 +02:00
Hagen Hübel 2a1e02df76 Merge pull request #305 from javache/patch-1
Remove createJSModules from package
2017-06-14 19:33:33 +02:00
Pieter De Baets 6e338129b8 Remove createJSModules from package
createJSModules is now no longer required ce6fb337a1

This PR is currently only compatible with RN master.
2017-06-14 18:14:24 +01:00
Hagen Hübel 5e9714cf0c Merge pull request #302 from colorfulberry/patch-1
pod file path error
2017-06-09 15:49:30 +02:00
colorfulberry 9fd51e7e97 pod file path error
pod file path error
2017-06-09 17:37:30 +08:00
Hagen Hübel 4cc039cc33 v2.3.3 2017-06-01 20:54:26 +02:00
Hagen Hübel 8cce29cbb2 Added Doc for connectionTimeout and readTimeout for downloadFile 2017-06-01 20:53:47 +02:00
Hagen Hübel aa542c8574 Merge pull request #301 from drunksaint/added_timeout_params
added additional download input parameters readTimeout and connectionTimeout
2017-06-01 20:48:39 +02:00
Saurabh Agrawal a159776baa added additional parameters readTimeout and connectionTimeout with pre-existing defaults for android. 2017-06-01 16:45:06 +05:30
Hagen Hübel 98b108dfd6 Merge pull request #246 from Oktopost/master
Add pathForGroup method
2017-05-11 09:49:55 +02:00
Alexey Puchkov 20e60c6019 Add pathForGroup description to README 2017-05-11 08:58:27 +03:00
Alexey Puchkov b157767157 Merge remote-tracking branch 'upstream/master' 2017-05-11 08:32:08 +03:00
Hagen Hübel ad805da477 Merge branch 'master' of github.com:itinance/react-native-fs
* 'master' of github.com:itinance/react-native-fs:
  [Podspec]
  [tvOS] Add target
  fixed property-names for created/ctime and modified/mtime in ReadDirItem
  Fix flowtype of date object in ReadDirItem
  Added write function for performing random access writes (node-js fs style)
2017-05-03 20:24:05 +02:00
Hagen Hübel e2ddc42797 yarn.lock 2017-05-03 20:23:51 +02:00
Hagen Hübel 20b3915620 Merge pull request #291 from JulienKode/master
[tvOS] Add target
2017-05-03 09:11:28 +02:00
Julien Karst 03d18df528 [Podspec] 2017-05-02 17:41:00 +02:00
Julien Karst d3e79302b2 [tvOS] Add target 2017-05-02 17:20:39 +02:00
Hagen Huebel 26657b46d8 fixed property-names for created/ctime and modified/mtime in ReadDirItem 2017-05-02 00:46:21 +02:00
Hagen Hübel 7402cb0bb7 Merge pull request #290 from wschurman/fix_flowtype
Fix flowtype of date object in ReadDirItem
2017-05-02 00:43:04 +02:00
William Schurman 92bd954f62 Fix flowtype of date object in ReadDirItem
This commit also upgrades flow bin to match .flowconfig version and adds a npm script to run flow check.
2017-05-01 14:49:36 -07:00
Hagen Huebel 91591a3a6c Merge branch 'IjzerenHein-feature-random-access-write'
* IjzerenHein-feature-random-access-write:
  Added write function for performing random access writes (node-js fs style)
2017-04-29 16:27:41 +02:00
IjzerenHein 3c3042fb61 Added write function for performing random access writes (node-js fs style) 2017-04-29 12:38:10 +02:00
Hagen Hübel a87b48cc3f Added hint to readme from #248 2017-04-29 00:16:31 +02:00
Hagen Hübel 30b42fa102 Version update for hotfix release 2017-04-28 10:54:55 +02:00
Hagen Hübel b262391854 Fixes 'mtime' for Android, #287 2017-04-28 10:52:48 +02:00
Hagen Hübel 6539499c84 Merge branch 'master' of github.com:itinance/react-native-fs
* 'master' of github.com:itinance/react-native-fs:
  Handle 307/308 redirect
  set response statuscode even if content length is zero
  Update Downloader.m
  Update Downloader.m
2017-04-28 02:32:11 +02:00
Hagen Hübel 389f20233a changes to podspec (url and ios-version) 2017-04-28 02:31:54 +02:00
Hagen Hübel d09cf0756d Merge pull request #245 from locly/master
[iOS] Cancelling download causes promise rejection to be called twice
2017-04-28 02:16:15 +02:00
Hagen Hübel 8bf52528c8 Merge pull request #243 from debitoor/set-statuscode-even-if-content-length-is-zero
set response statuscode even if content length is zero
2017-04-28 02:15:09 +02:00
Hagen Hübel 677434d685 Merge pull request #244 from kevinresol/patch-1
Handle 307/308 redirect
2017-04-28 02:11:24 +02:00
Hagen Hübel ca540cb4ec updated readme 2017-04-28 01:24:24 +02:00
Hagen Hübel 018041984c 2.3.0 2017-04-28 01:23:11 +02:00
Hagen Hübel 9905a5ff44 Merge branch 'assets_library_ios'
* assets_library_ios:
  Update readme
2017-04-28 01:22:05 +02:00
Hagen Hübel f98be8fd8e Merge branch 'master' of github.com:itinance/react-native-fs
* 'master' of github.com:itinance/react-native-fs:
  Added copyAssetsFileIOS to support asset-library-Files from camera-roll in iOS
2017-04-28 01:21:55 +02:00
Hagen Hübel 91d93b86dd new version 2017-04-28 01:21:50 +02:00
Hagen Hübel 9bdb187dcc Update readme 2017-04-28 01:21:13 +02:00
Hagen Hübel 285d0fbfc7 Merge pull request #286 from itinance/assets_library_ios
Added copyAssetsFileIOS to support asset-library-Files from camera-ro…
2017-04-28 01:00:46 +02:00