cordova-android/framework
mbillau cb192056f8 CB-2458: gracefully exit with back button
If users do extra initialization, we can get NPEs when hitting the back
button before loadUrl() has been called.
-Null fenced code in startOfHistory() that gave us an NPE when hitting
Back button with useBrowserHistory=true
-Call finish() in Back button code when no history since with
useBrowserHistory=true it would just hang while the app inits
-Call loadUrlIntoView() first in handleDestory() since with
useBrowserHistory=false, the default behavior would try to use the baseUrl
which is null
2013-02-18 16:42:14 -05:00
..
assets Preparing for 2.4.0 2013-02-04 11:12:52 -08:00
res Add configurable start location to config.xml and template 2013-01-11 10:24:02 -08:00
src/org/apache/cordova CB-2458: gracefully exit with back button 2013-02-18 16:42:14 -05: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