Chris Dell
|
01d43a011a
|
getFSInfo changed to use JS serializable WritableMap instead of HashMap
|
2016-05-03 21:35:14 +01:00 |
Kyle Corbitt
|
33d637e42e
|
new getFSInfo command
|
2016-05-03 21:25:33 +01:00 |
Chris Dell
|
c764d1586b
|
Merge pull request #66 from veeloinc/master
Give android access to getExternalFilesDir
|
2016-04-13 16:39:24 +01:00 |
Chris Dell
|
23a85af821
|
Merge pull request #68 from charpeni/jobId-progress-callback
Add property jobId to progressCallback
|
2016-04-13 16:37:59 +01:00 |
Alex Rothberg
|
a9ec918310
|
Call HttpURLConnection::disconnect when done reading response
|
2016-04-12 10:53:21 -04:00 |
Nicolas Charpentier
|
8a20d6ff08
|
Add property jobId to progressCallback
|
2016-04-07 15:29:36 -04:00 |
Martin Chase
|
a063f23ed9
|
connected ExternalDirectoryPath constant to getExternalFilesDir (null for iOS)
|
2016-03-31 16:16:45 -07:00 |
Mike Corbin
|
f5f0521d65
|
downloadFile: avoid connecting twice for each download on Android
A connection already exists to fetch HTTP headers, so use that to complete the
download instead of making a second connection.
|
2016-03-19 08:12:06 +00:00 |
Chris Dell
|
65e81a07fe
|
Merge pull request #48 from iwater/master
add exist method
|
2016-03-17 19:35:05 +00:00 |
iwater
|
f3dd33c003
|
rename exist to exists
|
2016-01-29 02:20:02 +08:00 |
iwater
|
dd320b3a5a
|
add exist method
|
2016-01-28 21:36:31 +08:00 |
Kyle Corbitt
|
0fd5e85955
|
moveFile android
|
2016-01-27 16:53:14 +00:00 |
loox
|
ff77082f45
|
require for write permission on external storage
|
2016-01-05 12:28:56 +01:00 |
loox
|
cc6d63901b
|
adding Caches and Pictures directory to constants in Android
|
2016-01-05 12:24:42 +01:00 |
Chris Dell
|
b603084ce7
|
Refactored downloadFile, added stopDownload
|
2015-11-23 16:30:27 +00:00 |
Chris Dell
|
a8d834fabc
|
downloadFile now has progress callback
|
2015-11-20 00:16:13 +00:00 |
Chris Dell
|
cdd19cd0ae
|
Android downloadFile implementation is now an AsyncTask
|
2015-10-26 00:26:03 +00:00 |
Chris Dell
|
3d6717456d
|
readDir now uniform, new encoding types
|
2015-10-22 01:25:52 +01:00 |
Chris Dell
|
d83d0f531e
|
Added downloadFile method
|
2015-10-21 00:17:03 +01:00 |
Chris Dell
|
409a9ce79c
|
Added mkdir, unlink can now recurse
|
2015-10-20 23:31:29 +01:00 |
Chris Dell
|
3e076ba55b
|
Experimental Android support
|
2015-10-19 14:40:05 +01:00 |