[GitHub] cordova-windows issue #194: CB-10738 Use hardcoded Id attribute in Win10 man...

2016-08-31 Thread sgrebnov
Github user sgrebnov commented on the issue: https://github.com/apache/cordova-windows/pull/194 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 enabled and wishes so

[GitHub] cordova-plugin-camera issue #233: CB-11295 Add WP8.1 quirk when choosing ima...

2016-08-24 Thread sgrebnov
Github user sgrebnov commented on the issue: https://github.com/apache/cordova-plugin-camera/pull/233 :+1: 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 enabled

[GitHub] cordova-docs issue #625: CB-11685 Add tools release blog post

2016-08-15 Thread sgrebnov
Github user sgrebnov commented on the issue: https://github.com/apache/cordova-docs/pull/625 :+1: 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 enabled and wishes so

[GitHub] cordova-plugin-camera issue #223: CB-11447 Fix Appium camera tests failures

2016-07-28 Thread sgrebnov
Github user sgrebnov commented on the issue: https://github.com/apache/cordova-plugin-camera/pull/223 Reviewed, LGTM :+1: --- 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 issue #187: CB-11241 Return adding BOM to www back to prepar...

2016-07-20 Thread sgrebnov
Github user sgrebnov commented on the issue: https://github.com/apache/cordova-windows/pull/187 LGTM :+1: --- 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-docs issue #621: CB-11569 Add tools release blog post

2016-07-18 Thread sgrebnov
Github user sgrebnov commented on the issue: https://github.com/apache/cordova-docs/pull/621 :+1: --- 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-docs issue #622: CB-11552 Add windows 4.4.1 release blog post

2016-07-13 Thread sgrebnov
Github user sgrebnov commented on the issue: https://github.com/apache/cordova-docs/pull/622 Reviewed :+1: --- 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-docs pull request #622: CB-11552 Add windows 4.4.1 release blog post

2016-07-13 Thread sgrebnov
Github user sgrebnov commented on a diff in the pull request: https://github.com/apache/cordova-docs/pull/622#discussion_r70650575 --- Diff: www/_posts/2016-07-13-cordova-windows-4.4.1.md --- @@ -0,0 +1,37 @@ +--- +layout: post +author: +name: Vladimir Kotikov

[GitHub] cordova-docs pull request #622: CB-11552 Add windows 4.4.1 release blog post

2016-07-13 Thread sgrebnov
Github user sgrebnov commented on a diff in the pull request: https://github.com/apache/cordova-docs/pull/622#discussion_r70650375 --- Diff: www/_posts/2016-07-13-cordova-windows-4.4.1.md --- @@ -0,0 +1,37 @@ +--- +layout: post +author: +name: Vladimir Kotikov

[GitHub] cordova-windows issue #184: CB-11548 windows: Respect user-specified msbuild...

2016-07-08 Thread sgrebnov
Github user sgrebnov commented on the issue: https://github.com/apache/cordova-windows/pull/184 Reviewed, LGTM :+1: --- 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

[GitHub] cordova-ios pull request: CB-11019 Handle app name change more acc...

2016-04-18 Thread sgrebnov
Github user sgrebnov commented on the pull request: https://github.com/apache/cordova-ios/pull/213#issuecomment-211430445 :+1: 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-paramedic pull request: Code changes for Collecting Device...

2016-04-14 Thread sgrebnov
Github user sgrebnov commented on a diff in the pull request: https://github.com/apache/cordova-paramedic/pull/4#discussion_r59777381 --- Diff: lib/paramedic.js --- @@ -105,10 +116,23 @@ ParamedicRunner.prototype.checkPlatformRequirements = function() { logger.normal

[GitHub] cordova-paramedic pull request: Code changes for Collecting Device...

2016-04-14 Thread sgrebnov
Github user sgrebnov commented on a diff in the pull request: https://github.com/apache/cordova-paramedic/pull/4#discussion_r59776906 --- Diff: main.js --- @@ -25,7 +25,12 @@ var USAGE = "Error missing args. \n" + "--useTunnel : (optional) use tunneling i

[GitHub] cordova-paramedic pull request: Paramedic improvements

2016-04-12 Thread sgrebnov
Github user sgrebnov commented on a diff in the pull request: https://github.com/apache/cordova-paramedic/pull/3#discussion_r59327252 --- Diff: lib/paramedic.js --- @@ -0,0 +1,231 @@ +/** +Licensed to the Apache Software Foundation (ASF) under one +or more

[GitHub] cordova-paramedic pull request: Paramedic improvements

2016-04-12 Thread sgrebnov
Github user sgrebnov commented on a diff in the pull request: https://github.com/apache/cordova-paramedic/pull/3#discussion_r59327011 --- Diff: lib/LocalServer.js --- @@ -0,0 +1,162 @@ +/** +Licensed to the Apache Software Foundation (ASF) under one +or more

[GitHub] cordova-paramedic pull request: Paramedic improvements

2016-04-12 Thread sgrebnov
Github user sgrebnov commented on a diff in the pull request: https://github.com/apache/cordova-paramedic/pull/3#discussion_r59326850 --- Diff: lib/LocalServer.js --- @@ -0,0 +1,162 @@ +/** +Licensed to the Apache Software Foundation (ASF) under one +or more

[GitHub] cordova-lib pull request: CB-10921 Emit warning in case of plugin ...

2016-04-11 Thread sgrebnov
Github user sgrebnov commented on a diff in the pull request: https://github.com/apache/cordova-lib/pull/420#discussion_r59195085 --- Diff: cordova-lib/src/cordova/plugin.js --- @@ -157,6 +157,7 @@ module.exports = function plugin(command, targets, opts

[GitHub] cordova-paramedic pull request: Paramedic improvements

2016-04-08 Thread sgrebnov
Github user sgrebnov commented on a diff in the pull request: https://github.com/apache/cordova-paramedic/pull/3#discussion_r59072232 --- Diff: lib/LocalServer.js --- @@ -0,0 +1,141 @@ +/** +Licensed to the Apache Software Foundation (ASF) under one +or more

[GitHub] cordova-paramedic pull request: Paramedic improvements

2016-04-08 Thread sgrebnov
Github user sgrebnov commented on a diff in the pull request: https://github.com/apache/cordova-paramedic/pull/3#discussion_r59005735 --- Diff: lib/LocalServer.js --- @@ -0,0 +1,141 @@ +/** +Licensed to the Apache Software Foundation (ASF) under one +or more

[GitHub] cordova-paramedic pull request: Paramedic improvements

2016-04-08 Thread sgrebnov
Github user sgrebnov commented on a diff in the pull request: https://github.com/apache/cordova-paramedic/pull/3#discussion_r59003845 --- Diff: lib/LocalServer.js --- @@ -0,0 +1,141 @@ +/** +Licensed to the Apache Software Foundation (ASF) under one +or more

[GitHub] cordova-paramedic pull request: Paramedic improvements

2016-04-08 Thread sgrebnov
Github user sgrebnov commented on a diff in the pull request: https://github.com/apache/cordova-paramedic/pull/3#discussion_r59003645 --- Diff: lib/LocalServer.js --- @@ -0,0 +1,141 @@ +/** +Licensed to the Apache Software Foundation (ASF) under one +or more

[GitHub] cordova-paramedic pull request: Paramedic improvements

2016-04-08 Thread sgrebnov
Github user sgrebnov commented on a diff in the pull request: https://github.com/apache/cordova-paramedic/pull/3#discussion_r59002757 --- Diff: paramedic-plugin/paramedic.js --- @@ -0,0 +1,93 @@ +/** +Licensed to the Apache Software Foundation (ASF) under one

[GitHub] cordova-paramedic pull request: Paramedic improvements

2016-04-08 Thread sgrebnov
Github user sgrebnov commented on a diff in the pull request: https://github.com/apache/cordova-paramedic/pull/3#discussion_r59002202 --- Diff: paramedic-plugin/paramedic.js --- @@ -0,0 +1,93 @@ +/** +Licensed to the Apache Software Foundation (ASF) under one

[GitHub] cordova-paramedic pull request: Paramedic improvements

2016-04-08 Thread sgrebnov
Github user sgrebnov commented on a diff in the pull request: https://github.com/apache/cordova-paramedic/pull/3#discussion_r59001110 --- Diff: lib/utils/execWrapper.js --- @@ -0,0 +1,39 @@ +/** +Licensed to the Apache Software Foundation (ASF) under one

[GitHub] cordova-paramedic pull request: Paramedic improvements

2016-04-08 Thread sgrebnov
Github user sgrebnov commented on a diff in the pull request: https://github.com/apache/cordova-paramedic/pull/3#discussion_r59001026 --- Diff: lib/paramedic.js --- @@ -0,0 +1,232 @@ +/** +Licensed to the Apache Software Foundation (ASF) under one +or more

[GitHub] cordova-paramedic pull request: Paramedic improvements

2016-04-06 Thread sgrebnov
Github user sgrebnov commented on a diff in the pull request: https://github.com/apache/cordova-paramedic/pull/3#discussion_r58692210 --- Diff: lib/paramedic.js --- @@ -0,0 +1,205 @@ +#!/usr/bin/env node + +var exec = require('./utils').exec, +shell = require

[GitHub] cordova-paramedic pull request: Paramedic improvements

2016-04-06 Thread sgrebnov
Github user sgrebnov commented on a diff in the pull request: https://github.com/apache/cordova-paramedic/pull/3#discussion_r58692216 --- Diff: lib/LocalServer.js --- @@ -0,0 +1,122 @@ +var Q = require('q'), --- End diff -- Done --- If your project is set up

[GitHub] cordova-paramedic pull request: Paramedic improvements

2016-04-06 Thread sgrebnov
Github user sgrebnov commented on a diff in the pull request: https://github.com/apache/cordova-paramedic/pull/3#discussion_r58688217 --- Diff: paramedic-plugin/paramedic.js --- @@ -0,0 +1,74 @@ +var io = cordova.require('cordova-plugin-paramedic.socket.io'); --- End diff

[GitHub] cordova-windows pull request: CB-10622 Support any MRT qualifiers ...

2016-03-29 Thread sgrebnov
Github user sgrebnov commented on the pull request: https://github.com/apache/cordova-windows/pull/159#issuecomment-202743738 Reviewed and verified on sample config/images :+1: --- 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-10178 Added `target` attribute docs ...

2016-03-19 Thread sgrebnov
Github user sgrebnov commented on the pull request: https://github.com/apache/cordova-docs/pull/558#issuecomment-197379532 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-plugin-contacts pull request: CB-10399 Added Appium tests

2016-03-19 Thread sgrebnov
Github user sgrebnov commented on the pull request: https://github.com/apache/cordova-plugin-contacts/pull/101#issuecomment-197526519 @dblotsky We don't have manual tests - we have buttons demonstrating api calls (for both api classes - with and without user interaction

[GitHub] cordova-plugin-contacts pull request: CB-10399 Added Appium tests

2016-03-16 Thread sgrebnov
Github user sgrebnov commented on a diff in the pull request: https://github.com/apache/cordova-plugin-contacts/pull/101#discussion_r56317001 --- Diff: appium-tests/helpers/contactsHelper.js --- @@ -0,0 +1,222 @@ +/* jshint node: true */ +/* + * + * Licensed

[GitHub] cordova-plugin-contacts pull request: CB-10399 Added Appium tests

2016-03-16 Thread sgrebnov
Github user sgrebnov commented on a diff in the pull request: https://github.com/apache/cordova-plugin-contacts/pull/101#discussion_r56311100 --- Diff: appium-tests/helpers/contactsHelper.js --- @@ -0,0 +1,222 @@ +/* jshint node: true */ +/* + * + * Licensed

[GitHub] cordova-lib pull request: CB-10583 Protect plugin preferences from...

2016-02-25 Thread sgrebnov
Github user sgrebnov commented on the pull request: https://github.com/apache/cordova-lib/pull/400#issuecomment-188757069 :+1: --- 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: CB-10622 Fix targetsize images being...

2016-02-15 Thread sgrebnov
Github user sgrebnov commented on the pull request: https://github.com/apache/cordova-windows/pull/148#issuecomment-184521979 Hey @andorman, the PR's source and destination branches are incorrect - you can see there are many unrelated commits/changes here. --- If your project

[GitHub] cordova-windows pull request: don't copy resource-files at plugin ...

2016-02-13 Thread sgrebnov
Github user sgrebnov commented on the pull request: https://github.com/apache/cordova-windows/pull/139#issuecomment-183633182 Tested and merged, @biasmv Marco - thx for the patch! --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub

[GitHub] cordova-windows pull request: don't copy resource-files at plugin ...

2016-02-11 Thread sgrebnov
Github user sgrebnov commented on the pull request: https://github.com/apache/cordova-windows/pull/139#issuecomment-182766890 I'll test new version and merge later today --- 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-inappbrowser pull request: CB-10538 cordova-plugin-...

2016-02-08 Thread sgrebnov
GitHub user sgrebnov opened a pull request: https://github.com/apache/cordova-plugin-inappbrowser/pull/149 CB-10538 cordova-plugin-inappbrowser timeout issue Switched to Apache Community home page as test page and increased timeout just in case (looks like there are some scripts

[GitHub] cordova-plugin-inappbrowser pull request: CB-10395 InAppBrowser's ...

2016-02-08 Thread sgrebnov
Github user sgrebnov commented on the pull request: https://github.com/apache/cordova-plugin-inappbrowser/pull/147#issuecomment-181266293 Thx for review - updated, tested and merged --- If your project is set up for it, you can reply to this email and have your reply appear

[GitHub] cordova-plugin-inappbrowser pull request: Allow for navigateTo met...

2016-02-08 Thread sgrebnov
Github user sgrebnov commented on the pull request: https://github.com/apache/cordova-plugin-inappbrowser/pull/126#issuecomment-181525114 I think we should close this PR as this won't work on other platforms and you can also do the following: ``` ref.executeScript({code

[GitHub] cordova-plugin-inappbrowser pull request: CB-8467 provide hide met...

2016-02-08 Thread sgrebnov
Github user sgrebnov commented on the pull request: https://github.com/apache/cordova-plugin-inappbrowser/pull/101#issuecomment-181528137 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

[GitHub] cordova-plugin-inappbrowser pull request: CB-10395 InAppBrowser's ...

2016-02-05 Thread sgrebnov
Github user sgrebnov commented on the pull request: https://github.com/apache/cordova-plugin-inappbrowser/pull/147#issuecomment-180319788 pls review updated version --- 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-docs pull request: CB-10495 Adds cordova-windows 4.3.1 rel...

2016-02-04 Thread sgrebnov
Github user sgrebnov commented on the pull request: https://github.com/apache/cordova-docs/pull/485#issuecomment-179789660 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-plugin-inappbrowser pull request: CB-10395 InAppBrowser's ...

2016-02-04 Thread sgrebnov
Github user sgrebnov commented on the pull request: https://github.com/apache/cordova-plugin-inappbrowser/pull/147#issuecomment-179787521 @wolframkriesing 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

[GitHub] cordova-plugin-inappbrowser pull request: CB-10395 InAppBrowser's ...

2016-02-04 Thread sgrebnov
GitHub user sgrebnov opened a pull request: https://github.com/apache/cordova-plugin-inappbrowser/pull/147 CB-10395 InAppBrowser's WebView not storing cookies reliable https://issues.apache.org/jira/browse/CB-10395 You can merge this pull request into a Git repository by running

[GitHub] cordova-plugin-inappbrowser pull request: inappbrower plugin has b...

2016-02-04 Thread sgrebnov
Github user sgrebnov commented on the pull request: https://github.com/apache/cordova-plugin-inappbrowser/pull/131#issuecomment-179780091 @gaoyuan123 - thank you for the pach, I see that this change is already in repo master, please close this PR --- If your project is set up

[GitHub] cordova-plugin-inappbrowser pull request: hack: very bad fix but j...

2016-02-04 Thread sgrebnov
Github user sgrebnov commented on the pull request: https://github.com/apache/cordova-plugin-inappbrowser/pull/71#issuecomment-179782033 @mysegfault Thank you for path - this has been fixed similar way w/ small change by the following commit, pls close this PR. https

[GitHub] cordova-docs pull request: CB-10505 Adds cordova-plugin-inappbrows...

2016-02-04 Thread sgrebnov
GitHub user sgrebnov opened a pull request: https://github.com/apache/cordova-docs/pull/486 CB-10505 Adds cordova-plugin-inappbrowser 1.2.1 release blog post 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-10505 Adds cordova-plugin-inappbrows...

2016-02-04 Thread sgrebnov
Github user sgrebnov commented on the pull request: https://github.com/apache/cordova-docs/pull/486#issuecomment-179835728 Updated, @csantanapr thx for 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-plugin-inappbrowser pull request: Fix for CB-10305

2016-02-04 Thread sgrebnov
Github user sgrebnov commented on the pull request: https://github.com/apache/cordova-plugin-inappbrowser/pull/137#issuecomment-179896028 Is it still actual? - Looks like we have dropped iOS 7.0 support - see CB-9726 Update minimum Deployment Target to iOS 8.0 (https

[GitHub] cordova-plugin-inappbrowser pull request: Fix for CB-10305

2016-02-04 Thread sgrebnov
Github user sgrebnov commented on the pull request: https://github.com/apache/cordova-plugin-inappbrowser/pull/137#issuecomment-179900260 I see, merging... --- 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: CB-10465 Pass correct options to prepare...

2016-02-03 Thread sgrebnov
Github user sgrebnov commented on the pull request: https://github.com/apache/cordova-lib/pull/374#issuecomment-179263903 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: CB-10396 Implemented Appium test runne...

2016-02-03 Thread sgrebnov
Github user sgrebnov commented on the pull request: https://github.com/apache/cordova-medic/pull/70#issuecomment-179332769 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-plugin-inappbrowser pull request: CB-7500 executeScript wi...

2016-02-03 Thread sgrebnov
GitHub user sgrebnov opened a pull request: https://github.com/apache/cordova-plugin-inappbrowser/pull/146 CB-7500 executeScript with callback kills/blurs inAppBrowser window https://issues.apache.org/jira/browse/CB-7500 You can merge this pull request into a Git repository

[GitHub] cordova-plugin-inappbrowser pull request: CB-7786 android: add new...

2016-02-02 Thread sgrebnov
Github user sgrebnov commented on the pull request: https://github.com/apache/cordova-plugin-inappbrowser/pull/132#issuecomment-179030795 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

[GitHub] cordova-windows pull request: CB-10480 Remove Windows 8 template f...

2016-02-02 Thread sgrebnov
Github user sgrebnov commented on the pull request: https://github.com/apache/cordova-windows/pull/147#issuecomment-179031723 Reviewed changes, :+1: --- 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-inappbrowser pull request: CB-10456 InAppBrowser is...

2016-02-01 Thread sgrebnov
Github user sgrebnov closed the pull request at: https://github.com/apache/cordova-plugin-inappbrowser/pull/143 --- 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-windows pull request: don't copy resource-files at plugin ...

2016-01-29 Thread sgrebnov
Github user sgrebnov commented on the pull request: https://github.com/apache/cordova-windows/pull/139#issuecomment-176733241 I've tried this approach and it seems to work very well. The only two things I've noticed are: 1. Generated `Include` is absolute, this could be a problem

[GitHub] cordova-windows pull request: don't copy resource-files at plugin ...

2016-01-29 Thread sgrebnov
Github user sgrebnov commented on the pull request: https://github.com/apache/cordova-windows/pull/139#issuecomment-176740857 Here is my +1, but it will be great if someone else can take a look on this change as well. --- If your project is set up for it, you can reply to this email

[GitHub] cordova-plugin-inappbrowser pull request: InAppBrowser bugfixing o...

2016-01-28 Thread sgrebnov
GitHub user sgrebnov opened a pull request: https://github.com/apache/cordova-plugin-inappbrowser/pull/145 InAppBrowser bugfixing on Windows: CB-10451, CB-10452, CB-10454 CB-10451 InAppBrowser: loadstart event is not triggered on Windows CB-10452 InAppBrowser: 'exit' event

[GitHub] cordova-plugin-inappbrowser pull request: CB-10456 InAppBrowser is...

2016-01-28 Thread sgrebnov
GitHub user sgrebnov opened a pull request: https://github.com/apache/cordova-plugin-inappbrowser/pull/143 CB-10456 InAppBrowser is not closed if I close it programmatically on Android https://issues.apache.org/jira/browse/CB-10456 This happens due to race condition: open

[GitHub] cordova-android pull request: CB-10138 Adds missing plugin metadat...

2016-01-28 Thread sgrebnov
Github user sgrebnov commented on the pull request: https://github.com/apache/cordova-android/pull/254#issuecomment-176075769 :+1: --- 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-inappbrowser pull request: InAppBrowser bugfixing o...

2016-01-28 Thread sgrebnov
Github user sgrebnov commented on the pull request: https://github.com/apache/cordova-plugin-inappbrowser/pull/145#issuecomment-176320293 setTimeout is required to support the following scenario. On ios, android and other platforms functionality creates InAppBrowser on native side

[GitHub] cordova-plugin-inappbrowser pull request: CB-6702 InAppBrowser han...

2016-01-28 Thread sgrebnov
GitHub user sgrebnov opened a pull request: https://github.com/apache/cordova-plugin-inappbrowser/pull/144 CB-6702 InAppBrowser hangs when opening more than one instance https://issues.apache.org/jira/browse/CB-6702 You can merge this pull request into a Git repository by running

[GitHub] cordova-plugin-inappbrowser pull request: CB-6702 InAppBrowser han...

2016-01-28 Thread sgrebnov
Github user sgrebnov commented on the pull request: https://github.com/apache/cordova-plugin-inappbrowser/pull/144#issuecomment-176206237 This fix is similar to what @mysegfault proposed below. I've just added logic to prevent the dialog for being dismissed twice. https

[GitHub] cordova-plugin-inappbrowser pull request: InAppBrowser bugfixing o...

2016-01-28 Thread sgrebnov
Github user sgrebnov commented on the pull request: https://github.com/apache/cordova-plugin-inappbrowser/pull/145#issuecomment-176253919 Use the following url to review proposed changes w/o whitespace: https://github.com/apache/cordova-plugin-inappbrowser/pull/145/files?w=1

[GitHub] cordova-plugin-inappbrowser pull request: Fix syntax error when br...

2016-01-27 Thread sgrebnov
Github user sgrebnov commented on the pull request: https://github.com/apache/cordova-plugin-inappbrowser/pull/127#issuecomment-176041352 @alexbuijs thank you for proposed patch, but we can't remove this line as it is required for InAppBrowser to work correct when app is emulated

[GitHub] cordova-plugin-inappbrowser pull request: CB-10441 Add auto tests ...

2016-01-27 Thread sgrebnov
GitHub user sgrebnov opened a pull request: https://github.com/apache/cordova-plugin-inappbrowser/pull/142 CB-10441 Add auto tests for InAppBrowser plugin https://issues.apache.org/jira/browse/CB-10441 Added the following unit tests: 1. `cordova.InAppBrowser.open

[GitHub] cordova-plugin-file pull request: CB-10419 cordova-plugin-file 4.0...

2016-01-26 Thread sgrebnov
Github user sgrebnov commented on the pull request: https://github.com/apache/cordova-plugin-file/pull/157#issuecomment-174944041 You can review PR w/o space changes using `?w=1` param: https://github.com/apache/cordova-plugin-file/pull/157?w=1 --- If your project is set up

[GitHub] cordova-plugin-inappbrowser pull request: CB-10428 Fix syntax erro...

2016-01-26 Thread sgrebnov
GitHub user sgrebnov opened a pull request: https://github.com/apache/cordova-plugin-inappbrowser/pull/141 CB-10428 Fix syntax error when browserifying inAppBrowser plugin https://issues.apache.org/jira/browse/CB-10428 Wrapped module in anonymous function You can merge

[GitHub] cordova-plugin-inappbrowser pull request: CB-10428 Fix syntax erro...

2016-01-26 Thread sgrebnov
Github user sgrebnov commented on the pull request: https://github.com/apache/cordova-plugin-inappbrowser/pull/141#issuecomment-174916119 Use `?w=1` param to ignore space changes: https://github.com/apache/cordova-plugin-inappbrowser/pull/141/files?w=1 --- If your project

[GitHub] cordova-windows pull request: don't copy resource-files at plugin ...

2016-01-26 Thread sgrebnov
Github user sgrebnov commented on the pull request: https://github.com/apache/cordova-windows/pull/139#issuecomment-175442601 Hi @biasmv - I'll take a look and respond today or tomorrow, thank you for clarification --- If your project is set up for it, you can reply to this email

[GitHub] cordova-android pull request: CB-10421 Fixes exception when callin...

2016-01-26 Thread sgrebnov
Github user sgrebnov commented on the pull request: https://github.com/apache/cordova-android/pull/252#issuecomment-175033258 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-plugin-splashscreen pull request: CB-9516 Android SplashSc...

2016-01-26 Thread sgrebnov
Github user sgrebnov commented on the pull request: https://github.com/apache/cordova-plugin-splashscreen/pull/75#issuecomment-174954242 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-windows pull request: don't copy resource-files at plugin ...

2016-01-25 Thread sgrebnov
Github user sgrebnov commented on the pull request: https://github.com/apache/cordova-windows/pull/139#issuecomment-174453773 I like the idea, but I think we will miss `target` attribute support as resource-file will be always copied to root (pls correct me if I'm wrong). In some

[GitHub] cordova-windows pull request: don't copy resource-files at plugin ...

2016-01-25 Thread sgrebnov
Github user sgrebnov commented on the pull request: https://github.com/apache/cordova-windows/pull/139#issuecomment-174454890 @nikhilkh - looks like the doc describing `target` support on windows and corresponding example exist in dev version only.We should make it released

[GitHub] cordova-windows pull request: CB-10381 fix the bug when removing a...

2016-01-20 Thread sgrebnov
Github user sgrebnov commented on the pull request: https://github.com/apache/cordova-windows/pull/140#issuecomment-173476489 :+1: --- 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-splashscreen pull request: CB-8396 Add AutoHideSpla...

2016-01-15 Thread sgrebnov
Github user sgrebnov commented on the pull request: https://github.com/apache/cordova-plugin-splashscreen/pull/74#issuecomment-171911919 :+1: 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

[GitHub] cordova-windows pull request: CB-10356 "npm install" fails for cor...

2016-01-14 Thread sgrebnov
GitHub user sgrebnov opened a pull request: https://github.com/apache/cordova-windows/pull/137 CB-10356 "npm install" fails for cordova-windows https://issues.apache.org/jira/browse/CB-10356 You can merge this pull request into a Git repository by running: $ git

[GitHub] cordova-windows pull request: CB-10234 Better error message when W...

2016-01-14 Thread sgrebnov
GitHub user sgrebnov opened a pull request: https://github.com/apache/cordova-windows/pull/138 CB-10234 Better error message when Windows10 requires 'arch' flag This patch adds the following error message: ![image](https://cloud.githubusercontent.com/assets/981580/12324140

[GitHub] cordova-windows pull request: CB-10344 Fixed icons and splashscree...

2016-01-13 Thread sgrebnov
Github user sgrebnov commented on the pull request: https://github.com/apache/cordova-windows/pull/136#issuecomment-171542813 looks great, thank you a lot - will merge after fixing core windows install issue. PS. Can you also take a look if we can auto test this case please

[GitHub] cordova-plugin-geolocation pull request: CB-10319 android: Adding ...

2016-01-12 Thread sgrebnov
Github user sgrebnov commented on the pull request: https://github.com/apache/cordova-plugin-geolocation/pull/66#issuecomment-171207462 PS. Kudos to @riknoll for very good code documentation --- If your project is set up for it, you can reply to this email and have your reply appear

[GitHub] cordova-plugin-geolocation pull request: CB-10319 android: Adding ...

2016-01-12 Thread sgrebnov
Github user sgrebnov commented on the pull request: https://github.com/apache/cordova-plugin-geolocation/pull/66#issuecomment-171206449 Manual tests should be valid, I used them while testing (but I used only real devices while testing). The code looks good so I'm going to verify

[GitHub] cordova-plugin-inappbrowser pull request: CB-10009 Improve InAppBr...

2016-01-11 Thread sgrebnov
Github user sgrebnov commented on the pull request: https://github.com/apache/cordova-plugin-inappbrowser/pull/129#issuecomment-170513142 Re-based on top of master and merged --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub

[GitHub] cordova-windows pull request: CB-10303 Fixes build arguments parsi...

2016-01-06 Thread sgrebnov
Github user sgrebnov commented on the pull request: https://github.com/apache/cordova-windows/pull/135#issuecomment-169325776 lgtm :+1: --- 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-windows pull request: CB-10193 Add BOM to www files at bui...

2016-01-05 Thread sgrebnov
Github user sgrebnov commented on the pull request: https://github.com/apache/cordova-windows/pull/134#issuecomment-168987357 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-plugin-geolocation pull request: CB-10286 Don't skip autom...

2016-01-04 Thread sgrebnov
Github user sgrebnov commented on the pull request: https://github.com/apache/cordova-plugin-geolocation/pull/65#issuecomment-168607399 Actually, starting from Android M we now have Permissions prompt dialog so those tests can't be run in silent mode so we should skip them as well

[GitHub] cordova-plugin-geolocation pull request: CB-10286 Don't skip autom...

2016-01-04 Thread sgrebnov
Github user sgrebnov commented on the pull request: https://github.com/apache/cordova-plugin-geolocation/pull/65#issuecomment-168904893 :+1: --- 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-geolocation pull request: Fixed enableHighAccuracy:...

2016-01-04 Thread sgrebnov
Github user sgrebnov commented on the pull request: https://github.com/apache/cordova-plugin-geolocation/pull/39#issuecomment-168915147 :+1: 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

[GitHub] cordova-plugin-geolocation pull request: CB-10285 Added tests for ...

2016-01-03 Thread sgrebnov
Github user sgrebnov commented on the pull request: https://github.com/apache/cordova-plugin-geolocation/pull/64#issuecomment-168605696 :+1: 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

[GitHub] cordova-plugin-geolocation pull request: CB-10286 Don't skip autom...

2016-01-03 Thread sgrebnov
Github user sgrebnov commented on the pull request: https://github.com/apache/cordova-plugin-geolocation/pull/65#issuecomment-168605706 :+1: 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

[GitHub] cordova-plugin-geolocation pull request: CB-10278 geolocation watc...

2015-12-30 Thread sgrebnov
Github user sgrebnov commented on a diff in the pull request: https://github.com/apache/cordova-plugin-geolocation/pull/63#discussion_r48600376 --- Diff: www/android/geolocation.js --- @@ -38,21 +39,29 @@ module.exports = { }, watchPosition: function

[GitHub] cordova-plugin-geolocation pull request: CB-10277 Android: error c...

2015-12-30 Thread sgrebnov
Github user sgrebnov commented on a diff in the pull request: https://github.com/apache/cordova-plugin-geolocation/pull/62#discussion_r48600533 --- Diff: www/android/geolocation.js --- @@ -52,7 +62,20 @@ module.exports = { var geo = cordova.require('cordova

[GitHub] cordova-plugin-statusbar pull request: CB-10118 Fixes error plugin...

2015-12-30 Thread sgrebnov
Github user sgrebnov commented on the pull request: https://github.com/apache/cordova-plugin-statusbar/pull/43#issuecomment-167989868 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-plugin-statusbar pull request: CB-9513 Allow to show/hide ...

2015-12-30 Thread sgrebnov
Github user sgrebnov commented on the pull request: https://github.com/apache/cordova-plugin-statusbar/pull/42#issuecomment-167990042 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-plugin-geolocation pull request: CB-10278 geolocation watc...

2015-12-29 Thread sgrebnov
GitHub user sgrebnov opened a pull request: https://github.com/apache/cordova-plugin-geolocation/pull/63 CB-10278 geolocation watchPosition doesn't return watchID string https://issues.apache.org/jira/browse/CB-10278 You can merge this pull request into a Git repository by running

[GitHub] cordova-plugin-geolocation pull request: CB-10277 Error callback s...

2015-12-29 Thread sgrebnov
GitHub user sgrebnov opened a pull request: https://github.com/apache/cordova-plugin-geolocation/pull/62 CB-10277 Error callback should be called w/ PositionError if deny location access https://issues.apache.org/jira/browse/CB-10277 You can merge this pull request into a Git

[GitHub] cordova-plugin-geolocation pull request: Fix crash on deny permiss...

2015-12-29 Thread sgrebnov
Github user sgrebnov commented on the pull request: https://github.com/apache/cordova-plugin-geolocation/pull/57#issuecomment-167757946 @ochakov could you please create associated JIRA issue or post repro steps here. http://cordova.apache.org/contribute/issues.html I

[GitHub] cordova-plugin-geolocation pull request: CB-2845 PositionError con...

2015-12-28 Thread sgrebnov
Github user sgrebnov commented on the pull request: https://github.com/apache/cordova-plugin-geolocation/pull/58#issuecomment-167549762 @alsorokin please see if you can extend one of the tests you are currently working on to cover this test as well (PositionError can't

[GitHub] cordova-plugin-geolocation pull request: CB-2845 PositionError con...

2015-12-28 Thread sgrebnov
GitHub user sgrebnov opened a pull request: https://github.com/apache/cordova-plugin-geolocation/pull/58 CB-2845 PositionError constants not attached to prototype as per W3C https://issues.apache.org/jira/browse/CB-2845 You can merge this pull request into a Git repository

  1   2   3   4   5   >