65 Commits

Author SHA1 Message Date
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