[GitHub] cordova-android pull request: CB-9149: Make gradle alias subprojec...

2015-06-11 Thread agrieve
Github user agrieve commented on a diff in the pull request: https://github.com/apache/cordova-android/pull/182#discussion_r32287653 --- Diff: bin/templates/cordova/lib/build.js --- @@ -245,18 +258,29 @@ var builders

[GitHub] cordova-android pull request: CB-9149: Make gradle alias subprojec...

2015-06-11 Thread agrieve
Github user agrieve commented on a diff in the pull request: https://github.com/apache/cordova-android/pull/182#discussion_r32287669 --- Diff: bin/templates/cordova/lib/build.js --- @@ -245,18 +258,29 @@ var builders

[GitHub] cordova-android pull request: CB-9149: Make gradle alias subprojec...

2015-06-11 Thread agrieve
Github user agrieve commented on a diff in the pull request: https://github.com/apache/cordova-android/pull/182#discussion_r3228 --- Diff: bin/templates/cordova/lib/build.js --- @@ -102,6 +102,19 @@ function hasCustomRules() { return fs.existsSync(path.join(ROOT

[GitHub] cordova-android pull request: CB-9149: Make gradle alias subprojec...

2015-06-11 Thread agrieve
Github user agrieve commented on the pull request: https://github.com/apache/cordova-android/pull/182#issuecomment-111340031 a few nits, but LGTM! Thanks for doing this. --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well

[GitHub] cordova-plugin-splashscreen pull request: CB-8396 - Read property ...

2015-05-28 Thread agrieve
Github user agrieve commented on a diff in the pull request: https://github.com/apache/cordova-plugin-splashscreen/pull/48#discussion_r31235221 --- Diff: src/android/SplashScreen.java --- @@ -91,7 +91,9 @@ protected void pluginInitialize() { firstShow = false

[GitHub] cordova-lib pull request: CB-9033 : fix WatchKit support

2015-05-20 Thread agrieve
Github user agrieve commented on the pull request: https://github.com/apache/cordova-lib/pull/219#issuecomment-103903180 Looks like this pr breaks tests. Could you please address? (run npm test) --- If your project is set up for it, you can reply to this email and have your reply

[GitHub] cordova-coho pull request: Add command to merge PR

2015-05-20 Thread agrieve
Github user agrieve commented on a diff in the pull request: https://github.com/apache/cordova-coho/pull/78#discussion_r30717099 --- Diff: src/executil.js --- @@ -52,7 +52,7 @@ function execHelper(cmdAndArgs, silent, allowError) { var result = superspawn.spawn(cmdAndArgs[0

[GitHub] cordova-coho pull request: Add command to merge PR

2015-05-20 Thread agrieve
Github user agrieve commented on the pull request: https://github.com/apache/cordova-coho/pull/78#issuecomment-103934974 LGTM! --- 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

[GitHub] cordova-coho pull request: Add command to merge PR

2015-05-19 Thread agrieve
Github user agrieve commented on a diff in the pull request: https://github.com/apache/cordova-coho/pull/78#discussion_r30661261 --- Diff: src/merge-pr.js --- @@ -0,0 +1,62 @@ + +var flagutil = require('./flagutil'); +var optimist = require('optimist'); +var shelljs

[GitHub] cordova-coho pull request: Add command to merge PR

2015-05-19 Thread agrieve
Github user agrieve commented on the pull request: https://github.com/apache/cordova-coho/pull/78#issuecomment-103703256 Awesome addition! --- 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

[GitHub] cordova-coho pull request: Add command to merge PR

2015-05-19 Thread agrieve
Github user agrieve commented on a diff in the pull request: https://github.com/apache/cordova-coho/pull/78#discussion_r30661140 --- Diff: src/merge-pr.js --- @@ -0,0 +1,62 @@ + --- End diff -- missing header --- If your project is set up for it, you can reply

[GitHub] cordova-coho pull request: Add command to merge PR

2015-05-19 Thread agrieve
Github user agrieve commented on a diff in the pull request: https://github.com/apache/cordova-coho/pull/78#discussion_r30661704 --- Diff: src/merge-pr.js --- @@ -0,0 +1,62 @@ + +var flagutil = require('./flagutil'); +var optimist = require('optimist'); +var shelljs

[GitHub] cordova-android pull request: CB-3360 Set custom User-Agent

2015-05-06 Thread agrieve
Github user agrieve commented on the pull request: https://github.com/apache/cordova-android/pull/162#issuecomment-99489261 (and thanks!) --- 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

[GitHub] cordova-android pull request: CB-3360 Set custom User-Agent

2015-05-06 Thread agrieve
Github user agrieve commented on the pull request: https://github.com/apache/cordova-android/pull/162#issuecomment-99489147 Merged. would be great if you could do another PR to update the docs: https://github.com/apache/cordova-docs/blob/master/docs/en/edge/guide/platforms/android

[GitHub] cordova-lib pull request: Remove hardcoded reference to registry.n...

2015-05-05 Thread agrieve
Github user agrieve commented on the pull request: https://github.com/apache/cordova-lib/pull/211#issuecomment-99094530 Thanks Matt! JIRA for this: https://issues.apache.org/jira/browse/CB-8956 --- If your project is set up for it, you can reply to this email and have your reply

[GitHub] cordova-lib pull request: CB-8757 - Resolve symlinks in order to a...

2015-05-05 Thread agrieve
Github user agrieve commented on a diff in the pull request: https://github.com/apache/cordova-lib/pull/212#discussion_r29671237 --- Diff: cordova-lib/src/plugman/plugman.js --- @@ -89,9 +90,12 @@ plugman.commands = { plugman.owner(cli_opts.argv.remain

[GitHub] cordova-lib pull request: CB-8757 - Resolve symlinks in order to a...

2015-05-05 Thread agrieve
Github user agrieve commented on a diff in the pull request: https://github.com/apache/cordova-lib/pull/212#discussion_r29683101 --- Diff: cordova-lib/src/plugman/plugman.js --- @@ -228,3 +228,4 @@ plugman.commands = { }; module.exports = plugman; + --- End

[GitHub] cordova-plugman pull request: CB-8757 - Resolve any symlinks in or...

2015-05-04 Thread agrieve
Github user agrieve commented on a diff in the pull request: https://github.com/apache/cordova-plugman/pull/83#discussion_r29583217 --- Diff: main.js --- @@ -60,6 +61,9 @@ var cli_opts = nopt(known_opts, shortHands); var cmd = cli_opts.argv.remain.shift

[GitHub] cordova-android pull request: CB-8902: use immersive mode when ava...

2015-04-24 Thread agrieve
Github user agrieve commented on a diff in the pull request: https://github.com/apache/cordova-android/pull/175#discussion_r29046326 --- Diff: framework/src/org/apache/cordova/CordovaActivity.java --- @@ -130,6 +147,18 @@ public void onCreate(Bundle savedInstanceState

[GitHub] cordova-android pull request: CB-8902: use immersive mode when ava...

2015-04-24 Thread agrieve
Github user agrieve commented on a diff in the pull request: https://github.com/apache/cordova-android/pull/175#discussion_r29046696 --- Diff: framework/src/org/apache/cordova/CordovaActivity.java --- @@ -130,6 +147,18 @@ public void onCreate(Bundle savedInstanceState

[GitHub] cordova-android pull request: CB-8902: use immersive mode when ava...

2015-04-24 Thread agrieve
Github user agrieve commented on a diff in the pull request: https://github.com/apache/cordova-android/pull/175#discussion_r29046647 --- Diff: framework/src/org/apache/cordova/CordovaActivity.java --- @@ -115,8 +116,24 @@ public void onCreate(Bundle savedInstanceState

[GitHub] cordova-plugin-splashscreen pull request: Add fullscreen options

2015-04-24 Thread agrieve
Github user agrieve commented on a diff in the pull request: https://github.com/apache/cordova-plugin-splashscreen/pull/45#discussion_r29045852 --- Diff: README.md --- @@ -54,12 +54,18 @@ In your `config.xml`, you need to add the following preferences: preference name

[GitHub] cordova-android pull request: CB-8902: use immersive mode when ava...

2015-04-24 Thread agrieve
Github user agrieve commented on a diff in the pull request: https://github.com/apache/cordova-android/pull/175#discussion_r29046516 --- Diff: framework/src/org/apache/cordova/CordovaActivity.java --- @@ -115,8 +116,24 @@ public void onCreate(Bundle savedInstanceState

[GitHub] cordova-plugin-splashscreen pull request: Add fullscreen options

2015-04-24 Thread agrieve
Github user agrieve commented on a diff in the pull request: https://github.com/apache/cordova-plugin-splashscreen/pull/45#discussion_r29045956 --- Diff: src/android/SplashScreen.java --- @@ -254,8 +262,12 @@ public void run

[GitHub] cordova-plugin-camera pull request: solves CB-8804 https://github....

2015-04-22 Thread agrieve
Github user agrieve commented on a diff in the pull request: https://github.com/apache/cordova-plugin-camera/pull/83#discussion_r28881787 --- Diff: src/android/CameraLauncher.java --- @@ -163,7 +167,15 @@ else if ((srcType == PHOTOLIBRARY) || (srcType == SAVEDPHOTOALBUM

[GitHub] cordova-plugin-camera pull request: solves CB-8804 https://github....

2015-04-22 Thread agrieve
Github user agrieve commented on a diff in the pull request: https://github.com/apache/cordova-plugin-camera/pull/83#discussion_r28882307 --- Diff: src/android/CameraLauncher.java --- @@ -632,73 +645,79 @@ else if (destType == FILE_URI || destType == NATIVE_URI

[GitHub] cordova-plugin-camera pull request: solves CB-8804 https://github....

2015-04-22 Thread agrieve
Github user agrieve commented on a diff in the pull request: https://github.com/apache/cordova-plugin-camera/pull/83#discussion_r28882407 --- Diff: www/Camera.js --- @@ -72,4 +72,8 @@ cameraExport.cleanup = function(successCallback, errorCallback) { exec(successCallback

[GitHub] cordova-plugin-camera pull request: solves CB-8804 https://github....

2015-04-21 Thread agrieve
Github user agrieve commented on the pull request: https://github.com/apache/cordova-plugin-camera/pull/83#issuecomment-94831626 just went to have a look but the diff has changes that you didn't make in it. Can you try rebasing? --- If your project is set up for it, you can reply

[GitHub] cordova-android pull request: fix package name validation

2015-04-15 Thread agrieve
Github user agrieve commented on the pull request: https://github.com/apache/cordova-android/pull/174#issuecomment-93614422 @boynet - your fiddle doesn't use the regex that's checked in. http://jsfiddle.net/hakxc2uv/ shows that the regexp as-is works fine for your case (I

[GitHub] cordova-android pull request: fix CB-8684 - support onStart/onStop...

2015-04-08 Thread agrieve
Github user agrieve commented on a diff in the pull request: https://github.com/apache/cordova-android/pull/173#discussion_r28009343 --- Diff: framework/src/org/apache/cordova/CordovaActivity.java --- @@ -95,6 +95,9 @@ Licensed to the Apache Software Foundation (ASF) under one

[GitHub] cordova-plugin-splashscreen pull request: CB-3679 Break Android sp...

2015-04-07 Thread agrieve
Github user agrieve closed the pull request at: https://github.com/apache/cordova-plugin-splashscreen/pull/32 --- 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

[GitHub] cordova-plugin-splashscreen pull request: CB-3679 Break Android sp...

2015-04-07 Thread agrieve
Github user agrieve commented on the pull request: https://github.com/apache/cordova-plugin-splashscreen/pull/32#issuecomment-90591245 This was merged. Will be applicable for cordova-android@4.0.0 --- If your project is set up for it, you can reply to this email and have your reply

[GitHub] cordova-android pull request: 3.7.x

2015-04-07 Thread agrieve
Github user agrieve commented on the pull request: https://github.com/apache/cordova-android/pull/172#issuecomment-90602838 Was this PR opened by mistake? Missing a description. --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub

[GitHub] cordova-docs pull request: CB-8484 Add documentation for signing a...

2015-04-07 Thread agrieve
Github user agrieve commented on a diff in the pull request: https://github.com/apache/cordova-docs/pull/277#discussion_r27888531 --- Diff: docs/en/edge/guide/platforms/android/tools.md --- @@ -85,6 +85,43 @@ AVD is available as a target, you're prompted to select one

[GitHub] cordova-docs pull request: CB-8484 Add documentation for signing a...

2015-04-07 Thread agrieve
Github user agrieve commented on a diff in the pull request: https://github.com/apache/cordova-docs/pull/277#discussion_r27888508 --- Diff: docs/en/edge/guide/platforms/android/tools.md --- @@ -85,6 +85,43 @@ AVD is available as a target, you're prompted to select one

[GitHub] cordova-docs pull request: CB-8500 Documentation update for signin...

2015-04-07 Thread agrieve
Github user agrieve commented on the pull request: https://github.com/apache/cordova-docs/pull/267#issuecomment-90716706 Do we still want this change given that both gradle and ant-style are accepted? I'm thinking no since I find gradle-style makes more sense. If so, though, need

[GitHub] cordova-android pull request: CB-8484: Adds support creating signe...

2015-04-01 Thread agrieve
Github user agrieve commented on the pull request: https://github.com/apache/cordova-android/pull/164#issuecomment-88668426 Merged! --- 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

[GitHub] cordova-android pull request: CB-8484: Adds support creating signe...

2015-04-01 Thread agrieve
Github user agrieve commented on a diff in the pull request: https://github.com/apache/cordova-android/pull/164#discussion_r27591881 --- Diff: bin/templates/cordova/lib/build.js --- @@ -422,11 +500,18 @@ function parseOpts(options, resolvedTarget) { module.exports.runClean

[GitHub] cordova-android pull request: CB-3360 Set custom User-Agent

2015-04-01 Thread agrieve
Github user agrieve commented on a diff in the pull request: https://github.com/apache/cordova-android/pull/162#discussion_r27606969 --- Diff: framework/src/org/apache/cordova/engine/SystemWebViewEngine.java --- @@ -199,7 +199,19 @@ private void initWebViewSettings

[GitHub] cordova-android pull request: solves CB-8768 issue where onActivit...

2015-03-31 Thread agrieve
Github user agrieve commented on the pull request: https://github.com/apache/cordova-android/pull/171#issuecomment-88189256 Awesome! Merged and made one minor change: Removed onCordovaInit from CordovaInterface (but left it in CordovaInterfaceImpl). If it were to be called from

[GitHub] cordova-android pull request: CB-8484: Adds support creating signe...

2015-03-31 Thread agrieve
Github user agrieve commented on a diff in the pull request: https://github.com/apache/cordova-android/pull/164#discussion_r27536261 --- Diff: bin/templates/cordova/lib/build.js --- @@ -402,6 +440,16 @@ function parseOpts(options, resolvedTarget) { case

[GitHub] cordova-android pull request: CB-8484: Adds support creating signe...

2015-03-31 Thread agrieve
Github user agrieve commented on a diff in the pull request: https://github.com/apache/cordova-android/pull/164#discussion_r27536475 --- Diff: bin/templates/cordova/lib/build.js --- @@ -422,11 +500,18 @@ function parseOpts(options, resolvedTarget) { module.exports.runClean

[GitHub] cordova-plugins pull request: CB-6289 Keyboard plugin on Android

2015-03-30 Thread agrieve
Github user agrieve commented on a diff in the pull request: https://github.com/apache/cordova-plugins/pull/15#discussion_r27393159 --- Diff: keyboard/src/android/Keyboard.java --- @@ -0,0 +1,124 @@ +/* + Licensed to the Apache Software Foundation (ASF) under one

[GitHub] cordova-android pull request: solves CB-8768 issue where onActivit...

2015-03-30 Thread agrieve
Github user agrieve commented on a diff in the pull request: https://github.com/apache/cordova-android/pull/170#discussion_r27391907 --- Diff: framework/src/org/apache/cordova/CordovaActivity.java --- @@ -314,10 +318,52 @@ public void startActivityForResult(Intent intent, int

[GitHub] cordova-plugins pull request: CB-8337: Fix keyboardShrinksView for...

2015-03-30 Thread agrieve
Github user agrieve commented on the pull request: https://github.com/apache/cordova-plugins/pull/18#issuecomment-87696102 Merged this in, but last I recall discussing the plugin on the dev mailinglist, I don't think anyone was interested in pursuing it. Might try raising the subject

[GitHub] cordova-plugins pull request: CB-6289 Keyboard plugin on Android

2015-03-30 Thread agrieve
Github user agrieve commented on a diff in the pull request: https://github.com/apache/cordova-plugins/pull/15#discussion_r27393052 --- Diff: keyboard/src/android/Keyboard.java --- @@ -0,0 +1,124 @@ +/* + Licensed to the Apache Software Foundation (ASF) under one

[GitHub] cordova-plugin-splashscreen pull request: CB-8753 Maintain splash ...

2015-03-30 Thread agrieve
Github user agrieve commented on a diff in the pull request: https://github.com/apache/cordova-plugin-splashscreen/pull/43#discussion_r27413370 --- Diff: src/android/SplashScreen.java --- @@ -194,9 +263,25 @@ public void run() { // TODO: Use the background

[GitHub] cordova-plugin-splashscreen pull request: CB-8753 Maintain splash ...

2015-03-30 Thread agrieve
Github user agrieve commented on a diff in the pull request: https://github.com/apache/cordova-plugin-splashscreen/pull/43#discussion_r27413145 --- Diff: src/android/SplashScreen.java --- @@ -151,13 +193,40 @@ public Object onMessage(String id, Object data

[GitHub] cordova-plugin-splashscreen pull request: CB-8753 Maintain splash ...

2015-03-30 Thread agrieve
Github user agrieve commented on a diff in the pull request: https://github.com/apache/cordova-plugin-splashscreen/pull/43#discussion_r27413236 --- Diff: src/android/SplashScreen.java --- @@ -151,13 +193,40 @@ public Object onMessage(String id, Object data

[GitHub] cordova-plugin-splashscreen pull request: CB-8753 Maintain splash ...

2015-03-30 Thread agrieve
Github user agrieve commented on the pull request: https://github.com/apache/cordova-plugin-splashscreen/pull/43#issuecomment-87767088 Good stuff! A few minor comments then we're good to go I think! --- If your project is set up for it, you can reply to this email and have your

[GitHub] cordova-plugin-splashscreen pull request: CB-8753 Maintain splash ...

2015-03-30 Thread agrieve
Github user agrieve commented on a diff in the pull request: https://github.com/apache/cordova-plugin-splashscreen/pull/43#discussion_r27412851 --- Diff: src/android/SplashScreen.java --- @@ -37,6 +39,19 @@ Licensed to the Apache Software Foundation (ASF) under one import

[GitHub] cordova-plugins pull request: CB-6289 Keyboard plugin on Android

2015-03-30 Thread agrieve
Github user agrieve commented on a diff in the pull request: https://github.com/apache/cordova-plugins/pull/15#discussion_r27444603 --- Diff: keyboard/src/android/Keyboard.java --- @@ -0,0 +1,124 @@ +/* + Licensed to the Apache Software Foundation (ASF) under one

[GitHub] cordova-plugin-splashscreen pull request: CB-8753 Maintain splash ...

2015-03-30 Thread agrieve
Github user agrieve commented on a diff in the pull request: https://github.com/apache/cordova-plugin-splashscreen/pull/43#discussion_r27446516 --- Diff: src/android/SplashScreen.java --- @@ -194,9 +263,25 @@ public void run() { // TODO: Use the background

[GitHub] cordova-plugin-splashscreen pull request: CB-8753 Maintain splash ...

2015-03-30 Thread agrieve
Github user agrieve commented on a diff in the pull request: https://github.com/apache/cordova-plugin-splashscreen/pull/43#discussion_r27444238 --- Diff: src/android/SplashScreen.java --- @@ -151,13 +193,40 @@ public Object onMessage(String id, Object data

[GitHub] cordova-plugins pull request: CB-6289 Keyboard plugin on Android

2015-03-30 Thread agrieve
Github user agrieve commented on a diff in the pull request: https://github.com/apache/cordova-plugins/pull/15#discussion_r2735 --- Diff: keyboard/src/android/Keyboard.java --- @@ -0,0 +1,124 @@ +/* + Licensed to the Apache Software Foundation (ASF) under one

[GitHub] cordova-android pull request: CB-8484: Adds support creating signe...

2015-03-30 Thread agrieve
Github user agrieve commented on a diff in the pull request: https://github.com/apache/cordova-android/pull/164#discussion_r27446054 --- Diff: bin/templates/cordova/lib/build.js --- @@ -409,7 +457,31 @@ function parseOpts(options, resolvedTarget) { console.warn

[GitHub] cordova-android pull request: CB-8484: Adds support creating signe...

2015-03-30 Thread agrieve
Github user agrieve commented on a diff in the pull request: https://github.com/apache/cordova-android/pull/164#discussion_r27446058 --- Diff: bin/templates/cordova/lib/build.js --- @@ -409,7 +457,31 @@ function parseOpts(options, resolvedTarget) { console.warn

[GitHub] cordova-android pull request: CB-8484: Adds support creating signe...

2015-03-30 Thread agrieve
Github user agrieve commented on a diff in the pull request: https://github.com/apache/cordova-android/pull/164#discussion_r27446020 --- Diff: bin/templates/cordova/lib/build.js --- @@ -530,8 +609,54 @@ module.exports.findBestApkForArchitecture = function(buildResults, arch

[GitHub] cordova-plugin-splashscreen pull request: CB-8753 Maintain splash ...

2015-03-30 Thread agrieve
Github user agrieve commented on a diff in the pull request: https://github.com/apache/cordova-plugin-splashscreen/pull/43#discussion_r27444149 --- Diff: src/android/SplashScreen.java --- @@ -194,9 +263,25 @@ public void run() { // TODO: Use the background

[GitHub] cordova-android pull request: CB-8484: Adds support creating signe...

2015-03-30 Thread agrieve
Github user agrieve commented on a diff in the pull request: https://github.com/apache/cordova-android/pull/164#discussion_r27446338 --- Diff: bin/templates/cordova/lib/build.js --- @@ -409,7 +457,31 @@ function parseOpts(options, resolvedTarget) { console.warn

[GitHub] cordova-android pull request: CB-8484: Adds support creating signe...

2015-03-30 Thread agrieve
Github user agrieve commented on a diff in the pull request: https://github.com/apache/cordova-android/pull/164#discussion_r27446385 --- Diff: bin/templates/cordova/lib/build.js --- @@ -422,11 +477,15 @@ function parseOpts(options, resolvedTarget) { module.exports.runClean

[GitHub] cordova-android pull request: CB-8484: Adds support creating signe...

2015-03-30 Thread agrieve
Github user agrieve commented on a diff in the pull request: https://github.com/apache/cordova-android/pull/164#discussion_r27445351 --- Diff: bin/templates/cordova/lib/build.js --- @@ -372,6 +409,7 @@ function parseOpts(options, resolvedTarget

[GitHub] cordova-android pull request: CB-8484: Adds support creating signe...

2015-03-30 Thread agrieve
Github user agrieve commented on a diff in the pull request: https://github.com/apache/cordova-android/pull/164#discussion_r27445404 --- Diff: bin/templates/cordova/lib/build.js --- @@ -402,6 +440,16 @@ function parseOpts(options, resolvedTarget) { case

[GitHub] cordova-lib pull request: CB-8754 Auto-restoring a plugin fails wh...

2015-03-27 Thread agrieve
Github user agrieve commented on the pull request: https://github.com/apache/cordova-lib/pull/194#issuecomment-86956650 Nice clean-up! Let me know when comments are addressed and I'll merge it in. --- If your project is set up for it, you can reply to this email and have your reply

[GitHub] cordova-lib pull request: CB-8754 Auto-restoring a plugin fails wh...

2015-03-27 Thread agrieve
Github user agrieve commented on a diff in the pull request: https://github.com/apache/cordova-lib/pull/194#discussion_r27298069 --- Diff: cordova-lib/src/util/npm-helper.js --- @@ -0,0 +1,76 @@ +/** + Licensed to the Apache Software Foundation (ASF) under one + or more

[GitHub] cordova-lib pull request: CB-8754 Auto-restoring a plugin fails wh...

2015-03-27 Thread agrieve
Github user agrieve commented on a diff in the pull request: https://github.com/apache/cordova-lib/pull/194#discussion_r27298165 --- Diff: cordova-lib/src/plugman/registry/registry.js --- @@ -223,11 +211,13 @@ module.exports = { * @param {Boolean} determines if we are using

[GitHub] cordova-android pull request: CB-8753 Maintain splash screen aspec...

2015-03-27 Thread agrieve
Github user agrieve commented on the pull request: https://github.com/apache/cordova-android/pull/168#issuecomment-87076470 Install the plugin with the --link flag, and then you should be able to edit it in the projects and the changes will be reflected in the repo (it creates

[GitHub] cordova-android pull request: CB-8753 Maintain splash screen aspec...

2015-03-26 Thread agrieve
Github user agrieve commented on the pull request: https://github.com/apache/cordova-android/pull/168#issuecomment-86521912 Great questions. The statics are meant to prevent multiple splash screens from showing if there is more than one CordovaWebView within a project

[GitHub] cordova-android pull request: CB-8484: Adds support creating signe...

2015-03-26 Thread agrieve
Github user agrieve commented on a diff in the pull request: https://github.com/apache/cordova-android/pull/164#discussion_r27270342 --- Diff: bin/templates/cordova/lib/build.js --- @@ -422,11 +477,15 @@ function parseOpts(options, resolvedTarget) { module.exports.runClean

[GitHub] cordova-plugin-splashscreen pull request: Fixed installation instr...

2015-03-24 Thread agrieve
Github user agrieve commented on the pull request: https://github.com/apache/cordova-plugin-splashscreen/pull/40#issuecomment-85662478 The next version of the plugin will be installable by this name, it's just not working yet. --- If your project is set up for it, you can reply

[GitHub] cordova-plugin-network-information pull request: Allowing to exten...

2015-03-24 Thread agrieve
Github user agrieve commented on the pull request: https://github.com/apache/cordova-plugin-network-information/pull/26#issuecomment-85620698 I'd prefer not to open up the internals of the plugin, as that would increase the maintenance burden by broadening its API. It's not very big

[GitHub] cordova-android pull request: CB-8484: Adds support creating signe...

2015-03-18 Thread agrieve
Github user agrieve commented on a diff in the pull request: https://github.com/apache/cordova-android/pull/164#discussion_r26704092 --- Diff: bin/templates/cordova/lib/build.js --- @@ -409,7 +442,29 @@ function parseOpts(options, resolvedTarget) { console.warn

[GitHub] cordova-android pull request: CB-8484: Adds support creating signe...

2015-03-18 Thread agrieve
Github user agrieve commented on a diff in the pull request: https://github.com/apache/cordova-android/pull/164#discussion_r26704343 --- Diff: bin/templates/cordova/lib/build.js --- @@ -422,11 +477,15 @@ function parseOpts(options, resolvedTarget) { module.exports.runClean

[GitHub] cordova-android pull request: CB-8484: Adds support creating signe...

2015-03-18 Thread agrieve
Github user agrieve commented on a diff in the pull request: https://github.com/apache/cordova-android/pull/164#discussion_r26704402 --- Diff: bin/templates/cordova/lib/build.js --- @@ -530,8 +589,60 @@ module.exports.findBestApkForArchitecture = function(buildResults, arch

[GitHub] cordova-android pull request: CB-8484: Adds support creating signe...

2015-03-18 Thread agrieve
Github user agrieve commented on a diff in the pull request: https://github.com/apache/cordova-android/pull/164#discussion_r26704510 --- Diff: bin/templates/cordova/lib/build.js --- @@ -542,5 +653,12 @@ module.exports.help = function() { console.log('\'--versionCode

[GitHub] cordova-plugin-file pull request: CB-8554 Updated source to pass F...

2015-03-17 Thread agrieve
Github user agrieve commented on the pull request: https://github.com/apache/cordova-plugin-file/pull/102#issuecomment-82477043 Changes look good I think, but I've sadly landed some code before looking at this that causes it to not merge cleanly. Would you be able to rebase

[GitHub] cordova-plugin-file pull request: fix(ios): always use setters to ...

2015-03-17 Thread agrieve
Github user agrieve commented on the pull request: https://github.com/apache/cordova-plugin-file/pull/104#issuecomment-82476143 Why not just enable ARC on the file? Cordova its plugins now assume ARC to be enabled, so problems will just keep popping up without it I think

[GitHub] cordova-plugin-whitelist pull request: Test PR for github / JIRA i...

2015-03-13 Thread agrieve
GitHub user agrieve opened a pull request: https://github.com/apache/cordova-plugin-whitelist/pull/2 Test PR for github / JIRA integration You can merge this pull request into a Git repository by running: $ git pull https://github.com/agrieve/cordova-plugin-whitelist patch-1

[GitHub] cordova-plugin-whitelist pull request: Test PR for github / JIRA i...

2015-03-13 Thread agrieve
Github user agrieve commented on the pull request: https://github.com/apache/cordova-plugin-whitelist/pull/2#issuecomment-79145875 Test CB-4789 --- 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-plugin-whitelist pull request: Test PR for github / JIRA i...

2015-03-13 Thread agrieve
Github user agrieve closed the pull request at: https://github.com/apache/cordova-plugin-whitelist/pull/2 --- 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

[GitHub] cordova-plugin-camera pull request: Fix issue where android cordov...

2015-03-04 Thread agrieve
Github user agrieve commented on the pull request: https://github.com/apache/cordova-plugin-camera/pull/65#issuecomment-77190993 Change looks awesome! It's a bit much to pull in all at once though. Could you rebase this into three distinct commits (error msgs, dropbox fix, gallery

[GitHub] cordova-lib pull request: CB-8551 npm registry integration for fet...

2015-03-04 Thread agrieve
Github user agrieve commented on a diff in the pull request: https://github.com/apache/cordova-lib/pull/175#discussion_r25779722 --- Diff: cordova-lib/src/plugman/registry/registry.js --- @@ -236,15 +231,22 @@ function initSettings() { module.exports.settings = rc

[GitHub] cordova-lib pull request: CB-8551 npm registry integration for fet...

2015-03-03 Thread agrieve
Github user agrieve commented on a diff in the pull request: https://github.com/apache/cordova-lib/pull/175#discussion_r25725351 --- Diff: cordova-lib/src/plugman/registry/registry.js --- @@ -236,15 +231,22 @@ function initSettings() { module.exports.settings = rc

[GitHub] cordova-lib pull request: CB-8551 npm registry integration for fet...

2015-03-03 Thread agrieve
Github user agrieve commented on a diff in the pull request: https://github.com/apache/cordova-lib/pull/175#discussion_r25690407 --- Diff: cordova-lib/src/plugman/fetch.js --- @@ -147,6 +146,9 @@ function fetchPlugin(plugin_src, plugins_dir, options) { checkID

[GitHub] cordova-lib pull request: CB-8551 npm registry integration for fet...

2015-03-03 Thread agrieve
Github user agrieve commented on a diff in the pull request: https://github.com/apache/cordova-lib/pull/175#discussion_r25690632 --- Diff: cordova-lib/src/plugman/registry/registry.js --- @@ -322,3 +324,102 @@ function makeRequest (method, where, what, cb_) { return

[GitHub] cordova-lib pull request: CB-8551 npm registry integration for fet...

2015-03-03 Thread agrieve
Github user agrieve commented on a diff in the pull request: https://github.com/apache/cordova-lib/pull/175#discussion_r25690367 --- Diff: cordova-lib/src/cordova/plugin.js --- @@ -238,7 +239,21 @@ module.exports = function plugin(command, targets, opts

[GitHub] cordova-lib pull request: CB-8551 npm registry integration for fet...

2015-03-03 Thread agrieve
Github user agrieve commented on a diff in the pull request: https://github.com/apache/cordova-lib/pull/175#discussion_r25690540 --- Diff: cordova-lib/src/plugman/registry/registry.js --- @@ -236,15 +231,22 @@ function initSettings() { module.exports.settings = rc

[GitHub] cordova-lib pull request: CB-8551 npm registry integration for fet...

2015-03-03 Thread agrieve
Github user agrieve commented on a diff in the pull request: https://github.com/apache/cordova-lib/pull/175#discussion_r25691265 --- Diff: cordova-lib/src/plugman/registry/registry.js --- @@ -322,3 +324,102 @@ function makeRequest (method, where, what, cb_) { return

[GitHub] cordova-lib pull request: CB-8551 npm registry integration for fet...

2015-03-03 Thread agrieve
Github user agrieve commented on a diff in the pull request: https://github.com/apache/cordova-lib/pull/175#discussion_r25691366 --- Diff: cordova-lib/src/plugman/registry/registry.js --- @@ -322,3 +324,102 @@ function makeRequest (method, where, what, cb_) { return

[GitHub] cordova-lib pull request: CB-8551 npm registry integration for fet...

2015-03-03 Thread agrieve
Github user agrieve commented on a diff in the pull request: https://github.com/apache/cordova-lib/pull/175#discussion_r25691445 --- Diff: cordova-lib/package.json --- @@ -19,6 +19,7 @@ dependencies: { bplist-parser: 0.0.6, cordova-js: 3.8.0

[GitHub] cordova-lib pull request: CB-8499 `cordova platform save` should s...

2015-03-02 Thread agrieve
Github user agrieve commented on a diff in the pull request: https://github.com/apache/cordova-lib/pull/170#discussion_r25604353 --- Diff: cordova-lib/src/cordova/platform_metadata.js --- @@ -0,0 +1,102 @@ +/** +Licensed to the Apache Software Foundation (ASF) under one

[GitHub] cordova-lib pull request: CB-8499 `cordova platform save` should s...

2015-03-02 Thread agrieve
Github user agrieve commented on a diff in the pull request: https://github.com/apache/cordova-lib/pull/170#discussion_r25629266 --- Diff: cordova-lib/src/cordova/platform_metadata.js --- @@ -0,0 +1,102 @@ +/** +Licensed to the Apache Software Foundation (ASF) under one

[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-8255 Use properties rather than e...

2015-02-25 Thread agrieve
Github user agrieve closed the pull request at: https://github.com/apache/cordova-android/pull/145 --- 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

[GitHub] cordova-android pull request: CB-8382 Make CordovaActivity not imp...

2015-02-25 Thread agrieve
Github user agrieve closed the pull request at: https://github.com/apache/cordova-android/pull/152 --- 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

[GitHub] cordova-android pull request: Update gitignore

2015-02-25 Thread agrieve
Github user agrieve commented on the pull request: https://github.com/apache/cordova-android/pull/161#issuecomment-76035301 This is generated when using the cordova npm tool, but it's still a valid workflow to use the `bin/create` script directly. I don't think we'd want to add

[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-lib pull request: CB-7827: Allow user to specify android a...

2015-02-23 Thread agrieve
Github user agrieve commented on a diff in the pull request: https://github.com/apache/cordova-lib/pull/171#discussion_r25186284 --- Diff: cordova-lib/src/cordova/platform.js --- @@ -521,19 +521,27 @@ function getCreateArgs(platDetails, projectRoot, cfg, template_dir, opts

[GitHub] cordova-lib pull request: CB-8499 `cordova platform save` should s...

2015-02-23 Thread agrieve
Github user agrieve commented on a diff in the pull request: https://github.com/apache/cordova-lib/pull/170#discussion_r25224748 --- Diff: cordova-lib/src/cordova/platform_metadata.js --- @@ -0,0 +1,102 @@ +/** +Licensed to the Apache Software Foundation (ASF) under one

[GitHub] cordova-lib pull request: CB-8499 `cordova platform save` should s...

2015-02-23 Thread agrieve
Github user agrieve commented on a diff in the pull request: https://github.com/apache/cordova-lib/pull/170#discussion_r25224693 --- Diff: cordova-lib/src/cordova/platform_metadata.js --- @@ -0,0 +1,102 @@ +/** +Licensed to the Apache Software Foundation (ASF) under one

  1   2   3   4   >