Travis Nuttall
822f568908
Merge branch '0.10.9'
6 years ago
Travis Nuttall
37b0ecf12e
remove obsolete PR template, moving to master based dev
6 years ago
Travis Nuttall
33d55c0b6f
Merge pull request #41 from genabasov/0.10.9
Reject promise by iOS openDocument when a file is not opened
6 years ago
Travis Nuttall
9cb0f14753
Merge pull request #77 from flatfox-ag/0.10.9
No depracation warning on instantiating dirs
6 years ago
Travis Nuttall
20d1be476b
Merge pull request #45 from ataillefer/0.10.9
Bug fix: Support Android content URIs for upload
6 years ago
Travis Nuttall
fe56a52322
Merge pull request #58 from Auugustocesar/0.10.9
Bug Fix Branch 0.10.9 "...exposed beyond app through Intent.getData() " at Android N
6 years ago
Travis Nuttall
69a662af51
remove duplicate requiresMainQueueSetup declaration
fixes #64
6 years ago
Artur Chrusciel
c7374e783c
Depracated comment fix
6 years ago
Artur Chrusciel
63432aee1b
Depracation comment in code
6 years ago
Artur Chrusciel
b2b5f5c091
No depracation warning on instantiating dirs
6 years ago
Shem
d486a4f24c
Merge pull request #70 from milesmatthias/patch-1
Add manual linking instructions
6 years ago
Miles Matthias
3edacb8421
Add manual linking instructions
There are a million issues around people having issues with automatically linking and having a link to manual instructions would address a lot of these up front. This also follows the instructions pattern of most react native modules.
6 years ago
Shem
4add85726f
Merge pull request #40 from ericmorgan1/master
Response typo
6 years ago
Shem
c9b8b917f2
Merge pull request #62 from poison/master
Bug Fix: getExternalFilesDir null check
6 years ago
Nicolas Van Eenaeme
4c4c5eab7d
sometimes getExternalFilesDir returns null, and the app crashes in this case
6 years ago
Travis Nuttall
614ef561dd
Merge pull request #17 from alzalabany/patch-2
compatible with RN > 0.49
6 years ago
Travis Nuttall
0410466810
Merge pull request #56 from Skn0tt/0.10.9
Fix typo: "Status" instead of "Statu"
6 years ago
Travis Nuttall
a3cf145480
Merge pull request #57 from guimeira/master
Update README with proper status code handling
6 years ago
Augusto
c66788ff23
fix class import
6 years ago
Augusto
298a4de4f7
fix class imports
6 years ago
Augusto
a88b59f0e9
Solve Android security exposed app error
6 years ago
Gui Meira
393c668c38
Update README with proper status code handling
6 years ago
Simon Knott
853fed3679
Fix typo: "Status" instead of "Statu"
6 years ago
Antoine Taillefer
cd1eb1e37f
Handle Android content URIs for upload
6 years ago
Antoine Taillefer
dcd3aaa5eb
Fix RNFetchBlobBody#getRequestStream method name
6 years ago
Gennady Basov
c5de6f806b
Reject promise by iOS openDocument when a file is not opened
6 years ago
Eric
ff6a2a6290
readme
6 years ago
Eric
5750b0f93b
revert readme
6 years ago
Eric
3b0c7ad393
response typo
6 years ago
Momen Zalabany
2599ae4c00
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.
```
6 years ago
Travis Nuttall
1f9a1761ae
Merge pull request #8 from flatfox-ag/exception_fixes
Synchronized tables, separated requests and network logic and other...
6 years ago
Travis Nuttall
b41cfb7bf6
Merge pull request #11 from Jakst/fix-lint-errors
Inform linter that we're handling android api versions correctly
6 years ago
Jakob Ståhl
b9172bb80b
Inform linter that we're handling android api versions correctly
6 years ago
Travis Nuttall
8fb92ba3f2
Merge pull request #10 from klaasman/0.10.9
Implement `requiresMainQueueSetup`, fixes #553
6 years ago
Artur Chrusciel
01f38a4537
Merge branch 'exception_fixes' of github.com:flatfox-ag/react-native-fetch-blob into exception_fixes
6 years ago
Artur Chrusciel
fb63db99e0
createFile methods with promises
6 years ago
chrusart
7cebeaa45a
Merge branch '0.10.9' into exception_fixes
6 years ago
Travis Nuttall
fa38cd54d7
update README with correct directions for PRs
6 years ago
Travis Nuttall
0a638e35ca
update readme with new maintainers message
6 years ago
KittenWithHerbs
c4c3d43636
Update README.md
6 years ago
KittenWithHerbs
05768a26af
Update README.md
6 years ago
KittenWithHerbs
e5d1629b0a
Merge pull request #559 from catalinmiron/patch-1
Fix README.md
6 years ago
KittenWithHerbs
5c9f58c618
Merge pull request #641 from nd-02110114 /master
Fix README
6 years ago
Klaas Landsman
62f12a128f
Implement `requiresMainQueueSetup`, fixes #553
6 years ago
KittenWithHerbs
e6480db319
Update README.md
6 years ago
KittenWithHerbs
58df91fe8d
Update README.md
6 years ago
nd-02110114
684f6df283
add close tag
6 years ago
Artur Chrusciel
a46bf8180d
task cancelled error message
6 years ago
Artur Chrusciel
89d9b7a5a7
Network activity calls on main thread
6 years ago
Artur Chrusciel
f6fae9b237
Merge branch 'synchronized' into exception_fixes
6 years ago