Travis Nuttall
432de9f31c
Merge pull request #354 from jrapala/hotfix/removeAsyncImport
Remove unused AsyncStorage import (Deprecated in RN 0.59)
vor 5 Jahren
Cong Nguyen
0f6c3e3cc1
- use dependency React-Core instead React - though It worked
vor 5 Jahren
Cong Nguyen
01f10cb100
fix cocoa pod 0.60.0
vor 5 Jahren
Sushant Gupta
f836385b10
Bug fix for download interruption promise rejection
vor 5 Jahren
Emmett Harper
da40583878
Cancel download throw error bugfix (Android)
vor 5 Jahren
Sergey Sychev
be168c3b75
info() method definition for FetchBlobResponse
vor 6 Jahren
Juliette Rapala
b7c5e94f26
Remove unused and deprecated AsyncStorage import
vor 6 Jahren
Michael Mason
bfc51af430
Remove unused imports
vor 6 Jahren
Michael Mason
51b50f2787
Fix crash on HTTP response containing Arabic chars
See: https://developer.android.com/reference/java/nio/charset/Charset.html#defaultCharset ()
> Android note: The Android platform default is always UTF-8.
vor 6 Jahren
Michael Mason
831092a628
Fix crash when streaming file with Arabic chars
See: https://developer.android.com/reference/java/nio/charset/Charset.html#defaultCharset ()
> Android note: The Android platform default is always UTF-8.
vor 6 Jahren
Micah Ng
56fedad894
Fix fs.dirs api on iOS
These constants were never actually implemented.
vor 6 Jahren
Michael Gall
0b47f3d34a
Add the FLAG_ACTIVITY_NEW_TASK flag.
This is caused by an error on Android 9: 'Error: Calling startActivity() from outside of an Activity context requires the FLAG_ACTIVITY_NEW_TASK flag. Is this really what you want?'
vor 6 Jahren
Mark Tolmacs
ede920cd13
Fixing #236 which did not expect null from DownloadManager.query()
vor 6 Jahren
Jediah Dizon
c5f9a668af
Fix error message on `mkdir` function
vor 6 Jahren
Gaurav
24abf39a47
Updated for iOS
Not working in iPhone due to presence of charset utf-8
vor 6 Jahren
Reed Jones
9ae02891db
specify react-native link module in readme
vor 6 Jahren
罗坤
24683eb416
Solve the conflict between FileProvider and other libraries
vor 6 Jahren
Greg Alexander
27768f4704
build fix
vor 6 Jahren
Samuel Suther
1a9d1bce5d
require cycle
This fixed the warning for "require cycle" on newer React-Versions
vor 6 Jahren
Greg Alexander
e83f84f132
upgrading to sdk 28 and androidx
vor 6 Jahren
Greg Alexander
e816b028b1
upgrading to sdk 28 and androidx
vor 6 Jahren
vun
b48f0e7862
Added return type for RNFetchblob.fs.hash typedef
vor 6 Jahren
vun
574febb4a8
Add RNFetchblob.fs.hash function to type definition
vor 6 Jahren
Travis Nuttall
d8c79f6b26
0.10.15
vor 6 Jahren
Travis Nuttall
ca4bf4e3e4
Revert "Merge pull request #198 from capriza/master"
This reverts commit d69c72bb3f , reversing
changes made to c95ef1c199 .
vor 6 Jahren
Travis Nuttall
9ed5dcb256
0.10.14
vor 6 Jahren
Travis Nuttall
4740be4d67
Merge pull request #256 from alpha0010/patch-1
Add flow type definitions
vor 6 Jahren
Travis Nuttall
b94e9ff6ec
Merge pull request #265 from joltup/gradle-upgrade
update android build config for newer react-native versions
vor 6 Jahren
Travis Nuttall
f4acab9e5f
update android build config for newer react-native versions
vor 6 Jahren
Alpha
39c0c0fbca
Add flow type definitions
vor 6 Jahren
Jacob Lauritzen
d6d5372893
Update provider_paths.xml to allow access to cache
vor 6 Jahren
Travis Nuttall
70fcb3a2c4
Merge pull request #209 from jdanbrown/patch-1
index.d.ts: Fix extends -> implements
vor 6 Jahren
Dan Brown
8bc5cebdda
index.d.ts: Fix extends -> implements
Before:
```
node_modules/rn-fetch-blob/index.d.ts:147:43 - error TS2689: Cannot extend an interface 'EventTarget'. Did you mean 'implements'?
147 export declare class PolyfillBlob extends EventTarget {
~~~~~~~~~~~
error Command failed with exit code 1.
```
After:
```
✨ Done in 3.06s.
```
vor 6 Jahren
Travis Nuttall
ba11d32e7e
Merge pull request #184 from reilem/add-types
Add typescript type defenitions
vor 6 Jahren
Travis Nuttall
d69c72bb3f
Merge pull request #198 from capriza/master
Adding iOS background upload support
vor 6 Jahren
Guy Blank
c01e1588fd
Update README.md
vor 6 Jahren
Guy Blank
2cbc85be4a
Merge remote-tracking branch 'upstream/master'
vor 6 Jahren
Guy Blank
8d06e9c497
fix file exists check
vor 6 Jahren
Guy Blank
9c76911e98
upload task - check if upload file exists
vor 6 Jahren
Guy Blank
3aec4191f9
support upload task + recieve finish event from background
vor 6 Jahren
reilem
b4e15f3ab1
Create index.d.ts
vor 6 Jahren
Travis Nuttall
c95ef1c199
Merge pull request #158 from ihavenoface5/issue-157
path sent to unlink is now checked for file prefix.
vor 6 Jahren
Travis Nuttall
fd81e468b1
0.10.13
vor 6 Jahren
adamburnett
61a343e1f2
path sent to unlink is now checked for file prefix.
vor 6 Jahren
Travis Nuttall
d07567396b
Merge pull request #149 from studiozeffa/fix/cp-illegal-callback-invocation
Fix 'Illegal Callback Invocation' Android exception
vor 6 Jahren
Travis Nuttall
ebbf54ec1f
Merge pull request #155 from yurnery/master
fix progress and uploadProgress not callback in iOS
vor 6 Jahren
wenshe
5551d01bf8
fix progress and uploadprogress not callback in iOS
vor 6 Jahren
Tom Spencer
e6e27ac0b9
Fix RuntimeException
Fixes a case where `callback` was called twice when something went wrong in the `cp` operation, leading to a `java.lang.RuntimeException: Illegal callback invocation from native module. This callback type only permits a single invocation from native code.`
This is the same fix [as seen in the original repo](https://github.com/wkh237/react-native-fetch-blob/pull/408 ).
vor 6 Jahren
Travis Nuttall
981627e874
Merge pull request #126 from LorienHW/master
change android request builder so it wont set Content-Type header to …
vor 6 Jahren
Travis Nuttall
eb0bfa44ad
Merge pull request #132 from azizhk/patch-1
(small fix) Fix link to issue which was giving 404
vor 6 Jahren