cordova-android/framework
macdonst 89e260a5a1 CB-199: FileTransfer.download fails on Android 4.0
The download method in FileTransfer was setting the HttpURLConnection.setDoOutput to true. On Android 4.0 this would force the connection to be a POST when what we actually want is a GET.

I removed the offending line and tested the fix in 2.1, 2.2, 2.3 and 4.0.
2012-01-24 11:24:06 -05:00
..
assets Camera default destination should be FILE_URI 2012-01-05 03:29:55 +08:00
libs adding JUnit dependency 2012-01-09 17:14:26 -08:00
res Merge branch 'master' of github.com:imhotep/incubator-cordova-android 2012-01-23 16:21:11 -08:00
src/com/phonegap CB-199: FileTransfer.download fails on Android 4.0 2012-01-24 11:24:06 -05:00
test/com/phonegap making preference reading code more robust 2012-01-09 17:31:58 -08:00
.classpath Updating to use Android 4.0 build environment 2011-10-20 16:26:30 -04:00
.project Initial Move of the Javascript OUT of the shared directory: Android 2009-11-17 10:38:49 -08:00
AndroidManifest.xml Add onMessage(id, data) to plugin API. 2011-11-09 10:34:49 -06:00
ant.properties Updating to use Android 4.0 build environment 2011-10-20 16:26:30 -04:00
build.xml adding JUnit dependency 2012-01-09 17:14:26 -08:00
default.properties Updating to use Android 4.0 build environment 2011-10-20 16:26:30 -04:00
project.properties Fixing Project Properties file 2011-10-20 16:48:16 -04:00