cordova-android/framework/assets/js
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
..
accelerometer.js Rename to Cordova 2012-02-03 10:38:40 -05:00
app.js Rename to Cordova 2012-02-03 10:38:40 -05:00
battery.js Rename to Cordova 2012-02-03 10:38:40 -05:00
camera.js Rename to Cordova 2012-02-03 10:38:40 -05:00
capture.js Refactor out the Java casting code 2012-02-09 16:41:26 -05:00
compass.js Refactor out the Java casting code 2012-02-09 16:41:26 -05:00
contact.js Refactor out the Java casting code 2012-02-09 16:41:26 -05:00
cordova.js.base Adding com.phonegap.api stubs for legacy user created plugins 2012-02-06 10:04:02 -05:00
crypto.js Rename to Cordova 2012-02-03 10:38:40 -05:00
device.js Rename to Cordova 2012-02-03 10:38:40 -05:00
file.js Refactor out the Java casting code 2012-02-09 16:41:26 -05:00
filetransfer.js Refactor out the Java casting code 2012-02-09 16:41:26 -05:00
geolocation.js Rename to Cordova 2012-02-03 10:38:40 -05:00
header.txt Adding the Apache Headers 2011-10-27 14:04:39 -07:00
media.js Rename to Cordova 2012-02-03 10:38:40 -05:00
network.js Rename to Cordova 2012-02-03 10:38:40 -05:00
notification.js Rename to Cordova 2012-02-03 10:38:40 -05:00
position.js Rename to Cordova 2012-02-03 10:38:40 -05:00
storage.js Rename to Cordova 2012-02-03 10:38:40 -05:00