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
v2.3.2
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
v2.3.1
2017-04-28 01:24:24 +02:00
Hagen Hübel
018041984c
2.3.0
v2.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
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
a5ee52f5c8
Fixed 'RCTJSONStringify() encountered the following error: Invalid type in JSON write (__NSTaggedDate)'
2017-04-27 13:07:19 +02:00
Hagen Hübel
d21e0ea9f9
Merge branch 'photomadic-master'
...
* photomadic-master:
Add created and modified dates to `ReadDirItem`
2017-04-27 13:00:41 +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
Hagen Hübel
c5e6bcbbc1
Merge pull request #284 from a-koka/master
...
Background fetch instructions updated
2017-04-27 09:35:53 +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
a87fe3fe89
changed the github-url after transfer of ownership
2017-04-25 16:51:57 +02: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
Michał Mokijewski
6ef5dae4c2
fix adding RNFS with CocoaPods ( #264 )
...
`v` from version has to be removed due to Malformed version number error
2017-04-24 08:53:22 +01:00
Johannes Lumpe
07017bb142
add note about maintenance status
2017-03-28 09:45:51 -04:00
Thomas Beverley
af97607eaa
Merge remote-tracking branch 'upstream/master'
2017-03-24 13:35:28 +00:00
Abraham Elmahrek
55dd2a7624
#241 : change imports for react-native 0.39.x ( #242 )
...
* change imports for react-native 0.39.x
* change imports for react-native 0.40.x
* order of imports matter
* Fix multiple import problem
2017-02-20 09:05:45 +00:00
Li Jie
ff93403bf9
Fix doc of stopDownload ( #256 )
...
It returns void, not Promise<void>
2017-02-16 10:22:57 +00:00
Alexey Puchkov
8300312422
Add pathForGroup method
2017-02-01 14:48:07 +02:00
Thomas Beverley
76981d0dba
Merged upstream
2017-01-30 13:08:03 +00:00
Kevin Leung
50eb612e48
Handle 307/308 redirect
2017-01-27 16:03:34 +08:00