cordova-android/bin
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
..
lib CB-7634 Detect JAVA_HOME properly on Ubuntu 2014-09-29 10:16:22 -04:00
node_modules CB-3445: Add which to checked-in node_modules 2014-08-18 09:48:31 -04:00
templates CB-7674 move preference activation back into onCreate() 2014-09-30 19:38:34 -04:00
android_sdk_version CB-4872 - moved version script to promise model 2013-10-18 17:13:57 -07:00
android_sdk_version.bat [CB-4872] - added android version scripts 2013-10-18 17:13:57 -07:00
check_reqs Moving the console.log out of run() method 2013-11-29 14:39:09 -05:00
check_reqs.bat [CB-3542] rewrote cli tooling scripts in node 2013-08-26 14:45:28 -07:00
create CB-5715 Add Eclipse .project file to create template. 2014-01-02 16:40:48 -05:00
create.bat [CB-3542] rewrote cli tooling scripts in node 2013-08-26 14:45:28 -07:00
update CB-5232 Change create script to use Cordova as a library. 2013-11-15 13:17:56 -05:00
update.bat [CB-3542] Convert update script to be node-based. 2013-09-13 22:49:15 -04:00