cordova-android/framework
Andrew Grieve 6e6e0275ad Create CordovaPlugin.java and make Plugin.java a compatibility shim.
The intent of this is to encourage plugins to execute synchronously
when appropriate by not defaulting to using a background thread.

This will also encourage plugins that do run asynchronously to run some
of its logic synchronously before dispatching to a background thread.
This is required for tasks that can be abort()ed, such as
FileTransfer. (CB-1532)

This also makes it possible to lazily parse the JSON args, which is
important for large payloads. (CB-1530)
2012-10-02 10:14:30 -04:00
..
assets Delete IPlugin interface. 2012-10-02 10:03:06 -04:00
res CB-1469: Add Globalization Plug-in for Android 2012-09-19 14:08:52 -04:00
src/org/apache/cordova Create CordovaPlugin.java and make Plugin.java a compatibility shim. 2012-10-02 10:14:30 -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 Modify min sdk version in AndroidManifest.xml 2012-08-13 13:27:34 -04: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 Make Eclipse recognize framework as a library project 2012-08-20 14:22:48 -04:00