Lorien
c31cb90f3d
change android request builder so it wont set Content-Type header to application/octet-stream if it was explicitly set to the empty string. This fixes amazon s3 uploads with a presigned url
6 years ago
Travis Nuttall
073cc3cfe4
0.10.12
6 years ago
Travis Nuttall
948a2b9fdd
Merge pull request #123 from ihavenoface5/FileMoving
Removed output directory check / create. Fixes all file types moving.
6 years ago
adamburnett
1ebb03b831
Removed output directory check / create. Fixes file moving.
6 years ago
Travis Nuttall
f1b86940b8
Merge pull request #117 from ihavenoface5/FileMoving
Added check for failing to create the output directory
6 years ago
Travis Nuttall
9ac9c6f251
Merge pull request #118 from ihavenoface5/TaskProgress
Fixed truncating of progress report values.
6 years ago
Travis Nuttall
ebc320f167
Merge pull request #121 from ihavenoface5/ReadableMapNullCheck
Added null and path key check on addCompleteDownload method
6 years ago
adamburnett
4f66c84d85
Added null and path key check on addCompleteDownload method
6 years ago
adamburnett
5094579a44
Fixed truncating of progress report values.
6 years ago
adamburnett
480093530c
Added check for failing to create the output directory
6 years ago
Travis Nuttall
41e1572315
Merge pull request #114 from ihavenoface5/FileMoving
Fixed file moving
6 years ago
Travis Nuttall
b3ab50a926
Merge pull request #112 from milesmatthias/patch-2
Fix installation via github instructions
6 years ago
Travis Nuttall
56c44e46bf
Merge pull request #110 from turtlegood/dev
update README.md to inform the handle of cookies
6 years ago
adamburnett
5837361a5d
Fixed file moving
6 years ago
Miles Matthias
e253ad28e6
Fix installation via github instructions
6 years ago
turtlegood
6984edccf0
update README.md to inform the handle of cookies
6 years ago
Travis Nuttall
fb0c5f1765
Merge pull request #87 from vikas5914/master
Fix notification value for android download Manager
6 years ago
Travis Nuttall
2a81f32def
0.10.11
6 years ago
Travis Nuttall
a309cc5330
Update rn-fetch-blob.podspec
6 years ago
Vikas Kapadiya
521e0c4cee
Fix notification value for android download Manager
6 years ago
Travis Nuttall
00144aa9fd
0.10.10
6 years ago
Travis Nuttall
5721cb7396
rename missed occurrences of react-native-fetch-blob
6 years ago
Travis Nuttall
5983f0cd69
update repo name in package.json
6 years ago
Travis Nuttall
34176c54ba
Update README to reflect new package name
6 years ago
Travis Nuttall
581b3343c3
0.10.9
6 years ago
Travis Nuttall
39dd24bc20
update package.json metadata
6 years ago
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