Travis Nuttall
9cb0f14753
Merge pull request #77 from flatfox-ag/0.10.9
No depracation warning on instantiating dirs
před 6 roky
Travis Nuttall
20d1be476b
Merge pull request #45 from ataillefer/0.10.9
Bug fix: Support Android content URIs for upload
před 6 roky
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
před 6 roky
Travis Nuttall
69a662af51
remove duplicate requiresMainQueueSetup declaration
fixes #64
před 6 roky
Artur Chrusciel
c7374e783c
Depracated comment fix
před 6 roky
Artur Chrusciel
63432aee1b
Depracation comment in code
před 6 roky
Artur Chrusciel
b2b5f5c091
No depracation warning on instantiating dirs
před 6 roky
Shem
4add85726f
Merge pull request #40 from ericmorgan1/master
Response typo
před 6 roky
Travis Nuttall
614ef561dd
Merge pull request #17 from alzalabany/patch-2
compatible with RN > 0.49
před 6 roky
Travis Nuttall
0410466810
Merge pull request #56 from Skn0tt/0.10.9
Fix typo: "Status" instead of "Statu"
před 6 roky
Augusto
c66788ff23
fix class import
před 6 roky
Augusto
298a4de4f7
fix class imports
před 6 roky
Augusto
a88b59f0e9
Solve Android security exposed app error
před 6 roky
Simon Knott
853fed3679
Fix typo: "Status" instead of "Statu"
před 6 roky
Antoine Taillefer
cd1eb1e37f
Handle Android content URIs for upload
před 6 roky
Antoine Taillefer
dcd3aaa5eb
Fix RNFetchBlobBody#getRequestStream method name
před 6 roky
Eric
ff6a2a6290
readme
před 6 roky
Eric
5750b0f93b
revert readme
před 6 roky
Eric
3b0c7ad393
response typo
před 6 roky
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.
```
před 6 roky
Travis Nuttall
1f9a1761ae
Merge pull request #8 from flatfox-ag/exception_fixes
Synchronized tables, separated requests and network logic and other...
před 6 roky
Travis Nuttall
b41cfb7bf6
Merge pull request #11 from Jakst/fix-lint-errors
Inform linter that we're handling android api versions correctly
před 6 roky
Jakob Ståhl
b9172bb80b
Inform linter that we're handling android api versions correctly
před 6 roky
Travis Nuttall
8fb92ba3f2
Merge pull request #10 from klaasman/0.10.9
Implement `requiresMainQueueSetup`, fixes #553
před 6 roky
Artur Chrusciel
01f38a4537
Merge branch 'exception_fixes' of github.com:flatfox-ag/react-native-fetch-blob into exception_fixes
před 6 roky
Artur Chrusciel
fb63db99e0
createFile methods with promises
před 6 roky
chrusart
7cebeaa45a
Merge branch '0.10.9' into exception_fixes
před 6 roky
Travis Nuttall
fa38cd54d7
update README with correct directions for PRs
před 6 roky
Travis Nuttall
0a638e35ca
update readme with new maintainers message
před 6 roky
KittenWithHerbs
c4c3d43636
Update README.md
před 6 roky
KittenWithHerbs
05768a26af
Update README.md
před 6 roky
KittenWithHerbs
e5d1629b0a
Merge pull request #559 from catalinmiron/patch-1
Fix README.md
před 6 roky
KittenWithHerbs
5c9f58c618
Merge pull request #641 from nd-02110114 /master
Fix README
před 6 roky
Klaas Landsman
62f12a128f
Implement `requiresMainQueueSetup`, fixes #553
před 6 roky
KittenWithHerbs
e6480db319
Update README.md
před 6 roky
KittenWithHerbs
58df91fe8d
Update README.md
před 6 roky
nd-02110114
684f6df283
add close tag
před 6 roky
Artur Chrusciel
a46bf8180d
task cancelled error message
před 6 roky
Artur Chrusciel
89d9b7a5a7
Network activity calls on main thread
před 6 roky
Artur Chrusciel
f6fae9b237
Merge branch 'synchronized' into exception_fixes
před 6 roky
Artur Chrusciel
57102f4d1e
Some code guidelines for network classes
před 6 roky
Artur Chrusciel
d4b465a366
Fixed header import defines
před 6 roky
Artur Chrusciel
1d19f984ea
Commented code removed
před 6 roky
Artur Chrusciel
ad65763428
Proper usage of shared instance
před 6 roky
Artur Chrusciel
db68875146
Shared instance used
před 6 roky
Artur Chrusciel
8dd310d9f6
Separate requests from network logic
před 6 roky
Artur Chrusciel
f0301db36c
Unused completion handlers leftovers removed
před 6 roky
Artur Chrusciel
11f674c88b
QOS level for task queue
před 6 roky
Artur Chrusciel
905ab1c2da
Mostly RNFetchBlobNetwork cleanup
před 6 roky
Artur Chrusciel
17cc8b0f70
Synchronized dictionaries and tables operations
před 6 roky