cordova-android/bin/templates/project
Marcel Kinard c255a84941 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 19:38:34 -04:00
..
assets/www Spelling fixes 2013-12-05 12:20:58 -05:00
res CB-6860 Add activity_name and launcher_name to AndroidManifest.xml & strings.xml 2014-06-03 16:08:35 -04:00
Activity.java CB-7674 move preference activation back into onCreate() 2014-09-30 19:38:34 -04:00
AndroidManifest.xml Second part of CB-7499, support RTL text direction 2014-09-15 16:03:00 -04:00
build.gradle gradle: Have project's build.gradle look for a build-extras.gradle 2014-09-23 21:03:17 -04:00
cordova.gradle gradle: Fix warning about dynamic properties being deprecated 2014-09-23 21:04:04 -04:00
custom_rules.xml Add a comment to custom_rules.xml saying why we move AndroidManifest.xml 2014-06-03 15:29:06 -04:00
eclipse-project CB-5715 Add Eclipse .project file to create template. 2014-01-02 16:40:48 -05:00
eclipse-project-CLI CB-5715 For CLI, hide assets/www and res/xml/config.xml by default 2014-01-28 00:28:42 -05:00
gitignore CB-7335 Add a .gitignore to android project template 2014-08-19 11:59:18 -04:00
project.properties CB-7330 Don't run "android update" during creation 2014-08-18 23:24:29 -04:00