cordova-android/framework
Max Woghiren ac2969c3f8 [CB-2435] Split common methods out of FileUtils into FileHelpers
Also included in this change:
- Fixed getMimeType for content:// URIs.
- Made getRealPath take a URI string.
- Added basic android_asset handling.
There is no such thing as a "real path" for a file:///android_asset URI.  However, it is possible to get an input stream to one.

And even more minor changes:
- removed unused FileReader/FileWriter instance variables
- added logging when getRealPath fails
- fixed indentation issues
- removed a try/catch in favor of throwing
- removed a null check in favor of throwing
- moved getEntry back to FilePlugin
2013-03-14 12:39:51 -04:00
..
assets Preparing to tag 2.5.0 2013-02-26 13:49:47 -08:00
res Add configurable start location to config.xml and template 2013-01-11 10:24:02 -08:00
src/org/apache/cordova [CB-2435] Split common methods out of FileUtils into FileHelpers 2013-03-14 12:39:51 -04:00
test/org/apache/cordova CB-3: Apache source headers in callback-android 2012-02-23 11:36:08 -05:00
.classpath Update .classpath file to use commons-codec-1.7.jar 2012-09-28 14:27:38 -04:00
.project Changing all tabs to spaces 2012-06-05 09:49:50 -04:00
AndroidManifest.xml Setting template AndroidManifest values for version to 1.0 and code to 1. 2013-01-23 12:13:07 -08:00
ant.properties CB-3: Apache source headers in callback-android 2012-02-23 11:36:08 -05:00
build.xml Fail the build gracefully with helpful error messages if the local.properties 2012-09-25 13:09:40 -04:00
default.properties Changing all tabs to spaces 2012-06-05 09:49:50 -04:00
project.properties Setting template AndroidManifest values for version to 1.0 and code to 1. 2013-01-23 12:13:07 -08:00