[GitHub] cordova-plugin-test-framework pull request: CB-11124 Fixing cordov...

2016-04-20 Thread rakatyal
Github user rakatyal commented on the pull request: https://github.com/apache/cordova-plugin-test-framework/pull/20#issuecomment-212739167 Not exactly sure about that. I guess the iOS simulator had issues dealing with so many post calls and other platforms may be handled it in a

[GitHub] cordova-docs pull request: CB-11126 ToC Generation Refactor

2016-04-20 Thread dblotsky
Github user dblotsky closed the pull request at: https://github.com/apache/cordova-docs/pull/583 --- 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-docs pull request: CB-10996 Updating docs index page to ma...

2016-04-20 Thread dblotsky
Github user dblotsky commented on the pull request: https://github.com/apache/cordova-docs/pull/575#issuecomment-212685445 @riknoll please give this another look. It's now using the changes from [CB-11126][1]. [1]: https://issues.apache.org/jira/browse/CB-11126 --- If your

[GitHub] cordova-plugin-test-framework pull request: CB-11124 Fixing cordov...

2016-04-20 Thread omefire
Github user omefire commented on the pull request: https://github.com/apache/cordova-plugin-test-framework/pull/20#issuecomment-212679043 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-test-framework pull request: CB-11124 Fixing cordov...

2016-04-20 Thread rakatyal
GitHub user rakatyal opened a pull request: https://github.com/apache/cordova-plugin-test-framework/pull/20 CB-11124 Fixing cordova-ios build failure due to unnecessary post cal… …ls to couchdb and adding handlers to xhr call You can merge this pull request into a Git

RE: [Android] Need a solution to config.xml and AndroidManifest.xml feature requests

2016-04-20 Thread Nikhil Khandelwal
Oh great! I have not taken a close look at the implementation itself. Perhaps you already had some of this in mind. As for the syntax for changing attributes, I would recommend something like this: Also, we should always prioritize config.xml edits over plugin.xml (giving the end developer

[GitHub] cordova-lib pull request: CB-11036 'args.slice is not a function' ...

2016-04-20 Thread nikhilkh
Github user nikhilkh commented on the pull request: https://github.com/apache/cordova-lib/pull/430#issuecomment-212652866 Does this cloning need to happen for other commands too? --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as

[GitHub] cordova-plugin-inappbrowser pull request: CB-3360: Set custom inap...

2016-04-20 Thread cjpearson
Github user cjpearson closed the pull request at: https://github.com/apache/cordova-plugin-inappbrowser/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,

RE: Buildbot: buildslave cordova-windows-slave was lost

2016-04-20 Thread Dmitry Blotsky
Sorry, we were debugging what we suspected was a machine-specific issue on the machine. It's back up now. -Original Message- From: build...@apache.org [mailto:build...@apache.org] Sent: Wednesday, April 20, 2016 3:41 AM To: dev@cordova.apache.org Subject: Buildbot: buildslave

[GitHub] cordova-docs pull request: ToC Generation Refactor

2016-04-20 Thread riknoll
Github user riknoll commented on the pull request: https://github.com/apache/cordova-docs/pull/583#issuecomment-212648942 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

[ANNOUNCE] Plugins Release

2016-04-20 Thread Steven Gill
Tweet: https://twitter.com/apachecordova/status/722909881645203458 Blog: http://cordova.apache.org/news/2016/04/20/plugins-release.html

[GitHub] cordova-docs pull request: ToC Generation Refactor

2016-04-20 Thread dblotsky
Github user dblotsky commented on a diff in the pull request: https://github.com/apache/cordova-docs/pull/583#discussion_r60496008 --- Diff: tools/bin/toc.js --- @@ -17,123 +17,57 @@ "use strict"; -var fs = require("fs"); -var path = require("path");

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

2016-04-20 Thread dblotsky
Github user dblotsky commented on a diff in the pull request: https://github.com/apache/cordova-paramedic/pull/4#discussion_r60495766 --- Diff: lib/utils/utilities.js --- @@ -0,0 +1,123 @@ +#!/usr/bin/env node + +var shelljs = require('shelljs'); +var verbose =

[GitHub] cordova-docs pull request: ToC Generation Refactor

2016-04-20 Thread riknoll
Github user riknoll commented on a diff in the pull request: https://github.com/apache/cordova-docs/pull/583#discussion_r60495374 --- Diff: tools/bin/toc.js --- @@ -17,123 +17,57 @@ "use strict"; -var fs = require("fs"); -var path = require("path");

Buildbot: buildslave cordova-osx-slave was lost

2016-04-20 Thread buildbot
The Buildbot working for '' has noticed that the buildslave named cordova-osx-slave went away It last disconnected at Wed Apr 20 21:47:09 2016 (buildmaster-local time) The admin on record (as reported by BUILDSLAVE:info/admin) was 'Dmitry Blotsky '. Sincerely, The

[GitHub] cordova-medic pull request: CB-10475 (cordova-plugin-contacts) Gra...

2016-04-20 Thread alsorokin
Github user alsorokin commented on a diff in the pull request: https://github.com/apache/cordova-medic/pull/94#discussion_r60492470 --- Diff: lib/util.js --- @@ -74,24 +81,95 @@ module.exports = (function () { return numDevices; } +function

[GitHub] cordova-docs pull request: CB-11091 added plugins release blog pos...

2016-04-20 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/cordova-docs/pull/582 --- 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 pull request: CB-11117: Add FileUpdater module to cord...

2016-04-20 Thread jasongin
Github user jasongin commented on a diff in the pull request: https://github.com/apache/cordova-lib/pull/429#discussion_r60482215 --- Diff: cordova-common/src/FileUpdater.js --- @@ -0,0 +1,389 @@ +/** +Licensed to the Apache Software Foundation (ASF) under one +

[GitHub] cordova-medic pull request: CB-10475 (cordova-plugin-contacts) Gra...

2016-04-20 Thread omefire
Github user omefire commented on the pull request: https://github.com/apache/cordova-medic/pull/94#issuecomment-212592382 Rebased on top of master and ready to be merged. --- 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-lib pull request: CB-11117: Add FileUpdater module to cord...

2016-04-20 Thread jasongin
Github user jasongin commented on a diff in the pull request: https://github.com/apache/cordova-lib/pull/429#discussion_r60481666 --- Diff: cordova-common/src/FileUpdater.js --- @@ -0,0 +1,389 @@ +/** +Licensed to the Apache Software Foundation (ASF) under one +

[GitHub] cordova-lib pull request: CB-11117: Add FileUpdater module to cord...

2016-04-20 Thread vladimir-kotikov
Github user vladimir-kotikov commented on a diff in the pull request: https://github.com/apache/cordova-lib/pull/429#discussion_r60481370 --- Diff: cordova-common/src/FileUpdater.js --- @@ -0,0 +1,389 @@ +/** +Licensed to the Apache Software Foundation (ASF) under one

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

2016-04-20 Thread omefire
Github user omefire commented on a diff in the pull request: https://github.com/apache/cordova-paramedic/pull/4#discussion_r60480780 --- Diff: lib/utils/utilities.js --- @@ -0,0 +1,123 @@ +#!/usr/bin/env node + +var shelljs = require('shelljs'); +var verbose =

Re: [Android] Need a solution to config.xml and AndroidManifest.xml feature requests

2016-04-20 Thread Karen Tran
Hi, I made an attempt at the functionality of being able to add attributes with the config-file tag. It's not completed yet, but I wanted to get some review before I proceed. With my changes, you can add an attribute through the config-file tag in plugin.xml when the plugin is added, and when the

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

2016-04-20 Thread omefire
Github user omefire commented on a diff in the pull request: https://github.com/apache/cordova-paramedic/pull/4#discussion_r60472155 --- Diff: lib/utils/utilities.js --- @@ -0,0 +1,123 @@ +#!/usr/bin/env node + +var shelljs = require('shelljs'); +var verbose =

[GitHub] cordova-android pull request: CB-11036 'args.slice is not a functi...

2016-04-20 Thread daserge
Github user daserge commented on the pull request: https://github.com/apache/cordova-android/pull/291#issuecomment-212554803 You are right, thanks. Filed https://github.com/apache/cordova-lib/pull/430 --- If your project is set up for it, you can reply to this email and have your

[GitHub] cordova-android pull request: CB-11036 'args.slice is not a functi...

2016-04-20 Thread daserge
Github user daserge closed the pull request at: https://github.com/apache/cordova-android/pull/291 --- 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-lib pull request: CB-11036 'args.slice is not a function' ...

2016-04-20 Thread daserge
GitHub user daserge opened a pull request: https://github.com/apache/cordova-lib/pull/430 CB-11036 'args.slice is not a function' when building windows with ot… …her platform Avoid options obj modification as it's then passed to other platforms [Jira

[GitHub] cordova-plugin-file-transfer pull request: CB-11118: Add support f...

2016-04-20 Thread andrewgaun
GitHub user andrewgaun opened a pull request: https://github.com/apache/cordova-plugin-file-transfer/pull/143 CB-8: Add support for Array and Object params in iOS You can merge this pull request into a Git repository by running: $ git pull

[GitHub] cordova-lib pull request: CB-11117: Add FileUpdater module to cord...

2016-04-20 Thread jasongin
Github user jasongin commented on a diff in the pull request: https://github.com/apache/cordova-lib/pull/429#discussion_r60460847 --- Diff: cordova-common/src/FileUpdater.js --- @@ -0,0 +1,389 @@ +/** +Licensed to the Apache Software Foundation (ASF) under one +

[GitHub] cordova-plugin-file pull request: CB-11115 android: Fixing test co...

2016-04-20 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/cordova-plugin-file/pull/178 --- 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-lib pull request: CB-11117: Add FileUpdater module to cord...

2016-04-20 Thread jasongin
Github user jasongin commented on a diff in the pull request: https://github.com/apache/cordova-lib/pull/429#discussion_r60460033 --- Diff: cordova-common/src/FileUpdater.js --- @@ -0,0 +1,389 @@ +/** +Licensed to the Apache Software Foundation (ASF) under one +

[GitHub] cordova-lib pull request: CB-11117: Add FileUpdater module to cord...

2016-04-20 Thread jasongin
Github user jasongin commented on a diff in the pull request: https://github.com/apache/cordova-lib/pull/429#discussion_r60459967 --- Diff: cordova-common/src/FileUpdater.js --- @@ -0,0 +1,389 @@ +/** +Licensed to the Apache Software Foundation (ASF) under one +

[GitHub] cordova-plugin-file pull request: CB-11115 android: Fixing test co...

2016-04-20 Thread riknoll
Github user riknoll commented on the pull request: https://github.com/apache/cordova-plugin-file/pull/178#issuecomment-212540628 Thanks! --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this

[GitHub] cordova-plugin-file pull request: CB-11115 android: Fixing test co...

2016-04-20 Thread infil00p
Github user infil00p commented on the pull request: https://github.com/apache/cordova-plugin-file/pull/178#issuecomment-212540487 @riknoll 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-lib pull request: CB-11117: Add FileUpdater module to cord...

2016-04-20 Thread jasongin
Github user jasongin commented on a diff in the pull request: https://github.com/apache/cordova-lib/pull/429#discussion_r60459281 --- Diff: cordova-common/src/FileUpdater.js --- @@ -0,0 +1,389 @@ +/** +Licensed to the Apache Software Foundation (ASF) under one +

[GitHub] cordova-plugin-file pull request: CB-11115 android: Fixing test co...

2016-04-20 Thread riknoll
Github user riknoll commented on the pull request: https://github.com/apache/cordova-plugin-file/pull/178#issuecomment-212539984 @infil00p does this change seem reasonable to you? I tried to match the old behavior. --- If your project is set up for it, you can reply to this email

[GitHub] cordova-lib pull request: CB-11117: Add FileUpdater module to cord...

2016-04-20 Thread jasongin
Github user jasongin commented on a diff in the pull request: https://github.com/apache/cordova-lib/pull/429#discussion_r60458884 --- Diff: cordova-common/src/FileUpdater.js --- @@ -0,0 +1,389 @@ +/** +Licensed to the Apache Software Foundation (ASF) under one +

[GitHub] cordova-medic pull request: CB-11112 Added Appium documentation

2016-04-20 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/cordova-medic/pull/93 --- 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 pull request: CB-11117: Add FileUpdater module to cord...

2016-04-20 Thread jasongin
Github user jasongin commented on a diff in the pull request: https://github.com/apache/cordova-lib/pull/429#discussion_r60452183 --- Diff: cordova-common/src/FileUpdater.js --- @@ -0,0 +1,389 @@ +/** +Licensed to the Apache Software Foundation (ASF) under one +

Re: [VOTE] Cordova-common@1.2.0 release

2016-04-20 Thread Steven Gill
+1 * Ran coho verify-archive * Verified tag * ran npm test On Wed, Apr 20, 2016 at 2:57 AM, Alexander Sorokin (Akvelon) < v-als...@microsoft.com> wrote: > I vote +1. > > * Ran coho verify-archive > * Verified tag > * Used this cordova-common module in cordova tools to create, build and > run

[GitHub] cordova-medic pull request: CB-11112 Added Appium documentation

2016-04-20 Thread alsorokin
Github user alsorokin commented on the pull request: https://github.com/apache/cordova-medic/pull/93#issuecomment-212523371 Thanks guys. 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 does not

[GitHub] cordova-medic pull request: CB-11112 Added Appium documentation

2016-04-20 Thread riknoll
Github user riknoll commented on the pull request: https://github.com/apache/cordova-medic/pull/93#issuecomment-212523226 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-lib pull request: CB-11117: Add FileUpdater module to cord...

2016-04-20 Thread jasongin
Github user jasongin commented on a diff in the pull request: https://github.com/apache/cordova-lib/pull/429#discussion_r60450430 --- Diff: cordova-common/src/FileUpdater.js --- @@ -0,0 +1,389 @@ +/** +Licensed to the Apache Software Foundation (ASF) under one +

[GitHub] cordova-lib pull request: CB-11117: Add FileUpdater module to cord...

2016-04-20 Thread jasongin
Github user jasongin commented on a diff in the pull request: https://github.com/apache/cordova-lib/pull/429#discussion_r60449617 --- Diff: cordova-common/src/FileUpdater.js --- @@ -0,0 +1,389 @@ +/** +Licensed to the Apache Software Foundation (ASF) under one +

[GitHub] cordova-lib pull request: CB-11117: Add FileUpdater module to cord...

2016-04-20 Thread jasongin
Github user jasongin commented on a diff in the pull request: https://github.com/apache/cordova-lib/pull/429#discussion_r60448617 --- Diff: cordova-common/src/FileUpdater.js --- @@ -0,0 +1,389 @@ +/** +Licensed to the Apache Software Foundation (ASF) under one +

RE: [DISCUSS] Faster incremental builds

2016-04-20 Thread Jason Ginchereau
My concern with making this the default behavior is that Cordova prepare doesn't have a corresponding "clean" operation. While there is a "cordova clean" command, it only does a clean for the native-code project (e.g. gradle clean), which doesn't affect the files copied during prepare. I guess

[GitHub] cordova-windows pull request: CB-11066 Remove uap prefixed capabil...

2016-04-20 Thread rakatyal
Github user rakatyal commented on the pull request: https://github.com/apache/cordova-windows/pull/168#issuecomment-212513093 Minor comments. 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-windows pull request: CB-11066 Remove uap prefixed capabil...

2016-04-20 Thread rakatyal
Github user rakatyal commented on a diff in the pull request: https://github.com/apache/cordova-windows/pull/168#discussion_r60446380 --- Diff: spec/unit/ConfigChanges.spec.js --- @@ -0,0 +1,77 @@ +/** +Licensed to the Apache Software Foundation (ASF) under one +

[GitHub] cordova-windows pull request: CB-11066 Remove uap prefixed capabil...

2016-04-20 Thread rakatyal
Github user rakatyal commented on a diff in the pull request: https://github.com/apache/cordova-windows/pull/168#discussion_r60445037 --- Diff: template/cordova/lib/ConfigChanges.js --- @@ -0,0 +1,85 @@ +/* + * Licensed under the Apache License, Version 2.0 (the "License");

[GitHub] cordova-windows pull request: CB-11066 Remove uap prefixed capabil...

2016-04-20 Thread rakatyal
Github user rakatyal commented on a diff in the pull request: https://github.com/apache/cordova-windows/pull/168#discussion_r60444685 --- Diff: template/cordova/lib/ConfigChanges.js --- @@ -0,0 +1,85 @@ +/* + * Licensed under the Apache License, Version 2.0 (the "License");

[GitHub] cordova-windows pull request: CB-11066 Remove uap prefixed capabil...

2016-04-20 Thread rakatyal
Github user rakatyal commented on a diff in the pull request: https://github.com/apache/cordova-windows/pull/168#discussion_r60442924 --- Diff: template/cordova/lib/ConfigChanges.js --- @@ -0,0 +1,85 @@ +/* + * Licensed under the Apache License, Version 2.0 (the "License");

[GitHub] cordova-medic pull request: CB-11112 Added Appium documentation

2016-04-20 Thread rakatyal
Github user rakatyal commented on the pull request: https://github.com/apache/cordova-medic/pull/93#issuecomment-212504995 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-11112 Added Appium documentation

2016-04-20 Thread alsorokin
Github user alsorokin commented on a diff in the pull request: https://github.com/apache/cordova-medic/pull/93#discussion_r60443408 --- Diff: APPIUM.md --- @@ -58,7 +71,17 @@ Command sample to run tests on the "iPhone 6" simulator with iOS 8.4: > node

[GitHub] cordova-medic pull request: Add medic command to download BuildBot...

2016-04-20 Thread nikhilkh
Github user nikhilkh closed the pull request at: https://github.com/apache/cordova-medic/pull/87 --- 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-medic pull request: Add medic command to download BuildBot...

2016-04-20 Thread nikhilkh
Github user nikhilkh commented on the pull request: https://github.com/apache/cordova-medic/pull/87#issuecomment-212503004 This was merged with cfe4e828fb392709ee97f4da1df46264e6d0faa7 --- If your project is set up for it, you can reply to this email and have your reply appear on

[GitHub] cordova-medic pull request: CB-11112 Added Appium documentation

2016-04-20 Thread rakatyal
Github user rakatyal commented on a diff in the pull request: https://github.com/apache/cordova-medic/pull/93#discussion_r60442607 --- Diff: APPIUM.md --- @@ -58,7 +71,17 @@ Command sample to run tests on the "iPhone 6" simulator with iOS 8.4: > node

Re: [DISCUSS] Faster incremental builds

2016-04-20 Thread Steven Gill
Thanks for sharing the stats! Looks like a great improvement! I'm fine with this going in sans flag if we test it bit more first. Have your tried it with the --browserify flag? On Apr 20, 2016 7:18 AM, "Victor Sosa" wrote: > This is an amazing improvement in Cordova

[GitHub] cordova-medic pull request: CB-11122 Look for Appium tests in the ...

2016-04-20 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/cordova-medic/pull/95 --- 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-medic pull request: CB-11122 Look for Appium tests in the ...

2016-04-20 Thread alsorokin
GitHub user alsorokin opened a pull request: https://github.com/apache/cordova-medic/pull/95 CB-11122 Look for Appium tests in the plugins folder https://issues.apache.org/jira/browse/CB-11122 You can merge this pull request into a Git repository by running: $ git pull

Re: [DISCUSS] Faster incremental builds

2016-04-20 Thread Victor Sosa
This is an amazing improvement in Cordova performance. Thanks Jason +1!! On Wed, Apr 20, 2016 at 9:14 AM Shazron wrote: > +1 what Jesse said > > On Tuesday, April 19, 2016, Jesse wrote: > > > This sounds great! > > Personally, I don't think this

Re: [DISCUSS] Faster incremental builds

2016-04-20 Thread Shazron
+1 what Jesse said On Tuesday, April 19, 2016, Jesse wrote: > This sounds great! > Personally, I don't think this belongs behind a flag, why would anyone not > want to build faster? > I think we just need to test more to make sure it functions as expected > everywhere,

[GitHub] cordova-lib pull request: CB-11117: Add FileUpdater module to cord...

2016-04-20 Thread vladimir-kotikov
Github user vladimir-kotikov commented on a diff in the pull request: https://github.com/apache/cordova-lib/pull/429#discussion_r60409457 --- Diff: cordova-common/src/FileUpdater.js --- @@ -0,0 +1,389 @@ +/** +Licensed to the Apache Software Foundation (ASF) under one

[GitHub] cordova-docs pull request: CB-11077 backbutton does not minimize a...

2016-04-20 Thread daserge
Github user daserge commented on the pull request: https://github.com/apache/cordova-docs/pull/580#issuecomment-212428862 @nikhilkh, I've updated the PR, please take a look once more. --- 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-11117: Add FileUpdater module to cord...

2016-04-20 Thread vladimir-kotikov
Github user vladimir-kotikov commented on a diff in the pull request: https://github.com/apache/cordova-lib/pull/429#discussion_r60407237 --- Diff: cordova-common/src/FileUpdater.js --- @@ -0,0 +1,389 @@ +/** +Licensed to the Apache Software Foundation (ASF) under one

[GitHub] cordova-lib pull request: CB-11117: Add FileUpdater module to cord...

2016-04-20 Thread vladimir-kotikov
Github user vladimir-kotikov commented on a diff in the pull request: https://github.com/apache/cordova-lib/pull/429#discussion_r60406393 --- Diff: cordova-common/src/FileUpdater.js --- @@ -0,0 +1,389 @@ +/** +Licensed to the Apache Software Foundation (ASF) under one

[GitHub] cordova-lib pull request: CB-11117: Add FileUpdater module to cord...

2016-04-20 Thread vladimir-kotikov
Github user vladimir-kotikov commented on a diff in the pull request: https://github.com/apache/cordova-lib/pull/429#discussion_r60399853 --- Diff: cordova-common/src/FileUpdater.js --- @@ -0,0 +1,389 @@ +/** +Licensed to the Apache Software Foundation (ASF) under one

[GitHub] cordova-lib pull request: CB-11117: Add FileUpdater module to cord...

2016-04-20 Thread vladimir-kotikov
Github user vladimir-kotikov commented on a diff in the pull request: https://github.com/apache/cordova-lib/pull/429#discussion_r60399365 --- Diff: cordova-common/src/FileUpdater.js --- @@ -0,0 +1,389 @@ +/** +Licensed to the Apache Software Foundation (ASF) under one

[GitHub] cordova-lib pull request: CB-11117: Add FileUpdater module to cord...

2016-04-20 Thread vladimir-kotikov
Github user vladimir-kotikov commented on a diff in the pull request: https://github.com/apache/cordova-lib/pull/429#discussion_r60398700 --- Diff: cordova-common/src/FileUpdater.js --- @@ -0,0 +1,389 @@ +/** +Licensed to the Apache Software Foundation (ASF) under one

[GitHub] cordova-lib pull request: CB-11117: Add FileUpdater module to cord...

2016-04-20 Thread vladimir-kotikov
Github user vladimir-kotikov commented on a diff in the pull request: https://github.com/apache/cordova-lib/pull/429#discussion_r60398288 --- Diff: cordova-common/src/FileUpdater.js --- @@ -0,0 +1,389 @@ +/** +Licensed to the Apache Software Foundation (ASF) under one

[GitHub] cordova-lib pull request: CB-11117: Add FileUpdater module to cord...

2016-04-20 Thread vladimir-kotikov
Github user vladimir-kotikov commented on a diff in the pull request: https://github.com/apache/cordova-lib/pull/429#discussion_r60397531 --- Diff: cordova-common/src/FileUpdater.js --- @@ -0,0 +1,389 @@ +/** +Licensed to the Apache Software Foundation (ASF) under one

[GitHub] cordova-lib pull request: CB-11117: Add FileUpdater module to cord...

2016-04-20 Thread vladimir-kotikov
Github user vladimir-kotikov commented on a diff in the pull request: https://github.com/apache/cordova-lib/pull/429#discussion_r60397076 --- Diff: cordova-common/src/FileUpdater.js --- @@ -0,0 +1,389 @@ +/** +Licensed to the Apache Software Foundation (ASF) under one

[GitHub] cordova-lib pull request: CB-11117: Add FileUpdater module to cord...

2016-04-20 Thread vladimir-kotikov
Github user vladimir-kotikov commented on a diff in the pull request: https://github.com/apache/cordova-lib/pull/429#discussion_r60396872 --- Diff: cordova-common/src/FileUpdater.js --- @@ -0,0 +1,389 @@ +/** +Licensed to the Apache Software Foundation (ASF) under one

[GitHub] cordova-lib pull request: CB-11117: Add FileUpdater module to cord...

2016-04-20 Thread vladimir-kotikov
Github user vladimir-kotikov commented on a diff in the pull request: https://github.com/apache/cordova-lib/pull/429#discussion_r60396878 --- Diff: cordova-common/src/FileUpdater.js --- @@ -0,0 +1,389 @@ +/** +Licensed to the Apache Software Foundation (ASF) under one

[GitHub] cordova-lib pull request: CB-11117: Add FileUpdater module to cord...

2016-04-20 Thread vladimir-kotikov
Github user vladimir-kotikov commented on a diff in the pull request: https://github.com/apache/cordova-lib/pull/429#discussion_r60396904 --- Diff: cordova-common/src/FileUpdater.js --- @@ -0,0 +1,389 @@ +/** +Licensed to the Apache Software Foundation (ASF) under one

[GitHub] cordova-lib pull request: CB-11117: Add FileUpdater module to cord...

2016-04-20 Thread vladimir-kotikov
Github user vladimir-kotikov commented on a diff in the pull request: https://github.com/apache/cordova-lib/pull/429#discussion_r60396886 --- Diff: cordova-common/src/FileUpdater.js --- @@ -0,0 +1,389 @@ +/** +Licensed to the Apache Software Foundation (ASF) under one

Buildbot: buildslave cordova-windows-slave was lost

2016-04-20 Thread buildbot
The Buildbot working for '' has noticed that the buildslave named cordova-windows-slave went away It last disconnected at Wed Apr 20 10:36:22 2016 (buildmaster-local time) The admin on record (as reported by BUILDSLAVE:info/admin) was 'Dmitry Blotsky '. Sincerely, The

[GitHub] cordova-medic pull request: CB-11112 Added Appium documentation

2016-04-20 Thread alsorokin
Github user alsorokin commented on the pull request: https://github.com/apache/cordova-medic/pull/93#issuecomment-212375911 @riknoll @rakatyal Addressed review notes, please see https://github.com/apache/cordova-medic/pull/93/commits/0e7ff36d9a53d72e361eb86574a224f904e535e6 --- If

[GitHub] cordova-lib pull request: CB-11117: Add FileUpdater module to cord...

2016-04-20 Thread vladimir-kotikov
Github user vladimir-kotikov commented on a diff in the pull request: https://github.com/apache/cordova-lib/pull/429#discussion_r60384873 --- Diff: cordova-common/src/FileUpdater.js --- @@ -0,0 +1,389 @@ +/** +Licensed to the Apache Software Foundation (ASF) under one

RE: [VOTE] Cordova-common@1.2.0 release

2016-04-20 Thread Alexander Sorokin (Akvelon)
I vote +1. * Ran coho verify-archive * Verified tag * Used this cordova-common module in cordova tools to create, build and run hello-world app * Used this cordova-common in cordova-android and cordova-windows platforms to build and run hello-world app -Original Message- From: Vladimir

[GitHub] cordova-lib pull request: CB-10761 Resore plugins saved without sp...

2016-04-20 Thread vladimir-kotikov
Github user vladimir-kotikov commented on a diff in the pull request: https://github.com/apache/cordova-lib/pull/428#discussion_r60380149 --- Diff: cordova-lib/src/cordova/restore-util.js --- @@ -112,7 +112,10 @@ function installPluginsFromConfigXML(args) { // assume

[GitHub] cordova-lib pull request: CB-10761 Resore plugins saved without sp...

2016-04-20 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/cordova-lib/pull/428 --- 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-medic pull request: CB-11112 Added Appium documentation

2016-04-20 Thread alsorokin
Github user alsorokin commented on a diff in the pull request: https://github.com/apache/cordova-medic/pull/93#discussion_r60378697 --- Diff: APPIUM.md --- @@ -0,0 +1,64 @@ +Cordova Medic Appium Runner +=== + +This document describes a method

[GitHub] cordova-windows pull request: CB-11066 Remove uap prefixed capabil...

2016-04-20 Thread vladimir-kotikov
Github user vladimir-kotikov commented on a diff in the pull request: https://github.com/apache/cordova-windows/pull/168#discussion_r60375540 --- Diff: template/cordova/Api.js --- @@ -29,7 +29,7 @@ var ActionStack = require('cordova-common').ActionStack; var CordovaError =

[GitHub] cordova-windows pull request: CB-11066 Remove uap prefixed capabil...

2016-04-20 Thread vladimir-kotikov
Github user vladimir-kotikov commented on a diff in the pull request: https://github.com/apache/cordova-windows/pull/168#discussion_r60375328 --- Diff: template/cordova/lib/ConfigChanges.js --- @@ -0,0 +1,85 @@ +/* + * Licensed under the Apache License, Version 2.0 (the

[GitHub] cordova-docs pull request: CB-11077 backbutton does not minimize a...

2016-04-20 Thread beat-at-hartwig
Github user beat-at-hartwig commented on the pull request: https://github.com/apache/cordova-docs/pull/580#issuecomment-212339673 @daserge Thank you for your suggestions. I already implemeted similar code fitting my needs. Doing a `throw` was a nice hint. Thanks! --- If your project

[GitHub] cordova-windows pull request: CB-11066 Remove uap prefixed capabil...

2016-04-20 Thread vladimir-kotikov
Github user vladimir-kotikov commented on a diff in the pull request: https://github.com/apache/cordova-windows/pull/168#discussion_r60372887 --- Diff: template/cordova/lib/ConfigChanges.js --- @@ -0,0 +1,85 @@ +/* + * Licensed under the Apache License, Version 2.0 (the

[GitHub] cordova-docs pull request: CB-11077 backbutton does not minimize a...

2016-04-20 Thread daserge
Github user daserge commented on the pull request: https://github.com/apache/cordova-docs/pull/580#issuecomment-212333901 @beat-at-hartwig, you can handle both first page and sub page cases in `backbutton` event and do `throw` or `history.back();` correspondingly. This can be used

[GitHub] cordova-docs pull request: CB-11077 backbutton does not minimize a...

2016-04-20 Thread beat-at-hartwig
Github user beat-at-hartwig commented on the pull request: https://github.com/apache/cordova-docs/pull/580#issuecomment-212302834 It is mandatory to implement this kind of backbutton handling by default due to [Windows Store

Re: [DISCUSS] Faster incremental builds

2016-04-20 Thread Jesse
This sounds great! Personally, I don't think this belongs behind a flag, why would anyone not want to build faster? I think we just need to test more to make sure it functions as expected everywhere, and then it should just make it's way in directly, without the overhead of addition flag code, or