Nightly build #96 for cordova has succeeded!

2016-08-08 Thread Apache Jenkins Server
Nightly build #96 for cordova has succeeded! The latest nightly has been published and you can try it out with 'npm i -g cordova@nightly' For details check build console at https://builds.apache.org/job/cordova-nightly/96/consoleFull - Jenkins for Apache Cordova

Re: [DISCUSS] Cordova-lib and cordova-cli 6.3.1 release

2016-08-08 Thread Steven Gill
Do it! On Mon, Aug 8, 2016 at 1:10 AM, Vladimir Kotikov (Akvelon) < v-vlk...@microsoft.com> wrote: > Hi all. > > Last cordova-lib minor release introduced a regression w/ --nobuild option > which has stopped working completely. This is very important scenario for > VS Tools, so I'd like to roll

[GitHub] cordova-lib issue #468: CB-8978 Add resource-file parsing to config.xml

2016-08-08 Thread stevengill
Github user stevengill commented on the issue: https://github.com/apache/cordova-lib/pull/468 So this is the first step in adding `resource-file`. Future updates to platform API's will use `getFileResources` to do the copying of these files `src`attribute to the `target` attribute.

[GitHub] cordova-lib pull request #466: Add general purpose ConfigParser.getAttribute...

2016-08-08 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/cordova-lib/pull/466 --- 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-plugin-inappbrowser issue #115: Support for passing request headers ...

2016-08-08 Thread olivercs
Github user olivercs commented on the issue: https://github.com/apache/cordova-plugin-inappbrowser/pull/115 Very useful when you have to send a token or Authorization header to access to a resource. --- If your project is set up for it, you can reply to this email and have your

[GitHub] cordova-ios pull request #234: CB-9825 cocoapod integration for plugins

2016-08-08 Thread shazron
Github user shazron commented on a diff in the pull request: https://github.com/apache/cordova-ios/pull/234#discussion_r73970701 --- Diff: tests/spec/unit/podMod.spec.js --- @@ -0,0 +1,107 @@ +var fs = require('fs'), + path = require('path'), + cordova =

[GitHub] cordova-ios pull request #234: CB-9825 cocoapod integration for plugins

2016-08-08 Thread shazron
Github user shazron commented on a diff in the pull request: https://github.com/apache/cordova-ios/pull/234#discussion_r73970418 --- Diff: bin/templates/scripts/cordova/lib/podMod.js --- @@ -0,0 +1,162 @@ +var fs = require('fs'), +path = require('path'), +util =

[GitHub] cordova-ios pull request #234: CB-9825 cocoapod integration for plugins

2016-08-08 Thread shazron
Github user shazron commented on a diff in the pull request: https://github.com/apache/cordova-ios/pull/234#discussion_r73966499 --- Diff: tests/spec/unit/podMod.spec.js --- @@ -0,0 +1,107 @@ +var fs = require('fs'), + path = require('path'), + cordova =

[GitHub] cordova-ios issue #234: CB-9825 cocoapod integration for plugins

2016-08-08 Thread shazron
Github user shazron commented on the issue: https://github.com/apache/cordova-ios/pull/234 Can't run the tests, I get: ``` Exception loading: /Users/shazron/Desktop/cordova-ios/tests/spec/unit/podMod.spec.js { Error: Cannot find module

[GitHub] cordova-plugin-battery-status issue #31: CB-10645 The battery status handler...

2016-08-08 Thread colonelchlorine
Github user colonelchlorine commented on the issue: https://github.com/apache/cordova-plugin-battery-status/pull/31 What's the status on 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 have

[GitHub] cordova-ios issue #234: CB-9825 cocoapod integration for plugins

2016-08-08 Thread shazron
Github user shazron commented on the issue: https://github.com/apache/cordova-ios/pull/234 Looking at this now. --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and

[GitHub] cordova-docs pull request #612: CB-11412 Added docs for template use and cre...

2016-08-08 Thread dblotsky
Github user dblotsky commented on a diff in the pull request: https://github.com/apache/cordova-docs/pull/612#discussion_r73905774 --- Diff: www/_data/redirects.yml --- @@ -348,6 +348,7 @@ docs-global: "guide_appdev_privacy_index.md.html": "guide/appdev/privacy/index.html"

[GitHub] cordova-docs pull request #613: CB-11477 Add a page about nightly builds

2016-08-08 Thread dblotsky
Github user dblotsky commented on a diff in the pull request: https://github.com/apache/cordova-docs/pull/613#discussion_r73905131 --- Diff: www/contribute/index.html --- @@ -22,6 +22,7 @@ Join the Dev mailing list and send a brief introduction of yourself to it

[GitHub] cordova-plugin-splashscreen issue #112: Fixed the position of spinner

2016-08-08 Thread cordova-qa
Github user cordova-qa commented on the issue: https://github.com/apache/cordova-plugin-splashscreen/pull/112 Cordova CI Build has completed successfully. **Commit** -

[GitHub] cordova-plugin-splashscreen pull request #112: Fixed the position of spinner

2016-08-08 Thread razam217
GitHub user razam217 opened a pull request: https://github.com/apache/cordova-plugin-splashscreen/pull/112 Fixed the position of spinner ### Platforms affected ### What does this PR do? ### What testing has been done on this change?

[GitHub] cordova-plugin-splashscreen issue #111: fixing problem when trying to remove...

2016-08-08 Thread cordova-qa
Github user cordova-qa commented on the issue: https://github.com/apache/cordova-plugin-splashscreen/pull/111 Cordova CI Build has completed successfully. **Commit** -

[GitHub] cordova-plugin-network-information pull request #46: CB-11300: (android) Rec...

2016-08-08 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/cordova-plugin-network-information/pull/46 --- 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

[GitHub] cordova-plugin-splashscreen pull request #111: fixing problem when trying to...

2016-08-08 Thread alexkoy
GitHub user alexkoy opened a pull request: https://github.com/apache/cordova-plugin-splashscreen/pull/111 fixing problem when trying to remove splash screen I get an java.lang.NullpointerException in the removeSplashScreen method. I am new to this Plugin and not able to describe

[GitHub] cordova-lib issue #476: CB-11679 Speed up save/restore tests

2016-08-08 Thread codecov-io
Github user codecov-io commented on the issue: https://github.com/apache/cordova-lib/pull/476 ## [Current coverage](https://codecov.io/gh/apache/cordova-lib/pull/476?src=pr) is 80.69% (diff: 100%) > Merging [#476](https://codecov.io/gh/apache/cordova-lib/pull/476?src=pr) into

[GitHub] cordova-plugin-network-information issue #46: CB-11300: (android) Recognize ...

2016-08-08 Thread vladimir-kotikov
Github user vladimir-kotikov commented on the issue: https://github.com/apache/cordova-plugin-network-information/pull/46 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 issue #476: CB-11679 Speed up save/restore tests

2016-08-08 Thread vladimir-kotikov
Github user vladimir-kotikov commented on the issue: https://github.com/apache/cordova-lib/pull/476 @alsorokin, please take a look --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this

[GitHub] cordova-lib pull request #476: CB-11679 Speed up save/restore tests

2016-08-08 Thread vladimir-kotikov
GitHub user vladimir-kotikov opened a pull request: https://github.com/apache/cordova-lib/pull/476 CB-11679 Speed up save/restore tests JIRA issue [CB-11679](https://issues.apache.org/jira/browse/CB-11679) You can merge this pull request into a Git repository by running: $ git

[DISCUSS] Cordova-lib and cordova-cli 6.3.1 release

2016-08-08 Thread Vladimir Kotikov (Akvelon)
Hi all. Last cordova-lib minor release introduced a regression w/ --nobuild option which has stopped working completely. This is very important scenario for VS Tools, so I'd like to roll out a patch release 6.3.1 with fix for this and a couple of other bugs. Here is the list of changes to