cordova-android/framework
macdonst eb0e0d9d11 Issue #156: Camera.DestinationType.FILE_URI on Android not conforming to API Spec
Instead of capturing the orginal image to /sdcard/Pic.jpg or /sdcard/Capture.jpg we detect if the SD card is mounted. If mounted the file is placed in the apps temp directory at:

/sdcard/Android/data/{package name}/cache/

If the SD card is not mounted we default to internal storage at:

/data/data/{package name}/cache/
2011-07-16 05:03:48 +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 Loading plugins from res/xml/plugins.xml 2011-07-05 23:21:32 -05:00
src/com/phonegap Issue #156: Camera.DestinationType.FILE_URI on Android not conforming to API Spec 2011-07-16 05:03:48 +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 Fix for #120: zooming in on input elements when filling out forms. Note, you also have to set initial-scale and maximum-scale properties in your meta name=viewport tag. 2011-07-07 09:19:39 -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