Nightly build #216 for cordova has succeeded!

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

[GitHub] cordova-plugin-file-transfer issue #166: Don't crash on low memory devices

2016-11-03 Thread cordova-qa
Github user cordova-qa commented on the issue: https://github.com/apache/cordova-plugin-file-transfer/pull/166 Cordova CI Build has one or more failures. Link: http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-file-transfer-pr/41/ 312 tests run, 26 skipped, 50 failed.

[GitHub] cordova-plugin-file-transfer pull request #166: Don't crash on low memory de...

2016-11-03 Thread fujunwei
GitHub user fujunwei opened a pull request: https://github.com/apache/cordova-plugin-file-transfer/pull/166 Don't crash on low memory devices It will be OOM when running file-transfer tests on baseline Android Memory class which is 16M (It happens to be the java heap limit of

[GitHub] cordova-plugin-contacts issue #142: android doesn't support data to save pho...

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

[GitHub] cordova-plugin-statusbar pull request #68: CB-10158: (ios) StatusBar issue w...

2016-11-03 Thread jaassoon
Github user jaassoon closed the pull request at: https://github.com/apache/cordova-plugin-statusbar/pull/68 --- 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-statusbar issue #68: CB-10158: (ios) StatusBar issue when rec...

2016-11-03 Thread jcesarmobile
Github user jcesarmobile commented on the issue: https://github.com/apache/cordova-plugin-statusbar/pull/68 Ah, didn't think about the pause event and good to know about the webkitDisplayingFullscreen. Anyway, I fixed the issue last weekend, you can close the PR now. --- If

[GitHub] cordova-plugin-statusbar issue #68: CB-10158: (ios) StatusBar issue when rec...

2016-11-03 Thread jaassoon
Github user jaassoon commented on the issue: https://github.com/apache/cordova-plugin-statusbar/pull/68 For example: video.addEventListener('pause',pauseHandler,false); function pauseHandler(){//ios only if(this.webkitDisplayingFullscreen)return;

[GitHub] cordova-plugin-camera issue #240: CB-12086: Added NSPhotoLibraryUsageDescrip...

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

[GitHub] cordova-plugin-camera issue #240: CB-12086: Added NSPhotoLibraryUsageDescrip...

2016-11-03 Thread pugwonk
Github user pugwonk commented on the issue: https://github.com/apache/cordova-plugin-camera/pull/240 On the line formatting issue - I cannot for the life of me see what's wrong with it. I'm wondering if in fact it's a very odd bug in GitHub's markdown parser (when viewing the file

[VOTE] cordova-android@6.1.0 Release

2016-11-03 Thread Joe Bowser
Please review and vote on this 6.1.0 Android Release by replying to this email (and keep discussion on the DISCUSS thread) Release issue: https://issues.apache.org/jira/browse/CB-12109 The archive has been published to dist/dev:https://dist.apache.org/repos/dist/dev/cordova/CB-12109 The package

Re: [DISCUSS] Cordova-Android 6.1 Release

2016-11-03 Thread Joe Bowser
Hey We're getting some hiccups on the 6.1 Android Release with Travis. I'm not able to reproduce on the local machine, so we think that it's a travis error with updating packages, so we're going to go ahead with the vote again. Sorry for the delay today. On Wed, Nov 2, 2016 at 11:46 AM, Joe

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

2016-11-03 Thread jcesarmobile
Github user jcesarmobile commented on the issue: https://github.com/apache/cordova-android/pull/343 you can use cordova-android from master with `cordova platform add android@https://github.com/apache/cordova-android` or the previous version with `cordova platform add android@5.2.2`

[GitHub] cordova-docs issue #659: CB-11860 Documented codeSignIdentity usage

2016-11-03 Thread shazron
Github user shazron commented on the issue: https://github.com/apache/cordova-docs/pull/659 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, or if the

[GitHub] cordova-android pull request #348: Do not test for non-existent build folder

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

2016-11-03 Thread Victor Sosa
Hi Vikrant, This mailing list is used for Cordova development purposes, not Cordova users support. My advice is that you use StackOverflow and tag it as cordova and cordova-android. You'll reach more people who can help there. Now, quickly for what I can see either the path is wrong or you

Need help

2016-11-03 Thread vikrant arya
Hi cordova team, I am implementing a application in which I am running audio file when I am clicking button. It is not working on some devices of android. I saw this error in logcat, org.sample.hybridandroidapp E/AndroidProtocolHandler: Unable to open asset URL:

[GitHub] cordova-android issue #344: Cb 5968

2016-11-03 Thread purplecabbage
Github user purplecabbage commented on the issue: https://github.com/apache/cordova-android/pull/344 Please update the title of this pr, per checklist item 2 **CB-5968 (android) Missing the drawable-xxhdpi folder** --- If your project is set up for it, you can reply to this email

[GitHub] cordova-plugin-geolocation issue #84: Cb11190

2016-11-03 Thread purplecabbage
Github user purplecabbage commented on the issue: https://github.com/apache/cordova-plugin-geolocation/pull/84 Please edit the title of this as specified in the checklist. > Commit message follows the format: "CB-3232: (android) Fix bug with resolving file paths", where

[GitHub] cordova-android pull request #348: Do not test for non-existent build folder

2016-11-03 Thread purplecabbage
GitHub user purplecabbage opened a pull request: https://github.com/apache/cordova-android/pull/348 Do not test for non-existent build folder ### Platforms affected ### What does this PR do? ### What testing has been done on this change?

Re: [VOTE] Cordova-Android 6.1.0 Release

2016-11-03 Thread Joe Bowser
-1 Vote is cancelled. On Thu, Nov 3, 2016 at 10:34 AM, Joe Bowser wrote: > Please review and vote on this 6.1.0 Android Release > by replying to this email (and keep discussion on the DISCUSS thread) > > Release issue: https://issues.apache.org/jira/browse/CB-12109 > > The

Re: How to setup cordova mobilespec with CLI

2016-11-03 Thread Steven Gill
`coho repo-clone -r plugins` will fetch all the plugins. mobile-spec usually tests with local plugins not released versions of plugins on npm. You can checkout the release tags locally for all the plugins and then run mobile spec to test with released plugins Steps to checkout release tags of

[VOTE] Cordova-Android 6.1.0 Release

2016-11-03 Thread Joe Bowser
Please review and vote on this 6.1.0 Android Release by replying to this email (and keep discussion on the DISCUSS thread) Release issue: https://issues.apache.org/jira/browse/CB-12109 The archive has been published to dist/dev:https://dist.apache.org/repos/dist/dev/cordova/CB-12109 The package

[GitHub] cordova-plugin-battery-status issue #41: CB-8929 (Windows) Now working on Wi...

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

[GitHub] cordova-plugin-contacts issue #138: CB-11541 iOS: Add extra labels for phone...

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

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

2016-11-03 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/cordova-plugin-device-orientation/pull/31 --- 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-device-orientation issue #31: CB-9179 (ios) Fixed trueHeading...

2016-11-03 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** -

[GitHub] cordova-plugin-battery-status pull request #41: CB-8929 (Windows) Now workin...

2016-11-03 Thread alsorokin
Github user alsorokin closed the pull request at: https://github.com/apache/cordova-plugin-battery-status/pull/41 --- 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 #659: CB-11860 Documented codeSignIdentity usage

2016-11-03 Thread daserge
Github user daserge commented on the issue: https://github.com/apache/cordova-docs/pull/659 @dpogue, @shazron could you 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. If your project does not have this

[GitHub] cordova-docs pull request #659: CB-11860 Documented codeSignIdentity usage

2016-11-03 Thread daserge
GitHub user daserge opened a pull request: https://github.com/apache/cordova-docs/pull/659 CB-11860 Documented codeSignIdentity usage ### Platforms affected iOS ### What does this PR do? Documented codeSignIdentity usage, updated build.json example

RE: How to setup cordova mobilespec with CLI

2016-11-03 Thread Joe Bowser
Except for the fact that it doesn't actually build in Android Studio. It would be great if people could build and run Android applications using Crosswalk in the IDE. There was a thread about the deprecated NDK switch put in the CLI months ago and I would like to be able to get rid of it at some

[GitHub] cordova-plugin-battery-status pull request #41: CB-8929 (Windows) Now workin...

2016-11-03 Thread alsorokin
GitHub user alsorokin opened a pull request: https://github.com/apache/cordova-plugin-battery-status/pull/41 CB-8929 (Windows) Now working on Windows 10 mobile devices ### Platforms affected Windows ### What does this PR do? Fixes battery-status plugin now working

[GitHub] cordova-plugin-contacts pull request #138: CB-11541 iOS: Add extra labels fo...

2016-11-03 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/cordova-plugin-contacts/pull/138 --- 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 #141: CB-10974 Cordova file transfer Cont...

2016-11-03 Thread craig-at-rsg
Github user craig-at-rsg commented on the issue: https://github.com/apache/cordova-plugin-file-transfer/pull/141 This fix is creates a problem for WSGI applications - before this fix, they would happily accept chunked transfers, but after they return status 411 and complain about a

[GitHub] cordova-plugin-contacts issue #138: CB-11541 iOS: Add extra labels for phone...

2016-11-03 Thread matrosov-nikita
Github user matrosov-nikita commented on the issue: https://github.com/apache/cordova-plugin-contacts/pull/138 @alsorokin, done. --- 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-splashscreen issue #105: fix bug CB-11422 ios SplashScreen pl...

2016-11-03 Thread daserge
Github user daserge commented on the issue: https://github.com/apache/cordova-plugin-splashscreen/pull/105 @jonathanli2, thanks for the contribution! Is there any way/code to reproduce the issue? --- If your project is set up for it, you can reply to this email and have your

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

2016-11-03 Thread Simon MacDonald
I vote +1: * Ran coho audit-license-headers over the relevant repos * Ran mobile-spec * Tested cordova-plugin-compat on Android 6 and 7 devices via cordova-plugin-camera Simon Mac Donald http://simonmacdonald.com On Thu, Nov 3, 2016 at 1:53 AM, Shazron wrote: > I vote +1: >

[GitHub] cordova-plugin-file-transfer issue #165: CB-12107: (android) Trigger media s...

2016-11-03 Thread cordova-qa
Github user cordova-qa commented on the issue: https://github.com/apache/cordova-plugin-file-transfer/pull/165 Cordova CI Build has one or more failures. Link: http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-file-transfer-pr/40/ 312 tests run, 26 skipped, 50 failed.

[GitHub] cordova-plugin-contacts issue #138: CB-11541 iOS: Add extra labels for phone...

2016-11-03 Thread alsorokin
Github user alsorokin commented on the issue: https://github.com/apache/cordova-plugin-contacts/pull/138 LGTM 👍 Please squash the commits before I merge it --- 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-contacts issue #138: CB-11541 iOS: Add extra labels for phone...

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

[GitHub] cordova-plugin-contacts issue #138: CB-11541 iOS: Add extra labels for phone...

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

[GitHub] cordova-plugin-contacts issue #138: CB-11541 iOS: Add extra labels for phone...

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

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

2016-11-03 Thread alsorokin
Github user alsorokin commented on a diff in the pull request: https://github.com/apache/cordova-plugin-device-orientation/pull/31#discussion_r86318121 --- Diff: tests/tests.js --- @@ -157,6 +157,19 @@ exports.defineManualTests = function (contentEl, createActionButton) {

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

2016-11-03 Thread alsorokin
Github user alsorokin commented on a diff in the pull request: https://github.com/apache/cordova-plugin-device-orientation/pull/31#discussion_r86310927 --- Diff: tests/tests.js --- @@ -157,6 +157,19 @@ exports.defineManualTests = function (contentEl, createActionButton) {

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

2016-11-03 Thread vladimir-kotikov
Github user vladimir-kotikov commented on the issue: https://github.com/apache/cordova-plugin-device-orientation/pull/31 @alsorokin, please fix JSHint errors (see Travis log). Otherwise LGTM --- If your project is set up for it, you can reply to this email and have your reply appear

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

2016-11-03 Thread vladimir-kotikov
Github user vladimir-kotikov commented on a diff in the pull request: https://github.com/apache/cordova-plugin-device-orientation/pull/31#discussion_r86299134 --- Diff: tests/tests.js --- @@ -157,6 +157,19 @@ exports.defineManualTests = function (contentEl, createActionButton) {

RE: How to setup cordova mobilespec with CLI

2016-11-03 Thread Fu, Junwei
Can we pull the released tag of those cloned repos? coho repo-clone -r plugins -r mobile-spec -r android -r ios -r cli I want to test the released plugins with the latest CLI. Thanks, Junwei. -Original Message- From: Joe Bowser [mailto:bows...@gmail.com] Sent: Thursday, November 03,