cordova-android/framework
Marcel Kinard 90766ae0fa CB-7674 move preference activation back into onCreate()
The preference creation actually needs to be before
super.onCreate(savedInstance) in order to avoid the exception
"requestFeature() must be called before adding content". Also ran into an
issue in the native tests "Whitelist" and "User WebView/Client/Chrome" where
it would throw an exception that the CordovaWebView appView already had
a parent and needed to be removed from that parent before the invocation
to root.addView(appView). So I conditionally remove the wrong parent.
Also made a change to the native tests so the menus test would work.
I also put super.init() back into the template, though invoking it is optional
as loadUrl will call it automatically if needed.
2014-09-30 17:51:21 -07:00
..
.settings Fix NPE when POLLING bridge mode is used. 2014-02-18 22:11:38 -05:00
assets/www Update JS snapshot to version 3.6.4 (via coho) 2014-09-29 14:59:04 -07:00
res CB-7291: Add defaults to external whitelist 2014-08-21 16:27:48 -04:00
src CB-7674 move preference activation back into onCreate() 2014-09-30 17:51:21 -07:00
test/org/apache/cordova CB-3: Apache source headers in callback-android 2012-02-23 11:36:08 -05:00
.classpath Update .classpath to make Eclipse happy (just re-orders one line) 2014-07-04 11:38:31 -04:00
.project Changing all tabs to spaces 2012-06-05 09:49:50 -04:00
AndroidManifest.xml CB-6707 Update minSdkVersion to 10 consistently 2014-05-20 07:00:21 -04:00
ant.properties CB-3: Apache source headers in callback-android 2012-02-23 11:36:08 -05:00
build.gradle CB-7463: Looked at the Apache BigTop git, gradle uses C-style comments 2014-09-04 10:53:29 -07:00
build.xml CB-5490: add javadoc target to ant script 2013-11-26 13:06:28 -05:00
default.properties Changing all tabs to spaces 2012-06-05 09:49:50 -04:00
project.properties Thanks for Benn Mapes for making this process easy. Updating the Android API level. 2013-11-27 12:09:17 -08:00