Tyler Pexton
|
d06e2e92d9
|
fix io exception in RNFetchBlobReq
|
4 years ago |
pex7
|
af52cc73e8
|
Update RNFetchBlobReq.java
|
4 years ago |
ihavenoface5
|
6923bbb05c
|
Merge pull request #531 from joltup/ihavenoface5-patch-1
Update RNFetchBlobReq.java
|
4 years ago |
ihavenoface5
|
3f75d5e9c6
|
Update RNFetchBlobReq.java
fixed scoping problem
|
4 years ago |
Travis Nuttall
|
a10c81d658
|
Merge pull request #530 from joltup/filestorage-class-cast-exception-1
Update RNFetchBlobReq.java
|
4 years ago |
ihavenoface5
|
c6b372766f
|
Update RNFetchBlobReq.java
added class cast exception for FileStorage response type.
|
4 years ago |
Travis Nuttall
|
3ea8218fbf
|
0.12.0
|
4 years ago |
Travis Nuttall
|
7df77f4236
|
Merge pull request #465 from jsamr/fix-ts
add missing methods to android static export in index.d.ts
|
4 years ago |
Travis Nuttall
|
e2eef2c5b9
|
Merge pull request #472 from xamoulin/fix/deprecated-sslSocketFactory
Use non deprecated version of the method OkHttpClient.builder.sslSocketFactory
|
4 years ago |
Travis Nuttall
|
84d5312a72
|
Merge pull request #497 from cristianoccazinsp/wifiOnly
wifi only option, and missing typings.
|
4 years ago |
Travis Nuttall
|
3aefc4b24f
|
Merge branch 'master' into wifiOnly
|
4 years ago |
Travis Nuttall
|
577556d752
|
Merge pull request #479 from sadafk831/master
(Android) Fix multi-byte UTF-8 issue : Translating the non english language data properly
|
4 years ago |
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 |
Cristiano Coelho
|
f2ac3e0b3b
|
make request timeout consistent with iOS, do not mess with ios indicator if not requested to
|
5 years ago |
Cristiano Coelho
|
92a46a2ec1
|
Use a friendlier error for download interrupts. Interrupts are normal, and this error ends up directly on the UI
|
5 years ago |
Cristiano Coelho
|
8ee728e6c1
|
undo these changes that were carried over from outdated master
|
5 years ago |
Cristiano Coelho
|
3e3d36ea1c
|
comment warning, too noisy on timeouts.
|
5 years ago |
Cristiano Coelho
|
99a81e5ec3
|
take 2 at samsung issues: ensure network is connected
|
5 years ago |
Cristiano Coelho
|
52aa5ecd7a
|
do not use P2P Wifi connections. Fixes issue on samsung
|
5 years ago |
Bhavik Patel
|
d7dd38f9a9
|
Check if addAndroidDownloads map has notification key before consuming
|
5 years ago |
Cristiano Coelho
|
3bbe72daac
|
wifi only option, and missing typings.
|
5 years ago |
Tsukasa Setoguchi
|
bffd9e400a
|
Fix comment: default timeout from 30000ms to 60000ms
|
5 years ago |
sadafk831
|
bfbfdfcb96
|
fixing the issue of translating the non english language data
|
5 years ago |
Etienne Moulin
|
61af1c7ac6
|
Use non deprecated version of the method sslSocketFactory
- It happens to fix a bug when using conscrypt
|
5 years ago |
Jules Sam. Randolph
|
dd831a9c4e
|
add missing methods to android static export in index.d.ts
|
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 |