cordova-android/framework
macdonst db0a1919f3 Remove PhoneGap.stringify, replace with JSON.stringify
Since we don't support Android 1.5/1.6 anymore we don't need to check to see if JSON.stringify is around as it is included in Android 2.1+. By removing this check for JSON.stringify we remove two conditional checks on each call to PhoneGap.exec.

As well we get rid of 60 lines of code which are currently bloating phonegap.js.base.
2011-11-04 13:40:52 -07: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 Don't fire resume upon init - only when returning from background. 2011-11-04 13:40:51 -07: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 Removing the Camera permission, since it is not required by PhoneGap by default 2011-10-25 11:31:01 -07: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