[GitHub] cordova-browser pull request: CB-8206: Browser platform: Add suppo...

2015-01-13 Thread nikhilkh
GitHub user nikhilkh opened a pull request: https://github.com/apache/cordova-browser/pull/6 CB-8206: Browser platform: Add support for update This change add supports for updating the browser platform. I ended up deleting a couple of log messages from create as there is no way to

[GitHub] cordova-browser pull request: CB-8206: Browser platform: Add suppo...

2015-01-13 Thread nikhilkh
Github user nikhilkh commented on a diff in the pull request: https://github.com/apache/cordova-browser/pull/6#discussion_r22905021 --- Diff: bin/lib/create.js --- @@ -26,14 +26,11 @@ var fs = require('fs'), ROOT= path.join(__dirname, '..', '

[GitHub] cordova-browser pull request: CB-8206: Browser platform: Add suppo...

2015-01-13 Thread nikhilkh
Github user nikhilkh commented on a diff in the pull request: https://github.com/apache/cordova-browser/pull/6#discussion_r22905187 --- Diff: bin/lib/update.js --- @@ -0,0 +1,59 @@ +/* + Licensed to the Apache Software Foundation (ASF) under one + or more

[GitHub] cordova-browser pull request: CB-8206: Browser platform: Add suppo...

2015-01-13 Thread nikhilkh
Github user nikhilkh commented on a diff in the pull request: https://github.com/apache/cordova-browser/pull/6#discussion_r22911133 --- Diff: node_modules/.bin/shjs --- @@ -1 +1,15 @@ -../shelljs/bin/shjs --- End diff -- This is done automagically by node on

[GitHub] cordova-browser pull request: CB-8206: Browser platform: Add suppo...

2015-01-14 Thread nikhilkh
Github user nikhilkh commented on a diff in the pull request: https://github.com/apache/cordova-browser/pull/6#discussion_r22961441 --- Diff: node_modules/.bin/shjs --- @@ -1 +1,15 @@ -../shelljs/bin/shjs --- End diff -- Good question @mmocny and you're no

[GitHub] cordova-browser pull request: CB-8206: Browser platform: Add suppo...

2015-01-14 Thread nikhilkh
Github user nikhilkh commented on the pull request: https://github.com/apache/cordova-browser/pull/6#issuecomment-70004026 @jsoref Thanks for reviewing this and the instructions for doing the git magic. It was useful. I have made the changes that you requested. --- If your project

[GitHub] cordova-wp8 pull request: CB-8310: Fix to cordova run wp8 to attem...

2015-01-16 Thread nikhilkh
GitHub user nikhilkh opened a pull request: https://github.com/apache/cordova-wp8/pull/70 CB-8310: Fix to cordova run wp8 to attempt to deploy to device before it... This change makes the cordova run wp8 behavior similar to Android. It attempts to deploy to device before trying the

[GitHub] cordova-browser pull request: CB-8224: Add support to launch a spe...

2015-01-16 Thread nikhilkh
GitHub user nikhilkh opened a pull request: https://github.com/apache/cordova-browser/pull/8 CB-8224: Add support to launch a specified browser using --target switch... With this change there is support for multiple browsers on Windows, Mac and Linux. I have tried my best to keep

[GitHub] cordova-browser pull request: CB-8206: Browser platform: Add suppo...

2015-01-22 Thread nikhilkh
Github user nikhilkh commented on the pull request: https://github.com/apache/cordova-browser/pull/6#issuecomment-71106847 Looking for anyone who can review this and commit it? It's quite a simple change. --- If your project is set up for it, you can reply to this email and

[GitHub] cordova-browser pull request: CB-8206: Browser platform: Add suppo...

2015-01-22 Thread nikhilkh
Github user nikhilkh commented on a diff in the pull request: https://github.com/apache/cordova-browser/pull/6#discussion_r23417160 --- Diff: bin/lib/create.js --- @@ -75,7 +69,7 @@ exports.createProject = function(project_path,package_name,project_name){ 

[GitHub] cordova-browser pull request: CB-8206: Browser platform: Add suppo...

2015-01-22 Thread nikhilkh
Github user nikhilkh commented on a diff in the pull request: https://github.com/apache/cordova-browser/pull/6#discussion_r23417228 --- Diff: bin/update --- @@ -0,0 +1,33 @@ +#!/usr/bin/env node + +/* + Licensed to the Apache Software Foundation (ASF) under

[GitHub] cordova-browser pull request: CB-8206: Browser platform: Add suppo...

2015-01-22 Thread nikhilkh
Github user nikhilkh commented on the pull request: https://github.com/apache/cordova-browser/pull/6#issuecomment-71115226 @jsoref Your comments have been addressed. I will wait for someone else to review this. A checklist would be great - looks like there is a doc here

[GitHub] cordova-browser pull request: CB-8206: Browser platform: Add suppo...

2015-01-23 Thread nikhilkh
Github user nikhilkh commented on the pull request: https://github.com/apache/cordova-browser/pull/6#issuecomment-71228160 @jsoref Updated the commit message. Please review and help merge to master. --- If your project is set up for it, you can reply to this email and have your reply

[GitHub] cordova-browser pull request: CB-8224: Add support to launch a spe...

2015-01-27 Thread nikhilkh
Github user nikhilkh commented on the pull request: https://github.com/apache/cordova-browser/pull/8#issuecomment-71756729 I rebased and updated this change. I would love someone to review this. Thanks! --- If your project is set up for it, you can reply to this email and have your

[GitHub] cordova-browser pull request: CB-8224: Add support to launch a spe...

2015-01-30 Thread nikhilkh
Github user nikhilkh commented on the pull request: https://github.com/apache/cordova-browser/pull/8#issuecomment-72233705 @stevengill I noticed you have made some changes in this area. Wondering if you can help review this? --- If your project is set up for it, you can reply to

[GitHub] cordova-plugin-test-framework pull request: CB-8388 Prevent Window...

2015-01-30 Thread nikhilkh
GitHub user nikhilkh opened a pull request: https://github.com/apache/cordova-plugin-test-framework/pull/9 CB-8388 Prevent Windows app from crashing on test failure You can merge this pull request into a Git repository by running: $ git pull https://github.com/MSOpenTech

[GitHub] cordova-plugin-test-framework pull request: CB-8385 Ensure plugin-...

2015-02-03 Thread nikhilkh
Github user nikhilkh commented on a diff in the pull request: https://github.com/apache/cordova-plugin-test-framework/pull/10#discussion_r24058292 --- Diff: www/medic.js --- @@ -35,30 +35,27 @@ exports.log = function() { }; exports.load = function (callback

[GitHub] cordova-plugin-test-framework pull request: CB-8385 Ensure plugin-...

2015-02-04 Thread nikhilkh
Github user nikhilkh commented on the pull request: https://github.com/apache/cordova-plugin-test-framework/pull/10#issuecomment-72810379 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

[GitHub] cordova-plugin-media pull request: CB-8428 Fix multiple `done()` c...

2015-02-04 Thread nikhilkh
GitHub user nikhilkh opened a pull request: https://github.com/apache/cordova-plugin-media/pull/44 CB-8428 Fix multiple `done()` calls in media plugin test This shows up as an issue on Windows when audio device is not configured correctly and an exception happens. You can merge

[GitHub] cordova-plugin-device pull request: Fixes a syntax error introduce...

2015-02-04 Thread nikhilkh
Github user nikhilkh commented on the pull request: https://github.com/apache/cordova-plugin-device/pull/30#issuecomment-72979743 @purplecabbage - Can you please commit this? This is breaking our medic setup. --- If your project is set up for it, you can reply to this email and

[GitHub] cordova-plugin-device pull request: Fixes a syntax error introduce...

2015-02-04 Thread nikhilkh
GitHub user nikhilkh opened a pull request: https://github.com/apache/cordova-plugin-device/pull/30 Fixes a syntax error introduced in 1a13ee0 You can merge this pull request into a Git repository by running: $ git pull https://github.com/MSOpenTech/cordova-plugin-device

[GitHub] cordova-medic pull request: Re-direct output of removing working d...

2015-02-04 Thread nikhilkh
GitHub user nikhilkh opened a pull request: https://github.com/apache/cordova-medic/pull/26 Re-direct output of removing working directory task You can merge this pull request into a Git repository by running: $ git pull https://github.com/MSOpenTech/cordova-medic redirect

[GitHub] cordova-medic pull request: Re-direct output of removing working d...

2015-02-05 Thread nikhilkh
GitHub user nikhilkh opened a pull request: https://github.com/apache/cordova-medic/pull/27 Re-direct output of removing working directory task I had a bug in my previous commit for this that I had updated on my local git but forgot to push. The issue is that rm.txt is getting

[GitHub] cordova-medic pull request: Fix Windows suspension issue and print...

2015-02-05 Thread nikhilkh
GitHub user nikhilkh opened a pull request: https://github.com/apache/cordova-medic/pull/28 Fix Windows suspension issue and print summary of failing tests You can merge this pull request into a Git repository by running: $ git pull https://github.com/MSOpenTech/cordova-medic

[GitHub] cordova-coho pull request: CB-8375 Improve windows support for for...

2015-02-10 Thread nikhilkh
Github user nikhilkh commented on the pull request: https://github.com/apache/cordova-coho/pull/62#issuecomment-73772237 @sgrebnov Can you please help 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-android pull request: CB-8500 Change gradle siging propert...

2015-02-17 Thread nikhilkh
GitHub user nikhilkh opened a pull request: https://github.com/apache/cordova-android/pull/155 CB-8500 Change gradle siging property names to be the same as Ant You can merge this pull request into a Git repository by running: $ git pull https://github.com/MSOpenTech/cordova

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

2015-02-17 Thread nikhilkh
GitHub user nikhilkh opened a pull request: https://github.com/apache/cordova-docs/pull/267 CB-8500 Documentation update for singing property name change You can merge this pull request into a Git repository by running: $ git pull https://github.com/MSOpenTech/cordova-docs CB

[GitHub] cordova-android pull request: CB-8500 Change gradle siging propert...

2015-02-17 Thread nikhilkh
Github user nikhilkh commented on the pull request: https://github.com/apache/cordova-android/pull/155#issuecomment-74747690 @agrieve @clelland Can you please take a look at this change? --- If your project is set up for it, you can reply to this email and have your reply appear on

[GitHub] cordova-android pull request: CB-8500 Change gradle signing proper...

2015-02-17 Thread nikhilkh
Github user nikhilkh commented on the pull request: https://github.com/apache/cordova-android/pull/155#issuecomment-74758224 @jsoref Fixed - good catch! --- 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-android pull request: CB 8520 - Simple fix for extra args ...

2015-02-20 Thread nikhilkh
GitHub user nikhilkh opened a pull request: https://github.com/apache/cordova-android/pull/159 CB 8520 - Simple fix for extra args being added twice for build command You can merge this pull request into a Git repository by running: $ git pull https://github.com/MSOpenTech

[GitHub] cordova-windows pull request: CB-8515 Support DefaultLanguage sele...

2015-02-20 Thread nikhilkh
Github user nikhilkh commented on the pull request: https://github.com/apache/cordova-windows/pull/59#issuecomment-75305927 This looks good! @sgrebnov Can you please help merge this one? It will be good to have this in the next cordova-windows release. --- If your project is set up

[GitHub] cordova-wp8 pull request: CB-8516 Support DefaultLanguage selectio...

2015-02-20 Thread nikhilkh
Github user nikhilkh commented on a diff in the pull request: https://github.com/apache/cordova-wp8/pull/76#discussion_r25098154 --- Diff: template/cordova/lib/build.js --- @@ -68,6 +70,40 @@ module.exports.run = function (argv) { } return

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

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

[GitHub] cordova-medic pull request: CB-8544 made iOS builder to wait for t...

2015-02-25 Thread nikhilkh
Github user nikhilkh commented on a diff in the pull request: https://github.com/apache/cordova-medic/pull/34#discussion_r25405334 --- Diff: src/utils/createMedicJson.js --- @@ -0,0 +1,16 @@ +// /usr/bin/env node +/*jshint node: true*/ + +var fs = require

[GitHub] cordova-lib pull request: CB-8596 Expose APIs to retrieve platform...

2015-03-04 Thread nikhilkh
Github user nikhilkh commented on a diff in the pull request: https://github.com/apache/cordova-lib/pull/177#discussion_r25831848 --- Diff: cordova-lib/src/cordova/project_metadata.js --- @@ -0,0 +1,60 @@ +/** +Licensed to the Apache Software Foundation (ASF) under one

[GitHub] cordova-lib pull request: CB-8596 Expose APIs to retrieve platform...

2015-03-04 Thread nikhilkh
Github user nikhilkh commented on a diff in the pull request: https://github.com/apache/cordova-lib/pull/177#discussion_r25831932 --- Diff: cordova-lib/src/cordova/project_metadata.js --- @@ -0,0 +1,60 @@ +/** +Licensed to the Apache Software Foundation (ASF) under one

[GitHub] cordova-lib pull request: CB-8596 Expose APIs to retrieve platform...

2015-03-04 Thread nikhilkh
Github user nikhilkh commented on the pull request: https://github.com/apache/cordova-lib/pull/177#issuecomment-77288127 Looks like your new tests are timing out and you might need to increase the timeout value. --- If your project is set up for it, you can reply to this email and

[GitHub] cordova-lib pull request: CB-8596 Expose APIs to retrieve platform...

2015-03-04 Thread nikhilkh
Github user nikhilkh commented on a diff in the pull request: https://github.com/apache/cordova-lib/pull/177#discussion_r25840412 --- Diff: cordova-lib/src/cordova/project_metadata.js --- @@ -0,0 +1,60 @@ +/** +Licensed to the Apache Software Foundation (ASF) under one

[GitHub] cordova-medic pull request: CB-8623 Removed obsolete jasmineReport...

2015-03-06 Thread nikhilkh
Github user nikhilkh commented on the pull request: https://github.com/apache/cordova-medic/pull/36#issuecomment-77603929 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-medic pull request: Medic Refactor

2015-03-08 Thread nikhilkh
Github user nikhilkh commented on a diff in the pull request: https://github.com/apache/cordova-medic/pull/37#discussion_r26008103 --- Diff: bin/checkout.js --- @@ -0,0 +1,53 @@ +#!/usr/bin/env node + +// node dependencies +var fs = require(&#x

[GitHub] cordova-medic pull request: Medic Refactor

2015-03-08 Thread nikhilkh
Github user nikhilkh commented on a diff in the pull request: https://github.com/apache/cordova-medic/pull/37#discussion_r26008134 --- Diff: bin/checkout.js --- @@ -0,0 +1,53 @@ +#!/usr/bin/env node + +// node dependencies +var fs = require(&#x

[GitHub] cordova-medic pull request: Medic Refactor

2015-03-08 Thread nikhilkh
Github user nikhilkh commented on a diff in the pull request: https://github.com/apache/cordova-medic/pull/37#discussion_r26008194 --- Diff: bin/prepareapp.js --- @@ -0,0 +1,267 @@ +#!/usr/bin/env node + --- End diff -- Where is this file being used? Is it

[GitHub] cordova-medic pull request: Medic Refactor

2015-03-08 Thread nikhilkh
Github user nikhilkh commented on a diff in the pull request: https://github.com/apache/cordova-medic/pull/37#discussion_r26008224 --- Diff: buildbot-conf/cordova-repos.json --- @@ -0,0 +1,452 @@ +{ +"mobile-chrome-apps": { +"code

[GitHub] cordova-medic pull request: Medic Refactor

2015-03-08 Thread nikhilkh
Github user nikhilkh commented on a diff in the pull request: https://github.com/apache/cordova-medic/pull/37#discussion_r26008228 --- Diff: buildbot-conf/cordova-repos.json --- @@ -0,0 +1,452 @@ +{ +"mobile-chrome-apps": { +"code

[GitHub] cordova-medic pull request: Medic Refactor

2015-03-08 Thread nikhilkh
Github user nikhilkh commented on a diff in the pull request: https://github.com/apache/cordova-medic/pull/37#discussion_r26008292 --- Diff: buildbot-conf/cordova.conf --- @@ -0,0 +1,326 @@ +import os +import re +import json + +from buildbot.schedulers.basic

[GitHub] cordova-medic pull request: Medic Refactor

2015-03-08 Thread nikhilkh
Github user nikhilkh commented on a diff in the pull request: https://github.com/apache/cordova-medic/pull/37#discussion_r26008317 --- Diff: cordova-plugin-medic/www/jasmine-jsreporter.js --- @@ -1,214 +0,0 @@ -/* - This file is part of the Jasmine JSReporter project from

[GitHub] cordova-medic pull request: Medic Refactor

2015-03-08 Thread nikhilkh
Github user nikhilkh commented on the pull request: https://github.com/apache/cordova-medic/pull/37#issuecomment-0557 Some minor comments - mostly looks good to me. --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If

[GitHub] cordova-lib pull request: CB-8633 BugFix: Support for urls to tarb...

2015-03-09 Thread nikhilkh
Github user nikhilkh commented on the pull request: https://github.com/apache/cordova-lib/pull/179#issuecomment-77905654 Can we add tests for this scenario? This looks like a regression and there is not test coverage for this scenario. --- If your project is set up for it, you can

[GitHub] cordova-lib pull request: CB-8521 `cordova plugin save` should sav...

2015-03-09 Thread nikhilkh
Github user nikhilkh commented on a diff in the pull request: https://github.com/apache/cordova-lib/pull/178#discussion_r26058485 --- Diff: cordova-lib/src/cordova/plugin.js --- @@ -134,7 +135,7 @@ module.exports = function plugin(command, targets, opts

[GitHub] cordova-lib pull request: CB-8521 `cordova plugin save` should sav...

2015-03-09 Thread nikhilkh
Github user nikhilkh commented on a diff in the pull request: https://github.com/apache/cordova-lib/pull/178#discussion_r26082685 --- Diff: cordova-lib/src/cordova/plugin.js --- @@ -284,6 +284,11 @@ module.exports = function plugin(command, targets, opts

[GitHub] cordova-lib pull request: CB-8596 Expose APIs to retrieve platform...

2015-03-10 Thread nikhilkh
Github user nikhilkh commented on the pull request: https://github.com/apache/cordova-lib/pull/177#issuecomment-78115338 I noticed that the plugin metadata that is exposed is the id and version number. What if the source is a git URL - how is that exposed? --- If your project is set

[GitHub] cordova-lib pull request: CB-8596 Expose APIs to retrieve platform...

2015-03-10 Thread nikhilkh
Github user nikhilkh commented on a diff in the pull request: https://github.com/apache/cordova-lib/pull/177#discussion_r26150341 --- Diff: cordova-lib/spec-cordova/project-metadata-apis.spec.js --- @@ -0,0 +1,85 @@ +/** +Licensed to the Apache Software Foundation (ASF

[GitHub] cordova-lib pull request: CB-8596 Expose APIs to retrieve platform...

2015-03-10 Thread nikhilkh
Github user nikhilkh commented on a diff in the pull request: https://github.com/apache/cordova-lib/pull/177#discussion_r26152050 --- Diff: cordova-lib/src/cordova/project_metadata.js --- @@ -0,0 +1,64 @@ +/** +Licensed to the Apache Software Foundation (ASF) under one

[GitHub] cordova-lib pull request: CB-8596 Expose APIs to retrieve platform...

2015-03-10 Thread nikhilkh
Github user nikhilkh commented on a diff in the pull request: https://github.com/apache/cordova-lib/pull/177#discussion_r26152048 --- Diff: cordova-lib/src/cordova/project_metadata.js --- @@ -0,0 +1,64 @@ +/** +Licensed to the Apache Software Foundation (ASF) under one

[GitHub] cordova-lib pull request: CB-8636 Remove FEATURE_SPECIAL_PARAMS fr...

2015-03-10 Thread nikhilkh
Github user nikhilkh commented on the pull request: https://github.com/apache/cordova-lib/pull/181#issuecomment-78145771 Please close this PR if #182 supersedes this. --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If

[GitHub] cordova-plugin-file-transfer pull request: CB-8641 Fixed occasiona...

2015-03-12 Thread nikhilkh
Github user nikhilkh commented on a diff in the pull request: https://github.com/apache/cordova-plugin-file-transfer/pull/69#discussion_r26153526 --- Diff: tests/tests.js --- @@ -305,7 +306,17 @@ exports.defineAutoTests = function () { // - 'htt

[GitHub] cordova-lib pull request: CB-7698 BugFix: For plugins which requir...

2015-03-12 Thread nikhilkh
Github user nikhilkh commented on the pull request: https://github.com/apache/cordova-lib/pull/184#issuecomment-78815446 @vladimir-kotikov Can you please help 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

[GitHub] cordova-wp8 pull request: Use WP8 thread pool for each command, in...

2015-03-13 Thread nikhilkh
Github user nikhilkh commented on the pull request: https://github.com/apache/cordova-wp8/pull/72#issuecomment-79535726 @brodybits - We'll start a new release soon. --- 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-plugin-media-capture pull request: CB-8687 consolidate man...

2015-03-16 Thread nikhilkh
Github user nikhilkh commented on the pull request: https://github.com/apache/cordova-plugin-media-capture/pull/35#issuecomment-82107826 @vladimir-kotikov Can you please review? --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as

[GitHub] cordova-mobile-spec pull request: CB-8694 Replaced dependencies pl...

2015-03-17 Thread nikhilkh
Github user nikhilkh commented on the pull request: https://github.com/apache/cordova-mobile-spec/pull/123#issuecomment-82486029 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

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

2015-03-17 Thread nikhilkh
GitHub user nikhilkh opened a pull request: https://github.com/apache/cordova-android/pull/164 CB-8484: Adds support creating signed archives for Android You can merge this pull request into a Git repository by running: $ git pull https://github.com/MSOpenTech/cordova-android

[GitHub] cordova-js pull request: CB-7992 prohibit multiple cordova include...

2015-03-17 Thread nikhilkh
Github user nikhilkh commented on the pull request: https://github.com/apache/cordova-js/pull/104#issuecomment-82634302 Do you know why appveyor tests are failing? It does not look related to your change. --- If your project is set up for it, you can reply to this email and have

[GitHub] cordova-js pull request: CB-7992 prohibit multiple cordova include...

2015-03-17 Thread nikhilkh
Github user nikhilkh commented on the pull request: https://github.com/apache/cordova-js/pull/104#issuecomment-82635278 Looks like they have not been passing for a while? Is there a JIRA for this? Failing tests are noise. --- If your project is set up for it, you can reply to this

[GitHub] cordova-js pull request: CB-8711 wait for all callbacks before eva...

2015-03-18 Thread nikhilkh
Github user nikhilkh commented on the pull request: https://github.com/apache/cordova-js/pull/106#issuecomment-83307408 Thanks for fixing this! --- 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-lib pull request:

2015-03-23 Thread nikhilkh
Github user nikhilkh commented on the pull request: https://github.com/apache/cordova-lib/commit/fc5bc7a18d1b733c5c72a38e65357fdb2050c6fd#commitcomment-10349511 In cordova-lib/spec-cordova/Projects/ProjectMetadata/config.xml: In cordova-lib/spec-cordova/Projects/ProjectMetadata

[GitHub] cordova-lib pull request:

2015-03-23 Thread nikhilkh
Github user nikhilkh commented on the pull request: https://github.com/apache/cordova-lib/commit/fc5bc7a18d1b733c5c72a38e65357fdb2050c6fd#commitcomment-10349697 In cordova-lib/src/cordova/project_metadata.js: In cordova-lib/src/cordova/project_metadata.js on line 36: Promise

[GitHub] cordova-lib pull request:

2015-03-23 Thread nikhilkh
Github user nikhilkh commented on the pull request: https://github.com/apache/cordova-lib/commit/fc5bc7a18d1b733c5c72a38e65357fdb2050c6fd#commitcomment-10349739 In cordova-lib/spec-cordova/project-metadata-apis.spec.js: In cordova-lib/spec-cordova/project-metadata-apis.spec.js on

[GitHub] cordova-lib pull request:

2015-03-23 Thread nikhilkh
Github user nikhilkh commented on the pull request: https://github.com/apache/cordova-lib/commit/fc5bc7a18d1b733c5c72a38e65357fdb2050c6fd#commitcomment-10349744 In cordova-lib/spec-cordova/project-metadata-apis.spec.js: In cordova-lib/spec-cordova/project-metadata-apis.spec.js on

[GitHub] cordova-lib pull request: CB-8596 Expose APIs to retrieve platform...

2015-03-25 Thread nikhilkh
Github user nikhilkh commented on the pull request: https://github.com/apache/cordova-lib/pull/177#issuecomment-86228108 This PR needs to be closed as it is a dup of #191. --- 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-android pull request: CB-8484: Adds support creating signe...

2015-03-26 Thread nikhilkh
Github user nikhilkh commented on a diff in the pull request: https://github.com/apache/cordova-android/pull/164#discussion_r27259466 --- 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-26 Thread nikhilkh
Github user nikhilkh commented on a diff in the pull request: https://github.com/apache/cordova-android/pull/164#discussion_r27267568 --- 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-26 Thread nikhilkh
Github user nikhilkh commented on a diff in the pull request: https://github.com/apache/cordova-android/pull/164#discussion_r27267702 --- Diff: bin/templates/cordova/lib/build.js --- @@ -542,5 +653,12 @@ module.exports.help = function() { console.log('\'--v

[GitHub] cordova-lib pull request: CB-8596 Expose APIs to retrieve platform...

2015-03-27 Thread nikhilkh
Github user nikhilkh commented on the pull request: https://github.com/apache/cordova-lib/pull/177#issuecomment-86994521 Yes, #191 subsumes this PR. I believe @omefire is on vacation and he will be able to close this when he's back. --- If your project is set up for it, yo

[GitHub] cordova-lib pull request: CB-8703: Add support for semver and devi...

2015-03-27 Thread nikhilkh
Github user nikhilkh commented on the pull request: https://github.com/apache/cordova-lib/pull/187#issuecomment-86999644 @purplecabbage. Yes, this one's ready to go! Please help commit this one and close this PR! :bow: --- If your project is set up for it, you can reply to

[GitHub] cordova-lib pull request: CB-8703: Add support for semver and devi...

2015-03-27 Thread nikhilkh
Github user nikhilkh commented on the pull request: https://github.com/apache/cordova-lib/pull/187#issuecomment-87097870 Thanks, @purplecabbage ! There is a corresponding update to docs here that needs someone to commit it: https://github.com/apache/cordova-docs/pull/270 --- If your

[GitHub] cordova-plugin-camera pull request: CB-8706, CB-8707 saveToPhotoAl...

2015-03-27 Thread nikhilkh
Github user nikhilkh commented on the pull request: https://github.com/apache/cordova-plugin-camera/pull/78#issuecomment-87098082 @vladimir-kotikov @sgrebnov Can you please review this? --- If your project is set up for it, you can reply to this email and have your reply appear on

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

2015-03-30 Thread nikhilkh
Github user nikhilkh commented on a diff in the pull request: https://github.com/apache/cordova-android/pull/164#discussion_r27418136 --- 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-30 Thread nikhilkh
Github user nikhilkh commented on a diff in the pull request: https://github.com/apache/cordova-android/pull/164#discussion_r27431999 --- 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 nikhilkh
Github user nikhilkh commented on the pull request: https://github.com/apache/cordova-android/pull/164#issuecomment-87853461 @agrieve I have finished addressing your code review feedback. Can you please take another look? --- If your project is set up for it, you can reply to this

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

2015-03-30 Thread nikhilkh
Github user nikhilkh commented on a diff in the pull request: https://github.com/apache/cordova-android/pull/164#discussion_r27445900 --- 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-30 Thread nikhilkh
Github user nikhilkh commented on a diff in the pull request: https://github.com/apache/cordova-android/pull/164#discussion_r27446318 --- Diff: bin/templates/cordova/lib/build.js --- @@ -297,6 +320,14 @@ var builders = { var distributionUrl = 'distributi

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

2015-03-30 Thread nikhilkh
Github user nikhilkh commented on a diff in the pull request: https://github.com/apache/cordova-android/pull/164#discussion_r27446661 --- 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 nikhilkh
Github user nikhilkh commented on a diff in the pull request: https://github.com/apache/cordova-android/pull/164#discussion_r27446655 --- 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 nikhilkh
Github user nikhilkh commented on a diff in the pull request: https://github.com/apache/cordova-android/pull/164#discussion_r27446698 --- Diff: bin/templates/cordova/lib/build.js --- @@ -530,8 +609,54 @@ module.exports.findBestApkForArchitecture = function(buildResults, arch

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

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

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

2015-03-31 Thread nikhilkh
Github user nikhilkh commented on the pull request: https://github.com/apache/cordova-android/pull/164#issuecomment-88241394 @agrieve I have resolved all the code review comments. Let me know if this is ready - I can rebase this to make it ready for merge. --- If your project is set

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

2015-04-01 Thread nikhilkh
Github user nikhilkh commented on a diff in the pull request: https://github.com/apache/cordova-android/pull/164#discussion_r27588457 --- 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-04-01 Thread nikhilkh
Github user nikhilkh commented on a diff in the pull request: https://github.com/apache/cordova-android/pull/164#discussion_r27589905 --- Diff: bin/templates/cordova/lib/build.js --- @@ -360,9 +391,15 @@ function parseOpts(options, resolvedTarget) { var multiValueArgs

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

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

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

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

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

2015-04-01 Thread nikhilkh
Github user nikhilkh commented on the pull request: https://github.com/apache/cordova-android/pull/164#issuecomment-88589573 @agrieve Fixed last set of issues & rebased! This should be ready for a merge. --- If your project is set up for it, you can reply to this email and have

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

2015-04-01 Thread nikhilkh
Github user nikhilkh commented on the pull request: https://github.com/apache/cordova-android/pull/164#issuecomment-88634066 @agrieve Good catch - totally missed this one. Fixed now. --- If your project is set up for it, you can reply to this email and have your reply appear on

[GitHub] cordova-docs pull request: Document iOS specific callback for orie...

2015-04-01 Thread nikhilkh
GitHub user nikhilkh opened a pull request: https://github.com/apache/cordova-docs/pull/276 Document iOS specific callback for orientaion You can merge this pull request into a Git repository by running: $ git pull https://github.com/MSOpenTech/cordova-docs iOS-Orientation

[GitHub] cordova-plugin-file-transfer pull request: [windows] added supprt ...

2015-04-01 Thread nikhilkh
Github user nikhilkh commented on the pull request: https://github.com/apache/cordova-plugin-file-transfer/pull/70#issuecomment-88651609 Can you please file a JIRA for this here - https://issues.apache.org/jira/ describing the scenario that fails? --- If your project is set up for

[GitHub] cordova-docs pull request: Document iOS specific callback for orie...

2015-04-01 Thread nikhilkh
Github user nikhilkh commented on the pull request: https://github.com/apache/cordova-docs/pull/276#issuecomment-88660515 This callback is *required* even if you do not want programmatic control. By default, the webview will not cause a rotation as the iOS code expects a callback to

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

2015-04-01 Thread nikhilkh
Github user nikhilkh commented on the pull request: https://github.com/apache/cordova-android/pull/164#issuecomment-88669613 Thanks, @agrieve ! :clap: --- 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-docs pull request: Document iOS specific callback for orie...

2015-04-01 Thread nikhilkh
Github user nikhilkh commented on the pull request: https://github.com/apache/cordova-docs/pull/276#issuecomment-88674908 config.xml does not support plist values to be set to landscape & portrait: https://github.com/apache/cordova-lib/blob/8de97feba2fa883298eb9c99be0c425c7396

[GitHub] cordova-docs pull request: Document iOS specific callback for orie...

2015-04-01 Thread nikhilkh
Github user nikhilkh commented on the pull request: https://github.com/apache/cordova-docs/pull/276#issuecomment-88679255 Thanks, @purplecabbage, Made the update to the docs commit and created a JIRA to track the bug: https://issues.apache.org/jira/browse/CB-8783. --- If your

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

2015-04-06 Thread nikhilkh
GitHub user nikhilkh opened a pull request: https://github.com/apache/cordova-docs/pull/277 CB-8484 Add documentation for signing apps for Android You can merge this pull request into a Git repository by running: $ git pull https://github.com/MSOpenTech/cordova-docs

  1   2   3   4   5   6   7   8   9   10   >