102 Commits

Author SHA1 Message Date
Hagen Hübel
3c37655c88 V2.9.1 2017-12-10 14:55:58 +01:00
Hagen Hübel
23c06911b0 Fixed return types of getAllExternalFilesDirs 2017-12-10 14:53:39 +01:00
Hagen Hübel
fd39484c75 Merge branch 'master' of https://github.com/ngrj/react-native-fs into ngrj-master
* 'master' of https://github.com/ngrj/react-native-fs:
  added a function called getAllExternalFilesDirs to get application-specific directories on all shared/external storage devices
2017-12-10 14:52:17 +01:00
Hagen Hübel
8049b124b3 V2.9.0 2017-12-10 14:16:22 +01:00
Hagen Hübel
c27b5feb8f FIxed merge conflict 2017-12-10 12:31:41 +01:00
Joseph Roque
11e8655d3d
Respect readTimeout for downloadFile on iOS 2017-11-09 18:33:21 -05:00
Sebastian Makinson
c6ec354f2d Added rejection and errors for copyAssetsVideoIOS 2017-11-03 08:36:20 -06:00
Nagraj Gajengi
0a4513760e added a function called getAllExternalFilesDirs to get application-specific directories on all shared/external storage devices 2017-10-23 15:38:22 +05:30
Hagen Hübel
97524c937c added Changelog for v2.8.0 2017-10-06 18:19:24 +02:00
Hagen Hübel
1fcaa87240 Merge pull request #360 from jamesreggio/add-discretionary-flag
Expose the iOS `discretionary` flag on `downloadFile`
2017-10-06 17:59:33 +02:00
James Reggio
e086d24549 Expose the iOS discretionary flag on downloadFile 2017-10-06 11:48:41 -04:00
Eric Rozell
b08ce55835 docs(README): update docs with basic info for Windows 2017-10-06 08:34:00 -04:00
Hagen Hübel
bcf81df6f8 Merge branch 'master' of github.com:itinance/react-native-fs
* 'master' of github.com:itinance/react-native-fs: (25 commits)
  fix touch() error on android
  Fixed Mtime
  Add missing flow annotations
  v2.5.2 (cocoapods related only)
  removed osx-version from Podspec
  added a note for cocoapods that we can't support it yet
  added a note for cocoapods that we can't support it yet
  Changes to the Podspec
  Changelog for README
  Version 2.5.0 - compat with RN 0.47.0
  Added back for Backward-Compat but without @override
  Version bump 2.4.0
  removed createJSModules method (RN 0.47 breaking change)
  Add `createJSModules()` to be compatible with latest React.
  Update SDK compile and build tools to version 26.
  update README
  add read method with lenght and position params
  add `touch` method for changing file timestamps
  Remove createJSModules from package
  pod file path error
  ...
2017-09-26 05:55:05 +02:00
Hagen Hübel
01e8975d86 added support for Video-Assets on iOS (copyAssetsVideoIOS) and setReadable() on Android 2017-09-26 05:53:51 +02:00
Elad Gil
f58f726d8e better background downloads 2017-08-22 11:22:27 +03:00
Hagen Hübel
3eae8814c3 added a note for cocoapods that we can't support it yet 2017-08-03 00:24:57 +02:00
Hagen Hübel
54354aaa45 added a note for cocoapods that we can't support it yet 2017-08-03 00:23:24 +02:00
Hagen Hübel
12b1d4c3b1 Changelog for README 2017-08-02 22:52:28 +02:00
Elad Gil
dcbd64a59e readme update to reflect that resume is only supported on iOS 2017-08-02 19:01:00 +03:00
Elad Gil
89fc39dcce Added resumeDownload(), isResumable() and the ‘resume’ callback to downloadFile 2017-08-01 13:18:30 +03: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
Martin Rädlinger
646ca20f64 add touch method for changing file timestamps 2017-06-30 09:38:22 +02:00
colorfulberry
9fd51e7e97 pod file path error
pod file path error
2017-06-09 17:37:30 +08:00
Hagen Hübel
8cce29cbb2 Added Doc for connectionTimeout and readTimeout for downloadFile 2017-06-01 20:53:47 +02:00
Alexey Puchkov
20e60c6019 Add pathForGroup description to README 2017-05-11 08:58:27 +03: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
ca540cb4ec updated readme 2017-04-28 01:24:24 +02:00
Hagen Hübel
9bdb187dcc Update readme 2017-04-28 01:21:13 +02:00
Hagen Hübel
715ffec56d Added copyAssetsFileIOS to support asset-library-Files from camera-roll in iOS 2017-04-28 00:59:29 +02:00
Hagen Hübel
dfa05bc5a8 Fixed README for ctime/mtime in readDir() and stat() 2017-04-27 13:16:52 +02:00
Hagen Hübel
ec85cf3c30 Merge branch 'master' of github.com:itinance/react-native-fs
* 'master' of github.com:itinance/react-native-fs:
  Background fetch instructions updated
2017-04-27 13:08:19 +02:00
Hagen Hübel
7a4ae22281 Merge branch 'master' of git://github.com/photomadic/react-native-fs into photomadic-master
* 'master' of git://github.com/photomadic/react-native-fs:
  Add created and modified dates to `ReadDirItem`
2017-04-27 13:00:13 +02:00
Anshul Koka
ec88c6edb2 Background fetch instructions updated 2017-04-26 18:43:58 -07:00
Hagen Hübel
58b989350d added NSLibraryDirectory to the readme 2017-04-27 00:47:54 +02:00
Albert Martin
b139b5d58b Add created and modified dates to ReadDirItem 2017-04-26 09:46:56 -05:00
Hagen Hübel
72c37dee01 Removed the 'not actively maintained'-section as it is actively maintained again 2017-04-25 16:44:45 +02:00
Johannes Lumpe
07017bb142 add note about maintenance status 2017-03-28 09:45:51 -04:00
Li Jie
ff93403bf9 Fix doc of stopDownload (#256)
It returns void, not Promise<void>
2017-02-16 10:22:57 +00:00
Ilkin Baskan
22027abd90 Update README.md
update readme npm install instructions acording to #223 breaking changes. 
new users should be informed.
2017-01-11 22:37:32 +02:00
Ben Clayton
065acc400f Android assets support (#83)
New Android-specific asset access methods:

* 'readFileAssets' - read file in assets as string
* 'readDirAssets' - read contents of a directory in assets
* 'existsAssets' - true/false if file does or does not exist in assets
* 'copyFileAssets' - copy a file from assets to a writable directory (e.g. SD Card)
2016-12-06 13:04:09 +00: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
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
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
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