[GitHub] cordova-android pull request: CB-7827: Allow user to specify andro...

2015-02-25 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/cordova-android/pull/160 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the featur

[GitHub] cordova-android pull request: CB-7827: Allow user to specify andro...

2015-02-25 Thread agrieve
Github user agrieve commented on the pull request: https://github.com/apache/cordova-android/pull/160#issuecomment-76036058 Merged. dcff8794adb5a8e772a --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does

[GitHub] cordova-android pull request: CB-7827: Allow user to specify andro...

2015-02-24 Thread cjpearson
Github user cjpearson commented on the pull request: https://github.com/apache/cordova-android/pull/160#issuecomment-75749293 @agrieve I've modified it to use --activity-name with nopt. I tried to follow the style of the iOS create script. --- If your project is set up for it, you ca

[GitHub] cordova-android pull request: CB-7827: Allow user to specify andro...

2015-02-23 Thread cjpearson
Github user cjpearson commented on a diff in the pull request: https://github.com/apache/cordova-android/pull/160#discussion_r25187348 --- Diff: bin/create --- @@ -23,14 +23,15 @@ var create = require('./lib/create'); var args = require('./lib/simpleargs').getArgs(process.argv

[GitHub] cordova-android pull request: CB-7827: Allow user to specify andro...

2015-02-23 Thread agrieve
Github user agrieve commented on a diff in the pull request: https://github.com/apache/cordova-android/pull/160#discussion_r25186024 --- Diff: bin/create --- @@ -23,14 +23,15 @@ var create = require('./lib/create'); var args = require('./lib/simpleargs').getArgs(process.argv);

[GitHub] cordova-android pull request: CB-7827: Allow user to specify andro...

2015-02-22 Thread cjpearson
GitHub user cjpearson opened a pull request: https://github.com/apache/cordova-android/pull/160 CB-7827: Allow user to specify android activity name This change adds a parameter to create to allow the user to specify an activity name. If none is specified it will still default to Ma