cordova-android/framework/assets/js
Bryce Curtis 1f3bd9f51c Add support for multiple executeSql statements in transaction that returns results.
If a transaction had more than one "SELECT * FROM TABLE" statement, then only one of the executeSql callbacks would be called.  The others would not be called, even though they were successful.  This is because a transaction object had only one result set.  Changed code so that each executeSql has a result set and unique "query id" so that the query results can be sent back to the correct statement's callback.
2010-10-13 13:43:52 -05:00
..
accelerometer.js Corrected check for existence of accelerometer timer to allow clearWatch to clearInterval correctly. 2010-10-01 10:34:39 +08:00
camera.js Use same option name as iPhone. 2010-09-16 12:47:13 -05:00
compass.js Optimize compass to use new PluginManager. 2010-09-10 11:35:10 -05:00
contact.js Removing unused functions 2010-10-07 06:17:24 +08:00
crypto.js Modify JS code to use service name rather than class name. 2010-09-10 15:13:53 -05:00
device.js Fix problem with deviceready being called before device properties are guaranteed to be set. 2010-09-20 15:39:54 -05:00
file.js FileWriter should use its own states object. 2010-09-17 16:17:06 -05:00
geolocation.js Add geolocation options as defined by W3C spec. 2010-09-23 14:34:56 -05:00
keyevent.js Hacking together a work-around for the default back behaviour 2010-06-09 10:24:35 -07:00
media.js Modify JS code to use service name rather than class name. 2010-09-10 15:13:53 -05:00
network.js Change isReachable() to return NetworkStatus constant to reachableCallback(reachability) as specified in the API documentation. 2010-09-20 22:25:57 -05:00
notification.js Add confirm, start/stopActivity, start/stopProgress to notification service. Add "application loading" spinner that user can optionally show when app is starting. 2010-10-08 09:18:10 -05:00
phonegap.js.base Fix database for Android 1.x devices. It now behaves like HTML5 database API. 2010-10-12 15:53:57 -05:00
position.js fixing error in if statement 2010-08-30 22:56:24 +08:00
splashscreen.js refactored the Command stuff a bit more, added a spashscreen 2010-08-24 18:58:16 -07:00
storage.js Add support for multiple executeSql statements in transaction that returns results. 2010-10-13 13:43:52 -05:00