Hagen Hübel
f16c51b1e7
Merge pull request #379 from josephroque/master
...
Make mtime optional on ReadDirItem, change utime to mtime on StatResult
2017-11-06 23:20:09 +01:00
Joseph Roque
5e0af48f9f
Make mtime optional on ReadDirItem, change utime to mtime on StatResult
...
Android and iOS both set for stat method, so this type declaration must be updated. Making mtime optional on ReadDirItem fixes #378
2017-11-06 17:17:14 -05:00
Hagen Hübel
fa0c78b454
v2.8.4
2017-11-05 18:18:29 +01:00
Hagen Hübel
ce56b46dee
Merge pull request #375 from sebmak/master
...
Added rejection and errors for copyAssetsVideoIOS
2017-11-05 18:16:53 +01:00
Hagen Hübel
08278f17a2
v2.8.3
2017-11-03 18:10:56 +01:00
Hagen Hübel
39bca4d965
reversed doubled method
2017-11-03 18:10:39 +01:00
Hagen Hübel
876ed9b18b
fixes for RN 0.49
2017-11-03 18:08:52 +01:00
Sebastian Makinson
c6ec354f2d
Added rejection and errors for copyAssetsVideoIOS
2017-11-03 08:36:20 -06:00
Hagen Hübel
75a8c44ca8
Merge pull request #371 from mars-lan/master
...
Implement requiresMainQueueSetup to remove warning in RN 0.49
2017-10-29 10:07:18 +01:00
mars-lan
5475f026b5
Implement requiresMainQueueSetup to remove warning in RN 0.49
2017-10-28 14:59:53 -07: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
308196040a
Merge pull request #361 from jamesreggio/fix-multiple-callbacks
...
Fix multiple callback invocation in iOS with `downloadFile`
2017-10-06 18:47:22 +02:00
Hagen Hübel
b1cae86189
V2.8.1 with README changes
2017-10-06 18:20:38 +02:00
Hagen Hübel
97524c937c
added Changelog for v2.8.0
2017-10-06 18:19:24 +02:00
Hagen Hübel
3b965351d8
Update package.json
2017-10-06 18:09:02 +02:00
James Reggio
b01e8fe54e
Fix multiple callback invocation in iOS with `downloadFile`
2017-10-06 12:00:17 -04: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
Hagen Hübel
6e8b3e34e2
Merge pull request #358 from rozele/readme
...
docs(README): update docs with basic info for Windows
2017-10-06 14:35:19 +02:00
Eric Rozell
b08ce55835
docs(README): update docs with basic info for Windows
2017-10-06 08:34:00 -04:00
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
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
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
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
2017-08-02 22:12:14 +02:00