Travis Nuttall
a2395c041f
Merge pull request #310 from juniorojha/master
Updated for iOS
5 years ago
Travis Nuttall
df81a14872
Merge pull request #319 from alpha0010/ios-fs-dirs
Fix fs.dirs api on iOS
5 years ago
Travis Nuttall
d1564d8863
Merge pull request #356 from SychevSP/fix-ts-def-FetchBlobResponse
info() method definition for FetchBlobResponse
5 years ago
Travis Nuttall
e10f658b84
Merge pull request #308 from JediahDizon/master
Fix error message on `mkdir` function
5 years ago
Travis Nuttall
9a10735758
Merge pull request #314 from plukkido/master
Fixing #236 which did not expect null from DownloadManager.query()
5 years ago
Travis Nuttall
6bbebd3429
Merge pull request #353 from thinkproductivity/mjmasn-patch-1
(Android) Fix UTF-8 related crashes
5 years ago
Travis Nuttall
90ce0c401a
Merge pull request #317 from ferocia/android-9-open-file
Add the FLAG_ACTIVITY_NEW_TASK flag.
5 years ago
Travis Nuttall
104a94e3a9
Merge pull request #381 from repodio/throw-on-cancel-android
Cancel download throw error bugfix (Android)
5 years ago
Travis Nuttall
4305ef8175
Merge pull request #396 from sonudoo/download-interruption-android-bugfix
Bug fix for download interruption promise rejection
5 years ago
Travis Nuttall
d35fb73424
Merge pull request #415 from KrzysztofSakowski/patch-1
Fix README.me anchor to Download
5 years ago
Travis Nuttall
3361baa44b
Merge pull request #432 from mcuelenaere/fix/improve-io-error-handling
RNFetchBlobFS.writeFile(): improve IO error handling
5 years ago
Travis Nuttall
356d73112a
Merge pull request #408 from joltup/convert-rnpm-to-config
convert to new react native config format
5 years ago
Travis Nuttall
f882654625
Merge pull request #418 from Crypho/Fix-Anroid-Issues-in-0-10-13
Fix android Flag issue in android 9 and open file in Download directory in Android also
5 years ago
Maurus Cuelenaere
cd4e023656
RNFetchBlobFS.writeFile(): ensure that files are closed properly in all cases and that stringToBytes() (which could potentially OOM) is called *before* the output file is opened
5 years ago
Danh Nguyen
95207a99bc
fix cannot import file from download folder in android
5 years ago
Danh Nguyen
e51bdd1530
add FLAG_ACTIVITY_NEW_TASK
5 years ago
Krzysztof Sakowski
880bdc0e9b
Fix REAME.me anchor
5 years ago
Travis Nuttall
085db09bc9
Merge pull request #295 from suther/patch-4
require cycle
5 years ago
Travis Nuttall
f13692ae23
convert to new react native config format
5 years ago
Travis Nuttall
baf0398cf2
add version compatibility warning to README
5 years ago
Travis Nuttall
4339ac3551
0.10.16
5 years ago
Travis Nuttall
9425ccbd97
Merge pull request #301 from 1uokun/master
Solve the conflict between FileProvider and other libraries
5 years ago
Travis Nuttall
aee85fb3bb
Merge branch 'master' into master
5 years ago
Travis Nuttall
6153af89bb
use android x file provider
5 years ago
Travis Nuttall
fb9e007ed1
Merge pull request #291 from gla5001/androidx-upgrade
Androidx upgrade
5 years ago
Travis Nuttall
1c2e437eda
Merge pull request #397 from congnguyen91/master
fix cocoa pod 0.60.0 for rn-fetch-blob
5 years ago
Travis Nuttall
432de9f31c
Merge pull request #354 from jrapala/hotfix/removeAsyncImport
Remove unused AsyncStorage import (Deprecated in RN 0.59)
5 years ago
Cong Nguyen
0f6c3e3cc1
- use dependency React-Core instead React - though It worked
5 years ago
Cong Nguyen
01f10cb100
fix cocoa pod 0.60.0
5 years ago
Sushant Gupta
f836385b10
Bug fix for download interruption promise rejection
5 years ago
Emmett Harper
da40583878
Cancel download throw error bugfix (Android)
5 years ago
Sergey Sychev
be168c3b75
info() method definition for FetchBlobResponse
5 years ago
Juliette Rapala
b7c5e94f26
Remove unused and deprecated AsyncStorage import
5 years ago
Michael Mason
bfc51af430
Remove unused imports
5 years ago
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.
5 years ago
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.
5 years ago
Micah Ng
56fedad894
Fix fs.dirs api on iOS
These constants were never actually implemented.
5 years ago
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?'
5 years ago
Mark Tolmacs
ede920cd13
Fixing #236 which did not expect null from DownloadManager.query()
5 years ago
Jediah Dizon
c5f9a668af
Fix error message on `mkdir` function
5 years ago
Gaurav
24abf39a47
Updated for iOS
Not working in iPhone due to presence of charset utf-8
5 years ago
罗坤
24683eb416
Solve the conflict between FileProvider and other libraries
5 years ago
Greg Alexander
27768f4704
build fix
5 years ago
Samuel Suther
1a9d1bce5d
require cycle
This fixed the warning for "require cycle" on newer React-Versions
5 years ago
Greg Alexander
e83f84f132
upgrading to sdk 28 and androidx
5 years ago
Greg Alexander
e816b028b1
upgrading to sdk 28 and androidx
5 years ago
Travis Nuttall
d8c79f6b26
0.10.15
5 years ago
Travis Nuttall
ca4bf4e3e4
Revert "Merge pull request #198 from capriza/master"
This reverts commit d69c72bb3f , reversing
changes made to c95ef1c199 .
5 years ago
Travis Nuttall
9ed5dcb256
0.10.14
5 years ago
Travis Nuttall
4740be4d67
Merge pull request #256 from alpha0010/patch-1
Add flow type definitions
5 years ago