[GitHub] cordova-lib pull request #472: CB-11645: Check for getEditConfigs before inv...

2016-07-29 Thread riknoll
Github user riknoll closed the pull request at: https://github.com/apache/cordova-lib/pull/472 --- 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 feature

[GitHub] cordova-lib issue #473: CB-11645 added check to see if getEditConfig exists ...

2016-07-29 Thread riknoll
Github user riknoll commented on the issue: https://github.com/apache/cordova-lib/pull/473 The only other consideration I can think of off the top of my head is that the edit-config stuff also made changes to the android.json (and other equivalent platform files) for edit-config

[GitHub] cordova-lib issue #472: CB-11645: Check for getEditConfigs before invoking i...

2016-07-29 Thread riknoll
Github user riknoll commented on the issue: https://github.com/apache/cordova-lib/pull/472 Closing in favor of #473 --- 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

[GitHub] cordova-lib issue #472: CB-11645: Check for getEditConfigs before invoking i...

2016-07-29 Thread riknoll
Github user riknoll commented on the issue: https://github.com/apache/cordova-lib/pull/472 @ktop @stevengill @vladimir-kotikov @TimBarham please take a look --- 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

[GitHub] cordova-lib pull request #472: CB-11645: Check for getEditConfigs before inv...

2016-07-29 Thread riknoll
GitHub user riknoll opened a pull request: https://github.com/apache/cordova-lib/pull/472 CB-11645: Check for getEditConfigs before invoking it on pluginInfo Adding a guard to prevent a type error when platforms and CLI have mismatching cordova-common versions. The issue here is

[GitHub] cordova-docs issue #614: CB-11023 New edit-config tag in plugin.xml

2016-07-22 Thread riknoll
Github user riknoll commented on the issue: https://github.com/apache/cordova-docs/pull/614 @macdonst any chance you can take over merging this? Been sick and swamped this week and I don't think I'll have a chance to test out the site before merging it in. --- If your

[GitHub] cordova-docs issue #614: CB-11023 New edit-config tag in plugin.xml

2016-07-12 Thread riknoll
Github user riknoll commented on the issue: https://github.com/apache/cordova-docs/pull/614 That make sense to me. I added a few more comments, but otherwise 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

[GitHub] cordova-docs pull request #614: CB-11023 New edit-config tag in plugin.xml

2016-07-12 Thread riknoll
Github user riknoll commented on a diff in the pull request: https://github.com/apache/cordova-docs/pull/614#discussion_r70540948 --- Diff: www/docs/en/dev/plugin_ref/spec.md --- @@ -365,6 +365,111 @@ For windows-specific attributes: ``` The above example will set pre-8.1

[GitHub] cordova-docs pull request #614: CB-11023 New edit-config tag in plugin.xml

2016-07-12 Thread riknoll
Github user riknoll commented on a diff in the pull request: https://github.com/apache/cordova-docs/pull/614#discussion_r70540822 --- Diff: www/docs/en/dev/plugin_ref/spec.md --- @@ -365,6 +365,111 @@ For windows-specific attributes: ``` The above example will set pre-8.1

[GitHub] cordova-docs pull request #614: CB-11023 New edit-config tag in plugin.xml

2016-07-12 Thread riknoll
Github user riknoll commented on a diff in the pull request: https://github.com/apache/cordova-docs/pull/614#discussion_r70540748 --- Diff: www/docs/en/dev/plugin_ref/spec.md --- @@ -365,6 +365,111 @@ For windows-specific attributes: ``` The above example will set pre-8.1

[GitHub] cordova-docs issue #614: CB-11023 New edit-config tag in plugin.xml

2016-07-11 Thread riknoll
Github user riknoll commented on the issue: https://github.com/apache/cordova-docs/pull/614 For the examples, I would just give a snippet of the AndroidMainfest and not the whole thing. There's a lot that doesn't change in the before and after. Secondly, the example of fo

[GitHub] cordova-plugin-camera issue #197: [CB-5195][CB-4078]: correctOrientation not...

2016-06-21 Thread riknoll
Github user riknoll commented on the issue: https://github.com/apache/cordova-plugin-camera/pull/197 @swbradshaw I apologize, I have not had a chance to test this out and I am not likely to anytime soon. Sorry, I should have left a comment --- If your project is set up for it, you

[GitHub] cordova-lib issue #449: CB-11023 Add edit-config functionality

2016-06-20 Thread riknoll
Github user riknoll commented on the issue: https://github.com/apache/cordova-lib/pull/449 Yep! The guide for writing xml references is [here](https://github.com/apache/cordova-docs/blob/master/doc/docs-STYLEGUIDE.md#xml-references). The file you need to edit is the one I linked in

[GitHub] cordova-lib issue #449: CB-11023 Add edit-config functionality

2016-06-20 Thread riknoll
Github user riknoll commented on the issue: https://github.com/apache/cordova-lib/pull/449 Done! Sorry for the delay. @ktop can you open a PR documenting this feature in the [plugin.xml reference](https://github.com/apache/cordova-docs/blob/master/www/docs/en/dev/plugin_ref/spec.md

[GitHub] cordova-lib issue #449: CB-11023 Add edit-config functionality

2016-06-14 Thread riknoll
Github user riknoll commented on the issue: https://github.com/apache/cordova-lib/pull/449 This is working fine for me! When this feature gets documented, we need to make sure to document how to get your project back in order if you mess it up by adding a plugin with `--force`. I

[GitHub] cordova-lib issue #449: CB-11023 Add edit-config functionality

2016-06-09 Thread riknoll
Github user riknoll commented on the issue: https://github.com/apache/cordova-lib/pull/449 @ktop Run `git log` and check out the author field. Your email shows up, but the name is unknown for some reason. As for the force add thing, that sounds fine to me. There are two

[GitHub] cordova-lib issue #449: CB-11023 Add edit-config functionality

2016-06-09 Thread riknoll
Github user riknoll commented on the issue: https://github.com/apache/cordova-lib/pull/449 I've tested it out and I think there needs to be a slight tweak to the `--force` behavior. When a plugin is force added, any conflicting edit-config changes it has should not be ap

[GitHub] cordova-lib issue #449: CB-11023 Add edit-config functionality

2016-06-09 Thread riknoll
Github user riknoll commented on the issue: https://github.com/apache/cordova-lib/pull/449 @ktop the author name on the commit is "unknown" --- 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 doe

[GitHub] cordova-lib pull request #449: CB-11023 Add edit-config functionality

2016-06-09 Thread riknoll
Github user riknoll commented on a diff in the pull request: https://github.com/apache/cordova-lib/pull/449#discussion_r66486389 --- Diff: cordova-common/src/ConfigChanges/ConfigChanges.js --- @@ -125,12 +128,32 @@ function remove_plugin_changes(pluginInfo, is_top_level

[GitHub] cordova-docs pull request: CB-11157 Fixing anchor generation

2016-05-23 Thread riknoll
Github user riknoll commented on the pull request: https://github.com/apache/cordova-docs/pull/604#issuecomment-221043107 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-cli pull request: CB-11284 Telemetry: Track platforms/plug...

2016-05-20 Thread riknoll
Github user riknoll commented on a diff in the pull request: https://github.com/apache/cordova-cli/pull/253#discussion_r64092365 --- Diff: src/cli.js --- @@ -143,20 +143,27 @@ module.exports = function (inputArgs, cb) { return cli(inputArgs); }).then(function

[GitHub] cordova-cli pull request: CB-11284 Telemetry: Track platforms/plug...

2016-05-20 Thread riknoll
Github user riknoll commented on a diff in the pull request: https://github.com/apache/cordova-cli/pull/253#discussion_r64091935 --- Diff: src/cli.js --- @@ -143,20 +143,27 @@ module.exports = function (inputArgs, cb) { return cli(inputArgs); }).then(function

[GitHub] cordova-lib pull request: CB-11023 Add attribute through config-fi...

2016-05-20 Thread riknoll
Github user riknoll commented on the pull request: https://github.com/apache/cordova-lib/pull/432#issuecomment-220658702 My suggestion was to separate editing and inserting altogether. Continue to have a `config-file` tag that works exactly like before for adding things to XML, and

[GitHub] cordova-lib pull request: CB-11023 Add attribute through config-fi...

2016-05-19 Thread riknoll
Github user riknoll commented on the pull request: https://github.com/apache/cordova-lib/pull/432#issuecomment-220467601 I think that the issue might be that we need to separate inserting child elements and editing existing ones. Something like this: ```xml

[GitHub] cordova-lib pull request: CB-11023 Add attribute through config-fi...

2016-05-19 Thread riknoll
Github user riknoll commented on the pull request: https://github.com/apache/cordova-lib/pull/432#issuecomment-220386776 @vladimir-kotikov yep, my thought's exactly! We definitely need to handle plugins conflicting with each other because any bugs caused by those conflicts

[GitHub] cordova-lib pull request: CB-11023 Add attribute through config-fi...

2016-05-18 Thread riknoll
Github user riknoll commented on the pull request: https://github.com/apache/cordova-lib/pull/432#issuecomment-220179183 @ktop I have a couple questions. First, do we have a plan for dealing with plugins that have conflicting attribute edits? For example, if plugin A has this in its

[GitHub] cordova-plugin-media pull request: CB-9741 Updated Android AudioPl...

2016-05-18 Thread riknoll
Github user riknoll closed the pull request at: https://github.com/apache/cordova-plugin-media/pull/72 --- 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

[GitHub] cordova-plugin-statusbar pull request: CB-10866: Adding engine inf...

2016-05-17 Thread riknoll
Github user riknoll commented on the pull request: https://github.com/apache/cordova-plugin-statusbar/pull/52#issuecomment-219884158 @rakatyal this one too! --- 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

[GitHub] cordova-plugin-inappbrowser pull request: CB-10866: Adding engine ...

2016-05-17 Thread riknoll
Github user riknoll commented on the pull request: https://github.com/apache/cordova-plugin-inappbrowser/pull/155#issuecomment-219869580 @rakatyal take a look real quick. The docs for this feature are [here](http://cordova.apache.org/docs/en/latest/guide/hybrid/plugins/index.html

[GitHub] cordova-plugin-whitelist pull request: CB-10866: Adding engine inf...

2016-05-17 Thread riknoll
Github user riknoll commented on the pull request: https://github.com/apache/cordova-plugin-whitelist/pull/18#issuecomment-219856568 This isn't a regression, and this PR has been open for quite a while so I'm going to merge this. That being said, I will create a JIRA beca

[GitHub] cordova-plugin-whitelist pull request: CB-10866: Adding engine inf...

2016-05-17 Thread riknoll
Github user riknoll commented on the pull request: https://github.com/apache/cordova-plugin-whitelist/pull/18#issuecomment-219847832 @stewshka the `cordovaDependencies` object is used by Cordova, not npm, so it isn't really covered in the npm docs. You can find our documentati

[GitHub] cordova-plugin-splashscreen pull request: CB-10866: Adding engine ...

2016-05-17 Thread riknoll
Github user riknoll closed the pull request at: https://github.com/apache/cordova-plugin-splashscreen/pull/94 --- 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

[GitHub] cordova-android pull request: Improving Android build output and v...

2016-05-16 Thread riknoll
Github user riknoll commented on the pull request: https://github.com/apache/cordova-android/pull/305#issuecomment-219589249 Sorry @jasongin, I made a few more updates. Mind taking a look? --- If your project is set up for it, you can reply to this email and have your reply appear on

[GitHub] cordova-labs pull request: CB-10974 Cordova file transfer Content-...

2016-05-16 Thread riknoll
Github user riknoll commented on the pull request: https://github.com/apache/cordova-labs/pull/13#issuecomment-219587750 @daserge issue is resolved and server should be updated! Let me know if it isn't! --- If your project is set up for it, you can reply to this email and have

[GitHub] cordova-labs pull request: CB-10974 Cordova file transfer Content-...

2016-05-16 Thread riknoll
Github user riknoll commented on the pull request: https://github.com/apache/cordova-labs/pull/13#issuecomment-219579494 @daserge I haven't forgotten! The issue is that some changes were recently made to the server configuration and the README appears to be out of date. I'm

[GitHub] cordova-windows pull request: Improving Windows build output and v...

2016-05-16 Thread riknoll
Github user riknoll commented on a diff in the pull request: https://github.com/apache/cordova-windows/pull/176#discussion_r63428275 --- Diff: bin/lib/create.js --- @@ -46,15 +47,15 @@ module.exports.create = function (destinationDir, config, options) { var root

[GitHub] cordova-docs pull request: Snapshotting dev to 6.x

2016-05-16 Thread riknoll
Github user riknoll commented on the pull request: https://github.com/apache/cordova-docs/pull/603#issuecomment-219550624 LGTM! Checked to make sure all changes were to `.md` files in 6.x and that seems to be the case. --- If your project is set up for it, you can reply to this

[GitHub] cordova-docs pull request: CB-11204: Updating windows platform req...

2016-05-16 Thread riknoll
Github user riknoll commented on the pull request: https://github.com/apache/cordova-docs/pull/602#issuecomment-219502716 LGTM! Only other comment is that it looks like you mention UWP but it doesn't show up in the screenshot --- If your project is set up for it, you can rep

[GitHub] cordova-docs pull request: CB-11204: Updating windows platform req...

2016-05-16 Thread riknoll
Github user riknoll commented on a diff in the pull request: https://github.com/apache/cordova-docs/pull/602#discussion_r63397530 --- Diff: www/docs/en/dev/guide/platforms/win8/index.md --- @@ -80,11 +80,10 @@ Install any edition of [Visual Studio](http://www.visualstudio.com

[GitHub] cordova-plugin-camera pull request: CB-11183 Appium tests: Added i...

2016-05-16 Thread riknoll
Github user riknoll commented on a diff in the pull request: https://github.com/apache/cordova-plugin-camera/pull/209#discussion_r63394154 --- Diff: appium-tests/helpers/cameraHelper.js --- @@ -103,11 +109,185 @@ module.exports.getPicture = function (opts, pid) { }, opts

[GitHub] cordova-plugin-camera pull request: CB-11183 Appium tests: Added i...

2016-05-16 Thread riknoll
Github user riknoll commented on a diff in the pull request: https://github.com/apache/cordova-plugin-camera/pull/209#discussion_r63387806 --- Diff: appium-tests/helpers/cameraHelper.js --- @@ -103,11 +109,185 @@ module.exports.getPicture = function (opts, pid) { }, opts

[GitHub] cordova-ios pull request: Improving iOS build output and verbose l...

2016-05-13 Thread riknoll
Github user riknoll commented on the pull request: https://github.com/apache/cordova-ios/pull/223#issuecomment-219194851 @omefire @jasongin @shazron please take a look when you have a moment --- If your project is set up for it, you can reply to this email and have your reply appear

[GitHub] cordova-windows pull request: Improving Windows build output and v...

2016-05-13 Thread riknoll
Github user riknoll commented on the pull request: https://github.com/apache/cordova-windows/pull/176#issuecomment-219187935 @jasongin I made a few tweaks based on some log messages in the iOS platform. Can you take another quick look? --- If your project is set up for it, you can

[GitHub] cordova-ios pull request: Improving iOS build output and verbose l...

2016-05-13 Thread riknoll
GitHub user riknoll opened a pull request: https://github.com/apache/cordova-ios/pull/223 Improving iOS build output and verbose logging Improving grammar, consistency of language, detail, etc. for verbose and regular output. Also made to more closely match the output of the

[GitHub] cordova-plugin-camera pull request: CB-11183 Appium tests: Added i...

2016-05-13 Thread riknoll
Github user riknoll commented on the pull request: https://github.com/apache/cordova-plugin-camera/pull/209#issuecomment-219182375 Awesome! LGTM other than the one comment --- 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-labs pull request: CB-10974 Cordova file transfer Content-...

2016-05-13 Thread riknoll
Github user riknoll commented on the pull request: https://github.com/apache/cordova-labs/pull/13#issuecomment-219181062 @daserge sorry for the delay, I am verifying something and then will do the deploy ASAP --- If your project is set up for it, you can reply to this email and have

[GitHub] cordova-plugin-camera pull request: CB-11183 Appium tests: Added i...

2016-05-13 Thread riknoll
Github user riknoll commented on a diff in the pull request: https://github.com/apache/cordova-plugin-camera/pull/209#discussion_r63256712 --- Diff: appium-tests/helpers/cameraHelper.js --- @@ -103,11 +109,185 @@ module.exports.getPicture = function (opts, pid) { }, opts

[GitHub] cordova-plugin-camera pull request: Moving message in PR template ...

2016-05-13 Thread riknoll
Github user riknoll commented on the pull request: https://github.com/apache/cordova-plugin-camera/pull/215#issuecomment-219136559 I wonder if we should shorten the commit message bullet so that it doesn't wrap lines like that? Maybe we can link to http://cordova.apach

[GitHub] cordova-plugin-camera pull request: Moving message in PR template ...

2016-05-13 Thread riknoll
Github user riknoll commented on the pull request: https://github.com/apache/cordova-plugin-camera/pull/215#issuecomment-219136048 @nikhilkh please review --- 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

[GitHub] cordova-plugin-camera pull request: Moving message in PR template ...

2016-05-13 Thread riknoll
GitHub user riknoll opened a pull request: https://github.com/apache/cordova-plugin-camera/pull/215 Moving message in PR template to a comment ### Platforms affected None! ### What does this PR do? Change the template that I am currently filling out so that the

[GitHub] cordova-cli pull request: CB-11263: 'cordova telemetry help' shoul...

2016-05-13 Thread riknoll
Github user riknoll commented on the pull request: https://github.com/apache/cordova-cli/pull/252#issuecomment-219114198 LGTM. Returning help isn't really consistent with any other commands in the CLI. Platform-specific ones (prepare, build, clean, etc.) generally throw an erro

[GitHub] cordova-lib pull request: Improving prepare and build output

2016-05-12 Thread riknoll
Github user riknoll commented on the pull request: https://github.com/apache/cordova-lib/pull/439#issuecomment-218911859 @stevengill done! --- 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-plugin-camera pull request: [CB-5195][CB-4078]: correctOri...

2016-05-12 Thread riknoll
Github user riknoll commented on the pull request: https://github.com/apache/cordova-plugin-camera/pull/197#issuecomment-218908787 @JEGardner apologies, this is a pretty big change and I haven't had an opportunity to review/test it. I'll try and take a look at it this we

[GitHub] cordova-lib pull request: Improving prepare and build output

2016-05-12 Thread riknoll
Github user riknoll commented on the pull request: https://github.com/apache/cordova-lib/pull/439#issuecomment-218892839 I'll merge whenever the Travis build finishes --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as wel

[GitHub] cordova-windows pull request: Improving Windows build output and v...

2016-05-12 Thread riknoll
Github user riknoll commented on the pull request: https://github.com/apache/cordova-windows/pull/176#issuecomment-21889 @jasongin removed the word please pretty much everywhere --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub

[GitHub] cordova-lib pull request: Improving prepare and build output

2016-05-12 Thread riknoll
Github user riknoll commented on a diff in the pull request: https://github.com/apache/cordova-lib/pull/439#discussion_r63097000 --- Diff: cordova-lib/src/cordova/plugin.js --- @@ -286,7 +286,7 @@ module.exports = function plugin(command, targets, opts

[GitHub] cordova-medic pull request: Reorganized the config files and split...

2016-05-12 Thread riknoll
Github user riknoll commented on the pull request: https://github.com/apache/cordova-medic/pull/105#issuecomment-218884515 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-windows pull request: Improving Windows build output and v...

2016-05-12 Thread riknoll
GitHub user riknoll opened a pull request: https://github.com/apache/cordova-windows/pull/176 Improving Windows build output and verbose logging Improving grammar, consistency of language, detail, etc. for verbose and regular output. Also made to more closely match the output of

[GitHub] cordova-android pull request: Improving Android build output and v...

2016-05-11 Thread riknoll
GitHub user riknoll opened a pull request: https://github.com/apache/cordova-android/pull/305 Improving Android build output and verbose logging Improving grammar, consistency of language, detail, etc. for verbose and regular output. I'm going to use Android as an exampl

[GitHub] cordova-medic pull request: Adding Instructions for Jenkins setup

2016-05-11 Thread riknoll
Github user riknoll commented on the pull request: https://github.com/apache/cordova-medic/pull/104#issuecomment-218609674 Nitpick: You have a lot of long inline code blocks that span multiple lines. Might look better to just use non-inline code blocks (i.e. with \`\`\`). You can

[GitHub] cordova-medic pull request: Adding Instructions for Jenkins setup

2016-05-11 Thread riknoll
Github user riknoll commented on a diff in the pull request: https://github.com/apache/cordova-medic/pull/104#discussion_r62937577 --- Diff: JENKINS.md --- @@ -0,0 +1,123 @@ +# Jenkins Master Setup +## Purpose +The purpose of this document is to provide instructions on

[GitHub] cordova-lib pull request: Improving prepare and build output

2016-05-11 Thread riknoll
GitHub user riknoll opened a pull request: https://github.com/apache/cordova-lib/pull/439 Improving prepare and build output The purpose of this PR is to improve the quality and clarity of our logging (including verbose). Some things I tried to improve: * Consistency of

[GitHub] cordova-paramedic pull request: Choose Target and use it for loggi...

2016-05-11 Thread riknoll
Github user riknoll commented on a diff in the pull request: https://github.com/apache/cordova-paramedic/pull/5#discussion_r62926584 --- Diff: lib/paramedic.js --- @@ -175,39 +178,58 @@ ParamedicRunner.prototype.runTests = function() { reject(new Error('devi

[GitHub] cordova-docs pull request: CB-11253: Fixing sitemap url entries

2016-05-11 Thread riknoll
GitHub user riknoll opened a pull request: https://github.com/apache/cordova-docs/pull/601 CB-11253: Fixing sitemap url entries We were giving relative paths, we need to give full URLs. This should improve our SEO, hopefully. @nikhilkh take a quick look. You can merge this pull

[GitHub] cordova-docs pull request: CB-11253: Fixing sitemap url entries

2016-05-11 Thread riknoll
Github user riknoll commented on the pull request: https://github.com/apache/cordova-docs/pull/601#issuecomment-218561121 Changes entries like this ``` /news/2015/03/02/tools-release.html ``` to look like this: ``` https

[GitHub] cordova-plugin-camera pull request: CB-11183 Appium tests: Added i...

2016-05-11 Thread riknoll
Github user riknoll commented on the pull request: https://github.com/apache/cordova-plugin-camera/pull/209#issuecomment-218538540 It would be nice to refactor the specs a bit, because they seem to be 90% shared code. This looks pretty good! Reading the file and checking the

[GitHub] cordova-paramedic pull request: Choose Target and use it for loggi...

2016-05-10 Thread riknoll
Github user riknoll commented on a diff in the pull request: https://github.com/apache/cordova-paramedic/pull/5#discussion_r62734243 --- Diff: lib/utils/utilities.js --- @@ -50,10 +50,14 @@ function getSimId() { if (findSimResult.code > 0) { logger.er

[GitHub] cordova-paramedic pull request: Choose Target and use it for loggi...

2016-05-10 Thread riknoll
Github user riknoll commented on a diff in the pull request: https://github.com/apache/cordova-paramedic/pull/5#discussion_r62733686 --- Diff: lib/paramedic.js --- @@ -175,39 +178,58 @@ ParamedicRunner.prototype.runTests = function() { reject(new Error('devi

[GitHub] cordova-paramedic pull request: Choose Target and use it for loggi...

2016-05-10 Thread riknoll
Github user riknoll commented on a diff in the pull request: https://github.com/apache/cordova-paramedic/pull/5#discussion_r62733344 --- Diff: lib/ParamedicTargetChooser.js --- @@ -0,0 +1,127 @@ +var Q = require('q'); +var shelljs = require('shelljs&#

[GitHub] cordova-paramedic pull request: Choose Target and use it for loggi...

2016-05-10 Thread riknoll
Github user riknoll commented on a diff in the pull request: https://github.com/apache/cordova-paramedic/pull/5#discussion_r62733203 --- Diff: lib/ParamedicTargetChooser.js --- @@ -0,0 +1,127 @@ +var Q = require('q'); +var shelljs = require('shelljs&#

[GitHub] cordova-plugin-camera pull request: Add pull request template

2016-05-10 Thread riknoll
Github user riknoll commented on the pull request: https://github.com/apache/cordova-plugin-camera/pull/213#issuecomment-218253991 Do we need to provide a link for CCLA info just in case? Can we also suggest a format for PR titles? Something like: ``` [CB-12345]: Short

[GitHub] cordova-medic pull request: CB-11237: linking cordova-fetch

2016-05-10 Thread riknoll
Github user riknoll commented on the pull request: https://github.com/apache/cordova-medic/pull/102#issuecomment-218225885 @stevengill no worries! Thanks for taking a look! --- 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-medic pull request: CB-11237: linking cordova-fetch

2016-05-09 Thread riknoll
Github user riknoll commented on the pull request: https://github.com/apache/cordova-medic/pull/102#issuecomment-218028324 @rakatyal @stevengill please review --- 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

[GitHub] cordova-medic pull request: CB-11237: linking cordova-fetch

2016-05-09 Thread riknoll
GitHub user riknoll opened a pull request: https://github.com/apache/cordova-medic/pull/102 CB-11237: linking cordova-fetch See [CB-11237](https://issues.apache.org/jira/browse/CB-11237). I have not tested this code, because I do not have a buildbot dev environment set up. You can

[GitHub] cordova-docs pull request: CB-11203: Improving documentation of pl...

2016-05-09 Thread riknoll
Github user riknoll commented on the pull request: https://github.com/apache/cordova-docs/pull/595#issuecomment-217945411 @nikhilkh updated. I also added pointers to the CLI reference for the `--save` flag. Is that the right place? We are still planning on getting rid of [this page

[GitHub] cordova-docs pull request: Moving analytics script to head

2016-05-09 Thread riknoll
GitHub user riknoll opened a pull request: https://github.com/apache/cordova-docs/pull/596 Moving analytics script to head It looks like it got moved in a refactor. It needs to be in the head of every page to work properly according to this: https://support.google.com/analytics

[GitHub] cordova-paramedic pull request: Choose Target and use it for loggi...

2016-05-06 Thread riknoll
Github user riknoll commented on a diff in the pull request: https://github.com/apache/cordova-paramedic/pull/5#discussion_r62402348 --- Diff: lib/utils/utilities.js --- @@ -40,6 +40,57 @@ function getSimulatorsFolder() { return simulatorsFolderPath

[GitHub] cordova-paramedic pull request: Choose Target and use it for loggi...

2016-05-06 Thread riknoll
Github user riknoll commented on a diff in the pull request: https://github.com/apache/cordova-paramedic/pull/5#discussion_r62402014 --- Diff: lib/utils/utilities.js --- @@ -40,6 +40,57 @@ function getSimulatorsFolder() { return simulatorsFolderPath

[GitHub] cordova-paramedic pull request: Choose Target and use it for loggi...

2016-05-06 Thread riknoll
Github user riknoll commented on a diff in the pull request: https://github.com/apache/cordova-paramedic/pull/5#discussion_r62401164 --- Diff: lib/ParamedicTargetChooser.js --- @@ -0,0 +1,126 @@ +var Q = require('q'); +var shelljs = require('shelljs&#

[GitHub] cordova-paramedic pull request: Choose Target and use it for loggi...

2016-05-06 Thread riknoll
Github user riknoll commented on a diff in the pull request: https://github.com/apache/cordova-paramedic/pull/5#discussion_r62400361 --- Diff: lib/ParamedicAppUninstall.js --- @@ -0,0 +1,68 @@ +var shelljs = require('shelljs'); +var path= require('path

[GitHub] cordova-paramedic pull request: Choose Target and use it for loggi...

2016-05-06 Thread riknoll
Github user riknoll commented on a diff in the pull request: https://github.com/apache/cordova-paramedic/pull/5#discussion_r62400177 --- Diff: lib/ParamedicAppUninstall.js --- @@ -0,0 +1,68 @@ +var shelljs = require('shelljs'); +var path= require('path

[GitHub] cordova-lib pull request: CB-11134: Removing duplicated warning

2016-05-06 Thread riknoll
Github user riknoll commented on the pull request: https://github.com/apache/cordova-lib/pull/436#issuecomment-217513174 @omefire you are correct. That flag seems to be totally broken --- If your project is set up for it, you can reply to this email and have your reply appear on

[GitHub] cordova-lib pull request: CB-11134: Removing duplicated warning

2016-05-06 Thread riknoll
GitHub user riknoll opened a pull request: https://github.com/apache/cordova-lib/pull/436 CB-11134: Removing duplicated warning You can merge this pull request into a Git repository by running: $ git pull https://github.com/MSOpenTech/cordova-lib CB-11134 Alternatively you

[GitHub] cordova-docs pull request: CB-11203: Improving documentation of pl...

2016-05-04 Thread riknoll
Github user riknoll commented on the pull request: https://github.com/apache/cordova-docs/pull/595#issuecomment-217050499 @nikhilkh please review. --- 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

[GitHub] cordova-docs pull request: CB-11203: Improving documentation of pl...

2016-05-04 Thread riknoll
GitHub user riknoll opened a pull request: https://github.com/apache/cordova-docs/pull/595 CB-11203: Improving documentation of plugin CLI variables You can merge this pull request into a Git repository by running: $ git pull https://github.com/MSOpenTech/cordova-docs CB

[GitHub] cordova-docs pull request: CB-11196: Converting mark elements in d...

2016-05-04 Thread riknoll
Github user riknoll commented on the pull request: https://github.com/apache/cordova-docs/pull/593#issuecomment-217001592 @jasongin @rakatyal @purplecabbage updated. iOS logo back to normal and new logo for OS X. ![new_logos_xml_2](https://cloud.githubusercontent.com/assets

[GitHub] cordova-docs pull request: CB-11196: Converting mark elements in d...

2016-05-03 Thread riknoll
Github user riknoll commented on the pull request: https://github.com/apache/cordova-docs/pull/593#issuecomment-216668274 @jasongin maybe I can see about getting [this logo](http://www.apple.com/osx/) for OS X. Title text is added by docs.js [here](https://github.com/apache

[GitHub] cordova-docs pull request: CB-11196: Converting mark elements in d...

2016-05-03 Thread riknoll
Github user riknoll commented on the pull request: https://github.com/apache/cordova-docs/pull/593#issuecomment-216662778 Also note that this changes the iOS logo (see leftmost logo in attached image). The Apple logo is now used to indicate the OS X platform. The new iOS logo is sort

[GitHub] cordova-docs pull request: CB-11196: Converting mark elements in d...

2016-05-03 Thread riknoll
Github user riknoll commented on the pull request: https://github.com/apache/cordova-docs/pull/593#issuecomment-216661665 @rakatyal @nikhilkh please review. --- 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

[GitHub] cordova-docs pull request: CB-11196: Converting mark elements in d...

2016-05-03 Thread riknoll
Github user riknoll commented on the pull request: https://github.com/apache/cordova-docs/pull/593#issuecomment-216661525 Here is what it looks like. The logos appear under the attribute name. ![new_logos_xml](https://cloud.githubusercontent.com/assets/13754588/14998002

[GitHub] cordova-docs pull request: CB-11196: Converting mark elements in d...

2016-05-03 Thread riknoll
GitHub user riknoll opened a pull request: https://github.com/apache/cordova-docs/pull/593 CB-11196: Converting mark elements in docs to platform logos Changes the XML references to display platform logos rather than lists of highlighted platform names. Also adds new logos for iOS

[GitHub] cordova-docs pull request: Improving SEO for plugin api pages

2016-05-02 Thread riknoll
Github user riknoll commented on the pull request: https://github.com/apache/cordova-docs/pull/592#issuecomment-216400151 @nikhilkh @rakatyal take a look --- 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

[GitHub] cordova-docs pull request: Improving SEO for plugin api pages

2016-05-02 Thread riknoll
GitHub user riknoll opened a pull request: https://github.com/apache/cordova-docs/pull/592 Improving SEO for plugin api pages This changes all of our canonical links in docs to point to the pages at latest if available. It also adds redirects for all old versions of plugin pages

[GitHub] cordova-docs pull request: Removing NewVo from the app showcase

2016-05-02 Thread riknoll
GitHub user riknoll opened a pull request: https://github.com/apache/cordova-docs/pull/591 Removing NewVo from the app showcase The linked website does not appear to exist anymore You can merge this pull request into a Git repository by running: $ git pull https://github.com

[GitHub] cordova-windows pull request: CB-10653 Making the windows activati...

2016-04-29 Thread riknoll
Github user riknoll commented on the pull request: https://github.com/apache/cordova-windows/pull/173#issuecomment-215905585 Was there a reason we weren't saving all of the detail information before? --- If your project is set up for it, you can reply to this email and have

[GitHub] cordova-lib pull request: CB-11023 Add attribute through config-fi...

2016-04-29 Thread riknoll
Github user riknoll commented on the pull request: https://github.com/apache/cordova-lib/pull/432#issuecomment-215866756 @ktop config-file wasn't in config.xml before, but we wanted to add it because the number of config.xml attributes that just edit various native xml fil

[GitHub] cordova-plugin-contacts pull request: CB-11166 Added an Appium tes...

2016-04-29 Thread riknoll
Github user riknoll commented on a diff in the pull request: https://github.com/apache/cordova-plugin-contacts/pull/123#discussion_r61609305 --- Diff: appium-tests/common/common.spec.js --- @@ -133,7 +136,7 @@ describe('Contacts Android', function () {

[GitHub] cordova-plugin-contacts pull request: CB-11166 Added an Appium tes...

2016-04-29 Thread riknoll
Github user riknoll commented on the pull request: https://github.com/apache/cordova-plugin-contacts/pull/123#issuecomment-215809141 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

[GitHub] cordova-docs pull request: CB-11169: Adding new repo links to cont...

2016-04-28 Thread riknoll
GitHub user riknoll opened a pull request: https://github.com/apache/cordova-docs/pull/588 CB-11169: Adding new repo links to contribute page @rakatyal You can merge this pull request into a Git repository by running: $ git pull https://github.com/MSOpenTech/cordova-docs new

[GitHub] cordova-android pull request: CB-10096: Upgrading to Gradle Plugin...

2016-04-28 Thread riknoll
Github user riknoll commented on the pull request: https://github.com/apache/cordova-android/pull/300#issuecomment-215524649 I tried it out a bit just now (without crosswalk). Java code changes refreshed fine for me. The webview gets restarted of course, but my java changes were

  1   2   3   4   5   6   7   8   >