cordova-android/framework
HUANG Menghuai 778b784eb6 [CB-2908] Fix the DroidGap activity Lifecycle broken issue
Attempting to invoke the Activity's finish() onDestroy breaks an Activity's lifecycle
flag. OnDestroy can be called by the system, for instance, on restarting an Activity,
it's definitely different from a normal finish().
Finish() incorrectly in onDestroy results in another DroidGap derived activity
is started, while the original one is not yet onDestroy. This issue could be
found when the system is trying to restart the activity upon, for instance,
receiving immediately successive device Config changes.
2013-04-04 16:47:03 -04:00
..
assets Prep for 2.6.0 final 2013-04-01 14:54:51 -07:00
res Add configurable start location to config.xml and template 2013-01-11 10:24:02 -08:00
src/org/apache/cordova [CB-2908] Fix the DroidGap activity Lifecycle broken issue 2013-04-04 16:47:03 -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 Setting template AndroidManifest values for version to 1.0 and code to 1. 2013-01-23 12:13:07 -08: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 Setting template AndroidManifest values for version to 1.0 and code to 1. 2013-01-23 12:13:07 -08:00