cordova-android/framework
macdonst 9aa1cd756a Refactor out the Java casting code
When we return JSON to the Java side it does not have the proper methods such as Contact.save() so we need to cast the JSON to the correct JS object. This used to be done from the Java layer calling the right method to cast the JSON. In this new approach the JavaScript layer will no what needs to be cast and call it's own internal function to do the cast.
2012-02-09 16:41:26 -05:00
..
assets Refactor out the Java casting code 2012-02-09 16:41:26 -05:00
libs Remove unused files/classes until they are needed. 2012-01-24 22:42:41 -06:00
res Rename to Cordova 2012-02-03 10:38:40 -05:00
src Refactor out the Java casting code 2012-02-09 16:41:26 -05:00
test/org/apache/cordova Rename to Cordova 2012-02-03 10:38:40 -05:00
.classpath Updating to use Android 4.0 build environment 2011-10-20 16:26:30 -04:00
.project Rename to Cordova 2012-02-03 10:38:40 -05:00
AndroidManifest.xml Rename to Cordova 2012-02-03 10:38:40 -05:00
ant.properties Updating to use Android 4.0 build environment 2011-10-20 16:26:30 -04:00
build.xml Rename to Cordova 2012-02-03 10:38:40 -05: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