258 Commits

Author SHA1 Message Date
Hagen Hübel
389f20233a changes to podspec (url and ios-version) 2017-04-28 02:31:54 +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
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
Chris Dell
e212728104 Merge pull request #214 from ghinwallc/bug-fix/use-existing-nsurlsessiontaskdelegate-method
Use existing NSURLSessionTaskDelegate method
2017-01-14 22:39:22 +00:00
Johannes Lumpe
8c9c49b398 Merge pull request #235 from baskan/patch-1
Update README.md
2017-01-11 15:46:40 -05: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
Johannes Lumpe
6232d4e392 pre-release v2.1.0-rc.1 2017-01-10 12:42:00 -05:00
Johannes Lumpe
62e1301207 bump to 2.0.1-rc.3 2017-01-10 12:38:34 -05:00
Ben Clayton
affdca0c41 Update devDependencies for React Native 0.40.0
See discussion in #234
v2.1.0.rc.1
2017-01-10 16:19:00 +00:00
Jeff Hanson
fe2374bff3 add support for react-native v0.40.0 (#229) 2017-01-10 16:09:17 +00:00
Johannes Lumpe
47cab65464 Merge pull request #227 from aforty/patch-1
Fix ctime/utime attributes on .stat()
2016-12-30 10:10:21 -05:00
Arno Fortelny
18ca86e3f5 Fix ctime/utime attributes on .stat()
This fixes the .stat() results so that ctime/utime come through as expected. Looks like it was just an oversight. Fixes #222.
2016-12-29 16:58:13 -05:00
Johannes Lumpe
aa3defe9e7 Merge pull request #219 from nbolender/stopDownload-race-condition
iOS stopDownload Race Condition
2016-12-14 14:46:46 -05:00
Nathan Bolender
d904520e0c Added a state check for NSURLSessionDownloadTask in stopDownload:. This prevents trying to call the error callback after a success callback has already been called in downloadTask:didFinishDownloadingToURL:. 2016-12-13 22:31:37 -05: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
Anna Strzeżek
a639f49c73 Return error only if exists. 2016-11-30 13:53:00 +01:00
Anna Strzeżek
a04d424112 Use existing NSURLSessionTaskDelegate method 2016-11-29 19:08:07 +01: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
Johannes Lumpe
af3fdf6257 Merge pull request #206 from freshlybakedcode/update-docs
Update docs
2016-11-17 08:45:21 -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
Johannes Lumpe
3c3b12efd0 Merge pull request #195 from pedramsaleh/patch-1
Update README.md
2016-10-29 11:06:45 -04: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
Johannes Lumpe
da1e37c5a3 Merge pull request #189 from nmorel/fix-nil-ios
Add nil check on download completion callback
2016-10-20 09:28:07 -04:00
Johannes Lumpe
e102494ad3 Merge pull request #173 from mixu/patch-1
Add a comment about RNFS.MainBundlePath
2016-10-14 08:37:15 -04:00
Johannes Lumpe
2aa119fb69 Merge pull request #185 from corbt/flow-fixes
Check if callbacks are functions
2016-10-14 08:36:23 -04:00
Nicolas Morel
22e0c70641 Add nil check on download completion callback 2016-10-13 12:42:56 +02:00