Nightly build #288 for cordova has failed

2017-03-20 Thread Apache Jenkins Server
Nightly build #288 for cordova has failed. Please check failure details on build details page at https://builds.apache.org/job/cordova-nightly/288/ You can also take a look at build console: https://builds.apache.org/job/cordova-nightly/288/consoleFull - Jenkins for Apache Cordova

[GitHub] cordova-plugin-screen-orientation pull request #14: Add manual tests

2017-03-20 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/cordova-plugin-screen-orientation/pull/14 --- 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-screen-orientation issue #11: CB-12543 (iOS) Set orientation ...

2017-03-20 Thread purplecabbage
Github user purplecabbage commented on the issue: https://github.com/apache/cordova-plugin-screen-orientation/pull/11 If this is still valid, please rebase. Otherwise it will be closed. --- If your project is set up for it, you can reply to this email and have your reply appear on

[GitHub] cordova-lib issue #529: CB-11346 Remove known platforms check

2017-03-20 Thread audreyso
Github user audreyso commented on the issue: https://github.com/apache/cordova-lib/pull/529 Ran npm test and also tested manually with a test project. Was able to add a "non core" platform name, run, and build successfully. No errors to report! :) --- If your project is set up for

Re: [VOTE] plugin release : cordova-plugin-screen-orientation (attempt 2)

2017-03-20 Thread Jesse
The vote has now closed. The results are: Positive Binding Votes: 3 Filip Maj Alexander Sorokin Jesse MacFadyen The vote has passed. @purplecabbage risingj.com On Mon, Mar 20, 2017 at 12:34 PM, Filip Maj wrote: > I vote +1: > > - Verified plugin tag 2.0.0 (6bda75f2b7)

Re: [DISCUSS] Cordova-Android 6.2.0 Release

2017-03-20 Thread Filip Maj
I am all for a new release, to get compatibiltiy with the latest SDK tooling out ASAP. No objections here. On Mon, Mar 20, 2017 at 12:36 PM, Joe Bowser wrote: > Hey > > Does anyone have any reason to delay Cordova-Android 6.2.0? I want to get a > release out to address the

[GitHub] cordova-plugin-screen-orientation issue #14: Add manual tests

2017-03-20 Thread cordova-qa
Github user cordova-qa commented on the issue: https://github.com/apache/cordova-plugin-screen-orientation/pull/14 Cordova CI Build has completed successfully. **Commit** -

Re: [DISCUSS] Cordova-Android 6.2.0 Release

2017-03-20 Thread julio cesar sanchez
+1 to adding resource-file and release 6.2.0 El lunes, 20 de marzo de 2017, Darryl Pogue escribió: > Not a reason to delay, but if there are no objections then I'd like to > get the config.xml resource-file [1] support merged in for this > release. The required version of

[GitHub] cordova-docs pull request #686: CB-12559: documentation updates for new Andr...

2017-03-20 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/cordova-docs/pull/686 --- 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

Re: [DISCUSS] Cordova-Android 6.2.0 Release

2017-03-20 Thread Darryl Pogue
Not a reason to delay, but if there are no objections then I'd like to get the config.xml resource-file [1] support merged in for this release. The required version of cordova-common is bundled now, and this would cut down on one of the very common user pain points where hooks are required for

[GitHub] cordova-plugin-screen-orientation pull request #14: Add manual tests

2017-03-20 Thread filmaj
GitHub user filmaj opened a pull request: https://github.com/apache/cordova-plugin-screen-orientation/pull/14 Add manual tests Please review @purplecabbage and @maverickmishra. ### Platforms affected All. ### What does this PR do? Adds

[DISCUSS] Cordova-Android 6.2.0 Release

2017-03-20 Thread Joe Bowser
Hey Does anyone have any reason to delay Cordova-Android 6.2.0? I want to get a release out to address the problems people are having with the latest Android Tools. There's also a multipart fix that I want to get into the release if possible. If there's no objections, I'll start the release

Re: [VOTE] plugin release : cordova-plugin-screen-orientation (attempt 2)

2017-03-20 Thread Filip Maj
I vote +1: - Verified plugin tag 2.0.0 (6bda75f2b7) works w/ latest cordova-android, and orientationchange event, lock and unlock functionality works as expected on an Android emulator running Android 7.1. - Verified plugin tag 2.0.0 (6bda75f2b7) works w/ latest cordova-ios, and orientationchange

[GitHub] cordova-docs issue #686: CB-12559: documentation updates for new Android SDK...

2017-03-20 Thread filmaj
Github user filmaj commented on the issue: https://github.com/apache/cordova-docs/pull/686 apache/cordova-android#369 has now landed, so assuming this is ready to be merged assuming there are no further issues. --- If your project is set up for it, you can reply to this email and

[GitHub] cordova-android pull request #369: Updated CLI scripts to support Android SD...

2017-03-20 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/cordova-android/pull/369 --- 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-android issue #369: Updated CLI scripts to support Android SDK Tools...

2017-03-20 Thread filmaj
Github user filmaj commented on the issue: https://github.com/apache/cordova-android/pull/369 Rebased on latest master, will wait for appveyor to pass before 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

[GitHub] cordova-cli pull request #271: CB-12570 : fetch is true by default, --nofetc...

2017-03-20 Thread audreyso
Github user audreyso commented on a diff in the pull request: https://github.com/apache/cordova-cli/pull/271#discussion_r106959220 --- Diff: src/cli.js --- @@ -390,16 +395,23 @@ function cli(inputArgs) { }); } +if (args.nofetch) {

[GitHub] cordova-docs pull request #686: CB-12559: documentation updates for new Andr...

2017-03-20 Thread filmaj
Github user filmaj commented on a diff in the pull request: https://github.com/apache/cordova-docs/pull/686#discussion_r106955951 --- Diff: www/docs/en/dev/guide/platforms/android/index.md --- @@ -62,19 +63,20 @@ they dip below 5% on Google's ### Java Development Kit

[GitHub] cordova-cli pull request #266: CB-12008 : made autosave the default for plat...

2017-03-20 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/cordova-cli/pull/266 --- 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-android issue #369: Updated CLI scripts to support Android SDK Tools...

2017-03-20 Thread purplecabbage
Github user purplecabbage commented on the issue: https://github.com/apache/cordova-android/pull/369 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-android issue #369: Updated CLI scripts to support Android SDK Tools...

2017-03-20 Thread dpogue
Github user dpogue commented on the issue: https://github.com/apache/cordova-android/pull/369 The `android_sdk_version` issue doesn't seem to cause any problems with building, and this PR does work for building with both the older and latest SDKs, so that's a :+1: from me --- If

[GitHub] cordova-android issue #369: Updated CLI scripts to support Android SDK Tools...

2017-03-20 Thread filmaj
Github user filmaj commented on the issue: https://github.com/apache/cordova-android/pull/369 I've posted a DISCUSS for removal of the `android_sdk_version` script here: http://markmail.org/message/k4oysup6lkfzk4o2 Any opposition to me merging it in? I am hesitant to do so

[GitHub] cordova-cli pull request #271: CB-12570 : fetch is true by default, --nofetc...

2017-03-20 Thread stevengill
Github user stevengill commented on a diff in the pull request: https://github.com/apache/cordova-cli/pull/271#discussion_r106767456 --- Diff: doc/platform.txt --- @@ -11,29 +11,24 @@ Manage project platforms library directly instead of

[GitHub] cordova-cli pull request #271: CB-12570 : fetch is true by default, --nofetc...

2017-03-20 Thread stevengill
Github user stevengill commented on a diff in the pull request: https://github.com/apache/cordova-cli/pull/271#discussion_r106771856 --- Diff: doc/platform.txt --- @@ -11,29 +11,24 @@ Manage project platforms library directly instead of

[GitHub] cordova-cli pull request #271: CB-12570 : fetch is true by default, --nofetc...

2017-03-20 Thread stevengill
Github user stevengill commented on a diff in the pull request: https://github.com/apache/cordova-cli/pull/271#discussion_r106772045 --- Diff: src/cli.js --- @@ -390,16 +395,23 @@ function cli(inputArgs) { }); } +if (args.nofetch) {

[GitHub] cordova-cli pull request #271: CB-12570 : fetch is true by default, --nofetc...

2017-03-20 Thread stevengill
Github user stevengill commented on a diff in the pull request: https://github.com/apache/cordova-cli/pull/271#discussion_r106771841 --- Diff: doc/platform.txt --- @@ -11,29 +11,24 @@ Manage project platforms library directly instead of

[GitHub] cordova-cli pull request #271: CB-12570 : fetch is true by default, --nofetc...

2017-03-20 Thread stevengill
Github user stevengill commented on a diff in the pull request: https://github.com/apache/cordova-cli/pull/271#discussion_r106771920 --- Diff: doc/readme.md --- @@ -82,12 +82,12 @@ Certain commands have options (`platformOpts`) that are specific to a particular cd

Urgent Help Meteor-Cordova Issue

2017-03-20 Thread Rajbir Yadav
Hi, Need Help. whenever i add cordova plugin in cordova-build that is inside .meteor/local. after that whenever i run on terminal meteor run ios-device then it replaces the added cordova plugin whenever it get load. I am adding cordova plugin speechrecognitionPlugin for IOS (Meteor hybrid

[GitHub] cordova-plugin-media issue #134: CB-12542: (ios) Fix wav file recording, add...

2017-03-20 Thread cordova-qa
Github user cordova-qa commented on the issue: https://github.com/apache/cordova-plugin-media/pull/134 Cordova CI Build has completed successfully. **Commit** -

[GitHub] cordova-plugin-media issue #134: CB-12542: (ios) Fix wav file recording, add...

2017-03-20 Thread cordova-qa
Github user cordova-qa commented on the issue: https://github.com/apache/cordova-plugin-media/pull/134 Cordova CI Build has completed successfully. **Commit** -

[GitHub] cordova-plugin-media issue #134: CB-12542: (ios) Fix wav file recording, add...

2017-03-20 Thread cordova-qa
Github user cordova-qa commented on the issue: https://github.com/apache/cordova-plugin-media/pull/134 Cordova CI Build has one or more failures. **Commit** - [Link](https://github.com/apache/cordova-plugin-media/pull/134/commits/80cbffe9bc620df72090ae60b5360b874f8a3b86)

RE: [VOTE] plugin release : cordova-plugin-screen-orientation (attempt 2)

2017-03-20 Thread alsorokin
I vote +1. * Verified signatures and hashes * Verified git tag * Verified that the plugin can be added correctly to blank app * Verified that blank app can be successfully built and run (windows, ios and android) * Verified that browserified app can be successfully built and run (windows, ios

[GitHub] cordova-plugin-inappbrowser pull request #214: CB-11248 InAppBrowser no focu...

2017-03-20 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/cordova-plugin-inappbrowser/pull/214 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or

[GitHub] cordova-plugin-inappbrowser issue #214: CB-11248 InAppBrowser no focus on in...

2017-03-20 Thread cordova-qa
Github user cordova-qa commented on the issue: https://github.com/apache/cordova-plugin-inappbrowser/pull/214 Cordova CI Build has completed successfully. **Commit** -

[GitHub] cordova-windows pull request #228: CB-12499 UWP: Dependent external librarie...

2017-03-20 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/cordova-windows/pull/228 --- 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