cordova-android/bin/templates/project
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
..
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 17:51:21 -07:00
AndroidManifest.xml CB-4404 Revert setting android:windowSoftInputMode to "adjustPan" 2014-07-07 13:07:51 -04:00
build.gradle CB-3445: Add environment variable 'BUILD_MULTIPLE_APKS' for splitting APKs based on architecture 2014-08-28 16:18:02 -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
settings.gradle CB-3445: Read project.properties to configure gradle libraries 2014-08-20 11:42:04 -04:00