[GitHub] cordova-plugin-inappbrowser issue #172: [CB-5758] (android/iOS) Possibility ...

2016-07-07 Thread cordova-qa
Github user cordova-qa commented on the issue: https://github.com/apache/cordova-plugin-inappbrowser/pull/172 Cordova CI Build has completed successfully. **Commit** - [Link](https://github.com/apache/cordova-plugin-inappbrowser/pull/172/commits/bf85c7db8f3f22f32d847c1dbe8

[GitHub] cordova-plugin-file-transfer issue #150: CB-11534 This plugin should support...

2016-07-07 Thread vladimir-kotikov
Github user vladimir-kotikov commented on the issue: https://github.com/apache/cordova-plugin-file-transfer/pull/150 @homen, there is nothing wrong with this PR (at least from CI perspective) - the failure was caused by some test defects on iOS platform. We're aware of that issue and

[GitHub] cordova-plugin-file-transfer issue #150: CB-11534 This plugin should support...

2016-07-07 Thread homen
Github user homen commented on the issue: https://github.com/apache/cordova-plugin-file-transfer/pull/150 Ok @vladimir-kotikov --- 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 en

[GitHub] cordova-plugin-file issue #186: CB-11305 Enable cdvfile: assets fs root for ...

2016-07-07 Thread cordova-qa
Github user cordova-qa commented on the issue: https://github.com/apache/cordova-plugin-file/pull/186 Cordova CI Build has one or more failures. **Commit** - [Link](https://github.com/apache/cordova-plugin-file/pull/186/commits/2cdccb7f4734365d9840667359c7c5502b0038f4)

[GitHub] cordova-plugin-network-information issue #45: Networkmanager.java broken for...

2016-07-07 Thread cordova-qa
Github user cordova-qa commented on the issue: https://github.com/apache/cordova-plugin-network-information/pull/45 Cordova CI Build has completed successfully. **Commit** - [Link](https://github.com/apache/cordova-plugin-network-information/pull/45/commits/eaea5fd2554f4d6

[GitHub] cordova-plugin-file issue #186: CB-11305 Enable cdvfile: assets fs root for ...

2016-07-07 Thread cordova-qa
Github user cordova-qa commented on the issue: https://github.com/apache/cordova-plugin-file/pull/186 Cordova CI Build has completed successfully. **Commit** - [Link](https://github.com/apache/cordova-plugin-file/pull/186/commits/02bcf4b9971c87786519745b938fbcc31302a39b)

[GitHub] cordova-plugin-device-motion issue #45: CB-11531 Restart Accelerometer on Cy...

2016-07-07 Thread cordova-qa
Github user cordova-qa commented on the issue: https://github.com/apache/cordova-plugin-device-motion/pull/45 Cordova CI Build has completed successfully. **Commit** - [Link](https://github.com/apache/cordova-plugin-device-motion/pull/45/commits/293dcb9220ac379a9e4cd7776d0

RE: Finding a Bug fix Apache cordova

2016-07-07 Thread Sergey Shakhnazarov (Akvelon)
Hi Akila, You can try to use such a JQL query: project = CB AND (resolution = Unresolved AND (labels in (easyfix) AND labels in (triaged) OR priority in (Minor, Trivial))) ORDER BY priority DESC or project = CB AND resolution = Unresolved AND labels in (easyfix) AND labels in (triaged) ORDER BY

RE: Finding a Bug fix Apache cordova

2016-07-07 Thread Sergey Shakhnazarov (Akvelon)
Fixing the formatting issues: 1. project = CB AND (resolution = Unresolved AND (labels in (easyfix) AND labels in (triaged) OR priority in (Minor, Trivial))) ORDER BY priority DESC or 2. project = CB AND resolution = Unresolved AND labels in (easyfix) AND labels in (triaged) ORDER BY priority

[GitHub] cordova-plugin-device-motion pull request #46: CB-11482: (Android) Fix unrel...

2016-07-07 Thread vladimir-kotikov
GitHub user vladimir-kotikov opened a pull request: https://github.com/apache/cordova-plugin-device-motion/pull/46 CB-11482: (Android) Fix unreliable tests ### Platforms affected Android ### What does this PR do? Fixes intermittent tests failures for Androi

[GitHub] cordova-plugin-device-motion issue #45: CB-11531 Restart Accelerometer on Cy...

2016-07-07 Thread vladimir-kotikov
Github user vladimir-kotikov commented on the issue: https://github.com/apache/cordova-plugin-device-motion/pull/45 LGTM. Just noticed that I've fixed the same issue in #46 :smile: --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub

[GitHub] cordova-plugin-device-motion pull request #45: CB-11531 Restart Acceleromete...

2016-07-07 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/cordova-plugin-device-motion/pull/45 --- 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 i

[GitHub] cordova-plugin-camera issue #131: CB-10033 – iOS: new resizable cropping r...

2016-07-07 Thread cordova-qa
Github user cordova-qa commented on the issue: https://github.com/apache/cordova-plugin-camera/pull/131 Cordova CI Build has completed successfully. **Commit** - [Link](https://github.com/apache/cordova-plugin-camera/pull/131/commits/29f2571e8c1ca50879b758f190abdb7b9762c1c

[GitHub] cordova-plugin-device-motion issue #46: CB-11482: (Android) Fix unreliable t...

2016-07-07 Thread cordova-qa
Github user cordova-qa commented on the issue: https://github.com/apache/cordova-plugin-device-motion/pull/46 Cordova CI Build has completed successfully. **Commit** - [Link](https://github.com/apache/cordova-plugin-device-motion/pull/46/commits/61928a3d9dc5986758bf20856c5

[GitHub] cordova-plugin-camera issue #221: android fix: image from gallery not compre...

2016-07-07 Thread cordova-qa
Github user cordova-qa commented on the issue: https://github.com/apache/cordova-plugin-camera/pull/221 Cordova CI Build has completed successfully. **Commit** - [Link](https://github.com/apache/cordova-plugin-camera/pull/221/commits/01086bcb33fb34a875abeb802fd7a2e670cf38c

Starting Bug fixing Apache cordova

2016-07-07 Thread sanjeewa kumara
Hi everyone, I'm a beginner to opensource community. I have no idea where to start find a bug and fix. So it would be great if you can tell me where i can start. I have install cordova and build project. can you help me to start contribution journey on opensource community ? Thank you. -

Re: Starting Bug fixing Apache cordova

2016-07-07 Thread julio cesar sanchez
Hi. You can search for issues on the issues page [1] Make sure you have read the contribution guidelines first [2] [1] http://issues.cordova.io/ [2] https://cordova.apache.org/contribute/contribute_guidelines.html 2016-07-07 13:47 GMT+02:00 sanjeewa kumara : > Hi everyone, > > I'm a beginner to

[GitHub] cordova-plugin-file-transfer pull request #151: CB-11497 Use cordova-vm for ...

2016-07-07 Thread vladimir-kotikov
GitHub user vladimir-kotikov opened a pull request: https://github.com/apache/cordova-plugin-file-transfer/pull/151 CB-11497 Use cordova-vm for testing 304 errors ### Platforms affected All ### What does this PR do? Replaces external Apache resource to cord

[GitHub] cordova-plugin-file-transfer issue #151: CB-11497 Use cordova-vm for testing...

2016-07-07 Thread daserge
Github user daserge commented on the issue: https://github.com/apache/cordova-plugin-file-transfer/pull/151 LGTM :+1: Although it would be ideal to update the test server in terms of adding `If-Modified-Since` header tests. --- If your project is set up for it, you can repl

[GitHub] cordova-plugin-file-transfer pull request #151: CB-11497 Use cordova-vm for ...

2016-07-07 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/cordova-plugin-file-transfer/pull/151 --- 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-file-transfer issue #151: CB-11497 Use cordova-vm for testing...

2016-07-07 Thread cordova-qa
Github user cordova-qa commented on the issue: https://github.com/apache/cordova-plugin-file-transfer/pull/151 Cordova CI Build has completed successfully. **Commit** - [Link](https://github.com/apache/cordova-plugin-file-transfer/pull/151/commits/855def11c3c35df6f9de10ccc

[GitHub] cordova-plugin-device-motion issue #46: CB-11482: (Android) Fix unreliable t...

2016-07-07 Thread cordova-qa
Github user cordova-qa commented on the issue: https://github.com/apache/cordova-plugin-device-motion/pull/46 Cordova CI Build has completed successfully. **Commit** - [Link](https://github.com/apache/cordova-plugin-device-motion/pull/46/commits/2a739e44cc2e625e009c22e98dc

[GitHub] cordova-plugin-camera issue #98: Camera permissions added

2016-07-07 Thread cordova-qa
Github user cordova-qa commented on the issue: https://github.com/apache/cordova-plugin-camera/pull/98 Cordova CI Build has one or more failures. **Commit** - [Link](https://github.com/apache/cordova-plugin-camera/pull/98/commits/bc21b38ec77850203d56aad8568812acb1570de2)

[GitHub] cordova-plugin-camera pull request #222: CB-11498 [Android] Appium tests sho...

2016-07-07 Thread alsorokin
GitHub user alsorokin opened a pull request: https://github.com/apache/cordova-plugin-camera/pull/222 CB-11498 [Android] Appium tests should not fail when there is no camera ### Platforms affected Android ### What does this PR do? Reworked Appium tests to w

[GitHub] cordova-plugin-camera issue #222: CB-11498 [Android] Appium tests should not...

2016-07-07 Thread cordova-qa
Github user cordova-qa commented on the issue: https://github.com/apache/cordova-plugin-camera/pull/222 Cordova CI Build has completed successfully. **Commit** - [Link](https://github.com/apache/cordova-plugin-camera/pull/222/commits/acff98058f3230bf64f0cc7bef974ff10d63a77

Re: Finding a Bug fix Apache cordova

2016-07-07 Thread Jesse
Thanks, and Welcome Akila! What platforms are you most comfortable with? Android, Java, iOS, Obj-C, Windows, C#, js, ... One person's starter fix can be another person's blocker. Cheers, Jesse > On Jul 6, 2016, at 10:08 PM, Akila Wicky wrote: > > Hi everyone, I'm still a beginner to this

Re: Finding a Bug fix Apache cordova

2016-07-07 Thread Akila Wicky
Thanks, I'm comfortable with Android.So it would be great if i can find a stater issue with Android. On Thu, Jul 7, 2016 at 9:59 PM, Jesse wrote: > Thanks, and Welcome Akila! > > What platforms are you most comfortable with? Android, Java, iOS, Obj-C, > Windows, C#, js, ... > > One person's sta

Re: Finding a Bug fix Apache cordova

2016-07-07 Thread Jesse
Here's a good one. https://issues.apache.org/jira/browse/CB-11078 @purplecabbage risingj.com On Thu, Jul 7, 2016 at 11:54 AM, Akila Wicky wrote: > Thanks, > > I'm comfortable with Android.So it would be great if i can find a stater > issue with Android. > > On Thu, Jul 7, 2016 at 9:59 PM, Jes

Re: Finding a Bug fix Apache cordova

2016-07-07 Thread Akila Wicky
Hi, Thanks, I’m working on it On Fri, Jul 8, 2016 at 1:48 AM, Jesse wrote: > Here's a good one. > https://issues.apache.org/jira/browse/CB-11078 > > > > @purplecabbage > risingj.com > > On Thu, Jul 7, 2016 at 11:54 AM, Akila Wicky wrote: > >> Thanks, >> >> I'm comfortable with Android.So it w

feedback on statusbar plugin ios

2016-07-07 Thread julio cesar sanchez
The statusbar plugin on iOS has had a lot of issues when a modal or popover was present. We have been fixing them and adding new ones because the behaviour when a modal or popover is present is different on different devices and iOS versions. We have added a lot of "hacks" to fix a lot of cases. R

Nightly build #64 for cordova has succeeded!

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