[jira] [Commented] (CB-6772) Android Configuration lack AndroidLaunchMode preference

2015-11-23 Thread Rajil Davda (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-6772?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15023884#comment-15023884
 ] 

Rajil Davda commented on CB-6772:
-

I still am unable to set launchMode from config.xml file. Is this issue still 
persist?
Below is the environment details:
Cordova CLI: 5.3.3
Gulp version: CLI version 3.9.0
Gulp local: 
Ionic CLI Version: 1.7.8
Ionic App Lib Version: 0.6.4
ios-deploy version: 1.8.2 
ios-sim version: 5.0.3 
OS: Mac OS X El Capitan
Node Version: v4.1.1
Xcode version: Xcode 7.0 Build version 7A220
Below are the plugins i'm using:
com.ionic.keyboard 1.0.4 "Keyboard"
com.verso.cordova.clipboard 0.1.0 "Clipboard"
cordova-plugin-calendar 4.4.4 "Calendar"
cordova-plugin-contacts 1.1.0 "Contacts"
cordova-plugin-crosswalk-webview 1.4.0 "Crosswalk WebView Engine"
cordova-plugin-customurlscheme 4.0.0 "Custom URL scheme"
cordova-plugin-device 1.0.1 "Device"
cordova-plugin-email 1.0.0 "EmailComposer"
cordova-plugin-fileopener 1.0.3 "FileOpener"
cordova-plugin-inappbrowser 1.0.1 "InAppBrowser"
cordova-plugin-splashscreen 2.1.0 "Splashscreen"
cordova-plugin-statusbar 1.0.1 "StatusBar"
cordova-plugin-transport-security 0.1.1 "App Transport Security"
cordova-plugin-whitelist 1.0.0 "Whitelist"
cordova-plugin-x-toast 2.2.1 "Toast"
hu.dpal.phonegap.plugins.PinDialog 0.1.2 "PinDialog"
hu.dpal.phonegap.plugins.UniqueDeviceID 1.2.0 "UniqueDeviceID"
phonegap-plugin-push 1.4.4 "PushPlugin"
Below is the code i added into config.xml for launchMode:
..


...
Below is the AndroidManifest.xml file generated by cordova:













> Android Configuration lack AndroidLaunchMode preference
> ---
>
> Key: CB-6772
> URL: https://issues.apache.org/jira/browse/CB-6772
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: Docs
>Affects Versions: 3.5.0
>Reporter: Gen Liu
>Assignee: Michal Mocny
>
> Cordova 3.5.0 release note shows there is a new feature that allow user 
> change Android Activity launch mode.
> http://cordova.apache.org/announcements/2014/05/23/cordova-350.html
> It sounds interesting to me and I noticed cordova-android project can 
> generate a project use android:launchMode="singleTop" with 
> AndroidManifest.xml. But it will be override by cordova-cli. I found I must 
> add a preference to config.xml to make it appear in my project, which is not 
> mentioned in the Document:
> 
> Please add it to document.
> http://cordova.apache.org/docs/en/3.5.0/guide_platforms_android_config.md.html#Android%20Configuration



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Commented] (CB-6772) Android Configuration lack AndroidLaunchMode preference

2014-10-01 Thread JIRA

[ 
https://issues.apache.org/jira/browse/CB-6772?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14155629#comment-14155629
 ] 

Frederico Costa Galvão commented on CB-6772:


I'm coming from 3.5.0 to 3.6.3, and performed *cordova platform update android* 
on my project, followed by a *cordova build android* to propagate the changes. 
No files were mannually changed but the corrections mentioned in 
https://issues.apache.org/jira/browse/CB-7683.

I'm a black sheep to some recommendations, as I keep almost everything under 
version control in my projects. This has been mentioned in the mailing list, 
but to sum it up: I'm almost paranoic in trying to keep everything that is 
changed in my project under control or at least under my acknowledgement. I've 
seen too much change in cordova since 1.6, and I learned to keep track of 
everything that changes in my application, even if it's considered an artifact 
or output. That has helped me understand better how an application works in 
both Android and iOS environment (and WP8 to some extent), and also has taught 
me a lot about the inner works of cordova. It's a lot of work, but it has 
prevented so many headaches :)

Having said that, I'll conclude saying that there doesn't seem to be anything 
else I could find to blame on this last update I made.
As a side note I forgot to mention previously, the preference (when present) 
works perfectly now, although I wonder now what use is there to the 
defaults.xml...

> Android Configuration lack AndroidLaunchMode preference
> ---
>
> Key: CB-6772
> URL: https://issues.apache.org/jira/browse/CB-6772
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: Docs
>Affects Versions: 3.5.0
>Reporter: Gen Liu
>Assignee: Michal Mocny
>
> Cordova 3.5.0 release note shows there is a new feature that allow user 
> change Android Activity launch mode.
> http://cordova.apache.org/announcements/2014/05/23/cordova-350.html
> It sounds interesting to me and I noticed cordova-android project can 
> generate a project use android:launchMode="singleTop" with 
> AndroidManifest.xml. But it will be override by cordova-cli. I found I must 
> add a preference to config.xml to make it appear in my project, which is not 
> mentioned in the Document:
> 
> Please add it to document.
> http://cordova.apache.org/docs/en/3.5.0/guide_platforms_android_config.md.html#Android%20Configuration



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (CB-6772) Android Configuration lack AndroidLaunchMode preference

2014-10-01 Thread Michal Mocny (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-6772?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14155321#comment-14155321
 ] 

Michal Mocny commented on CB-6772:
--

Frederico. Yes, you expectation is correct.  Sadly I'm quite busy for the 
upcoming few weeks and cannot take a look at this.  If you made any more 
observations / investigations that would really help speed this along (the fix 
is likely trivial to find if you instrument the cordova-lib parser scripts to 
see what they are doing in your situation).

Additionally, may you let me know which version you upgraded from, and whether 
you re-added the android platform or even better, re-created your project and 
re-imported your www?

> Android Configuration lack AndroidLaunchMode preference
> ---
>
> Key: CB-6772
> URL: https://issues.apache.org/jira/browse/CB-6772
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: Docs
>Affects Versions: 3.5.0
>Reporter: Gen Liu
>Assignee: Michal Mocny
>
> Cordova 3.5.0 release note shows there is a new feature that allow user 
> change Android Activity launch mode.
> http://cordova.apache.org/announcements/2014/05/23/cordova-350.html
> It sounds interesting to me and I noticed cordova-android project can 
> generate a project use android:launchMode="singleTop" with 
> AndroidManifest.xml. But it will be override by cordova-cli. I found I must 
> add a preference to config.xml to make it appear in my project, which is not 
> mentioned in the Document:
> 
> Please add it to document.
> http://cordova.apache.org/docs/en/3.5.0/guide_platforms_android_config.md.html#Android%20Configuration



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (CB-6772) Android Configuration lack AndroidLaunchMode preference

2014-10-01 Thread JIRA

[ 
https://issues.apache.org/jira/browse/CB-6772?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14155276#comment-14155276
 ] 

Frederico Costa Galvão commented on CB-6772:


Well, sad news: the bug still kinda exists.

I just upgraded to 3.6.3 (on the process) and just cheked again: if I don't 
have the android:launchMode in my *AndroidManifest.xml* previously, and don't 
have the preference in my root *config.xml*, a *"cordova compile" still doesn't 
apply the default desired value*.

The desired behaviour, as far as I know, is that even if I don't supply a value 
for this setting in my root config.xml, the parser *should output the default 
value for that setting onto AndroidManifest.xml everytime a "prepare" is 
performed, regardless of whether it was there in the first place or not*.

> Android Configuration lack AndroidLaunchMode preference
> ---
>
> Key: CB-6772
> URL: https://issues.apache.org/jira/browse/CB-6772
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: Docs
>Affects Versions: 3.5.0
>Reporter: Gen Liu
>Assignee: Michal Mocny
>
> Cordova 3.5.0 release note shows there is a new feature that allow user 
> change Android Activity launch mode.
> http://cordova.apache.org/announcements/2014/05/23/cordova-350.html
> It sounds interesting to me and I noticed cordova-android project can 
> generate a project use android:launchMode="singleTop" with 
> AndroidManifest.xml. But it will be override by cordova-cli. I found I must 
> add a preference to config.xml to make it appear in my project, which is not 
> mentioned in the Document:
> 
> Please add it to document.
> http://cordova.apache.org/docs/en/3.5.0/guide_platforms_android_config.md.html#Android%20Configuration



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (CB-6772) Android Configuration lack AndroidLaunchMode preference

2014-06-23 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-6772?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14040804#comment-14040804
 ] 

ASF subversion and git services commented on CB-6772:
-

Commit b03c96a18e7c6291441165fb79173d4dd88b83b5 in cordova-docs's branch 
refs/heads/master from [~mmocny]
[ https://git-wip-us.apache.org/repos/asf?p=cordova-docs.git;h=b03c96a ]

CB-6772 Document AndroidLaunchMode preference


> Android Configuration lack AndroidLaunchMode preference
> ---
>
> Key: CB-6772
> URL: https://issues.apache.org/jira/browse/CB-6772
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: Docs
>Affects Versions: 3.5.0
>Reporter: Gen Liu
>Assignee: Michal Mocny
>
> Cordova 3.5.0 release note shows there is a new feature that allow user 
> change Android Activity launch mode.
> http://cordova.apache.org/announcements/2014/05/23/cordova-350.html
> It sounds interesting to me and I noticed cordova-android project can 
> generate a project use android:launchMode="singleTop" with 
> AndroidManifest.xml. But it will be override by cordova-cli. I found I must 
> add a preference to config.xml to make it appear in my project, which is not 
> mentioned in the Document:
> 
> Please add it to document.
> http://cordova.apache.org/docs/en/3.5.0/guide_platforms_android_config.md.html#Android%20Configuration



--
This message was sent by Atlassian JIRA
(v6.2#6252)


[jira] [Commented] (CB-6772) Android Configuration lack AndroidLaunchMode preference

2014-05-30 Thread Michal Mocny (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-6772?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14014041#comment-14014041
 ] 

Michal Mocny commented on CB-6772:
--

After taking another look, I decided not to stir the bees nest.  I think this 
is more of a one off.

My argument was that "launchMode" is less runtime, not more.  Its not queried 
at runtime at all, its only used during prepare, and defaults.xml is not 
possible to use for such settings.

> Android Configuration lack AndroidLaunchMode preference
> ---
>
> Key: CB-6772
> URL: https://issues.apache.org/jira/browse/CB-6772
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: Docs
>Affects Versions: 3.5.0
>Reporter: Gen Liu
>Assignee: Michal Mocny
>
> Cordova 3.5.0 release note shows there is a new feature that allow user 
> change Android Activity launch mode.
> http://cordova.apache.org/announcements/2014/05/23/cordova-350.html
> It sounds interesting to me and I noticed cordova-android project can 
> generate a project use android:launchMode="singleTop" with 
> AndroidManifest.xml. But it will be override by cordova-cli. I found I must 
> add a preference to config.xml to make it appear in my project, which is not 
> mentioned in the Document:
> 
> Please add it to document.
> http://cordova.apache.org/docs/en/3.5.0/guide_platforms_android_config.md.html#Android%20Configuration



--
This message was sent by Atlassian JIRA
(v6.2#6252)


[jira] [Commented] (CB-6772) Android Configuration lack AndroidLaunchMode preference

2014-05-30 Thread JIRA

[ 
https://issues.apache.org/jira/browse/CB-6772?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14014015#comment-14014015
 ] 

Frederico Costa Galvão commented on CB-6772:


Although I agree with most of what you said, I can't see the how much more 
"runtime" launchMode is than some of the other configs. I'll try to follow up 
on the mailing list as soon as it pops for me, so maybe I'll understand it 
better. Thanks anyway!

> Android Configuration lack AndroidLaunchMode preference
> ---
>
> Key: CB-6772
> URL: https://issues.apache.org/jira/browse/CB-6772
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: Docs
>Affects Versions: 3.5.0
>Reporter: Gen Liu
>Assignee: Michal Mocny
>
> Cordova 3.5.0 release note shows there is a new feature that allow user 
> change Android Activity launch mode.
> http://cordova.apache.org/announcements/2014/05/23/cordova-350.html
> It sounds interesting to me and I noticed cordova-android project can 
> generate a project use android:launchMode="singleTop" with 
> AndroidManifest.xml. But it will be override by cordova-cli. I found I must 
> add a preference to config.xml to make it appear in my project, which is not 
> mentioned in the Document:
> 
> Please add it to document.
> http://cordova.apache.org/docs/en/3.5.0/guide_platforms_android_config.md.html#Android%20Configuration



--
This message was sent by Atlassian JIRA
(v6.2#6252)


[jira] [Commented] (CB-6772) Android Configuration lack AndroidLaunchMode preference

2014-05-29 Thread Michal Mocny (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-6772?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14012716#comment-14012716
 ] 

Michal Mocny commented on CB-6772:
--

This should be fixed tip-of-tree and be ready in 3.6 release.

TL;DR: defaults.xml  are only used for runtime preferences.  In 
order to apply default for application config, prepare-time preferences, you 
have to hardcode those into the CLI.

I'm going to bring up this topic on the dev mailing lists, as to how we want to 
handle prepare-time defaults long term, since presumably we don't want to hard 
code forever.

For now, if you want an AndroidLaunchMode, please set it in your application 
top-level config.xml.

Thanks for all the input!

> Android Configuration lack AndroidLaunchMode preference
> ---
>
> Key: CB-6772
> URL: https://issues.apache.org/jira/browse/CB-6772
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: Docs
>Affects Versions: 3.5.0
>Reporter: Gen Liu
>Assignee: Michal Mocny
>
> Cordova 3.5.0 release note shows there is a new feature that allow user 
> change Android Activity launch mode.
> http://cordova.apache.org/announcements/2014/05/23/cordova-350.html
> It sounds interesting to me and I noticed cordova-android project can 
> generate a project use android:launchMode="singleTop" with 
> AndroidManifest.xml. But it will be override by cordova-cli. I found I must 
> add a preference to config.xml to make it appear in my project, which is not 
> mentioned in the Document:
> 
> Please add it to document.
> http://cordova.apache.org/docs/en/3.5.0/guide_platforms_android_config.md.html#Android%20Configuration



--
This message was sent by Atlassian JIRA
(v6.2#6252)


[jira] [Commented] (CB-6772) Android Configuration lack AndroidLaunchMode preference

2014-05-29 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-6772?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14012706#comment-14012706
 ] 

ASF subversion and git services commented on CB-6772:
-

Commit 9dc05de9c2861fe7d295b2d8c2da3cc515b489f3 in cordova-lib's branch 
refs/heads/master from [~mmocny]
[ https://git-wip-us.apache.org/repos/asf?p=cordova-lib.git;h=9dc05de ]

CB-6772 Provide a default for AndroidLaunchMode


> Android Configuration lack AndroidLaunchMode preference
> ---
>
> Key: CB-6772
> URL: https://issues.apache.org/jira/browse/CB-6772
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: Docs
>Affects Versions: 3.5.0
>Reporter: Gen Liu
>Assignee: Michal Mocny
>
> Cordova 3.5.0 release note shows there is a new feature that allow user 
> change Android Activity launch mode.
> http://cordova.apache.org/announcements/2014/05/23/cordova-350.html
> It sounds interesting to me and I noticed cordova-android project can 
> generate a project use android:launchMode="singleTop" with 
> AndroidManifest.xml. But it will be override by cordova-cli. I found I must 
> add a preference to config.xml to make it appear in my project, which is not 
> mentioned in the Document:
> 
> Please add it to document.
> http://cordova.apache.org/docs/en/3.5.0/guide_platforms_android_config.md.html#Android%20Configuration



--
This message was sent by Atlassian JIRA
(v6.2#6252)


[jira] [Commented] (CB-6772) Android Configuration lack AndroidLaunchMode preference

2014-05-28 Thread Michal Mocny (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-6772?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14011345#comment-14011345
 ] 

Michal Mocny commented on CB-6772:
--

Okay, yes, I agree that AndroidLaunchMode should not somehow be special.  I was 
just curious if you had specific preferences in mind.

As far as I know, this is the first such prepare-time preference, which is the 
root of the problem.

> Android Configuration lack AndroidLaunchMode preference
> ---
>
> Key: CB-6772
> URL: https://issues.apache.org/jira/browse/CB-6772
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: Docs
>Affects Versions: 3.5.0
>Reporter: Gen Liu
>Assignee: Michal Mocny
>
> Cordova 3.5.0 release note shows there is a new feature that allow user 
> change Android Activity launch mode.
> http://cordova.apache.org/announcements/2014/05/23/cordova-350.html
> It sounds interesting to me and I noticed cordova-android project can 
> generate a project use android:launchMode="singleTop" with 
> AndroidManifest.xml. But it will be override by cordova-cli. I found I must 
> add a preference to config.xml to make it appear in my project, which is not 
> mentioned in the Document:
> 
> Please add it to document.
> http://cordova.apache.org/docs/en/3.5.0/guide_platforms_android_config.md.html#Android%20Configuration



--
This message was sent by Atlassian JIRA
(v6.2#6252)


[jira] [Commented] (CB-6772) Android Configuration lack AndroidLaunchMode preference

2014-05-28 Thread JIRA

[ 
https://issues.apache.org/jira/browse/CB-6772?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14011342#comment-14011342
 ] 

Frederico Costa Galvão commented on CB-6772:


Well, all of them. If AndroidLaunchMode is a preference as every other one, and 
it has a default value that has to make it's way to the parsing process, and 
it's on defaults.xml, then there's no reason at all to not have every other 
preference with the same characteristics on defaults.xml as well.

> Android Configuration lack AndroidLaunchMode preference
> ---
>
> Key: CB-6772
> URL: https://issues.apache.org/jira/browse/CB-6772
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: Docs
>Affects Versions: 3.5.0
>Reporter: Gen Liu
>Assignee: Michal Mocny
>
> Cordova 3.5.0 release note shows there is a new feature that allow user 
> change Android Activity launch mode.
> http://cordova.apache.org/announcements/2014/05/23/cordova-350.html
> It sounds interesting to me and I noticed cordova-android project can 
> generate a project use android:launchMode="singleTop" with 
> AndroidManifest.xml. But it will be override by cordova-cli. I found I must 
> add a preference to config.xml to make it appear in my project, which is not 
> mentioned in the Document:
> 
> Please add it to document.
> http://cordova.apache.org/docs/en/3.5.0/guide_platforms_android_config.md.html#Android%20Configuration



--
This message was sent by Atlassian JIRA
(v6.2#6252)


[jira] [Commented] (CB-6772) Android Configuration lack AndroidLaunchMode preference

2014-05-28 Thread Michal Mocny (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-6772?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14011317#comment-14011317
 ] 

Michal Mocny commented on CB-6772:
--

Which other preferences are you referring to?

> Android Configuration lack AndroidLaunchMode preference
> ---
>
> Key: CB-6772
> URL: https://issues.apache.org/jira/browse/CB-6772
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: Docs
>Affects Versions: 3.5.0
>Reporter: Gen Liu
>Assignee: Michal Mocny
>
> Cordova 3.5.0 release note shows there is a new feature that allow user 
> change Android Activity launch mode.
> http://cordova.apache.org/announcements/2014/05/23/cordova-350.html
> It sounds interesting to me and I noticed cordova-android project can 
> generate a project use android:launchMode="singleTop" with 
> AndroidManifest.xml. But it will be override by cordova-cli. I found I must 
> add a preference to config.xml to make it appear in my project, which is not 
> mentioned in the Document:
> 
> Please add it to document.
> http://cordova.apache.org/docs/en/3.5.0/guide_platforms_android_config.md.html#Android%20Configuration



--
This message was sent by Atlassian JIRA
(v6.2#6252)


[jira] [Commented] (CB-6772) Android Configuration lack AndroidLaunchMode preference

2014-05-28 Thread JIRA

[ 
https://issues.apache.org/jira/browse/CB-6772?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14011312#comment-14011312
 ] 

Frederico Costa Galvão commented on CB-6772:


If the defaults.xml gets into the parsing process to output the 
AndroidManifest.xml, the all other preferences should be added to the 
defaults.xml as well.

> Android Configuration lack AndroidLaunchMode preference
> ---
>
> Key: CB-6772
> URL: https://issues.apache.org/jira/browse/CB-6772
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: Docs
>Affects Versions: 3.5.0
>Reporter: Gen Liu
>Assignee: Michal Mocny
>
> Cordova 3.5.0 release note shows there is a new feature that allow user 
> change Android Activity launch mode.
> http://cordova.apache.org/announcements/2014/05/23/cordova-350.html
> It sounds interesting to me and I noticed cordova-android project can 
> generate a project use android:launchMode="singleTop" with 
> AndroidManifest.xml. But it will be override by cordova-cli. I found I must 
> add a preference to config.xml to make it appear in my project, which is not 
> mentioned in the Document:
> 
> Please add it to document.
> http://cordova.apache.org/docs/en/3.5.0/guide_platforms_android_config.md.html#Android%20Configuration



--
This message was sent by Atlassian JIRA
(v6.2#6252)


[jira] [Commented] (CB-6772) Android Configuration lack AndroidLaunchMode preference

2014-05-28 Thread Michal Mocny (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-6772?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14011188#comment-14011188
 ] 

Michal Mocny commented on CB-6772:
--

This is a bug, you should not need to add the AndroidLaunchMode preference to 
set launchMode to singleTop.  The cause is that the cli prepare step does not 
parse the config which includes default.xml.  Seems it may never have, but its 
never been an issue before since most preferences were only used at runtime.

Will provide fix for this soon.

> Android Configuration lack AndroidLaunchMode preference
> ---
>
> Key: CB-6772
> URL: https://issues.apache.org/jira/browse/CB-6772
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: Docs
>Affects Versions: 3.5.0
>Reporter: Gen Liu
>Assignee: Michal Mocny
>
> Cordova 3.5.0 release note shows there is a new feature that allow user 
> change Android Activity launch mode.
> http://cordova.apache.org/announcements/2014/05/23/cordova-350.html
> It sounds interesting to me and I noticed cordova-android project can 
> generate a project use android:launchMode="singleTop" with 
> AndroidManifest.xml. But it will be override by cordova-cli. I found I must 
> add a preference to config.xml to make it appear in my project, which is not 
> mentioned in the Document:
> 
> Please add it to document.
> http://cordova.apache.org/docs/en/3.5.0/guide_platforms_android_config.md.html#Android%20Configuration



--
This message was sent by Atlassian JIRA
(v6.2#6252)


[jira] [Commented] (CB-6772) Android Configuration lack AndroidLaunchMode preference

2014-05-28 Thread Michal Mocny (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-6772?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14011152#comment-14011152
 ] 

Michal Mocny commented on CB-6772:
--

See also: CB-6048

I'll leave this open, since that issue is tracked the implementation and is 
already closed.

> Android Configuration lack AndroidLaunchMode preference
> ---
>
> Key: CB-6772
> URL: https://issues.apache.org/jira/browse/CB-6772
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: Docs
>Affects Versions: 3.5.0
>Reporter: Gen Liu
>Assignee: Michal Mocny
>
> Cordova 3.5.0 release note shows there is a new feature that allow user 
> change Android Activity launch mode.
> http://cordova.apache.org/announcements/2014/05/23/cordova-350.html
> It sounds interesting to me and I noticed cordova-android project can 
> generate a project use android:launchMode="singleTop" with 
> AndroidManifest.xml. But it will be override by cordova-cli. I found I must 
> add a preference to config.xml to make it appear in my project, which is not 
> mentioned in the Document:
> 
> Please add it to document.
> http://cordova.apache.org/docs/en/3.5.0/guide_platforms_android_config.md.html#Android%20Configuration



--
This message was sent by Atlassian JIRA
(v6.2#6252)