cordova-android/framework
macdonst b850d225f4 Support old way of adding service in PhoneGap 0.9.5
PhoneGap 0.9.4 replaced PluginManager.addService() with navigator.app.addService().  This is problematic with the older plugin as they are not being maintained.  I'm adding in a PluginManger JavaScript class which will implement the addService method and call navigator.app.addService() method under the hood.  This way we won't break old code.
2011-03-30 21:04:03 +08:00
..
assets Support old way of adding service in PhoneGap 0.9.5 2011-03-30 21:04:03 +08:00
gen/com/phonegap refactored the Command stuff a bit more, added a spashscreen 2010-08-24 18:58:16 -07:00
libs Initial Move of the Javascript OUT of the shared directory: Android 2009-11-17 10:38:49 -08:00
res refactored the Command stuff a bit more, added a spashscreen 2010-08-24 18:58:16 -07:00
src/com/phonegap PhoneGap Android Ticket 113: 2011-03-24 23:31:12 +08:00
.classpath Initial Move of the Javascript OUT of the shared directory: Android 2009-11-17 10:38:49 -08:00
.project Initial Move of the Javascript OUT of the shared directory: Android 2009-11-17 10:38:49 -08:00
AndroidManifest.xml As best a fix as can be made for issue 95: on HTC devices, if text input is in bottom half of page, it does not get scrolled up to top half of page when you tap it and virtual keyboard comes up. 2011-03-15 12:46:05 -07:00
build.xml Upping version to 0.9.4 2011-02-03 09:48:31 +08:00
default.properties Updating to 2.2 2010-05-31 10:59:44 -07:00