From 5db2a74b077685666ea70c94c4f92c237cc66aa8 Mon Sep 17 00:00:00 2001 From: Catalin Miron Date: Thu, 12 Oct 2017 22:55:43 +0300 Subject: [PATCH 01/13] Fix README.md Fix example links for Download and Multipart/form-data --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3c7d24a59..7723d1ce7 100644 --- a/README.md +++ b/README.md @@ -18,9 +18,9 @@ A project committed to making file access and data transfer easier and more effi * [Installation](#user-content-installation) * [HTTP Data Transfer](#user-content-http-data-transfer) * [Regular Request](#user-content-regular-request) - * [Download file](#user-content-download-example--fetch-files-that-needs-authorization-token) + * [Download file](#download-example-fetch-files-that-need-authorization-token) * [Upload file](#user-content-upload-example--dropbox-files-upload-api) - * [Multipart/form upload](#user-content-multipartform-data-example--post-form-data-with-file-and-data) + * [Multipart/form upload](#multipartform-data-example-post-form-data-with-file-and-data) * [Upload/Download progress](#user-content-uploaddownload-progress) * [Cancel HTTP request](#user-content-cancel-request) * [Android Media Scanner, and Download Manager Support](#user-content-android-media-scanner-and-download-manager-support) From e39a41b8ebd9182692d5cd876f8111aba5060ce5 Mon Sep 17 00:00:00 2001 From: KittenWithHerbs Date: Wed, 6 Dec 2017 07:51:15 +0100 Subject: [PATCH 02/13] add "maintainer missing" --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 3c7d24a59..dc5b3c5a6 100644 --- a/README.md +++ b/README.md @@ -5,6 +5,11 @@ A project committed to making file access and data transfer easier and more efficient for React Native developers. > For Firebase Storage solution, please upgrade to the latest version for the best compatibility. +## RNFB MAINTAINER GONE MISSING (Help Wanted) + +wkh237's last Github activity was in September 2017. Since there is a lot of work on issues and PRs that is left, is there anybody who else who could provide a maintained fork in the meantime? Create an issue and address me (@lll000111) and I'll add a link to your maintained repo fork right here. + + ## Features - Transfer data directly from/to storage without BASE64 bridging - File API supports regular files, Asset files, and CameraRoll files From 52c477315d473289f1bede66a51088c366dad643 Mon Sep 17 00:00:00 2001 From: KittenWithHerbs Date: Wed, 6 Dec 2017 07:52:09 +0100 Subject: [PATCH 03/13] add link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index dc5b3c5a6..c0a3124e3 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ A project committed to making file access and data transfer easier and more effi ## RNFB MAINTAINER GONE MISSING (Help Wanted) -wkh237's last Github activity was in September 2017. Since there is a lot of work on issues and PRs that is left, is there anybody who else who could provide a maintained fork in the meantime? Create an issue and address me (@lll000111) and I'll add a link to your maintained repo fork right here. +wkh237's last Github activity was in September 2017. Since there is a lot of work on issues and PRs that is left, is there anybody who else who could provide a maintained fork in the meantime? Create an issue and address (ping) me ([@lll000111](https://github.com/lll000111)) and I'll add a link to your maintained repo fork right here. ## Features From 455097db73ccdb9d56426a47ccd1db949809a5b3 Mon Sep 17 00:00:00 2001 From: KittenWithHerbs Date: Wed, 6 Dec 2017 07:54:44 +0100 Subject: [PATCH 04/13] more vertical space around the message --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index c0a3124e3..20b08470b 100644 --- a/README.md +++ b/README.md @@ -5,10 +5,13 @@ A project committed to making file access and data transfer easier and more efficient for React Native developers. > For Firebase Storage solution, please upgrade to the latest version for the best compatibility. +
+ ## RNFB MAINTAINER GONE MISSING (Help Wanted) wkh237's last Github activity was in September 2017. Since there is a lot of work on issues and PRs that is left, is there anybody who else who could provide a maintained fork in the meantime? Create an issue and address (ping) me ([@lll000111](https://github.com/lll000111)) and I'll add a link to your maintained repo fork right here. +
## Features - Transfer data directly from/to storage without BASE64 bridging From 51f8a19e0960987717ee521aa960a8737b99444b Mon Sep 17 00:00:00 2001 From: KittenWithHerbs Date: Wed, 6 Dec 2017 07:58:07 +0100 Subject: [PATCH 05/13] update the maintainer-missing message --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 20b08470b..883f0fd13 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ A project committed to making file access and data transfer easier and more effi ## RNFB MAINTAINER GONE MISSING (Help Wanted) -wkh237's last Github activity was in September 2017. Since there is a lot of work on issues and PRs that is left, is there anybody who else who could provide a maintained fork in the meantime? Create an issue and address (ping) me ([@lll000111](https://github.com/lll000111)) and I'll add a link to your maintained repo fork right here. +wkh237's last Github activity was in September 2017. Since there is a lot of work on issues and PRs that needs to be done, is there anybody who could provide a maintained fork of this package in the meantime? Create an issue and address (ping) me ([@lll000111](https://github.com/lll000111)), or send me an email, and I'll add a link to your maintained repo fork right here.
From 684f6df2838b41536a0e535966ffa5586866e79b Mon Sep 17 00:00:00 2001 From: nd-02110114 Date: Tue, 23 Jan 2018 15:05:05 +0900 Subject: [PATCH 06/13] add close tag --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 883f0fd13..edb5e170e 100644 --- a/README.md +++ b/README.md @@ -644,7 +644,7 @@ RNFetchBlob.fs.readStream( console.log('oops', err) }) ifstream.onEnd(() => { - }) }) ``` From 58df91fe8dd446dc3c3cb06474bd76d63bef13ff Mon Sep 17 00:00:00 2001 From: KittenWithHerbs Date: Tue, 20 Feb 2018 09:26:24 +0100 Subject: [PATCH 07/13] Update README.md --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 883f0fd13..e64e8f34c 100644 --- a/README.md +++ b/README.md @@ -5,12 +5,14 @@ A project committed to making file access and data transfer easier and more efficient for React Native developers. > For Firebase Storage solution, please upgrade to the latest version for the best compatibility. +

## RNFB MAINTAINER GONE MISSING (Help Wanted) -wkh237's last Github activity was in September 2017. Since there is a lot of work on issues and PRs that needs to be done, is there anybody who could provide a maintained fork of this package in the meantime? Create an issue and address (ping) me ([@lll000111](https://github.com/lll000111)), or send me an email, and I'll add a link to your maintained repo fork right here. +wkh237's last Github activity was in September 2017, and he has not reacted to emails either. Since there is a lot of work on issues and PRs that needs to be done, is there anybody who could provide a maintained fork of this package in the meantime? Create an issue and address (ping) me ([@lll000111](https://github.com/lll000111)), or send me an email, and I'll add a link to your maintained repo fork right here. I don't have admin rights, I cannot accept PRs, I cannot given anyone else rights on this repo, somebody needs to fork it and become a full maintainer. +

## Features From e6480db3192b0c44721899bfc8d8966780e80026 Mon Sep 17 00:00:00 2001 From: KittenWithHerbs Date: Tue, 20 Feb 2018 09:26:57 +0100 Subject: [PATCH 08/13] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e64e8f34c..10ca0df76 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ A project committed to making file access and data transfer easier and more effi ## RNFB MAINTAINER GONE MISSING (Help Wanted) -wkh237's last Github activity was in September 2017, and he has not reacted to emails either. Since there is a lot of work on issues and PRs that needs to be done, is there anybody who could provide a maintained fork of this package in the meantime? Create an issue and address (ping) me ([@lll000111](https://github.com/lll000111)), or send me an email, and I'll add a link to your maintained repo fork right here. I don't have admin rights, I cannot accept PRs, I cannot given anyone else rights on this repo, somebody needs to fork it and become a full maintainer. +wkh237's last Github activity was in September 2017, and he has not reacted to emails either. Since there is a lot of work on issues and PRs that needs to be done, is there anybody who could provide a maintained fork of this package in the meantime? Create an issue and address (ping) me ([@lll000111](https://github.com/lll000111)), or send me an email, and I'll add a link to your maintained repo fork right here. I don't have admin rights, I cannot accept PRs, I cannot give anyone else rights on this repo, somebody needs to fork it and become a full maintainer.

From 05768a26afb9f6c4a813c706324e7798dffe068b Mon Sep 17 00:00:00 2001 From: KittenWithHerbs Date: Tue, 20 Mar 2018 17:00:49 +0100 Subject: [PATCH 09/13] Update README.md --- README.md | 20 ++++++++++++-------- 1 file changed, 12 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 486897675..5a655c565 100644 --- a/README.md +++ b/README.md @@ -1,19 +1,23 @@ -# react-native-fetch-blob -[![release](https://img.shields.io/github/release/wkh237/react-native-fetch-blob.svg?style=flat-square)](https://github.com/wkh237/react-native-fetch-blob/releases) [![npm](https://img.shields.io/npm/v/react-native-fetch-blob.svg?style=flat-square)](https://www.npmjs.com/package/react-native-fetch-blob) ![](https://img.shields.io/badge/PR-Welcome-brightgreen.svg?style=flat-square) [![](https://img.shields.io/badge/Wiki-Public-brightgreen.svg?style=flat-square)](https://github.com/wkh237/react-native-fetch-blob/wiki) [![npm](https://img.shields.io/npm/l/react-native-fetch-blob.svg?maxAge=2592000&style=flat-square)]() - +## RNFB MAINTAINER GONE MISSING (Help Wanted) -A project committed to making file access and data transfer easier and more efficient for React Native developers. -> For Firebase Storage solution, please upgrade to the latest version for the best compatibility. +wkh237's last Github activity was in September 2017, and he has not reacted to emails either. Since there is a lot of work on issues and PRs that needs to be done, is there anybody who could provide a maintained fork of this package in the meantime? Create an issue and address (ping) me ([@lll000111](https://github.com/lll000111)), or send me an email, and I'll add a link to your maintained repo fork right here. I don't have admin rights, I cannot accept PRs, I cannot give anyone else rights on this repo, somebody needs to fork it and become a full maintainer. -

-## RNFB MAINTAINER GONE MISSING (Help Wanted) +## About Pull Requests -wkh237's last Github activity was in September 2017, and he has not reacted to emails either. Since there is a lot of work on issues and PRs that needs to be done, is there anybody who could provide a maintained fork of this package in the meantime? Create an issue and address (ping) me ([@lll000111](https://github.com/lll000111)), or send me an email, and I'll add a link to your maintained repo fork right here. I don't have admin rights, I cannot accept PRs, I cannot give anyone else rights on this repo, somebody needs to fork it and become a full maintainer. +I cannot (@lll000111) handle them, I'm not the owner. My own PRs are still in the queue waiting for review from the owner. I coulöd merge the PRs of others but not my own... but since I am in no position to do anything with this repo, I don't do mobile development, I don't even have a smart phone, I won't merge anything. **In any case though,** you should not send PRs for `master` but against the `0.10.9` branch. It already is quite different from `master`. So try that branch first if you want to patch, not `master`, even for your own fork.

+
+ +# react-native-fetch-blob +[![release](https://img.shields.io/github/release/wkh237/react-native-fetch-blob.svg?style=flat-square)](https://github.com/wkh237/react-native-fetch-blob/releases) [![npm](https://img.shields.io/npm/v/react-native-fetch-blob.svg?style=flat-square)](https://www.npmjs.com/package/react-native-fetch-blob) ![](https://img.shields.io/badge/PR-Welcome-brightgreen.svg?style=flat-square) [![](https://img.shields.io/badge/Wiki-Public-brightgreen.svg?style=flat-square)](https://github.com/wkh237/react-native-fetch-blob/wiki) [![npm](https://img.shields.io/npm/l/react-native-fetch-blob.svg?maxAge=2592000&style=flat-square)]() + + +A project committed to making file access and data transfer easier and more efficient for React Native developers. +> For Firebase Storage solution, please upgrade to the latest version for the best compatibility. ## Features - Transfer data directly from/to storage without BASE64 bridging From c4c3d43636519106c94f9d1db6afca90f658243f Mon Sep 17 00:00:00 2001 From: KittenWithHerbs Date: Tue, 20 Mar 2018 17:03:43 +0100 Subject: [PATCH 10/13] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5a655c565..177e968f9 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ wkh237's last Github activity was in September 2017, and he has not reacted to e ## About Pull Requests -I cannot (@lll000111) handle them, I'm not the owner. My own PRs are still in the queue waiting for review from the owner. I coulöd merge the PRs of others but not my own... but since I am in no position to do anything with this repo, I don't do mobile development, I don't even have a smart phone, I won't merge anything. **In any case though,** you should not send PRs for `master` but against the `0.10.9` branch. It already is quite different from `master`. So try that branch first if you want to patch, not `master`, even for your own fork. +I (@lll000111) cannot handle them, I'm not the owner. My own PRs are still in the queue waiting for review from the owner. I could merge the PRs of others but not my own(!)... but since I am in no position to manage this repo — I don't do mobile development, I don't even have a smart phone — I won't merge anything. **In any case though,** you should not send PRs for `master` but against the `0.10.9` branch. It already is quite different from `master`. So try that branch first if you want to patch, not `master`, even for your own fork and your private patches.

From 0a638e35cad33ee33aef3df91fdd782493841991 Mon Sep 17 00:00:00 2001 From: Travis Nuttall Date: Thu, 22 Mar 2018 17:21:07 -0600 Subject: [PATCH 11/13] update readme with new maintainers message --- README.md | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 177e968f9..80f1ef2d8 100644 --- a/README.md +++ b/README.md @@ -1,15 +1,13 @@ -## RNFB MAINTAINER GONE MISSING (Help Wanted) +## New Maintainers -wkh237's last Github activity was in September 2017, and he has not reacted to emails either. Since there is a lot of work on issues and PRs that needs to be done, is there anybody who could provide a maintained fork of this package in the meantime? Create an issue and address (ping) me ([@lll000111](https://github.com/lll000111)), or send me an email, and I'll add a link to your maintained repo fork right here. I don't have admin rights, I cannot accept PRs, I cannot give anyone else rights on this repo, somebody needs to fork it and become a full maintainer. +We make quite a bit of use of react-native-fetch-blob at Jolt and would like to maintain the project. Feel free to open issues, PRs, etc. here as you would on the original repository. We will be investigating a new npm namespace under which to publish future versions of this library.
## About Pull Requests -I (@lll000111) cannot handle them, I'm not the owner. My own PRs are still in the queue waiting for review from the owner. I could merge the PRs of others but not my own(!)... but since I am in no position to manage this repo — I don't do mobile development, I don't even have a smart phone — I won't merge anything. **In any case though,** you should not send PRs for `master` but against the `0.10.9` branch. It already is quite different from `master`. So try that branch first if you want to patch, not `master`, even for your own fork and your private patches. +The `0.10.9` branch is the next branch intended to be released, so patches and pull requests should be applied to that branch if possible. -
-

# react-native-fetch-blob From fa38cd54d70641417d20b5d6430f845ef51e97ff Mon Sep 17 00:00:00 2001 From: Travis Nuttall Date: Sun, 25 Mar 2018 09:51:41 -0600 Subject: [PATCH 12/13] update README with correct directions for PRs --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 80f1ef2d8..6b4cfc75b 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ We make quite a bit of use of react-native-fetch-blob at Jolt and would like to ## About Pull Requests -The `0.10.9` branch is the next branch intended to be released, so patches and pull requests should be applied to that branch if possible. +Bugfixes should be applied to the `0.10.9` branch and new features should be applied to the `0.11.0`. Documentation/README updates can be applied directly to `master`.
From 2599ae4c00493d07027e593631fd12d1175dfaad Mon Sep 17 00:00:00 2001 From: Momen Zalabany Date: Wed, 11 Apr 2018 02:35:26 +0200 Subject: [PATCH 13/13] compatible with RN > 0.49 RN > 0.49 requires to implement requiresMainQueueSetup. this fix and suppress that yellow box warning ``` Module RNFetchBlob requires main queue setup since it overrides `init` but doesn't implement `requiresMainQueueSetup`. In a future release React Native will default to initializing all native modules on a background thread unless explicitly opted-out of. ``` --- ios/RNFetchBlob/RNFetchBlob.m | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/ios/RNFetchBlob/RNFetchBlob.m b/ios/RNFetchBlob/RNFetchBlob.m index 246d6707c..794f6d39d 100644 --- a/ios/RNFetchBlob/RNFetchBlob.m +++ b/ios/RNFetchBlob/RNFetchBlob.m @@ -42,6 +42,10 @@ + (RCTBridge *)getRCTBridge return rootView.bridge; } ++ (BOOL)requiresMainQueueSetup { + return NO; +} + RCT_EXPORT_MODULE(); - (id) init {