cordova-android/framework
macdonst e789349c23 Handle content:// uri's in resolveLocalFileSystemURI
Sometimes Android will hand you a content:// uri in the place of a file path. Particularily the Camera.getPicture() code will do this. I've updated the file utils code to handle this type of uri and return a real file path.
2011-07-19 04:10:55 +08:00
..
assets Remove deprecated addService() method. The new way to register a plugin is to include it in res/xml/plugins.xml. 2011-07-15 14:26:20 -05:00
libs Initial Move of the Javascript OUT of the shared directory: Android 2009-11-17 10:38:49 -08:00
res remove comment from xml declaration 2011-07-15 23:47:08 -04:00
src/com/phonegap Handle content:// uri's in resolveLocalFileSystemURI 2011-07-19 04:10:55 +08:00
.classpath Initial Move of the Javascript OUT of the shared directory: Android 2009-11-17 10:38:49 -08:00
.project Initial Move of the Javascript OUT of the shared directory: Android 2009-11-17 10:38:49 -08:00
AndroidManifest.xml Minor change to Android Manifest for Android 3.2 to force it out of Compatibltiy Mode 2011-07-15 16:19:08 -07:00
build.xml Issue #151: Remove minification of phonegap.*.js file 2011-07-12 15:33:46 -04:00
default.properties Changing default target to the highest for maximum compatibility 2011-06-27 10:22:57 -07:00