Travis Nuttall
a2c1ba5900
Merge pull request #480 from set0gut1/master
Fix comment: default timeout from 30000ms to 60000ms
4 years ago
Travis Nuttall
ca2f93d4a8
Merge pull request #504 from Bhavik-P/checkKey
Check if addAndroidDownloads map has the notification key before consuming
4 years ago
Travis Nuttall
d35f806ced
Merge pull request #507 from joltup/exists-path-null-check
added null check to path before creating a File
4 years ago
ihavenoface5
2d66cbfc7f
Update RNFetchBlobFS.java
4 years ago
ihavenoface5
b8e0dff388
Update RNFetchBlobFS.java
4 years ago
ihavenoface5
6e50a4e1d7
added null check to path before creating a File
4 years ago
Bhavik Patel
d7dd38f9a9
Check if addAndroidDownloads map has notification key before consuming
4 years ago
Tsukasa Setoguchi
bffd9e400a
Fix comment: default timeout from 30000ms to 60000ms
5 years ago
Travis Nuttall
ffc372e6e7
Merge pull request #459 from jrapala/removeDupedAddFlags
Fix #458 - Remove duped FLAG_ACTIVITY_NEW_TASK
5 years ago
Juliette Rapala
66692b6e9b
Fix #458 - Remove duped FLAG_ACTIVITY_NEW_TASK
5 years ago
Travis Nuttall
b25baab96c
Merge pull request #423 from ankit-makwana/hash-fix
Fix #170 - RNFetchBlob fs hash with md5 param fails if the file size is 0(blank file)
5 years ago
Travis Nuttall
ec791959fc
Merge pull request #455 from alpha0010/patch-2
Fix errors in TypeScript typings
5 years ago
Travis Nuttall
d490a3be54
Merge pull request #449 from sonudoo/bug-fix-interrupted-downloads
Bug fix for download interruption promise rejection
5 years ago
Alpha
7ee256f395
Fix errors in TypeScript typings
5 years ago
Sushant Gupta
d03a502bad
Bug fix for download interruption promise rejection
5 years ago
Travis Nuttall
9931f1e08f
0.11.2
5 years ago
Travis Nuttall
0e2c40e69b
Revert "Merge pull request #396 from sonudoo/download-interruption-android-bugfix"
This reverts commit 4305ef8175 , reversing
changes made to d35fb73424 .
5 years ago
Travis Nuttall
00c12e32e1
Revert "Merge pull request #353 from thinkproductivity/mjmasn-patch-1"
This reverts commit 6bbebd3429 , reversing
changes made to 90ce0c401a .
5 years ago
Ankit Makwana
fc7ae6cac8
Merge branch 'master' of https://github.com/joltup/rn-fetch-blob into hash-fix
# Conflicts:
# android/src/main/java/com/RNFetchBlob/RNFetchBlobFS.java
5 years ago
Travis Nuttall
fb60952203
0.11.1
5 years ago
Travis Nuttall
7b8be92b27
use package.json for versioning
5 years ago
Travis Nuttall
5d477d9118
0.11.0
5 years ago
Travis Nuttall
9a43620de3
Merge pull request #437 from heypinch/master
Hash function allocates too much memory for large files
5 years ago
Travis Nuttall
86dc3862d9
Merge pull request #239 from Jacse/cache-dir
Update provider_paths.xml to allow access to cache
5 years ago
Travis Nuttall
6e2234b8aa
Merge pull request #276 from vunyunt/master
Add RNFetchblob.fs.hash function to type definition
5 years ago
Travis Nuttall
eff4ae1583
Merge pull request #303 from reed-jones/patch-1
specify react-native link module in readme
5 years ago
Travis Nuttall
d1732464f0
Merge pull request #436 from djorkaeffalexandre/sync.app-group
Create sync method to App Group dir
5 years ago
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
Matt Way
d40a5632d1
Merge pull request #1 from heypinch/chore/fix-hash-mem
Hash - changed to chunk size instead of reading entire file
5 years ago
Matt Way
ee6b4cb449
changed to chunk size instead of reading entire file
5 years ago
Djorkaeff Alexandre
c98cff00b7
Create sync method to App Group dir
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
Ankit Makwana
aca905853f
Fix #170 - RNFetchBlob fs hash with md5 param fails if the file size is 0(blank)
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