Re: [VOTE] cordova-plugin-compat@1.1.0 Release

2016-11-02 Thread Shazron
I vote +1: * Ran coho audit-license-headers over the relevant repos * Ran coho check-license to ensure all dependencies and subdependencies have Apache-compatible licenses * Ran coho verify-archive On Wed, Nov 2, 2016 at 3:36 PM, Steven Gill wrote: > Please review and

RE: How to setup cordova mobilespec with CLI

2016-11-02 Thread Fu, Junwei
The Cordova project of Crosswalk plugin can be compiled with the documentation http://cordova.apache.org/docs/en/latest/guide/platforms/android/index.html#opening-a-project-in-android-studio , it also can be debugged for Java code with Android studio. So how do you use Crosswalk with Android

Nightly build #215 for cordova has succeeded!

2016-11-02 Thread Apache Jenkins Server
Nightly build #215 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/215/consoleFull - Jenkins for Apache Cordova

Re: How to setup cordova mobilespec with CLI

2016-11-02 Thread Joe Bowser
I just realized that it's not the whole answer. Once you fetch the repositories and clone them down all in a cordova directory, you should then be able to run the command, since you'll have all the repositories locally. You should also make sure to get the cordova-plugin-compat plugin that

How to setup cordova mobilespec with CLI

2016-11-02 Thread Fu, Junwei
Hi All, The steps of following the documentation are too complex and All of repos need to pull the master branch, Do we have steps to build mobile spec with released CLI. $ git clone https://github.com/apache/cordova-mobile-spec.git $ git

[GitHub] cordova-android pull request #347: CB-12111: rewrite to use retro js

2016-11-02 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/cordova-android/pull/347 --- 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

Re: [VOTE] cordova-plugin-compat@1.1.0 Release

2016-11-02 Thread Joe Bowser
I vote +1 * Ran coho check-licence * Ran coho verify-archive * Ran mobile-spec On Wed, Nov 2, 2016 at 3:36 PM, Steven Gill wrote: > Please review and vote on the release of this cordova-plugin-compat release > by replying to this email (and keep discussion on the DISCUSS

[VOTE] cordova-plugin-compat@1.1.0 Release

2016-11-02 Thread Steven Gill
Please review and vote on the release of this cordova-plugin-compat release by replying to this email (and keep discussion on the DISCUSS thread) Release issue: https://issues.apache.org/jira/browse/CB-12110 The plugins have been published to

[GitHub] cordova-android pull request #347: CB-12111: rewrite to use retro js

2016-11-02 Thread purplecabbage
GitHub user purplecabbage opened a pull request: https://github.com/apache/cordova-android/pull/347 CB-12111: rewrite to use retro js ### Platforms affected Android ### What does this PR do? fixes JS tooling so it will still run in node v0.10 + v0.12

[GitHub] cordova-android issue #343: CB-12077: Fix paths for Android icons/splashscre...

2016-11-02 Thread mattroth
Github user mattroth commented on the issue: https://github.com/apache/cordova-android/pull/343 Does anyone have a work around? How can I update cordova-android on my development machine with this above fix prior to the next release? --- If your project is set up for it, you can

[GitHub] cordova-plugin-camera issue #235: CB-11625: Fixes Camera issue w.r.t. conten...

2016-11-02 Thread samuelt1
Github user samuelt1 commented on the issue: https://github.com/apache/cordova-plugin-camera/pull/235 @infil00p I got it working now thanks alot! --- 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

Re: [DISCUSS] Cordova-Android 6.1 Release

2016-11-02 Thread Joe Bowser
Hey Look under "What to Test" on this document to see the basics of What to Test: https://github.com/apache/cordova-coho/blob/master/docs/platforms-release-process.md However, this will obviously not catch everything, so people who actually use the CLI to do development should probably try to

[GitHub] cordova-plugin-device-orientation issue #31: CB-9179 (ios) Fixed trueHeading...

2016-11-02 Thread cordova-qa
Github user cordova-qa commented on the issue: https://github.com/apache/cordova-plugin-device-orientation/pull/31 Cordova CI Build has completed successfully. **Commit** -

Re: [DISCUSS] Cordova-Android 6.1 Release

2016-11-02 Thread Simon MacDonald
Sounds good Joe. Can you re-post the official process/doc on how to verify a cordova-android release for those who may be doing it for the first time? Simon Mac Donald http://simonmacdonald.com On Wed, Nov 2, 2016 at 2:12 PM, Shazron wrote: > +1 > For those not using

Re: [DISCUSS] Cordova-Android 6.1 Release

2016-11-02 Thread Shazron
+1 For those not using Android daily, also give us guidance on testing areas of focus On Wed, Nov 2, 2016 at 9:06 AM, Joe Bowser wrote: > Hey > > While people have been talking about how critical their fix is for Cordova, > I actually found a critical issue that we missed in

Re: [DISCUSS] Cordova-Android 6.1 Release

2016-11-02 Thread Steven Gill
+1 On Wed, Nov 2, 2016 at 9:06 AM, Joe Bowser wrote: > Hey > > While people have been talking about how critical their fix is for Cordova, > I actually found a critical issue that we missed in Cordova w.r.t builds > failing with Android Studio based projects, so I rushed some

[GitHub] cordova-plugin-camera issue #241: Make the path support Android N.

2016-11-02 Thread samuelt1
Github user samuelt1 commented on the issue: https://github.com/apache/cordova-plugin-camera/pull/241 i get the following when i run your code `Attempt to invoke virtual method 'android.content.res.XmlResourceParser

[GitHub] cordova-plugin-device-orientation pull request #31: CB-9179 (ios) Fixed true...

2016-11-02 Thread alsorokin
GitHub user alsorokin opened a pull request: https://github.com/apache/cordova-plugin-device-orientation/pull/31 CB-9179 (ios) Fixed trueHeading being always 0 ### Platforms affected iOS ### What does this PR do? Fixes https://issues.apache.org/jira/browse/CB-9179

[GitHub] cordova-plugin-camera issue #235: CB-11625: Fixes Camera issue w.r.t. conten...

2016-11-02 Thread infil00p
Github user infil00p commented on the issue: https://github.com/apache/cordova-plugin-camera/pull/235 @samuelt1 cordova-plugin-compat has not been released, and you need the BuildHelper class to use this plugin so that the FilesProvider can actually work. This is done so that the

[GitHub] cordova-plugin-camera issue #235: CB-11625: Fixes Camera issue w.r.t. conten...

2016-11-02 Thread samuelt1
Github user samuelt1 commented on the issue: https://github.com/apache/cordova-plugin-camera/pull/235 i tried to run your fix, but got this after building the code `Error: /Users/samuel/Documents/Apps/neurosurgery-app/platforms/android/gradlew: Command failed with exit code

[DISCUSS] Cordova-Android 6.1 Release

2016-11-02 Thread Joe Bowser
Hey While people have been talking about how critical their fix is for Cordova, I actually found a critical issue that we missed in Cordova w.r.t builds failing with Android Studio based projects, so I rushed some commits in for Cordova-Android 6.1 release. The reason that this is 6.1 and 6.01

[GitHub] cordova-plugin-contacts pull request #136: CB-11028 android: Allow to set cu...

2016-11-02 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/cordova-plugin-contacts/pull/136 --- 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

[GitHub] cordova-plugin-contacts issue #136: CB-11028 android: Allow to set custom la...

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

[GitHub] cordova-plugin-contacts issue #136: CB-11028 android: Allow to set custom la...

2016-11-02 Thread alsorokin
Github user alsorokin commented on the issue: https://github.com/apache/cordova-plugin-contacts/pull/136 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

[GitHub] cordova-plugin-contacts issue #136: CB-11028 android: Allow to set custom la...

2016-11-02 Thread vladimir-kotikov
Github user vladimir-kotikov commented on the issue: https://github.com/apache/cordova-plugin-contacts/pull/136 @alsorokin to 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 project does not have this

[GitHub] cordova-plugin-contacts issue #136: CB-11028 android: Allow to set custom la...

2016-11-02 Thread alsorokin
Github user alsorokin commented on the issue: https://github.com/apache/cordova-plugin-contacts/pull/136 Disregard these two comments, it was just me removing extra builds from the queue --- If your project is set up for it, you can reply to this email and have your reply appear on

[GitHub] cordova-plugin-contacts issue #136: CB-11028 android: Allow to set custom la...

2016-11-02 Thread cordova-qa
Github user cordova-qa commented on the issue: https://github.com/apache/cordova-plugin-contacts/pull/136 Cordova CI Build has one or more failures. **Commit** -

[GitHub] cordova-plugin-contacts issue #136: CB-11028 android: Allow to set custom la...

2016-11-02 Thread cordova-qa
Github user cordova-qa commented on the issue: https://github.com/apache/cordova-plugin-contacts/pull/136 Cordova CI Build has one or more failures. **Commit** -

[GitHub] cordova-plugin-file-transfer issue #164: Removed warning

2016-11-02 Thread vladimir-kotikov
Github user vladimir-kotikov commented on the issue: https://github.com/apache/cordova-plugin-file-transfer/pull/164 CI, ok to test --- 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-transfer issue #164: Removed warning

2016-11-02 Thread vladimir-kotikov
Github user vladimir-kotikov commented on the issue: https://github.com/apache/cordova-plugin-file-transfer/pull/164 Test this please --- 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

RE: Nightly build #204 for cordova has failed

2016-11-02 Thread Alexander Sorokin (Akvelon)
The builds should be green now. I've enabled the email notifications again. -Original Message- From: Alexander Sorokin (Akvelon) [mailto:v-als...@microsoft.com] Sent: Tuesday, November 1, 2016 4:53 PM To: dev@cordova.apache.org Subject: RE: Nightly build #204 for cordova has failed I am

RE: [NODE] Can we drop node 0.x support?

2016-11-02 Thread Alexander Sorokin (Akvelon)
Hey guys, Where are we with dropping node 0.x support? Can we start removing Travis and AppVeryor configs for it and using the features Node 4+ provides? Thanks, Alexander Sorokin -Original Message- From: Shazron [mailto:shaz...@gmail.com] Sent: Monday, August 15, 2016 11:59 AM To:

[GitHub] cordova-windows pull request #208: CB-12071 Fix for CB-11825 breaks usage of...

2016-11-02 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/cordova-windows/pull/208 --- 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-plugin-file-transfer pull request #163: CB-12100 (ios) Fixed test pl...

2016-11-02 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/cordova-plugin-file-transfer/pull/163 --- 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-windows issue #208: CB-12071 Fix for CB-11825 breaks usage of InProc...

2016-11-02 Thread vladimir-kotikov
Github user vladimir-kotikov commented on the issue: https://github.com/apache/cordova-windows/pull/208 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

[GitHub] cordova-plugin-file-transfer pull request #164: Removed warning

2016-11-02 Thread lucatorella
GitHub user lucatorella opened a pull request: https://github.com/apache/cordova-plugin-file-transfer/pull/164 Removed warning ### Platforms affected iOS ### What does this PR do? Remove a warning ### What testing has been done on this change? Run unit

[GitHub] cordova-plugin-file-transfer issue #164: Removed warning

2016-11-02 Thread cordova-qa
Github user cordova-qa commented on the issue: https://github.com/apache/cordova-plugin-file-transfer/pull/164 Can one of the admins verify this patch? --- 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-contacts pull request #139: CB-11975 iOS: Search on contacts'...

2016-11-02 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/cordova-plugin-contacts/pull/139 --- 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

[GitHub] cordova-plugin-file-transfer issue #163: CB-12100 (ios) Fixed test plugin in...

2016-11-02 Thread vladimir-kotikov
Github user vladimir-kotikov commented on the issue: https://github.com/apache/cordova-plugin-file-transfer/pull/163 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