cordova-android/framework
Bryce Curtis 0bbcf5cfd2 Add onMessage(id, data) to plugin API.
A solution was needed to notify the audio player to pause when a phone call comes in. The option was to add a specific onPhone() method or generalize it. Since there are other "events" that are useful to plugins, a generalized solution was used. It is also extensible without changing the plugin API again.

Any plugin can call DroidGap.onMessage() to send a message/event to all other plugins. NetworkManager was updated to send changes in connection status to plugins, so they can intelligently handle lost connections.
2011-11-09 10:34:49 -06:00
..
assets Remove PhoneGap.stringify, replace with JSON.stringify 2011-11-04 13:40:52 -07:00
libs Initial Move of the Javascript OUT of the shared directory: Android 2009-11-17 10:38:49 -08:00
res forgot to resolve conflict 2011-10-14 15:49:16 -07:00
src/com/phonegap Add onMessage(id, data) to plugin API. 2011-11-09 10:34:49 -06:00
.classpath Updating to use Android 4.0 build environment 2011-10-20 16:26:30 -04:00
.project Initial Move of the Javascript OUT of the shared directory: Android 2009-11-17 10:38:49 -08:00
AndroidManifest.xml Add onMessage(id, data) to plugin API. 2011-11-09 10:34:49 -06:00
ant.properties Updating to use Android 4.0 build environment 2011-10-20 16:26:30 -04:00
build.xml Merging Simon's fix for Android 4 2011-10-20 13:54:26 -07: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