389 Commits

Author SHA1 Message Date
Hagen Hübel
36ce87aa30 v2.7.0 2017-10-05 19:09:49 +02:00
Hagen Hübel
7f222be4e3 Merge pull request #337 from rozele/windows
Adds react-native-windows support for UWP
2017-10-05 19:07:52 +02:00
Hagen Hübel
abb82720ed Merge pull request #347 from jacargentina/master
Fix for #346: compressed file assets are detected as directories
2017-10-04 08:35:00 +02:00
Hagen Hübel
252cd5a3e5 cleanup 2017-09-26 05:59:47 +02: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
Javier Castro
18ee5b35ef Workaround for #346: try to better detect when an asset path is a directory or a (possible) compressed file 2017-09-21 15:23:49 -03:00
Elad Gil
a991f17d4a Merge branch 'master' of https://github.com/ptelad/react-native-fs 2017-09-04 16:02:51 +03:00
Elad Gil
fefd456261 completeHandlerIOS now return a promise so you can await for it 2017-09-04 16:02:47 +03:00
Hagen Hübel
a23a70389a Merge pull request #339 from zhantx/master
fix touch() error on android
v2.5.2
2017-09-01 16:25:56 +02:00
James Zhan
487e519251 fix touch() error on android 2017-08-31 16:30:46 +10:00
Frederico Quintao
c4f57f44c7 Update README.md 2017-08-24 18:29:46 +02:00
Eric Rozell
5c5c0db792 Adds react-native-windows support for UWP
This changeset includes most of the react-native-fs functionality working for UWP. Some notable missing features are:
* all of the `Assets` APIs (e.g., `readDirAssets`, `existsAssets`, etc.) that are Android specific
* the `pathForBundle` and `pathForGroup` APIs that are iOS specific
* the `uploadFiles` API, which just has not yet been implemented.
2017-08-23 21:08:56 -04:00
Elad Gil
99ce654c94 Update RNFSManager.m
removed debug NSLogs
2017-08-22 11:49:36 +03:00
Elad Gil
f58f726d8e better background downloads 2017-08-22 11:22:27 +03:00
Hagen Hübel
2ccf12970c Merge pull request #326 from K-Leon/patch-1
Fixing broken mTime on Android 5.x
2017-08-10 17:27:11 +02:00
Hagen Hübel
6358828804 Merge pull request #325 from samueljmurray/master
Add missing flow annotations
2017-08-10 17:26:27 +02:00
Leon
e5bee33e62 Fixed Mtime
Mtime was broken - int conversion damaged Timestamp. So i changed it to putDouble which results in appropriate Timestamps.
2017-08-04 20:10:41 +02:00
Sam Murray
6624f1b0cd Add missing flow annotations 2017-08-03 21:28:42 +01:00
Hagen Hübel
aaf698f7a2 v2.5.2 (cocoapods related only) 2017-08-03 12:12:36 +02:00
Hagen Hübel
f0e5fa6fd2 removed osx-version from Podspec 2017-08-03 12:09:16 +02: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
4510b1fda1 Changes to the Podspec 2.5.1 2017-08-02 23:07:57 +02:00
Hagen Hübel
12b1d4c3b1 Changelog for README 2017-08-02 22:52:28 +02:00
Hagen Hübel
bf2b9dd3a1 Version 2.5.0 - compat with RN 0.47.0 v2.5.0 2017-08-02 22:43:29 +02:00
Hagen Hübel
2cdfe08048 Merge branch 'Buthrakaur-patch-1'
* Buthrakaur-patch-1:
  Added back for Backward-Compat but without @override
  removed createJSModules method (RN 0.47 breaking change)
2017-08-02 22:39:11 +02:00
Hagen Hübel
970384cb2d Added back for Backward-Compat but without @override 2017-08-02 22:38:48 +02:00
Hagen Hübel
7c1963c583 Merge branch 'patch-1' of git://github.com/Buthrakaur/react-native-fs into Buthrakaur-patch-1
* 'patch-1' of git://github.com/Buthrakaur/react-native-fs:
  removed createJSModules method (RN 0.47 breaking change)
2017-08-02 22:36:23 +02:00
Hagen Hübel
89abc600c7 Version bump 2.4.0 v.2.4.0 2017-08-02 22:12:14 +02:00
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 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