Re: Nightly build #133 for cordova has succeeded!

2016-09-01 Thread Lance Hensley
How do I use this exactly? And I can't do it on a smartphone can I?

On Sep 1, 2016 7:54 PM, "Apache Jenkins Server" 
wrote:

> Nightly build #133 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/133/consoleFull
>
> -
> Jenkins for Apache Cordova
>
>
> -
> To unsubscribe, e-mail: dev-unsubscr...@cordova.apache.org
> For additional commands, e-mail: dev-h...@cordova.apache.org
>


Nightly build #133 for cordova has succeeded!

2016-09-01 Thread Apache Jenkins Server
Nightly build #133 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/133/consoleFull

-
Jenkins for Apache Cordova

-
To unsubscribe, e-mail: dev-unsubscr...@cordova.apache.org
For additional commands, e-mail: dev-h...@cordova.apache.org

Re: [PROPOSAL] Using cordovaDependencies in core plugins

2016-09-01 Thread Steven Gill
So to confirm, the idea is that all of our plugins will have a fake entry
for the next major version of that plugin that only supports some future
non existing version of cordova.

It forces us to update the cordovaDependencies field of a plugin when
either a new major of the plugin comes out.

In regards to your PRs, why not add a engine element for existing support?
Seems like you are only adding NEXT_MAJOR_PLUGIN_VERSION but not
CURRENT_PLUGIN_VERSION.
https://github.com/apache/cordova-plugin-file/pull/194/files

On Thu, Sep 1, 2016 at 6:33 AM, Vladimir Kotikov (Akvelon) <
v-vlk...@microsoft.com> wrote:

> No feedback has been received, so I assume it's a lazy consensus.
> In continuation of this proposal I have opened a bunch of PRs to core
> plugins and going to merge them by the end of this week if there are no
> objections.
>
> -
> Best regards, Vladimir
>
> -Original Message-
> From: Vladimir Kotikov (Akvelon) [mailto:v-vlk...@microsoft.com]
> Sent: Friday, August 26, 2016 3:25 PM
> To: dev@cordova.apache.org
> Subject: [PROPOSAL] Using cordovaDependencies in core plugins
>
> Hey all
>
> We've been researching ways to prevent cordova workflow breakages, caused
> by installing edge versions of the plugins, which possibly could be
> incompatible with cordova version, used by user. This is IMO a very nasty
> sort of problems, because it might cause unpredictable build- and runtime
> failures of cordova setup which has been working perfectly previously.
>
> A typical example of this scenario is when some plugin introduces a change
> incompatible w/ some particular cordova version and doesn't update
> 'cordovaDependencies' property in its' package.json correspondingly.
>
> To prevent such breakages and avoid negative user experience I propose to
> start using `cordovaDependencies` in our core plugins in a following way:
>
> 1. For every plugin we maintain, we add `cordovaDependencies` to its'
> package.json w/ the following entry
>
> CURRENT_PLUGIN_VERSION: { cordova: >= LATEST_SUPPORTED_CORDOVA_VERSION
> }
>
> We will try to determine the LATEST_SUPPORTED_CORDOVA_VERSION based on
> release notes and most significant changes in plugins, but probably we can
> safely use 6.1.0 here because new version choosing logic for `plugin add`
> was introduced in this version and older versions of cordova will not use
> `cordovaDependencies` anyway.
>
> Also for some plugins adding such entry doesn't make sense because they
> will work with any version of cordova, so for these plugins this step could
> be omitted.
>
> 2. For every plugin we add additional 'protective' entry
>
> NEXT_MAJOR_PLUGIN_VERSION: { cordova: >= 100 }
>
>   There are 2 purposes for this:
>
>   - if there is a major plugin update that potentially would broke
> compatibility with some cordova versions, this will protect users against
> installing this major update, unless plugin maintainers update
> `cordovaDependencies` by adding corresponding entry for this plugin version.
>
> In other words, if we've introduced a breaking change and forgot to
> update `cordovaDependencies` correspondingly to reflect that the change
> requires a specific cordova version, user will not get this plugin update.
>
>   - By some reason without such 'protective' entry in case if
> NEXT_MAJOR_PLUGIN_VERSION gets released without adding corresponding entry
> to `cordovaDependencies` (i.e. we don't have any restrictions for this
> version in `cordovaDependencies`) - cordova will fetch that version without
> any checks. This is sounds non-obviously for me and probably there is some
> reason behind installing plugin version, which we can't verify requirements
> for, but this is how it works.
>
> 3. When we introduce a change that requires us to change plugin version to
> `NEXT_MAJOR_PLUGIN_VERSION`, we go and fix `cordovaDependencies` by
> changing cordova requirement for `NEXT_MAJOR_PLUGIN_VERSION` to actual
> value instead of 100 and introducing `ANOTHER_NEXT_MAJOR_PLUGIN_VERSION:
> { cordova: >= 100 }` entry.
>
> I would love to hear any feedback about this proposal or any other ideas
> that might help us to prevent such breakages w/ cordova and plugins.
>
> -
> Best regards, Vladimir
>
>
> -
> To unsubscribe, e-mail: dev-unsubscr...@cordova.apache.org
> For additional commands, e-mail: dev-h...@cordova.apache.org
>
>
> -
> To unsubscribe, e-mail: dev-unsubscr...@cordova.apache.org
> For additional commands, e-mail: dev-h...@cordova.apache.org
>
>


[GitHub] cordova-lib pull request #488: CB-11517 Allow .folder matches

2016-09-01 Thread asfgit
Github user asfgit closed the pull request at:

https://github.com/apache/cordova-lib/pull/488


---
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 is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

-
To unsubscribe, e-mail: dev-unsubscr...@cordova.apache.org
For additional commands, e-mail: dev-h...@cordova.apache.org



[GitHub] cordova-lib issue #478: CB-11607 breakout cordova-create from cordova-lib

2016-09-01 Thread stevengill
Github user stevengill commented on the issue:

https://github.com/apache/cordova-lib/pull/478
  
Looks like this fails because cordova-create removes all listeners on 
events. 


---
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 is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

-
To unsubscribe, e-mail: dev-unsubscr...@cordova.apache.org
For additional commands, e-mail: dev-h...@cordova.apache.org



[GitHub] cordova-lib pull request #486: CB-11776 check edit-config target exists

2016-09-01 Thread asfgit
Github user asfgit closed the pull request at:

https://github.com/apache/cordova-lib/pull/486


---
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 is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

-
To unsubscribe, e-mail: dev-unsubscr...@cordova.apache.org
For additional commands, e-mail: dev-h...@cordova.apache.org



[GitHub] cordova-plugin-camera issue #235: Fixes Camera issue w.r.t. content URIs by ...

2016-09-01 Thread cordova-qa
Github user cordova-qa commented on the issue:

https://github.com/apache/cordova-plugin-camera/pull/235
  
Cordova CI Build has one or more failures. 

**Commit** - 
[Link](https://github.com/apache/cordova-plugin-camera/pull/235/commits/b63a0d83e05b81deb09429776e621f0a713af43f)
**Dashboard** - 
[Link](http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-camera-pr/78/)

| Builder Name  | Console Output | Test Report | Device Logs  |
| :---: | :---:  |   :---: | :---:|
| [Windows 8.1 Store]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-camera-pr/78//PLATFORM=windows-8.1-store/)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-camera-pr/78//PLATFORM=windows-8.1-store/console)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-camera-pr/78//PLATFORM=windows-8.1-store/testReport/)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-camera-pr/78//PLATFORM=windows-8.1-store/artifact/)
 |
| [Windows 10  Store]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-camera-pr/78//PLATFORM=windows-10-store/)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-camera-pr/78//PLATFORM=windows-10-store/console)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-camera-pr/78//PLATFORM=windows-10-store/testReport/)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-camera-pr/78//PLATFORM=windows-10-store/artifact/)
 |
| [Windows 8.1 Phone]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-camera-pr/78//PLATFORM=windows-8.1-phone/)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-camera-pr/78//PLATFORM=windows-8.1-phone/console)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-camera-pr/78//PLATFORM=windows-8.1-phone/testReport/)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-camera-pr/78//PLATFORM=windows-8.1-phone/artifact/)
 |
| [iOS]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-camera-pr/78//PLATFORM=ios/)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-camera-pr/78//PLATFORM=ios/console)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-camera-pr/78//PLATFORM=ios/testReport/)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-camera-pr/78//PLATFORM=ios/artifact/)
 |
| [Android]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-camera-pr/78//PLATFORM=android/)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-camera-pr/78//PLATFORM=android/console)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-camera-pr/78//PLATFORM=android/testReport/)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-camera-pr/78//PLATFORM=android/artifact/)
 |
 



---
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 is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

-
To unsubscribe, e-mail: dev-unsubscr...@cordova.apache.org
For additional commands, e-mail: dev-h...@cordova.apache.org



Re: About plugins documentation and translations

2016-09-01 Thread julio cesar sanchez
Thanks again.

Do you know how to make some parts of the docs not editable? I want to make
code not editable. Is it with "Hide String" option?

2016-09-01 21:42 GMT+02:00 Victor Sosa :

> I have also added Steve as manager.
>
> On Thu, Sep 1, 2016 at 2:40 PM Victor Sosa  wrote:
>
> > Hi Julio.
> > I think you should have manager permissions too. Please try it and let me
> > know if anything is needed.
> >
> > On Thu, Sep 1, 2016 at 2:31 PM julio cesar sanchez <
> jcesarmob...@gmail.com>
> > wrote:
> >
> >> Victor, thanks for the link.
> >> As you worked on this, do you have "project administrator" role on
> >> CrowdIn?
> >> Can you set some of us as "project administrator" too?
> >>
> >> 2016-09-01 21:25 GMT+02:00 julio cesar sanchez  >:
> >>
> >> > I have found this about the translation process on Crowdin
> >> > https://github.com/apache/cordova-coho/blob/master/docs/
> >> > doc-translation-process.md
> >> >
> >> >
> >> >
> >> > 2016-09-01 21:15 GMT+02:00 Steven Gill :
> >> >
> >> >> TBH, I have no idea how the translation process works.
> >> >>
> >> >> We have had a few different people run this in the past, but i don't
> >> think
> >> >> any of them are active anymore. It would be nice to figure this out
> and
> >> >> fully document it.
> >> >>
> >> >>
> >> >>
> >> >> On Thu, Sep 1, 2016 at 12:12 PM, julio cesar sanchez <
> >> >> jcesarmob...@gmail.com
> >> >> > wrote:
> >> >>
> >> >> > Hello everyone.
> >> >> >
> >> >> > I'm writing again because I wrote on another thread 3 months ago
> and
> >> >> nobody
> >> >> > answered me (http://markmail.org/message/aafqb42q2sc5awve)
> >> >> >
> >> >> > So asking again, are we still using Crowdin for translations?
> >> >> > In affirmative case, do we have any project manager on the project?
> >> >> > Do we have documented anywhere the process to release a
> translation?
> >> >> >
> >> >> >
> >> >> >
> >> >> > And about the plugins documentations, I've noticed that Vladimir
> >> Kotikov
> >> >> > was doing some commits to change the jsdoc2md/TEMPLATE.md and some
> >> .js
> >> >> > files after we merged some PRs on the camera plugin.
> >> >> > As some of them were mine I thought I was doing something wrong, so
> >> I've
> >> >> > investigated and yes, I'm doing it wrong, because camera plugin is
> >> using
> >> >> > JSDoc, so we don't have to edit the README.md directly and instead
> of
> >> >> that
> >> >> > we should update the jsdoc2md/TEMPLATE.md and the .js files.
> >> >> > That's because of this proposal
> >> >> > https://github.com/cordova/cordova-discuss/pull/16
> >> >> > And this issue
> >> >> > https://issues.apache.org/jira/browse/CB-9744
> >> >> > And we have only done it on the camera plugin for now
> >> >> > https://issues.apache.org/jira/browse/CB-9745
> >> >> >
> >> >> > So, are there plans on continue doing this on the rest of the
> >> plugins?
> >> >> or
> >> >> > this was some kind of experiment? (No other issues were created for
> >> the
> >> >> > rest of the plugins)
> >> >> >
> >> >> > Does this way of creating the docs affect Crowdin? (in case we are
> >> still
> >> >> > using it)
> >> >> >
> >> >> >
> >> >> > I would like to get an answer this time, even if the answer is "I
> >> have
> >> >> no
> >> >> > idea of how the translation process works"
> >> >> >
> >> >>
> >> >
> >> >
> >>
> >
>


[GitHub] cordova-plugin-camera issue #235: Fixes Camera issue w.r.t. content URIs by ...

2016-09-01 Thread infil00p
Github user infil00p commented on the issue:

https://github.com/apache/cordova-plugin-camera/pull/235
  
BTW: This is dependent on the other Nougat work being completed.  This will 
currently fail CI


---
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 is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

-
To unsubscribe, e-mail: dev-unsubscr...@cordova.apache.org
For additional commands, e-mail: dev-h...@cordova.apache.org



[GitHub] cordova-plugin-camera pull request #235: Fixes Camera issue w.r.t. content U...

2016-09-01 Thread infil00p
GitHub user infil00p opened a pull request:

https://github.com/apache/cordova-plugin-camera/pull/235

Fixes Camera issue w.r.t. content URIs by introducing android-commons 
dependency



### Platforms affected
Android

### What does this PR do?
This fixes the Camera Plugin for Android Nougat

### What testing has been done on this change?
Testing against master.

### Checklist
- [x ] [ICLA](http://www.apache.org/licenses/icla.txt) has been signed and 
submitted to secret...@apache.org.
- [ x] [Reported an 
issue](http://cordova.apache.org/contribute/issues.html) in the JIRA database
- [ x] Commit message follows the format: "CB-3232: (android) Fix bug with 
resolving file paths", where CB- is the JIRA ID & "android" is the platform 
affected.
- [ ] Added automated test coverage as appropriate for this change. (There 
is none yet :( )


You can merge this pull request into a Git repository by running:

$ git pull https://github.com/infil00p/cordova-plugin-camera nougat_camera

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/cordova-plugin-camera/pull/235.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

This closes #235


commit 3d26986bfd5b7894ee16c6785f7996ef8c4b5c4f
Author: Joe Bowser 
Date:   2016-07-27T21:06:07Z

CB-11625: Working on fix to API 24 no longer allowing File URIs to be 
passed across intents

commit 744d72a33bfb13b6c75e48385a9cec3435cbdd41
Author: Joe Bowser 
Date:   2016-07-29T16:07:03Z

Partially modified plugin.xml

commit b62fdf50f7bd18ed5c4cb9ae72fb92908529fbfb
Author: Joe Bowser 
Date:   2016-07-29T20:33:51Z

Adding provider_paths.xml so this works

commit 00e0a7dc469133faf92b46f0d72112d4d873844e
Author: Joe Bowser 
Date:   2016-08-03T21:43:11Z

CB-11625: Managed to get Content Providers to work with a weird mix of 
Content Providers and non-Content Providers

commit f010394af8921052d565c4baf3ed40bd1170f9de
Author: Joe Bowser 
Date:   2016-08-04T18:16:29Z

WTF.  Directory, not file.  Not sure why I did that

commit 3ed3d887ca7336534cfeb7d2146731f4e81a1203
Author: Joe Bowser 
Date:   2016-08-04T18:35:39Z

BuildConfig from test project crept in source code thanks to Android 
Studio, removing

commit b63a0d83e05b81deb09429776e621f0a713af43f
Author: Joe Bowser 
Date:   2016-09-01T22:11:33Z

Merging API 24 code with master including large refactor




---
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 is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

-
To unsubscribe, e-mail: dev-unsubscr...@cordova.apache.org
For additional commands, e-mail: dev-h...@cordova.apache.org



Re: About plugins documentation and translations

2016-09-01 Thread Victor Sosa
I have also added Steve as manager.

On Thu, Sep 1, 2016 at 2:40 PM Victor Sosa  wrote:

> Hi Julio.
> I think you should have manager permissions too. Please try it and let me
> know if anything is needed.
>
> On Thu, Sep 1, 2016 at 2:31 PM julio cesar sanchez 
> wrote:
>
>> Victor, thanks for the link.
>> As you worked on this, do you have "project administrator" role on
>> CrowdIn?
>> Can you set some of us as "project administrator" too?
>>
>> 2016-09-01 21:25 GMT+02:00 julio cesar sanchez :
>>
>> > I have found this about the translation process on Crowdin
>> > https://github.com/apache/cordova-coho/blob/master/docs/
>> > doc-translation-process.md
>> >
>> >
>> >
>> > 2016-09-01 21:15 GMT+02:00 Steven Gill :
>> >
>> >> TBH, I have no idea how the translation process works.
>> >>
>> >> We have had a few different people run this in the past, but i don't
>> think
>> >> any of them are active anymore. It would be nice to figure this out and
>> >> fully document it.
>> >>
>> >>
>> >>
>> >> On Thu, Sep 1, 2016 at 12:12 PM, julio cesar sanchez <
>> >> jcesarmob...@gmail.com
>> >> > wrote:
>> >>
>> >> > Hello everyone.
>> >> >
>> >> > I'm writing again because I wrote on another thread 3 months ago and
>> >> nobody
>> >> > answered me (http://markmail.org/message/aafqb42q2sc5awve)
>> >> >
>> >> > So asking again, are we still using Crowdin for translations?
>> >> > In affirmative case, do we have any project manager on the project?
>> >> > Do we have documented anywhere the process to release a translation?
>> >> >
>> >> >
>> >> >
>> >> > And about the plugins documentations, I've noticed that Vladimir
>> Kotikov
>> >> > was doing some commits to change the jsdoc2md/TEMPLATE.md and some
>> .js
>> >> > files after we merged some PRs on the camera plugin.
>> >> > As some of them were mine I thought I was doing something wrong, so
>> I've
>> >> > investigated and yes, I'm doing it wrong, because camera plugin is
>> using
>> >> > JSDoc, so we don't have to edit the README.md directly and instead of
>> >> that
>> >> > we should update the jsdoc2md/TEMPLATE.md and the .js files.
>> >> > That's because of this proposal
>> >> > https://github.com/cordova/cordova-discuss/pull/16
>> >> > And this issue
>> >> > https://issues.apache.org/jira/browse/CB-9744
>> >> > And we have only done it on the camera plugin for now
>> >> > https://issues.apache.org/jira/browse/CB-9745
>> >> >
>> >> > So, are there plans on continue doing this on the rest of the
>> plugins?
>> >> or
>> >> > this was some kind of experiment? (No other issues were created for
>> the
>> >> > rest of the plugins)
>> >> >
>> >> > Does this way of creating the docs affect Crowdin? (in case we are
>> still
>> >> > using it)
>> >> >
>> >> >
>> >> > I would like to get an answer this time, even if the answer is "I
>> have
>> >> no
>> >> > idea of how the translation process works"
>> >> >
>> >>
>> >
>> >
>>
>


Re: About plugins documentation and translations

2016-09-01 Thread Victor Sosa
Hi Julio.
I think you should have manager permissions too. Please try it and let me
know if anything is needed.

On Thu, Sep 1, 2016 at 2:31 PM julio cesar sanchez 
wrote:

> Victor, thanks for the link.
> As you worked on this, do you have "project administrator" role on CrowdIn?
> Can you set some of us as "project administrator" too?
>
> 2016-09-01 21:25 GMT+02:00 julio cesar sanchez :
>
> > I have found this about the translation process on Crowdin
> > https://github.com/apache/cordova-coho/blob/master/docs/
> > doc-translation-process.md
> >
> >
> >
> > 2016-09-01 21:15 GMT+02:00 Steven Gill :
> >
> >> TBH, I have no idea how the translation process works.
> >>
> >> We have had a few different people run this in the past, but i don't
> think
> >> any of them are active anymore. It would be nice to figure this out and
> >> fully document it.
> >>
> >>
> >>
> >> On Thu, Sep 1, 2016 at 12:12 PM, julio cesar sanchez <
> >> jcesarmob...@gmail.com
> >> > wrote:
> >>
> >> > Hello everyone.
> >> >
> >> > I'm writing again because I wrote on another thread 3 months ago and
> >> nobody
> >> > answered me (http://markmail.org/message/aafqb42q2sc5awve)
> >> >
> >> > So asking again, are we still using Crowdin for translations?
> >> > In affirmative case, do we have any project manager on the project?
> >> > Do we have documented anywhere the process to release a translation?
> >> >
> >> >
> >> >
> >> > And about the plugins documentations, I've noticed that Vladimir
> Kotikov
> >> > was doing some commits to change the jsdoc2md/TEMPLATE.md and some .js
> >> > files after we merged some PRs on the camera plugin.
> >> > As some of them were mine I thought I was doing something wrong, so
> I've
> >> > investigated and yes, I'm doing it wrong, because camera plugin is
> using
> >> > JSDoc, so we don't have to edit the README.md directly and instead of
> >> that
> >> > we should update the jsdoc2md/TEMPLATE.md and the .js files.
> >> > That's because of this proposal
> >> > https://github.com/cordova/cordova-discuss/pull/16
> >> > And this issue
> >> > https://issues.apache.org/jira/browse/CB-9744
> >> > And we have only done it on the camera plugin for now
> >> > https://issues.apache.org/jira/browse/CB-9745
> >> >
> >> > So, are there plans on continue doing this on the rest of the plugins?
> >> or
> >> > this was some kind of experiment? (No other issues were created for
> the
> >> > rest of the plugins)
> >> >
> >> > Does this way of creating the docs affect Crowdin? (in case we are
> still
> >> > using it)
> >> >
> >> >
> >> > I would like to get an answer this time, even if the answer is "I have
> >> no
> >> > idea of how the translation process works"
> >> >
> >>
> >
> >
>


[GitHub] cordova-android issue #321: CB-8978 Prepare copy resource-files from config....

2016-09-01 Thread dpogue
Github user dpogue commented on the issue:

https://github.com/apache/cordova-android/pull/321
  
Thanks! I've corrected that function name


---
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 is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

-
To unsubscribe, e-mail: dev-unsubscr...@cordova.apache.org
For additional commands, e-mail: dev-h...@cordova.apache.org



Re: About plugins documentation and translations

2016-09-01 Thread julio cesar sanchez
Victor, thanks for the link.
As you worked on this, do you have "project administrator" role on CrowdIn?
Can you set some of us as "project administrator" too?

2016-09-01 21:25 GMT+02:00 julio cesar sanchez :

> I have found this about the translation process on Crowdin
> https://github.com/apache/cordova-coho/blob/master/docs/
> doc-translation-process.md
>
>
>
> 2016-09-01 21:15 GMT+02:00 Steven Gill :
>
>> TBH, I have no idea how the translation process works.
>>
>> We have had a few different people run this in the past, but i don't think
>> any of them are active anymore. It would be nice to figure this out and
>> fully document it.
>>
>>
>>
>> On Thu, Sep 1, 2016 at 12:12 PM, julio cesar sanchez <
>> jcesarmob...@gmail.com
>> > wrote:
>>
>> > Hello everyone.
>> >
>> > I'm writing again because I wrote on another thread 3 months ago and
>> nobody
>> > answered me (http://markmail.org/message/aafqb42q2sc5awve)
>> >
>> > So asking again, are we still using Crowdin for translations?
>> > In affirmative case, do we have any project manager on the project?
>> > Do we have documented anywhere the process to release a translation?
>> >
>> >
>> >
>> > And about the plugins documentations, I've noticed that Vladimir Kotikov
>> > was doing some commits to change the jsdoc2md/TEMPLATE.md and some .js
>> > files after we merged some PRs on the camera plugin.
>> > As some of them were mine I thought I was doing something wrong, so I've
>> > investigated and yes, I'm doing it wrong, because camera plugin is using
>> > JSDoc, so we don't have to edit the README.md directly and instead of
>> that
>> > we should update the jsdoc2md/TEMPLATE.md and the .js files.
>> > That's because of this proposal
>> > https://github.com/cordova/cordova-discuss/pull/16
>> > And this issue
>> > https://issues.apache.org/jira/browse/CB-9744
>> > And we have only done it on the camera plugin for now
>> > https://issues.apache.org/jira/browse/CB-9745
>> >
>> > So, are there plans on continue doing this on the rest of the plugins?
>> or
>> > this was some kind of experiment? (No other issues were created for the
>> > rest of the plugins)
>> >
>> > Does this way of creating the docs affect Crowdin? (in case we are still
>> > using it)
>> >
>> >
>> > I would like to get an answer this time, even if the answer is "I have
>> no
>> > idea of how the translation process works"
>> >
>>
>
>


Re: About plugins documentation and translations

2016-09-01 Thread julio cesar sanchez
I have found this about the translation process on Crowdin
https://github.com/apache/cordova-coho/blob/master/docs/doc-translation-process.md



2016-09-01 21:15 GMT+02:00 Steven Gill :

> TBH, I have no idea how the translation process works.
>
> We have had a few different people run this in the past, but i don't think
> any of them are active anymore. It would be nice to figure this out and
> fully document it.
>
>
>
> On Thu, Sep 1, 2016 at 12:12 PM, julio cesar sanchez <
> jcesarmob...@gmail.com
> > wrote:
>
> > Hello everyone.
> >
> > I'm writing again because I wrote on another thread 3 months ago and
> nobody
> > answered me (http://markmail.org/message/aafqb42q2sc5awve)
> >
> > So asking again, are we still using Crowdin for translations?
> > In affirmative case, do we have any project manager on the project?
> > Do we have documented anywhere the process to release a translation?
> >
> >
> >
> > And about the plugins documentations, I've noticed that Vladimir Kotikov
> > was doing some commits to change the jsdoc2md/TEMPLATE.md and some .js
> > files after we merged some PRs on the camera plugin.
> > As some of them were mine I thought I was doing something wrong, so I've
> > investigated and yes, I'm doing it wrong, because camera plugin is using
> > JSDoc, so we don't have to edit the README.md directly and instead of
> that
> > we should update the jsdoc2md/TEMPLATE.md and the .js files.
> > That's because of this proposal
> > https://github.com/cordova/cordova-discuss/pull/16
> > And this issue
> > https://issues.apache.org/jira/browse/CB-9744
> > And we have only done it on the camera plugin for now
> > https://issues.apache.org/jira/browse/CB-9745
> >
> > So, are there plans on continue doing this on the rest of the plugins? or
> > this was some kind of experiment? (No other issues were created for the
> > rest of the plugins)
> >
> > Does this way of creating the docs affect Crowdin? (in case we are still
> > using it)
> >
> >
> > I would like to get an answer this time, even if the answer is "I have no
> > idea of how the translation process works"
> >
>


Re: About plugins documentation and translations

2016-09-01 Thread Victor Sosa
Hi Julio.

I used to handle translation a long time ago. As far as I remember, yes we
used CrowdIn to translate the docs. I left this component more than a year
ago but I found this document. Hope it helps.
https://github.com/apache/cordova-docs/tree/master/doc/README/en

Here you can find more details about the CrowdIn project.
https://crowdin.com/project/cordova

I also can see some activity from translators but no from administrators
building the docs. Maybe Andrey, Dmitri or Richard have more details about
the current state of the project.

On Thu, Sep 1, 2016 at 2:15 PM Steven Gill  wrote:

> TBH, I have no idea how the translation process works.
>
> We have had a few different people run this in the past, but i don't think
> any of them are active anymore. It would be nice to figure this out and
> fully document it.
>
>
>
> On Thu, Sep 1, 2016 at 12:12 PM, julio cesar sanchez <
> jcesarmob...@gmail.com
> > wrote:
>
> > Hello everyone.
> >
> > I'm writing again because I wrote on another thread 3 months ago and
> nobody
> > answered me (http://markmail.org/message/aafqb42q2sc5awve)
> >
> > So asking again, are we still using Crowdin for translations?
> > In affirmative case, do we have any project manager on the project?
> > Do we have documented anywhere the process to release a translation?
> >
> >
> >
> > And about the plugins documentations, I've noticed that Vladimir Kotikov
> > was doing some commits to change the jsdoc2md/TEMPLATE.md and some .js
> > files after we merged some PRs on the camera plugin.
> > As some of them were mine I thought I was doing something wrong, so I've
> > investigated and yes, I'm doing it wrong, because camera plugin is using
> > JSDoc, so we don't have to edit the README.md directly and instead of
> that
> > we should update the jsdoc2md/TEMPLATE.md and the .js files.
> > That's because of this proposal
> > https://github.com/cordova/cordova-discuss/pull/16
> > And this issue
> > https://issues.apache.org/jira/browse/CB-9744
> > And we have only done it on the camera plugin for now
> > https://issues.apache.org/jira/browse/CB-9745
> >
> > So, are there plans on continue doing this on the rest of the plugins? or
> > this was some kind of experiment? (No other issues were created for the
> > rest of the plugins)
> >
> > Does this way of creating the docs affect Crowdin? (in case we are still
> > using it)
> >
> >
> > I would like to get an answer this time, even if the answer is "I have no
> > idea of how the translation process works"
> >
>


Re: About plugins documentation and translations

2016-09-01 Thread Steven Gill
TBH, I have no idea how the translation process works.

We have had a few different people run this in the past, but i don't think
any of them are active anymore. It would be nice to figure this out and
fully document it.



On Thu, Sep 1, 2016 at 12:12 PM, julio cesar sanchez  wrote:

> Hello everyone.
>
> I'm writing again because I wrote on another thread 3 months ago and nobody
> answered me (http://markmail.org/message/aafqb42q2sc5awve)
>
> So asking again, are we still using Crowdin for translations?
> In affirmative case, do we have any project manager on the project?
> Do we have documented anywhere the process to release a translation?
>
>
>
> And about the plugins documentations, I've noticed that Vladimir Kotikov
> was doing some commits to change the jsdoc2md/TEMPLATE.md and some .js
> files after we merged some PRs on the camera plugin.
> As some of them were mine I thought I was doing something wrong, so I've
> investigated and yes, I'm doing it wrong, because camera plugin is using
> JSDoc, so we don't have to edit the README.md directly and instead of that
> we should update the jsdoc2md/TEMPLATE.md and the .js files.
> That's because of this proposal
> https://github.com/cordova/cordova-discuss/pull/16
> And this issue
> https://issues.apache.org/jira/browse/CB-9744
> And we have only done it on the camera plugin for now
> https://issues.apache.org/jira/browse/CB-9745
>
> So, are there plans on continue doing this on the rest of the plugins? or
> this was some kind of experiment? (No other issues were created for the
> rest of the plugins)
>
> Does this way of creating the docs affect Crowdin? (in case we are still
> using it)
>
>
> I would like to get an answer this time, even if the answer is "I have no
> idea of how the translation process works"
>


About plugins documentation and translations

2016-09-01 Thread julio cesar sanchez
Hello everyone.

I'm writing again because I wrote on another thread 3 months ago and nobody
answered me (http://markmail.org/message/aafqb42q2sc5awve)

So asking again, are we still using Crowdin for translations?
In affirmative case, do we have any project manager on the project?
Do we have documented anywhere the process to release a translation?



And about the plugins documentations, I've noticed that Vladimir Kotikov
was doing some commits to change the jsdoc2md/TEMPLATE.md and some .js
files after we merged some PRs on the camera plugin.
As some of them were mine I thought I was doing something wrong, so I've
investigated and yes, I'm doing it wrong, because camera plugin is using
JSDoc, so we don't have to edit the README.md directly and instead of that
we should update the jsdoc2md/TEMPLATE.md and the .js files.
That's because of this proposal
https://github.com/cordova/cordova-discuss/pull/16
And this issue
https://issues.apache.org/jira/browse/CB-9744
And we have only done it on the camera plugin for now
https://issues.apache.org/jira/browse/CB-9745

So, are there plans on continue doing this on the rest of the plugins? or
this was some kind of experiment? (No other issues were created for the
rest of the plugins)

Does this way of creating the docs affect Crowdin? (in case we are still
using it)


I would like to get an answer this time, even if the answer is "I have no
idea of how the translation process works"


[GitHub] cordova-android issue #321: CB-8978 Prepare copy resource-files from config....

2016-09-01 Thread purplecabbage
Github user purplecabbage commented on the issue:

https://github.com/apache/cordova-android/pull/321
  
bin\templates\cordova\lib\prepare.js: line 81, col 9, 'cleanFileResources' 
is not defined.
bin\templates\cordova\lib\prepare.js: line 433, col 10, 
'cleanResourceFiles' is defined but never used.


---
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 is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

-
To unsubscribe, e-mail: dev-unsubscr...@cordova.apache.org
For additional commands, e-mail: dev-h...@cordova.apache.org



[GitHub] cordova-plugin-statusbar issue #62: CB:-9161 Support iPad multitasking in iO...

2016-09-01 Thread cordova-qa
Github user cordova-qa commented on the issue:

https://github.com/apache/cordova-plugin-statusbar/pull/62
  
Cordova CI Build has completed successfully.

**Commit** - 
[Link](https://github.com/apache/cordova-plugin-statusbar/pull/62/commits/cc5ec71c99251132b06e4cc46716b4183c881ba1)
**Dashboard** - 
[Link](http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-statusbar-pr/25/)

| Builder Name  | Console Output | Test Report | Device Logs  |
| :---: | :---:  |   :---: | :---:|
| [Windows 8.1 Store]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-statusbar-pr/25//PLATFORM=windows-8.1-store/)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-statusbar-pr/25//PLATFORM=windows-8.1-store/console)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-statusbar-pr/25//PLATFORM=windows-8.1-store/testReport/)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-statusbar-pr/25//PLATFORM=windows-8.1-store/artifact/)
 |
| [Windows 10  Store]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-statusbar-pr/25//PLATFORM=windows-10-store/)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-statusbar-pr/25//PLATFORM=windows-10-store/console)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-statusbar-pr/25//PLATFORM=windows-10-store/testReport/)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-statusbar-pr/25//PLATFORM=windows-10-store/artifact/)
 |
| [Windows 8.1 Phone]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-statusbar-pr/25//PLATFORM=windows-8.1-phone/)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-statusbar-pr/25//PLATFORM=windows-8.1-phone/console)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-statusbar-pr/25//PLATFORM=windows-8.1-phone/testReport/)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-statusbar-pr/25//PLATFORM=windows-8.1-phone/artifact/)
 |
| [iOS]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-statusbar-pr/25//PLATFORM=ios/)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-statusbar-pr/25//PLATFORM=ios/console)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-statusbar-pr/25//PLATFORM=ios/testReport/)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-statusbar-pr/25//PLATFORM=ios/artifact/)
 |
| [Android]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-statusbar-pr/25//PLATFORM=android/)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-statusbar-pr/25//PLATFORM=android/console)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-statusbar-pr/25//PLATFORM=android/testReport/)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-statusbar-pr/25//PLATFORM=android/artifact/)
 |
 



---
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 is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

-
To unsubscribe, e-mail: dev-unsubscr...@cordova.apache.org
For additional commands, e-mail: dev-h...@cordova.apache.org



[GitHub] cordova-plugin-statusbar pull request #55: Handle extended status bar on iOS

2016-09-01 Thread asfgit
Github user asfgit closed the pull request at:

https://github.com/apache/cordova-plugin-statusbar/pull/55


---
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 is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

-
To unsubscribe, e-mail: dev-unsubscr...@cordova.apache.org
For additional commands, e-mail: dev-h...@cordova.apache.org



[GitHub] cordova-plugin-battery-status issue #39: CB-11795 Add 'protective' entry to ...

2016-09-01 Thread cordova-qa
Github user cordova-qa commented on the issue:

https://github.com/apache/cordova-plugin-battery-status/pull/39
  
Cordova CI Build has completed successfully.

**Commit** - 
[Link](https://github.com/apache/cordova-plugin-battery-status/pull/39/commits/d8e25a1aeed12b3aa1794940230dff1e9aa52cf0)
**Dashboard** - 
[Link](http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-battery-status-pr/26/)

| Builder Name  | Console Output | Test Report | Device Logs  |
| :---: | :---:  |   :---: | :---:|
| [Windows 8.1 Store]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-battery-status-pr/26//PLATFORM=windows-8.1-store/)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-battery-status-pr/26//PLATFORM=windows-8.1-store/console)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-battery-status-pr/26//PLATFORM=windows-8.1-store/testReport/)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-battery-status-pr/26//PLATFORM=windows-8.1-store/artifact/)
 |
| [Windows 10  Store]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-battery-status-pr/26//PLATFORM=windows-10-store/)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-battery-status-pr/26//PLATFORM=windows-10-store/console)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-battery-status-pr/26//PLATFORM=windows-10-store/testReport/)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-battery-status-pr/26//PLATFORM=windows-10-store/artifact/)
 |
| [Windows 8.1 Phone]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-battery-status-pr/26//PLATFORM=windows-8.1-phone/)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-battery-status-pr/26//PLATFORM=windows-8.1-phone/console)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-battery-status-pr/26//PLATFORM=windows-8.1-phone/testReport/)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-battery-status-pr/26//PLATFORM=windows-8.1-phone/artifact/)
 |
| [iOS]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-battery-status-pr/26//PLATFORM=ios/)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-battery-status-pr/26//PLATFORM=ios/console)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-battery-status-pr/26//PLATFORM=ios/testReport/)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-battery-status-pr/26//PLATFORM=ios/artifact/)
 |
| [Android]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-battery-status-pr/26//PLATFORM=android/)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-battery-status-pr/26//PLATFORM=android/console)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-battery-status-pr/26//PLATFORM=android/testReport/)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-battery-status-pr/26//PLATFORM=android/artifact/)
 |
 



---
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 is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

-
To unsubscribe, e-mail: dev-unsubscr...@cordova.apache.org
For additional commands, e-mail: dev-h...@cordova.apache.org



Re: [Discuss] Cordova-Android 6.0.x

2016-09-01 Thread Joe Bowser
BTW: The nougat update has been added, but this broke our CI

https://travis-ci.org/apache/cordova-android/builds/156860827

Can we get android-24 added to Travis?



On Thu, Sep 1, 2016 at 8:48 AM, Joe Bowser  wrote:

> Sounds good!
>
> On Thu, Sep 1, 2016 at 8:48 AM, julio cesar sanchez <
> jcesarmob...@gmail.com> wrote:
>
>> You asked for a reason to NOT do it, so if there is no answer you can do
>> it.
>>
>>
>>
>> 2016-09-01 17:44 GMT+02:00 Joe Bowser :
>>
>> > BUMP!!!
>> >
>> > This is a major version! Are people getting my e-mails?
>> >
>> > On Wed, Aug 31, 2016 at 12:44 PM, Joe Bowser  wrote:
>> >
>> > > Hey
>> > >
>> > > This week, I'm going to start merging things that will break certain
>> > APIs,
>> > > such as the Third Party WebView.  This is done so we can have solid
>> > > compatibility with Nougat, as well as fix some threading issues that
>> > people
>> > > are having when embedding CordovaWebView in native projects.  Before
>> I do
>> > > this, I need to know whether there's any reason to NOT do this.
>> > >
>> > > Does anyone have any objections to me starting to merge the 6.0.x
>> changes
>> > > in and prepping for a 6.0.x release sometime in September with Cordova
>> > > targeting API 24, and having compatibility fixes?
>> > >
>> > > Joe
>> > >
>> >
>>
>
>


[GitHub] cordova-plugin-camera issue #234: CB-11795 Add 'protective' entry to cordova...

2016-09-01 Thread cordova-qa
Github user cordova-qa commented on the issue:

https://github.com/apache/cordova-plugin-camera/pull/234
  
Cordova CI Build has completed successfully.

**Commit** - 
[Link](https://github.com/apache/cordova-plugin-camera/pull/234/commits/788b85fe90c5204cfeb2b746217f09d14ddd9fa3)
**Dashboard** - 
[Link](http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-camera-pr/77/)

| Builder Name  | Console Output | Test Report | Device Logs  |
| :---: | :---:  |   :---: | :---:|
| [Windows 8.1 Store]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-camera-pr/77//PLATFORM=windows-8.1-store/)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-camera-pr/77//PLATFORM=windows-8.1-store/console)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-camera-pr/77//PLATFORM=windows-8.1-store/testReport/)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-camera-pr/77//PLATFORM=windows-8.1-store/artifact/)
 |
| [Windows 10  Store]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-camera-pr/77//PLATFORM=windows-10-store/)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-camera-pr/77//PLATFORM=windows-10-store/console)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-camera-pr/77//PLATFORM=windows-10-store/testReport/)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-camera-pr/77//PLATFORM=windows-10-store/artifact/)
 |
| [Windows 8.1 Phone]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-camera-pr/77//PLATFORM=windows-8.1-phone/)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-camera-pr/77//PLATFORM=windows-8.1-phone/console)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-camera-pr/77//PLATFORM=windows-8.1-phone/testReport/)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-camera-pr/77//PLATFORM=windows-8.1-phone/artifact/)
 |
| [iOS]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-camera-pr/77//PLATFORM=ios/)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-camera-pr/77//PLATFORM=ios/console)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-camera-pr/77//PLATFORM=ios/testReport/)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-camera-pr/77//PLATFORM=ios/artifact/)
 |
| [Android]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-camera-pr/77//PLATFORM=android/)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-camera-pr/77//PLATFORM=android/console)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-camera-pr/77//PLATFORM=android/testReport/)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-camera-pr/77//PLATFORM=android/artifact/)
 |
 



---
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 is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

-
To unsubscribe, e-mail: dev-unsubscr...@cordova.apache.org
For additional commands, e-mail: dev-h...@cordova.apache.org



[GitHub] cordova-plugin-device-motion issue #47: CB-11795 Add 'protective' entry to c...

2016-09-01 Thread cordova-qa
Github user cordova-qa commented on the issue:

https://github.com/apache/cordova-plugin-device-motion/pull/47
  
Cordova CI Build has one or more failures. 

**Commit** - 
[Link](https://github.com/apache/cordova-plugin-device-motion/pull/47/commits/ac9509160fc3e9e55361717adf8e4bb0b93ce3ab)
**Dashboard** - 
[Link](http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-device-motion-pr/19/)

| Builder Name  | Console Output | Test Report | Device Logs  |
| :---: | :---:  |   :---: | :---:|
| [Windows 8.1 Store]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-device-motion-pr/19//PLATFORM=windows-8.1-store/)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-device-motion-pr/19//PLATFORM=windows-8.1-store/console)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-device-motion-pr/19//PLATFORM=windows-8.1-store/testReport/)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-device-motion-pr/19//PLATFORM=windows-8.1-store/artifact/)
 |
| [Windows 10  Store]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-device-motion-pr/19//PLATFORM=windows-10-store/)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-device-motion-pr/19//PLATFORM=windows-10-store/console)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-device-motion-pr/19//PLATFORM=windows-10-store/testReport/)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-device-motion-pr/19//PLATFORM=windows-10-store/artifact/)
 |
| [Windows 8.1 Phone]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-device-motion-pr/19//PLATFORM=windows-8.1-phone/)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-device-motion-pr/19//PLATFORM=windows-8.1-phone/console)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-device-motion-pr/19//PLATFORM=windows-8.1-phone/testReport/)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-device-motion-pr/19//PLATFORM=windows-8.1-phone/artifact/)
 |
| [iOS]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-device-motion-pr/19//PLATFORM=ios/)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-device-motion-pr/19//PLATFORM=ios/console)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-device-motion-pr/19//PLATFORM=ios/testReport/)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-device-motion-pr/19//PLATFORM=ios/artifact/)
 |
| [Android]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-device-motion-pr/19//PLATFORM=android/)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-device-motion-pr/19//PLATFORM=android/console)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-device-motion-pr/19//PLATFORM=android/testReport/)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-device-motion-pr/19//PLATFORM=android/artifact/)
 |
 



---
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 is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

-
To unsubscribe, e-mail: dev-unsubscr...@cordova.apache.org
For additional commands, e-mail: dev-h...@cordova.apache.org



[GitHub] cordova-plugin-console issue #19: CB-11795 Add 'protective' entry to cordova...

2016-09-01 Thread cordova-qa
Github user cordova-qa commented on the issue:

https://github.com/apache/cordova-plugin-console/pull/19
  
Cordova CI Build has completed successfully.

**Commit** - 
[Link](https://github.com/apache/cordova-plugin-console/pull/19/commits/4f429484335851368df3ddebf61b8594c36db38a)
**Dashboard** - 
[Link](http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-console-pr/113/)

| Builder Name  | Console Output | Test Report | Device Logs  |
| :---: | :---:  |   :---: | :---:|
| [Windows 8.1 Store]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-console-pr/113//PLATFORM=windows-8.1-store/)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-console-pr/113//PLATFORM=windows-8.1-store/console)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-console-pr/113//PLATFORM=windows-8.1-store/testReport/)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-console-pr/113//PLATFORM=windows-8.1-store/artifact/)
 |
| [Windows 10  Store]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-console-pr/113//PLATFORM=windows-10-store/)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-console-pr/113//PLATFORM=windows-10-store/console)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-console-pr/113//PLATFORM=windows-10-store/testReport/)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-console-pr/113//PLATFORM=windows-10-store/artifact/)
 |
| [Windows 8.1 Phone]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-console-pr/113//PLATFORM=windows-8.1-phone/)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-console-pr/113//PLATFORM=windows-8.1-phone/console)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-console-pr/113//PLATFORM=windows-8.1-phone/testReport/)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-console-pr/113//PLATFORM=windows-8.1-phone/artifact/)
 |
| [iOS]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-console-pr/113//PLATFORM=ios/)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-console-pr/113//PLATFORM=ios/console)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-console-pr/113//PLATFORM=ios/testReport/)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-console-pr/113//PLATFORM=ios/artifact/)
 |
| [Android]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-console-pr/113//PLATFORM=android/)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-console-pr/113//PLATFORM=android/console)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-console-pr/113//PLATFORM=android/testReport/)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-console-pr/113//PLATFORM=android/artifact/)
 |
 



---
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 is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

-
To unsubscribe, e-mail: dev-unsubscr...@cordova.apache.org
For additional commands, e-mail: dev-h...@cordova.apache.org



[GitHub] cordova-plugin-file issue #194: CB-11795 Add 'protective' entry to cordovaDe...

2016-09-01 Thread cordova-qa
Github user cordova-qa commented on the issue:

https://github.com/apache/cordova-plugin-file/pull/194
  
Cordova CI Build has completed successfully.

**Commit** - 
[Link](https://github.com/apache/cordova-plugin-file/pull/194/commits/b85a483ca95c5038ee89fa237a9e986a7f6402a2)
**Dashboard** - 
[Link](http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-file-pr/41/)

| Builder Name  | Console Output | Test Report | Device Logs  |
| :---: | :---:  |   :---: | :---:|
| [Windows 8.1 Store]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-file-pr/41//PLATFORM=windows-8.1-store/)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-file-pr/41//PLATFORM=windows-8.1-store/console)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-file-pr/41//PLATFORM=windows-8.1-store/testReport/)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-file-pr/41//PLATFORM=windows-8.1-store/artifact/)
 |
| [Windows 10  Store]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-file-pr/41//PLATFORM=windows-10-store/)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-file-pr/41//PLATFORM=windows-10-store/console)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-file-pr/41//PLATFORM=windows-10-store/testReport/)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-file-pr/41//PLATFORM=windows-10-store/artifact/)
 |
| [Windows 8.1 Phone]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-file-pr/41//PLATFORM=windows-8.1-phone/)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-file-pr/41//PLATFORM=windows-8.1-phone/console)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-file-pr/41//PLATFORM=windows-8.1-phone/testReport/)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-file-pr/41//PLATFORM=windows-8.1-phone/artifact/)
 |
| [iOS]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-file-pr/41//PLATFORM=ios/)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-file-pr/41//PLATFORM=ios/console)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-file-pr/41//PLATFORM=ios/testReport/)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-file-pr/41//PLATFORM=ios/artifact/)
 |
| [Android]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-file-pr/41//PLATFORM=android/)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-file-pr/41//PLATFORM=android/console)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-file-pr/41//PLATFORM=android/testReport/)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-file-pr/41//PLATFORM=android/artifact/)
 |
 



---
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 is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

-
To unsubscribe, e-mail: dev-unsubscr...@cordova.apache.org
For additional commands, e-mail: dev-h...@cordova.apache.org



[GitHub] cordova-plugin-file-transfer issue #157: CB-11795 Add 'protective' entry to ...

2016-09-01 Thread cordova-qa
Github user cordova-qa commented on the issue:

https://github.com/apache/cordova-plugin-file-transfer/pull/157
  
Cordova CI Build has one or more failures. 

**Commit** - 
[Link](https://github.com/apache/cordova-plugin-file-transfer/pull/157/commits/62eef099971ee13d3644e9061deb8fcd30187877)
**Dashboard** - 
[Link](http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-file-transfer-pr/39/)

| Builder Name  | Console Output | Test Report | Device Logs  |
| :---: | :---:  |   :---: | :---:|
| [Windows 8.1 Store]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-file-transfer-pr/39//PLATFORM=windows-8.1-store/)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-file-transfer-pr/39//PLATFORM=windows-8.1-store/console)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-file-transfer-pr/39//PLATFORM=windows-8.1-store/testReport/)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-file-transfer-pr/39//PLATFORM=windows-8.1-store/artifact/)
 |
| [Windows 10  Store]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-file-transfer-pr/39//PLATFORM=windows-10-store/)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-file-transfer-pr/39//PLATFORM=windows-10-store/console)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-file-transfer-pr/39//PLATFORM=windows-10-store/testReport/)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-file-transfer-pr/39//PLATFORM=windows-10-store/artifact/)
 |
| [Windows 8.1 Phone]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-file-transfer-pr/39//PLATFORM=windows-8.1-phone/)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-file-transfer-pr/39//PLATFORM=windows-8.1-phone/console)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-file-transfer-pr/39//PLATFORM=windows-8.1-phone/testReport/)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-file-transfer-pr/39//PLATFORM=windows-8.1-phone/artifact/)
 |
| [iOS]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-file-transfer-pr/39//PLATFORM=ios/)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-file-transfer-pr/39//PLATFORM=ios/console)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-file-transfer-pr/39//PLATFORM=ios/testReport/)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-file-transfer-pr/39//PLATFORM=ios/artifact/)
 |
| [Android]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-file-transfer-pr/39//PLATFORM=android/)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-file-transfer-pr/39//PLATFORM=android/console)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-file-transfer-pr/39//PLATFORM=android/testReport/)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-file-transfer-pr/39//PLATFORM=android/artifact/)
 |
 



---
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 is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

-
To unsubscribe, e-mail: dev-unsubscr...@cordova.apache.org
For additional commands, e-mail: dev-h...@cordova.apache.org



[GitHub] cordova-android pull request #328: Nougat update - Updates required for API ...

2016-09-01 Thread infil00p
GitHub user infil00p opened a pull request:

https://github.com/apache/cordova-android/pull/328

Nougat update - Updates required for API Level 24

This includes the ability to grab the build config and deliver it to 
plugins, which is important for obtaining the Application ID.

You can merge this pull request into a Git repository by running:

$ git pull https://github.com/infil00p/cordova-android nougat_update

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/cordova-android/pull/328.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

This closes #328


commit 7fc11450788e281d84202953d2e9ba10ae3e7276
Author: Joe Bowser 
Date:   2016-06-20T22:50:35Z

Tweaks to fix possible breakage of the Whitelist plugin on Android

commit 1477bac489bae8d652cab85293f8af96ccb713dc
Author: Joe Bowser 
Date:   2016-08-03T21:52:47Z

Adding Static Method to CoreAndroid Plugin so we can get the BuildConfig 
data from other plugins




---
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 is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

-
To unsubscribe, e-mail: dev-unsubscr...@cordova.apache.org
For additional commands, e-mail: dev-h...@cordova.apache.org



[GitHub] cordova-plugin-contacts issue #133: CB-11795 Add 'protective' entry to cordo...

2016-09-01 Thread cordova-qa
Github user cordova-qa commented on the issue:

https://github.com/apache/cordova-plugin-contacts/pull/133
  
Cordova CI Build has completed successfully.

**Commit** - 
[Link](https://github.com/apache/cordova-plugin-contacts/pull/133/commits/bbb5020a587fa54f53b151c07e8d66a60f3ef74e)
**Dashboard** - 
[Link](http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-contacts-pr/36/)

| Builder Name  | Console Output | Test Report | Device Logs  |
| :---: | :---:  |   :---: | :---:|
| [Windows 8.1 Store]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-contacts-pr/36//PLATFORM=windows-8.1-store/)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-contacts-pr/36//PLATFORM=windows-8.1-store/console)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-contacts-pr/36//PLATFORM=windows-8.1-store/testReport/)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-contacts-pr/36//PLATFORM=windows-8.1-store/artifact/)
 |
| [Windows 10  Store]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-contacts-pr/36//PLATFORM=windows-10-store/)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-contacts-pr/36//PLATFORM=windows-10-store/console)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-contacts-pr/36//PLATFORM=windows-10-store/testReport/)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-contacts-pr/36//PLATFORM=windows-10-store/artifact/)
 |
| [Windows 8.1 Phone]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-contacts-pr/36//PLATFORM=windows-8.1-phone/)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-contacts-pr/36//PLATFORM=windows-8.1-phone/console)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-contacts-pr/36//PLATFORM=windows-8.1-phone/testReport/)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-contacts-pr/36//PLATFORM=windows-8.1-phone/artifact/)
 |
| [iOS]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-contacts-pr/36//PLATFORM=ios/)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-contacts-pr/36//PLATFORM=ios/console)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-contacts-pr/36//PLATFORM=ios/testReport/)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-contacts-pr/36//PLATFORM=ios/artifact/)
 |
| [Android]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-contacts-pr/36//PLATFORM=android/)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-contacts-pr/36//PLATFORM=android/console)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-contacts-pr/36//PLATFORM=android/testReport/)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-contacts-pr/36//PLATFORM=android/artifact/)
 |
 



---
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 is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

-
To unsubscribe, e-mail: dev-unsubscr...@cordova.apache.org
For additional commands, e-mail: dev-h...@cordova.apache.org



[GitHub] cordova-plugin-dialogs issue #85: CB-11795 Add 'protective' entry to cordova...

2016-09-01 Thread cordova-qa
Github user cordova-qa commented on the issue:

https://github.com/apache/cordova-plugin-dialogs/pull/85
  
Cordova CI Build has one or more failures. 

**Commit** - 
[Link](https://github.com/apache/cordova-plugin-dialogs/pull/85/commits/badf32dbbadfd4cf6d66553fb5af62d0eb7d2c60)
**Dashboard** - 
[Link](http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-dialogs-pr/33/)

| Builder Name  | Console Output | Test Report | Device Logs  |
| :---: | :---:  |   :---: | :---:|
| [Windows 8.1 Store]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-dialogs-pr/33//PLATFORM=windows-8.1-store/)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-dialogs-pr/33//PLATFORM=windows-8.1-store/console)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-dialogs-pr/33//PLATFORM=windows-8.1-store/testReport/)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-dialogs-pr/33//PLATFORM=windows-8.1-store/artifact/)
 |
| [Windows 10  Store]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-dialogs-pr/33//PLATFORM=windows-10-store/)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-dialogs-pr/33//PLATFORM=windows-10-store/console)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-dialogs-pr/33//PLATFORM=windows-10-store/testReport/)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-dialogs-pr/33//PLATFORM=windows-10-store/artifact/)
 |
| [Windows 8.1 Phone]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-dialogs-pr/33//PLATFORM=windows-8.1-phone/)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-dialogs-pr/33//PLATFORM=windows-8.1-phone/console)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-dialogs-pr/33//PLATFORM=windows-8.1-phone/testReport/)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-dialogs-pr/33//PLATFORM=windows-8.1-phone/artifact/)
 |
| [iOS]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-dialogs-pr/33//PLATFORM=ios/)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-dialogs-pr/33//PLATFORM=ios/console)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-dialogs-pr/33//PLATFORM=ios/testReport/)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-dialogs-pr/33//PLATFORM=ios/artifact/)
 |
| [Android]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-dialogs-pr/33//PLATFORM=android/)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-dialogs-pr/33//PLATFORM=android/console)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-dialogs-pr/33//PLATFORM=android/testReport/)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-dialogs-pr/33//PLATFORM=android/artifact/)
 |
 



---
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 is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

-
To unsubscribe, e-mail: dev-unsubscr...@cordova.apache.org
For additional commands, e-mail: dev-h...@cordova.apache.org



[GitHub] cordova-android pull request #327: API 24 Changes Pull Request

2016-09-01 Thread infil00p
Github user infil00p closed the pull request at:

https://github.com/apache/cordova-android/pull/327


---
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 is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

-
To unsubscribe, e-mail: dev-unsubscr...@cordova.apache.org
For additional commands, e-mail: dev-h...@cordova.apache.org



[GitHub] cordova-android issue #327: API 24 Changes Pull Request

2016-09-01 Thread infil00p
Github user infil00p commented on the issue:

https://github.com/apache/cordova-android/pull/327
  
Whoops, there's something seriously wrong with this PR, closing.


---
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 is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

-
To unsubscribe, e-mail: dev-unsubscr...@cordova.apache.org
For additional commands, e-mail: dev-h...@cordova.apache.org



[GitHub] cordova-android pull request #327: API 24 Changes Pull Request

2016-09-01 Thread infil00p
GitHub user infil00p opened a pull request:

https://github.com/apache/cordova-android/pull/327

API 24 Changes Pull Request

This is an outstanding PR for updating Cordova so that it works with API 
Level 24.  This is important since Nougat is actually out.

You can merge this pull request into a Git repository by running:

$ git pull https://github.com/infil00p/cordova-android api24

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/cordova-android/pull/327.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

This closes #327


commit bd8daee88bc93d99a2cc4f87c94891fb4d2dd02b
Author: Joe Bowser 
Date:   2016-06-07T23:06:40Z

Fix to deal with custom frameworks with their own Gradle configuration

commit 999c32882e84bc63beaac8be02006d92ba112dce
Author: Joe Bowser 
Date:   2016-06-08T17:10:24Z

Adding mavenCentral just in case

This closes #309

commit f95c6f3d7e52b599c9e1979d45f526c4c283
Author: Joe Bowser 
Date:   2016-06-10T19:34:16Z

The GradleBuidler can tell the difference between a Cordova Plugin 
Framework and a regular framework based on the name

commit 1e54411e7f166ff2866ff2fc038134a3bfa86f7e
Author: Joe Bowser 
Date:   2016-06-20T22:50:35Z

Tweaks to fix possible breakage of the Whitelist plugin on Android

commit 2c3936b68ec6de85b202c33deccaf78f806f3f10
Author: Joe Bowser 
Date:   2016-08-03T21:52:47Z

Adding Static Method to CoreAndroid Plugin so we can get the BuildConfig 
data from other plugins




---
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 is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

-
To unsubscribe, e-mail: dev-unsubscr...@cordova.apache.org
For additional commands, e-mail: dev-h...@cordova.apache.org



[GitHub] cordova-plugin-media issue #115: CB-11795 Add 'protective' entry to cordovaD...

2016-09-01 Thread cordova-qa
Github user cordova-qa commented on the issue:

https://github.com/apache/cordova-plugin-media/pull/115
  
Cordova CI Build has one or more failures. 

**Commit** - 
[Link](https://github.com/apache/cordova-plugin-media/pull/115/commits/9ff23a24c14e4b558bb72660690c3efae42ca092)
**Dashboard** - 
[Link](http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-media-pr/78/)

| Builder Name  | Console Output | Test Report | Device Logs  |
| :---: | :---:  |   :---: | :---:|
| [Windows 8.1 Store]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-media-pr/78//PLATFORM=windows-8.1-store/)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-media-pr/78//PLATFORM=windows-8.1-store/console)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-media-pr/78//PLATFORM=windows-8.1-store/testReport/)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-media-pr/78//PLATFORM=windows-8.1-store/artifact/)
 |
| [Windows 10  Store]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-media-pr/78//PLATFORM=windows-10-store/)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-media-pr/78//PLATFORM=windows-10-store/console)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-media-pr/78//PLATFORM=windows-10-store/testReport/)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-media-pr/78//PLATFORM=windows-10-store/artifact/)
 |
| [Windows 8.1 Phone]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-media-pr/78//PLATFORM=windows-8.1-phone/)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-media-pr/78//PLATFORM=windows-8.1-phone/console)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-media-pr/78//PLATFORM=windows-8.1-phone/testReport/)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-media-pr/78//PLATFORM=windows-8.1-phone/artifact/)
 |
| [iOS]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-media-pr/78//PLATFORM=ios/)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-media-pr/78//PLATFORM=ios/console)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-media-pr/78//PLATFORM=ios/testReport/)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-media-pr/78//PLATFORM=ios/artifact/)
 |
| [Android]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-media-pr/78//PLATFORM=android/)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-media-pr/78//PLATFORM=android/console)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-media-pr/78//PLATFORM=android/testReport/)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-media-pr/78//PLATFORM=android/artifact/)
 |
 



---
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 is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

-
To unsubscribe, e-mail: dev-unsubscr...@cordova.apache.org
For additional commands, e-mail: dev-h...@cordova.apache.org



[GitHub] cordova-android pull request #320: Changes for Cordova-Android 6.0.0 - Evalu...

2016-09-01 Thread asfgit
Github user asfgit closed the pull request at:

https://github.com/apache/cordova-android/pull/320


---
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 is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

-
To unsubscribe, e-mail: dev-unsubscr...@cordova.apache.org
For additional commands, e-mail: dev-h...@cordova.apache.org



Re: Error when processing doap file http://svn.apache.org/repos/asf/cordova/site/public/infra/doap_Cordova.rdf:

2016-09-01 Thread Shazron
I'm on this. We moved it in the docs overhaul:
https://github.com/apache/cordova-docs/search?utf8=%E2%9C%93=DOAP

On Thu, Sep 1, 2016 at 3:33 AM, sebb  wrote:

> https://issues.apache.org/jira/browse/CB-11058
>
>
> -- Forwarded message --
> From: Projects 
> Date: 1 September 2016 at 03:00
> Subject: Error when processing doap file
> http://svn.apache.org/repos/asf/cordova/site/public/infra/doap_Cordova.rdf
> :
> To: Site Development 
>
>
> http://svn.apache.org/repos/asf/cordova/site/infra/doap_Cordova_PMC.rdf
>
> -
> To unsubscribe, e-mail: dev-unsubscr...@cordova.apache.org
> For additional commands, e-mail: dev-h...@cordova.apache.org
>
>


Re: [Discuss] Cordova-Android 6.0.x

2016-09-01 Thread Joe Bowser
Sounds good!

On Thu, Sep 1, 2016 at 8:48 AM, julio cesar sanchez 
wrote:

> You asked for a reason to NOT do it, so if there is no answer you can do
> it.
>
>
>
> 2016-09-01 17:44 GMT+02:00 Joe Bowser :
>
> > BUMP!!!
> >
> > This is a major version! Are people getting my e-mails?
> >
> > On Wed, Aug 31, 2016 at 12:44 PM, Joe Bowser  wrote:
> >
> > > Hey
> > >
> > > This week, I'm going to start merging things that will break certain
> > APIs,
> > > such as the Third Party WebView.  This is done so we can have solid
> > > compatibility with Nougat, as well as fix some threading issues that
> > people
> > > are having when embedding CordovaWebView in native projects.  Before I
> do
> > > this, I need to know whether there's any reason to NOT do this.
> > >
> > > Does anyone have any objections to me starting to merge the 6.0.x
> changes
> > > in and prepping for a 6.0.x release sometime in September with Cordova
> > > targeting API 24, and having compatibility fixes?
> > >
> > > Joe
> > >
> >
>


Re: [Discuss] Cordova-Android 6.0.x

2016-09-01 Thread julio cesar sanchez
You asked for a reason to NOT do it, so if there is no answer you can do it.



2016-09-01 17:44 GMT+02:00 Joe Bowser :

> BUMP!!!
>
> This is a major version! Are people getting my e-mails?
>
> On Wed, Aug 31, 2016 at 12:44 PM, Joe Bowser  wrote:
>
> > Hey
> >
> > This week, I'm going to start merging things that will break certain
> APIs,
> > such as the Third Party WebView.  This is done so we can have solid
> > compatibility with Nougat, as well as fix some threading issues that
> people
> > are having when embedding CordovaWebView in native projects.  Before I do
> > this, I need to know whether there's any reason to NOT do this.
> >
> > Does anyone have any objections to me starting to merge the 6.0.x changes
> > in and prepping for a 6.0.x release sometime in September with Cordova
> > targeting API 24, and having compatibility fixes?
> >
> > Joe
> >
>


[GitHub] cordova-plugin-globalization issue #50: CB-11795 Add 'protective' entry to c...

2016-09-01 Thread cordova-qa
Github user cordova-qa commented on the issue:

https://github.com/apache/cordova-plugin-globalization/pull/50
  
Cordova CI Build has completed successfully.

**Commit** - 
[Link](https://github.com/apache/cordova-plugin-globalization/pull/50/commits/9c1277d4f612af6c060ae498b7bf2da7be38fc52)
**Dashboard** - 
[Link](http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-globalization-pr/19/)

| Builder Name  | Console Output | Test Report | Device Logs  |
| :---: | :---:  |   :---: | :---:|
| [Windows 8.1 Store]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-globalization-pr/19//PLATFORM=windows-8.1-store/)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-globalization-pr/19//PLATFORM=windows-8.1-store/console)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-globalization-pr/19//PLATFORM=windows-8.1-store/testReport/)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-globalization-pr/19//PLATFORM=windows-8.1-store/artifact/)
 |
| [Windows 10  Store]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-globalization-pr/19//PLATFORM=windows-10-store/)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-globalization-pr/19//PLATFORM=windows-10-store/console)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-globalization-pr/19//PLATFORM=windows-10-store/testReport/)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-globalization-pr/19//PLATFORM=windows-10-store/artifact/)
 |
| [Windows 8.1 Phone]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-globalization-pr/19//PLATFORM=windows-8.1-phone/)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-globalization-pr/19//PLATFORM=windows-8.1-phone/console)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-globalization-pr/19//PLATFORM=windows-8.1-phone/testReport/)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-globalization-pr/19//PLATFORM=windows-8.1-phone/artifact/)
 |
| [iOS]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-globalization-pr/19//PLATFORM=ios/)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-globalization-pr/19//PLATFORM=ios/console)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-globalization-pr/19//PLATFORM=ios/testReport/)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-globalization-pr/19//PLATFORM=ios/artifact/)
 |
| [Android]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-globalization-pr/19//PLATFORM=android/)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-globalization-pr/19//PLATFORM=android/console)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-globalization-pr/19//PLATFORM=android/testReport/)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-globalization-pr/19//PLATFORM=android/artifact/)
 |
 



---
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 is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

-
To unsubscribe, e-mail: dev-unsubscr...@cordova.apache.org
For additional commands, e-mail: dev-h...@cordova.apache.org



Re: [Discuss] Cordova-Android 6.0.x

2016-09-01 Thread Joe Bowser
BUMP!!!

This is a major version! Are people getting my e-mails?

On Wed, Aug 31, 2016 at 12:44 PM, Joe Bowser  wrote:

> Hey
>
> This week, I'm going to start merging things that will break certain APIs,
> such as the Third Party WebView.  This is done so we can have solid
> compatibility with Nougat, as well as fix some threading issues that people
> are having when embedding CordovaWebView in native projects.  Before I do
> this, I need to know whether there's any reason to NOT do this.
>
> Does anyone have any objections to me starting to merge the 6.0.x changes
> in and prepping for a 6.0.x release sometime in September with Cordova
> targeting API 24, and having compatibility fixes?
>
> Joe
>


[GitHub] cordova-ios issue #251: CB-11791 - 'pod install' should pass in the '--verbo...

2016-09-01 Thread codecov-io
Github user codecov-io commented on the issue:

https://github.com/apache/cordova-ios/pull/251
  
## [Current 
coverage](https://codecov.io/gh/apache/cordova-ios/pull/251?src=pr) is 55.94% 
(diff: 85.71%)
> Merging [#251](https://codecov.io/gh/apache/cordova-ios/pull/251?src=pr) 
into [master](https://codecov.io/gh/apache/cordova-ios/branch/master?src=pr) 
will increase coverage by **0.37%**

```diff
@@ master   #251   diff @@
==
  Files11 11  
  Lines  1004   1017+13   
  Methods 144147 +3   
  Messages  0  0  
  Branches168171 +3   
==
+ Hits558569+11   
- Misses  446448 +2   
  Partials  0  0  
```

> Powered by [Codecov](https://codecov.io?src=pr). Last update 
[51d7078...439d34f](https://codecov.io/gh/apache/cordova-ios/compare/51d707838610857283ec73e6333651012bad50ed...439d34f696cde6c2812dcd2bf9837adc6564e8c9?src=pr)


---
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 is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

-
To unsubscribe, e-mail: dev-unsubscr...@cordova.apache.org
For additional commands, e-mail: dev-h...@cordova.apache.org



[GitHub] cordova-ios pull request #251: CB-11791 - 'pod install' should pass in the '...

2016-09-01 Thread asfgit
Github user asfgit closed the pull request at:

https://github.com/apache/cordova-ios/pull/251


---
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 is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

-
To unsubscribe, e-mail: dev-unsubscr...@cordova.apache.org
For additional commands, e-mail: dev-h...@cordova.apache.org



[GitHub] cordova-plugin-device issue #55: CB-11795 Add 'protective' entry to cordovaD...

2016-09-01 Thread cordova-qa
Github user cordova-qa commented on the issue:

https://github.com/apache/cordova-plugin-device/pull/55
  
Cordova CI Build has one or more failures. 

**Commit** - 
[Link](https://github.com/apache/cordova-plugin-device/pull/55/commits/24795aec50545d47dc28919ef07df31338c1d891)
**Dashboard** - 
[Link](http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-device-pr/16/)

| Builder Name  | Console Output | Test Report | Device Logs  |
| :---: | :---:  |   :---: | :---:|
| [Windows 8.1 Store]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-device-pr/16//PLATFORM=windows-8.1-store/)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-device-pr/16//PLATFORM=windows-8.1-store/console)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-device-pr/16//PLATFORM=windows-8.1-store/testReport/)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-device-pr/16//PLATFORM=windows-8.1-store/artifact/)
 |
| [Windows 10  Store]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-device-pr/16//PLATFORM=windows-10-store/)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-device-pr/16//PLATFORM=windows-10-store/console)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-device-pr/16//PLATFORM=windows-10-store/testReport/)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-device-pr/16//PLATFORM=windows-10-store/artifact/)
 |
| [Windows 8.1 Phone]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-device-pr/16//PLATFORM=windows-8.1-phone/)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-device-pr/16//PLATFORM=windows-8.1-phone/console)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-device-pr/16//PLATFORM=windows-8.1-phone/testReport/)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-device-pr/16//PLATFORM=windows-8.1-phone/artifact/)
 |
| [iOS]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-device-pr/16//PLATFORM=ios/)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-device-pr/16//PLATFORM=ios/console)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-device-pr/16//PLATFORM=ios/testReport/)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-device-pr/16//PLATFORM=ios/artifact/)
 |
| [Android]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-device-pr/16//PLATFORM=android/)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-device-pr/16//PLATFORM=android/console)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-device-pr/16//PLATFORM=android/testReport/)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-device-pr/16//PLATFORM=android/artifact/)
 |
 



---
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 is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

-
To unsubscribe, e-mail: dev-unsubscr...@cordova.apache.org
For additional commands, e-mail: dev-h...@cordova.apache.org



[GitHub] cordova-ios pull request #251: CB-11791 - 'pod install' should pass in the '...

2016-09-01 Thread shazron
GitHub user shazron opened a pull request:

https://github.com/apache/cordova-ios/pull/251

CB-11791 -  'pod install' should pass in the '--verbose' flag, if set



You can merge this pull request into a Git repository by running:

$ git pull https://github.com/shazron/cordova-ios CB-11791

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/cordova-ios/pull/251.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

This closes #251


commit 439d34f696cde6c2812dcd2bf9837adc6564e8c9
Author: Shazron Abdullah 
Date:   2016-09-01T15:07:56Z

CB-11791 - 'pod install' should pass in the '--verbose' flag, if set




---
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 is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

-
To unsubscribe, e-mail: dev-unsubscr...@cordova.apache.org
For additional commands, e-mail: dev-h...@cordova.apache.org



[GitHub] cordova-plugin-device-orientation issue #29: CB-11795 Add 'protective' entry...

2016-09-01 Thread cordova-qa
Github user cordova-qa commented on the issue:

https://github.com/apache/cordova-plugin-device-orientation/pull/29
  
Cordova CI Build has completed successfully.

**Commit** - 
[Link](https://github.com/apache/cordova-plugin-device-orientation/pull/29/commits/7d72134339066c642dc39373a4a9e925c665fc60)
**Dashboard** - 
[Link](http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-device-orientation-pr/14/)

| Builder Name  | Console Output | Test Report | Device Logs  |
| :---: | :---:  |   :---: | :---:|
| [Windows 8.1 Store]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-device-orientation-pr/14//PLATFORM=windows-8.1-store/)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-device-orientation-pr/14//PLATFORM=windows-8.1-store/console)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-device-orientation-pr/14//PLATFORM=windows-8.1-store/testReport/)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-device-orientation-pr/14//PLATFORM=windows-8.1-store/artifact/)
 |
| [Windows 10  Store]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-device-orientation-pr/14//PLATFORM=windows-10-store/)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-device-orientation-pr/14//PLATFORM=windows-10-store/console)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-device-orientation-pr/14//PLATFORM=windows-10-store/testReport/)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-device-orientation-pr/14//PLATFORM=windows-10-store/artifact/)
 |
| [Windows 8.1 Phone]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-device-orientation-pr/14//PLATFORM=windows-8.1-phone/)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-device-orientation-pr/14//PLATFORM=windows-8.1-phone/console)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-device-orientation-pr/14//PLATFORM=windows-8.1-phone/testReport/)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-device-orientation-pr/14//PLATFORM=windows-8.1-phone/artifact/)
 |
| [iOS]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-device-orientation-pr/14//PLATFORM=ios/)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-device-orientation-pr/14//PLATFORM=ios/console)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-device-orientation-pr/14//PLATFORM=ios/testReport/)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-device-orientation-pr/14//PLATFORM=ios/artifact/)
 |
| [Android]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-device-orientation-pr/14//PLATFORM=android/)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-device-orientation-pr/14//PLATFORM=android/console)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-device-orientation-pr/14//PLATFORM=android/testReport/)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-device-orientation-pr/14//PLATFORM=android/artifact/)
 |
 



---
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 is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

-
To unsubscribe, e-mail: dev-unsubscr...@cordova.apache.org
For additional commands, e-mail: dev-h...@cordova.apache.org



[GitHub] cordova-plugin-media-capture issue #68: CB-11795 Add 'protective' entry to c...

2016-09-01 Thread cordova-qa
Github user cordova-qa commented on the issue:

https://github.com/apache/cordova-plugin-media-capture/pull/68
  
Cordova CI Build has one or more failures. 

**Commit** - 
[Link](https://github.com/apache/cordova-plugin-media-capture/pull/68/commits/028aa7d42be19aea2c5b310f5645c3f03d3b582f)
**Dashboard** - 
[Link](http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-media-capture-pr/23/)

| Builder Name  | Console Output | Test Report | Device Logs  |
| :---: | :---:  |   :---: | :---:|
| [Windows 8.1 Store]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-media-capture-pr/23//PLATFORM=windows-8.1-store/)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-media-capture-pr/23//PLATFORM=windows-8.1-store/console)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-media-capture-pr/23//PLATFORM=windows-8.1-store/testReport/)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-media-capture-pr/23//PLATFORM=windows-8.1-store/artifact/)
 |
| [Windows 10  Store]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-media-capture-pr/23//PLATFORM=windows-10-store/)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-media-capture-pr/23//PLATFORM=windows-10-store/console)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-media-capture-pr/23//PLATFORM=windows-10-store/testReport/)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-media-capture-pr/23//PLATFORM=windows-10-store/artifact/)
 |
| [Windows 8.1 Phone]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-media-capture-pr/23//PLATFORM=windows-8.1-phone/)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-media-capture-pr/23//PLATFORM=windows-8.1-phone/console)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-media-capture-pr/23//PLATFORM=windows-8.1-phone/testReport/)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-media-capture-pr/23//PLATFORM=windows-8.1-phone/artifact/)
 |
| [iOS]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-media-capture-pr/23//PLATFORM=ios/)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-media-capture-pr/23//PLATFORM=ios/console)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-media-capture-pr/23//PLATFORM=ios/testReport/)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-media-capture-pr/23//PLATFORM=ios/artifact/)
 |
| [Android]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-media-capture-pr/23//PLATFORM=android/)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-media-capture-pr/23//PLATFORM=android/console)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-media-capture-pr/23//PLATFORM=android/testReport/)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-media-capture-pr/23//PLATFORM=android/artifact/)
 |
 



---
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 is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

-
To unsubscribe, e-mail: dev-unsubscr...@cordova.apache.org
For additional commands, e-mail: dev-h...@cordova.apache.org



[GitHub] cordova-plugin-geolocation issue #80: CB-11795 Add 'protective' entry to cor...

2016-09-01 Thread cordova-qa
Github user cordova-qa commented on the issue:

https://github.com/apache/cordova-plugin-geolocation/pull/80
  
Cordova CI Build has completed successfully.

**Commit** - 
[Link](https://github.com/apache/cordova-plugin-geolocation/pull/80/commits/096c186770e4b8176b3ee35ab17b4709d92eb304)
**Dashboard** - 
[Link](http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-geolocation-pr/19/)

| Builder Name  | Console Output | Test Report | Device Logs  |
| :---: | :---:  |   :---: | :---:|
| [Windows 8.1 Store]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-geolocation-pr/19//PLATFORM=windows-8.1-store/)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-geolocation-pr/19//PLATFORM=windows-8.1-store/console)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-geolocation-pr/19//PLATFORM=windows-8.1-store/testReport/)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-geolocation-pr/19//PLATFORM=windows-8.1-store/artifact/)
 |
| [Windows 10  Store]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-geolocation-pr/19//PLATFORM=windows-10-store/)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-geolocation-pr/19//PLATFORM=windows-10-store/console)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-geolocation-pr/19//PLATFORM=windows-10-store/testReport/)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-geolocation-pr/19//PLATFORM=windows-10-store/artifact/)
 |
| [Windows 8.1 Phone]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-geolocation-pr/19//PLATFORM=windows-8.1-phone/)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-geolocation-pr/19//PLATFORM=windows-8.1-phone/console)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-geolocation-pr/19//PLATFORM=windows-8.1-phone/testReport/)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-geolocation-pr/19//PLATFORM=windows-8.1-phone/artifact/)
 |
| [iOS]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-geolocation-pr/19//PLATFORM=ios/)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-geolocation-pr/19//PLATFORM=ios/console)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-geolocation-pr/19//PLATFORM=ios/testReport/)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-geolocation-pr/19//PLATFORM=ios/artifact/)
 |
| [Android]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-geolocation-pr/19//PLATFORM=android/)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-geolocation-pr/19//PLATFORM=android/console)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-geolocation-pr/19//PLATFORM=android/testReport/)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-geolocation-pr/19//PLATFORM=android/artifact/)
 |
 



---
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 is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

-
To unsubscribe, e-mail: dev-unsubscr...@cordova.apache.org
For additional commands, e-mail: dev-h...@cordova.apache.org



[GitHub] cordova-plugin-statusbar issue #62: CB:-9161 Support iPad multitasking in iO...

2016-09-01 Thread jonathanli2
Github user jonathanli2 commented on the issue:

https://github.com/apache/cordova-plugin-statusbar/pull/62
  
Hi,
Just follow jcesarmobile's suggestion and still use UIWindow's bounds in 
pluginInitialize method, then the status tab event gets fired as expected in my 
testing. 
As the original resizing issue was caused in ResizeWebView method, so as 
long as the webview bound is set to UIWindows' bound, then it should be fine 
for ipad pro slideview and split view function.
I will update the pull request shortly.

Thanks
Jonathan 


---
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 is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

-
To unsubscribe, e-mail: dev-unsubscr...@cordova.apache.org
For additional commands, e-mail: dev-h...@cordova.apache.org



[GitHub] cordova-plugin-splashscreen issue #113: CB-11795 Add 'protective' entry to c...

2016-09-01 Thread cordova-qa
Github user cordova-qa commented on the issue:

https://github.com/apache/cordova-plugin-splashscreen/pull/113
  
Cordova CI Build has completed successfully.

**Commit** - 
[Link](https://github.com/apache/cordova-plugin-splashscreen/pull/113/commits/67289f94353c7c8dbb2549a1f3566119d6548997)
**Dashboard** - 
[Link](http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-splashscreen-pr/25/)

| Builder Name  | Console Output | Test Report | Device Logs  |
| :---: | :---:  |   :---: | :---:|
| [Windows 8.1 Store]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-splashscreen-pr/25//PLATFORM=windows-8.1-store/)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-splashscreen-pr/25//PLATFORM=windows-8.1-store/console)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-splashscreen-pr/25//PLATFORM=windows-8.1-store/testReport/)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-splashscreen-pr/25//PLATFORM=windows-8.1-store/artifact/)
 |
| [Windows 10  Store]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-splashscreen-pr/25//PLATFORM=windows-10-store/)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-splashscreen-pr/25//PLATFORM=windows-10-store/console)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-splashscreen-pr/25//PLATFORM=windows-10-store/testReport/)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-splashscreen-pr/25//PLATFORM=windows-10-store/artifact/)
 |
| [Windows 8.1 Phone]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-splashscreen-pr/25//PLATFORM=windows-8.1-phone/)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-splashscreen-pr/25//PLATFORM=windows-8.1-phone/console)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-splashscreen-pr/25//PLATFORM=windows-8.1-phone/testReport/)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-splashscreen-pr/25//PLATFORM=windows-8.1-phone/artifact/)
 |
| [iOS]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-splashscreen-pr/25//PLATFORM=ios/)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-splashscreen-pr/25//PLATFORM=ios/console)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-splashscreen-pr/25//PLATFORM=ios/testReport/)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-splashscreen-pr/25//PLATFORM=ios/artifact/)
 |
| [Android]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-splashscreen-pr/25//PLATFORM=android/)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-splashscreen-pr/25//PLATFORM=android/console)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-splashscreen-pr/25//PLATFORM=android/testReport/)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-splashscreen-pr/25//PLATFORM=android/artifact/)
 |
 



---
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 is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

-
To unsubscribe, e-mail: dev-unsubscr...@cordova.apache.org
For additional commands, e-mail: dev-h...@cordova.apache.org



[GitHub] cordova-plugin-inappbrowser issue #184: CB-11795 Add 'protective' entry to c...

2016-09-01 Thread cordova-qa
Github user cordova-qa commented on the issue:

https://github.com/apache/cordova-plugin-inappbrowser/pull/184
  
Cordova CI Build has completed successfully.

**Commit** - 
[Link](https://github.com/apache/cordova-plugin-inappbrowser/pull/184/commits/733f087f5037003c09414234b3cb1126dd14f940)
**Dashboard** - 
[Link](http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-inappbrowser-pr/66/)

| Builder Name  | Console Output | Test Report | Device Logs  |
| :---: | :---:  |   :---: | :---:|
| [Windows 8.1 Store]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-inappbrowser-pr/66//PLATFORM=windows-8.1-store/)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-inappbrowser-pr/66//PLATFORM=windows-8.1-store/console)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-inappbrowser-pr/66//PLATFORM=windows-8.1-store/testReport/)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-inappbrowser-pr/66//PLATFORM=windows-8.1-store/artifact/)
 |
| [Windows 10  Store]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-inappbrowser-pr/66//PLATFORM=windows-10-store/)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-inappbrowser-pr/66//PLATFORM=windows-10-store/console)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-inappbrowser-pr/66//PLATFORM=windows-10-store/testReport/)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-inappbrowser-pr/66//PLATFORM=windows-10-store/artifact/)
 |
| [Windows 8.1 Phone]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-inappbrowser-pr/66//PLATFORM=windows-8.1-phone/)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-inappbrowser-pr/66//PLATFORM=windows-8.1-phone/console)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-inappbrowser-pr/66//PLATFORM=windows-8.1-phone/testReport/)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-inappbrowser-pr/66//PLATFORM=windows-8.1-phone/artifact/)
 |
| [iOS]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-inappbrowser-pr/66//PLATFORM=ios/)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-inappbrowser-pr/66//PLATFORM=ios/console)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-inappbrowser-pr/66//PLATFORM=ios/testReport/)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-inappbrowser-pr/66//PLATFORM=ios/artifact/)
 |
| [Android]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-inappbrowser-pr/66//PLATFORM=android/)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-inappbrowser-pr/66//PLATFORM=android/console)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-inappbrowser-pr/66//PLATFORM=android/testReport/)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-inappbrowser-pr/66//PLATFORM=android/artifact/)
 |
 



---
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 is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

-
To unsubscribe, e-mail: dev-unsubscr...@cordova.apache.org
For additional commands, e-mail: dev-h...@cordova.apache.org



[GitHub] cordova-plugin-statusbar issue #63: CB-11795 Add 'protective' entry to cordo...

2016-09-01 Thread cordova-qa
Github user cordova-qa commented on the issue:

https://github.com/apache/cordova-plugin-statusbar/pull/63
  
Cordova CI Build has one or more failures. 

**Commit** - 
[Link](https://github.com/apache/cordova-plugin-statusbar/pull/63/commits/674d9429a33848a6802ce1ba41502ba217a78794)
**Dashboard** - 
[Link](http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-statusbar-pr/24/)

| Builder Name  | Console Output | Test Report | Device Logs  |
| :---: | :---:  |   :---: | :---:|
| [Windows 8.1 Store]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-statusbar-pr/24//PLATFORM=windows-8.1-store/)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-statusbar-pr/24//PLATFORM=windows-8.1-store/console)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-statusbar-pr/24//PLATFORM=windows-8.1-store/testReport/)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-statusbar-pr/24//PLATFORM=windows-8.1-store/artifact/)
 |
| [Windows 10  Store]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-statusbar-pr/24//PLATFORM=windows-10-store/)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-statusbar-pr/24//PLATFORM=windows-10-store/console)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-statusbar-pr/24//PLATFORM=windows-10-store/testReport/)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-statusbar-pr/24//PLATFORM=windows-10-store/artifact/)
 |
| [Windows 8.1 Phone]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-statusbar-pr/24//PLATFORM=windows-8.1-phone/)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-statusbar-pr/24//PLATFORM=windows-8.1-phone/console)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-statusbar-pr/24//PLATFORM=windows-8.1-phone/testReport/)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-statusbar-pr/24//PLATFORM=windows-8.1-phone/artifact/)
 |
| [iOS]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-statusbar-pr/24//PLATFORM=ios/)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-statusbar-pr/24//PLATFORM=ios/console)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-statusbar-pr/24//PLATFORM=ios/testReport/)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-statusbar-pr/24//PLATFORM=ios/artifact/)
 |
| [Android]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-statusbar-pr/24//PLATFORM=android/)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-statusbar-pr/24//PLATFORM=android/console)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-statusbar-pr/24//PLATFORM=android/testReport/)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-statusbar-pr/24//PLATFORM=android/artifact/)
 |
 



---
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 is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

-
To unsubscribe, e-mail: dev-unsubscr...@cordova.apache.org
For additional commands, e-mail: dev-h...@cordova.apache.org



[GitHub] cordova-plugin-vibration issue #49: CB-11795 Add 'protective' entry to cordo...

2016-09-01 Thread cordova-qa
Github user cordova-qa commented on the issue:

https://github.com/apache/cordova-plugin-vibration/pull/49
  
Cordova CI Build has completed successfully.

**Commit** - 
[Link](https://github.com/apache/cordova-plugin-vibration/pull/49/commits/fda15b6584263d349686dc3e925db9281697e379)
**Dashboard** - 
[Link](http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-vibration-pr/18/)

| Builder Name  | Console Output | Test Report | Device Logs  |
| :---: | :---:  |   :---: | :---:|
| [Windows 8.1 Store]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-vibration-pr/18//PLATFORM=windows-8.1-store/)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-vibration-pr/18//PLATFORM=windows-8.1-store/console)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-vibration-pr/18//PLATFORM=windows-8.1-store/testReport/)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-vibration-pr/18//PLATFORM=windows-8.1-store/artifact/)
 |
| [Windows 10  Store]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-vibration-pr/18//PLATFORM=windows-10-store/)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-vibration-pr/18//PLATFORM=windows-10-store/console)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-vibration-pr/18//PLATFORM=windows-10-store/testReport/)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-vibration-pr/18//PLATFORM=windows-10-store/artifact/)
 |
| [Windows 8.1 Phone]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-vibration-pr/18//PLATFORM=windows-8.1-phone/)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-vibration-pr/18//PLATFORM=windows-8.1-phone/console)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-vibration-pr/18//PLATFORM=windows-8.1-phone/testReport/)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-vibration-pr/18//PLATFORM=windows-8.1-phone/artifact/)
 |
| [iOS]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-vibration-pr/18//PLATFORM=ios/)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-vibration-pr/18//PLATFORM=ios/console)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-vibration-pr/18//PLATFORM=ios/testReport/)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-vibration-pr/18//PLATFORM=ios/artifact/)
 |
| [Android]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-vibration-pr/18//PLATFORM=android/)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-vibration-pr/18//PLATFORM=android/console)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-vibration-pr/18//PLATFORM=android/testReport/)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-vibration-pr/18//PLATFORM=android/artifact/)
 |
 



---
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 is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

-
To unsubscribe, e-mail: dev-unsubscr...@cordova.apache.org
For additional commands, e-mail: dev-h...@cordova.apache.org



RE: [PROPOSAL] Using cordovaDependencies in core plugins

2016-09-01 Thread Vladimir Kotikov (Akvelon)
No feedback has been received, so I assume it's a lazy consensus.
In continuation of this proposal I have opened a bunch of PRs to core plugins 
and going to merge them by the end of this week if there are no objections.

-
Best regards, Vladimir

-Original Message-
From: Vladimir Kotikov (Akvelon) [mailto:v-vlk...@microsoft.com] 
Sent: Friday, August 26, 2016 3:25 PM
To: dev@cordova.apache.org
Subject: [PROPOSAL] Using cordovaDependencies in core plugins

Hey all

We've been researching ways to prevent cordova workflow breakages, caused by 
installing edge versions of the plugins, which possibly could be incompatible 
with cordova version, used by user. This is IMO a very nasty sort of problems, 
because it might cause unpredictable build- and runtime failures of cordova 
setup which has been working perfectly previously.

A typical example of this scenario is when some plugin introduces a change 
incompatible w/ some particular cordova version and doesn't update 
'cordovaDependencies' property in its' package.json correspondingly.

To prevent such breakages and avoid negative user experience I propose to start 
using `cordovaDependencies` in our core plugins in a following way:

1. For every plugin we maintain, we add `cordovaDependencies` to its' 
package.json w/ the following entry

CURRENT_PLUGIN_VERSION: { cordova: >= LATEST_SUPPORTED_CORDOVA_VERSION }

We will try to determine the LATEST_SUPPORTED_CORDOVA_VERSION based on release 
notes and most significant changes in plugins, but probably we can safely use 
6.1.0 here because new version choosing logic for `plugin add` was introduced 
in this version and older versions of cordova will not use 
`cordovaDependencies` anyway.

Also for some plugins adding such entry doesn't make sense because they will 
work with any version of cordova, so for these plugins this step could be 
omitted.

2. For every plugin we add additional 'protective' entry
  
NEXT_MAJOR_PLUGIN_VERSION: { cordova: >= 100 }
  
  There are 2 purposes for this:

  - if there is a major plugin update that potentially would broke 
compatibility with some cordova versions, this will protect users against 
installing this major update, unless plugin maintainers update 
`cordovaDependencies` by adding corresponding entry for this plugin version.

In other words, if we've introduced a breaking change and forgot to update 
`cordovaDependencies` correspondingly to reflect that the change requires a 
specific cordova version, user will not get this plugin update.

  - By some reason without such 'protective' entry in case if 
NEXT_MAJOR_PLUGIN_VERSION gets released without adding corresponding entry to 
`cordovaDependencies` (i.e. we don't have any restrictions for this version in 
`cordovaDependencies`) - cordova will fetch that version without any checks. 
This is sounds non-obviously for me and probably there is some reason behind 
installing plugin version, which we can't verify requirements for, but this is 
how it works.

3. When we introduce a change that requires us to change plugin version to 
`NEXT_MAJOR_PLUGIN_VERSION`, we go and fix `cordovaDependencies` by changing 
cordova requirement for `NEXT_MAJOR_PLUGIN_VERSION` to actual value instead of 
100 and introducing `ANOTHER_NEXT_MAJOR_PLUGIN_VERSION: { cordova: >= 100 }` 
entry.

I would love to hear any feedback about this proposal or any other ideas that 
might help us to prevent such breakages w/ cordova and plugins.

-
Best regards, Vladimir


-
To unsubscribe, e-mail: dev-unsubscr...@cordova.apache.org
For additional commands, e-mail: dev-h...@cordova.apache.org


-
To unsubscribe, e-mail: dev-unsubscr...@cordova.apache.org
For additional commands, e-mail: dev-h...@cordova.apache.org



[GitHub] cordova-plugin-network-information issue #47: The entry is required to prote...

2016-09-01 Thread cordova-qa
Github user cordova-qa commented on the issue:

https://github.com/apache/cordova-plugin-network-information/pull/47
  
Cordova CI Build has completed successfully.

**Commit** - 
[Link](https://github.com/apache/cordova-plugin-network-information/pull/47/commits/a774585f2944ac5d4d0b0d3892f02d2fefc3172f)
**Dashboard** - 
[Link](http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-network-information-pr/15/)

| Builder Name  | Console Output | Test Report | Device Logs  |
| :---: | :---:  |   :---: | :---:|
| [Windows 8.1 Store]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-network-information-pr/15//PLATFORM=windows-8.1-store/)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-network-information-pr/15//PLATFORM=windows-8.1-store/console)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-network-information-pr/15//PLATFORM=windows-8.1-store/testReport/)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-network-information-pr/15//PLATFORM=windows-8.1-store/artifact/)
 |
| [Windows 10  Store]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-network-information-pr/15//PLATFORM=windows-10-store/)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-network-information-pr/15//PLATFORM=windows-10-store/console)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-network-information-pr/15//PLATFORM=windows-10-store/testReport/)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-network-information-pr/15//PLATFORM=windows-10-store/artifact/)
 |
| [Windows 8.1 Phone]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-network-information-pr/15//PLATFORM=windows-8.1-phone/)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-network-information-pr/15//PLATFORM=windows-8.1-phone/console)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-network-information-pr/15//PLATFORM=windows-8.1-phone/testReport/)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-network-information-pr/15//PLATFORM=windows-8.1-phone/artifact/)
 |
| [iOS]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-network-information-pr/15//PLATFORM=ios/)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-network-information-pr/15//PLATFORM=ios/console)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-network-information-pr/15//PLATFORM=ios/testReport/)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-network-information-pr/15//PLATFORM=ios/artifact/)
 |
| [Android]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-network-information-pr/15//PLATFORM=android/)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-network-information-pr/15//PLATFORM=android/console)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-network-information-pr/15//PLATFORM=android/testReport/)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-network-information-pr/15//PLATFORM=android/artifact/)
 |
 



---
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 is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

-
To unsubscribe, e-mail: dev-unsubscr...@cordova.apache.org
For additional commands, e-mail: dev-h...@cordova.apache.org



[GitHub] cordova-plugin-camera pull request #234: CB-11795 Add 'protective' entry to ...

2016-09-01 Thread vladimir-kotikov
GitHub user vladimir-kotikov opened a pull request:

https://github.com/apache/cordova-plugin-camera/pull/234

CB-11795 Add 'protective' entry to cordovaDependencies



### Checklist
- [ ] [ICLA](http://www.apache.org/licenses/icla.txt) has been signed and 
submitted to secret...@apache.org.
- [ ] [Reported an issue](http://cordova.apache.org/contribute/issues.html) 
in the JIRA database
- [ ] Commit message follows the format: "CB-3232: (android) Fix bug with 
resolving file paths", where CB- is the JIRA ID & "android" is the platform 
affected.
- [ ] Added automated test coverage as appropriate for this change.

The entry is required to protect end-users from fetching edge versions of 
the plugin by incompatible version of cordova. This also assumes that we will 
not introduce any regressions in compatibility w/ cordova in minor and patch 
releases. On every major release we will need to add similar entry with _next_ 
major version.

You can merge this pull request into a Git repository by running:

$ git pull https://github.com/vladimir-kotikov/cordova-plugin-camera 
CB-11795

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/cordova-plugin-camera/pull/234.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

This closes #234






---
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 is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

-
To unsubscribe, e-mail: dev-unsubscr...@cordova.apache.org
For additional commands, e-mail: dev-h...@cordova.apache.org



[GitHub] cordova-plugin-splashscreen pull request #113: CB-11795 Add 'protective' ent...

2016-09-01 Thread vladimir-kotikov
GitHub user vladimir-kotikov opened a pull request:

https://github.com/apache/cordova-plugin-splashscreen/pull/113

CB-11795 Add 'protective' entry to cordovaDependencies



### Checklist
- [ ] [ICLA](http://www.apache.org/licenses/icla.txt) has been signed and 
submitted to secret...@apache.org.
- [ ] [Reported an issue](http://cordova.apache.org/contribute/issues.html) 
in the JIRA database
- [ ] Commit message follows the format: "CB-3232: (android) Fix bug with 
resolving file paths", where CB- is the JIRA ID & "android" is the platform 
affected.
- [ ] Added automated test coverage as appropriate for this change.

The entry is required to protect end-users from fetching edge versions of 
the plugin by incompatible version of cordova. This also assumes that we will 
not introduce any regressions in compatibility w/ cordova in minor and patch 
releases. On every major release we will need to add similar entry with _next_ 
major version.

You can merge this pull request into a Git repository by running:

$ git pull https://github.com/vladimir-kotikov/cordova-plugin-splashscreen 
CB-11795

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/cordova-plugin-splashscreen/pull/113.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

This closes #113


commit 67289f94353c7c8dbb2549a1f3566119d6548997
Author: Vladimir Kotikov 
Date:   2016-08-31T14:41:02Z

CB-11795 Add 'protective' entry to cordovaDependencies

The entry is required to protect end-users from fetching edge versions of 
the plugin by incompatible version of cordova. This also assumes that we will 
not introduce any regressions in compatibility w/ cordova in minor and patch 
releases. On every major release we will need to add similar entry with _next_ 
major version.




---
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 is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

-
To unsubscribe, e-mail: dev-unsubscr...@cordova.apache.org
For additional commands, e-mail: dev-h...@cordova.apache.org



[GitHub] cordova-plugin-device-motion pull request #47: CB-11795 Add 'protective' ent...

2016-09-01 Thread vladimir-kotikov
GitHub user vladimir-kotikov opened a pull request:

https://github.com/apache/cordova-plugin-device-motion/pull/47

CB-11795 Add 'protective' entry to cordovaDependencies



### Checklist
- [ ] [ICLA](http://www.apache.org/licenses/icla.txt) has been signed and 
submitted to secret...@apache.org.
- [ ] [Reported an issue](http://cordova.apache.org/contribute/issues.html) 
in the JIRA database
- [ ] Commit message follows the format: "CB-3232: (android) Fix bug with 
resolving file paths", where CB- is the JIRA ID & "android" is the platform 
affected.
- [ ] Added automated test coverage as appropriate for this change.

The entry is required to protect end-users from fetching edge versions of 
the plugin by incompatible version of cordova. This also assumes that we will 
not introduce any regressions in compatibility w/ cordova in minor and patch 
releases. On every major release we will need to add similar entry with _next_ 
major version.

You can merge this pull request into a Git repository by running:

$ git pull https://github.com/vladimir-kotikov/cordova-plugin-device-motion 
CB-11795

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/cordova-plugin-device-motion/pull/47.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

This closes #47


commit ac9509160fc3e9e55361717adf8e4bb0b93ce3ab
Author: Vladimir Kotikov 
Date:   2016-08-31T13:34:34Z

CB-11795 Add 'protective' entry to cordovaDependencies

The entry is required to protect end-users from fetching edge versions of 
the plugin by incompatible version of cordova. This also assumes that we will 
not introduce any regressions in compatibility w/ cordova in minor and patch 
releases. On every major release we will need to add similar entry with _next_ 
major version.




---
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 is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

-
To unsubscribe, e-mail: dev-unsubscr...@cordova.apache.org
For additional commands, e-mail: dev-h...@cordova.apache.org



[GitHub] cordova-plugin-device pull request #55: CB-11795 Add 'protective' entry to c...

2016-09-01 Thread vladimir-kotikov
GitHub user vladimir-kotikov opened a pull request:

https://github.com/apache/cordova-plugin-device/pull/55

CB-11795 Add 'protective' entry to cordovaDependencies



### Checklist
- [ ] [ICLA](http://www.apache.org/licenses/icla.txt) has been signed and 
submitted to secret...@apache.org.
- [ ] [Reported an issue](http://cordova.apache.org/contribute/issues.html) 
in the JIRA database
- [ ] Commit message follows the format: "CB-3232: (android) Fix bug with 
resolving file paths", where CB- is the JIRA ID & "android" is the platform 
affected.
- [ ] Added automated test coverage as appropriate for this change.

The entry is required to protect end-users from fetching edge versions of 
the plugin by incompatible version of cordova. This also assumes that we will 
not introduce any regressions in compatibility w/ cordova in minor and patch 
releases. On every major release we will need to add similar entry with _next_ 
major version.

You can merge this pull request into a Git repository by running:

$ git pull https://github.com/vladimir-kotikov/cordova-plugin-device 
CB-11795

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/cordova-plugin-device/pull/55.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

This closes #55


commit 24795aec50545d47dc28919ef07df31338c1d891
Author: Vladimir Kotikov 
Date:   2016-08-31T13:29:57Z

CB-11795 Add 'protective' entry to cordovaDependencies

The entry is required to protect end-users from fetching edge versions of 
the plugin by incompatible version of cordova. This also assumes that we will 
not introduce any regressions in compatibility w/ cordova in minor and patch 
releases. On every major release we will need to add similar entry with _next_ 
major version.




---
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 is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

-
To unsubscribe, e-mail: dev-unsubscr...@cordova.apache.org
For additional commands, e-mail: dev-h...@cordova.apache.org



[GitHub] cordova-plugin-battery-status pull request #39: CB-11795 Add 'protective' en...

2016-09-01 Thread vladimir-kotikov
GitHub user vladimir-kotikov opened a pull request:

https://github.com/apache/cordova-plugin-battery-status/pull/39

CB-11795 Add 'protective' entry to cordovaDependencies



### Checklist
- [ ] [ICLA](http://www.apache.org/licenses/icla.txt) has been signed and 
submitted to secret...@apache.org.
- [ ] [Reported an issue](http://cordova.apache.org/contribute/issues.html) 
in the JIRA database
- [ ] Commit message follows the format: "CB-3232: (android) Fix bug with 
resolving file paths", where CB- is the JIRA ID & "android" is the platform 
affected.
- [ ] Added automated test coverage as appropriate for this change.

This entry is required to protect end-users from fetching edge versions of 
the plugin by incompatible version of cordova. This also assumes that we will 
not introduce any regressions in compatibility w/ cordova in minor and patch 
releases. On every major release we will need to add similar entry with _next_ 
major version.

You can merge this pull request into a Git repository by running:

$ git pull 
https://github.com/vladimir-kotikov/cordova-plugin-battery-status CB-11795

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/cordova-plugin-battery-status/pull/39.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

This closes #39


commit d8e25a1aeed12b3aa1794940230dff1e9aa52cf0
Author: Vladimir Kotikov 
Date:   2016-08-31T13:09:11Z

CB-11795 Add 'protective' entry to cordovaDependencies

This entry is required to protect end-users from fetching edge versions of 
the plugin by incompatible version of cordova. This also assumes that we will 
not introduce any regressions in compatibility w/ cordova in minor and patch 
releases. On every major release we will need to add similar entry with _next_ 
major version.




---
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 is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

-
To unsubscribe, e-mail: dev-unsubscr...@cordova.apache.org
For additional commands, e-mail: dev-h...@cordova.apache.org



[GitHub] cordova-plugin-media pull request #115: CB-11795 Add 'protective' entry to c...

2016-09-01 Thread vladimir-kotikov
GitHub user vladimir-kotikov opened a pull request:

https://github.com/apache/cordova-plugin-media/pull/115

CB-11795 Add 'protective' entry to cordovaDependencies



### Checklist
- [ ] [ICLA](http://www.apache.org/licenses/icla.txt) has been signed and 
submitted to secret...@apache.org.
- [ ] [Reported an issue](http://cordova.apache.org/contribute/issues.html) 
in the JIRA database
- [ ] Commit message follows the format: "CB-3232: (android) Fix bug with 
resolving file paths", where CB- is the JIRA ID & "android" is the platform 
affected.
- [ ] Added automated test coverage as appropriate for this change.

The entry is required to protect end-users from fetching edge versions of 
the plugin by incompatible version of cordova. This also assumes that we will 
not introduce any regressions in compatibility w/ cordova in minor and patch 
releases. On every major release we will need to add similar entry with _next_ 
major version.

You can merge this pull request into a Git repository by running:

$ git pull https://github.com/vladimir-kotikov/cordova-plugin-media CB-11795

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/cordova-plugin-media/pull/115.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

This closes #115


commit 9ff23a24c14e4b558bb72660690c3efae42ca092
Author: Vladimir Kotikov 
Date:   2016-08-31T14:33:54Z

CB-11795 Add 'protective' entry to cordovaDependencies

The entry is required to protect end-users from fetching edge versions of 
the plugin by incompatible version of cordova. This also assumes that we will 
not introduce any regressions in compatibility w/ cordova in minor and patch 
releases. On every major release we will need to add similar entry with _next_ 
major version.




---
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 is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

-
To unsubscribe, e-mail: dev-unsubscr...@cordova.apache.org
For additional commands, e-mail: dev-h...@cordova.apache.org



[GitHub] cordova-plugin-inappbrowser pull request #184: CB-11795 Add 'protective' ent...

2016-09-01 Thread vladimir-kotikov
GitHub user vladimir-kotikov opened a pull request:

https://github.com/apache/cordova-plugin-inappbrowser/pull/184

CB-11795 Add 'protective' entry to cordovaDependencies



### Checklist
- [ ] [ICLA](http://www.apache.org/licenses/icla.txt) has been signed and 
submitted to secret...@apache.org.
- [ ] [Reported an issue](http://cordova.apache.org/contribute/issues.html) 
in the JIRA database
- [ ] Commit message follows the format: "CB-3232: (android) Fix bug with 
resolving file paths", where CB- is the JIRA ID & "android" is the platform 
affected.
- [ ] Added automated test coverage as appropriate for this change.

The entry is required to protect end-users from fetching edge versions of 
the plugin by incompatible version of cordova. This also assumes that we will 
not introduce any regressions in compatibility w/ cordova in minor and patch 
releases. On every major release we will need to add similar entry with _next_ 
major version.

You can merge this pull request into a Git repository by running:

$ git pull https://github.com/vladimir-kotikov/cordova-plugin-inappbrowser 
CB-11795

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/cordova-plugin-inappbrowser/pull/184.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

This closes #184


commit 733f087f5037003c09414234b3cb1126dd14f940
Author: Vladimir Kotikov 
Date:   2016-08-31T14:17:31Z

CB-11795 Add 'protective' entry to cordovaDependencies

The entry is required to protect end-users from fetching edge versions of 
the plugin by incompatible version of cordova. This also assumes that we will 
not introduce any regressions in compatibility w/ cordova in minor and patch 
releases. On every major release we will need to add similar entry with _next_ 
major version.




---
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 is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

-
To unsubscribe, e-mail: dev-unsubscr...@cordova.apache.org
For additional commands, e-mail: dev-h...@cordova.apache.org



[GitHub] cordova-plugin-geolocation pull request #80: CB-11795 Add 'protective' entry...

2016-09-01 Thread vladimir-kotikov
GitHub user vladimir-kotikov opened a pull request:

https://github.com/apache/cordova-plugin-geolocation/pull/80

CB-11795 Add 'protective' entry to cordovaDependencies



### Checklist
- [ ] [ICLA](http://www.apache.org/licenses/icla.txt) has been signed and 
submitted to secret...@apache.org.
- [ ] [Reported an issue](http://cordova.apache.org/contribute/issues.html) 
in the JIRA database
- [ ] Commit message follows the format: "CB-3232: (android) Fix bug with 
resolving file paths", where CB- is the JIRA ID & "android" is the platform 
affected.
- [ ] Added automated test coverage as appropriate for this change.

The entry is required to protect end-users from fetching edge versions of 
the plugin by incompatible version of cordova. This also assumes that we will 
not introduce any regressions in compatibility w/ cordova in minor and patch 
releases. On every major release we will need to add similar entry with _next_ 
major version.

You can merge this pull request into a Git repository by running:

$ git pull https://github.com/vladimir-kotikov/cordova-plugin-geolocation 
CB-11795

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/cordova-plugin-geolocation/pull/80.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

This closes #80


commit 096c186770e4b8176b3ee35ab17b4709d92eb304
Author: Vladimir Kotikov 
Date:   2016-08-31T13:49:02Z

CB-11795 Add 'protective' entry to cordovaDependencies

The entry is required to protect end-users from fetching edge versions of 
the plugin by incompatible version of cordova. This also assumes that we will 
not introduce any regressions in compatibility w/ cordova in minor and patch 
releases. On every major release we will need to add similar entry with _next_ 
major version.




---
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 is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

-
To unsubscribe, e-mail: dev-unsubscr...@cordova.apache.org
For additional commands, e-mail: dev-h...@cordova.apache.org



[GitHub] cordova-plugin-dialogs pull request #85: CB-11795 Add 'protective' entry to ...

2016-09-01 Thread vladimir-kotikov
GitHub user vladimir-kotikov opened a pull request:

https://github.com/apache/cordova-plugin-dialogs/pull/85

CB-11795 Add 'protective' entry to cordovaDependencies



### Checklist
- [ ] [ICLA](http://www.apache.org/licenses/icla.txt) has been signed and 
submitted to secret...@apache.org.
- [ ] [Reported an issue](http://cordova.apache.org/contribute/issues.html) 
in the JIRA database
- [ ] Commit message follows the format: "CB-3232: (android) Fix bug with 
resolving file paths", where CB- is the JIRA ID & "android" is the platform 
affected.
- [ ] Added automated test coverage as appropriate for this change.

The entry is required to protect end-users from fetching edge versions of 
the plugin by incompatible version of cordova. This also assumes that we will 
not introduce any regressions in compatibility w/ cordova in minor and patch 
releases. On every major release we will need to add similar entry with _next_ 
major version.

You can merge this pull request into a Git repository by running:

$ git pull https://github.com/vladimir-kotikov/cordova-plugin-dialogs 
CB-11795

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/cordova-plugin-dialogs/pull/85.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

This closes #85






---
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 is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

-
To unsubscribe, e-mail: dev-unsubscr...@cordova.apache.org
For additional commands, e-mail: dev-h...@cordova.apache.org



[GitHub] cordova-plugin-file-transfer pull request #157: CB-11795 Add 'protective' en...

2016-09-01 Thread vladimir-kotikov
GitHub user vladimir-kotikov opened a pull request:

https://github.com/apache/cordova-plugin-file-transfer/pull/157

CB-11795 Add 'protective' entry to cordovaDependencies



### Checklist
- [ ] [ICLA](http://www.apache.org/licenses/icla.txt) has been signed and 
submitted to secret...@apache.org.
- [ ] [Reported an issue](http://cordova.apache.org/contribute/issues.html) 
in the JIRA database
- [ ] Commit message follows the format: "CB-3232: (android) Fix bug with 
resolving file paths", where CB- is the JIRA ID & "android" is the platform 
affected.
- [ ] Added automated test coverage as appropriate for this change.

The entry is required to protect end-users from fetching edge versions of 
the plugin by incompatible version of cordova. This also assumes that we will 
not introduce any regressions in compatibility w/ cordova in minor and patch 
releases. On every major release we will need to add similar entry with _next_ 
major version.

You can merge this pull request into a Git repository by running:

$ git pull https://github.com/vladimir-kotikov/cordova-plugin-file-transfer 
CB-11795

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/cordova-plugin-file-transfer/pull/157.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

This closes #157


commit 62eef099971ee13d3644e9061deb8fcd30187877
Author: Vladimir Kotikov 
Date:   2016-08-31T13:47:40Z

CB-11795 Add 'protective' entry to cordovaDependencies

The entry is required to protect end-users from fetching edge versions of 
the plugin by incompatible version of cordova. This also assumes that we will 
not introduce any regressions in compatibility w/ cordova in minor and patch 
releases. On every major release we will need to add similar entry with _next_ 
major version.




---
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 is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

-
To unsubscribe, e-mail: dev-unsubscr...@cordova.apache.org
For additional commands, e-mail: dev-h...@cordova.apache.org



[GitHub] cordova-plugin-console pull request #19: CB-11795 Add 'protective' entry to ...

2016-09-01 Thread vladimir-kotikov
GitHub user vladimir-kotikov opened a pull request:

https://github.com/apache/cordova-plugin-console/pull/19

CB-11795 Add 'protective' entry to cordovaDependencies



### Checklist
- [ ] [ICLA](http://www.apache.org/licenses/icla.txt) has been signed and 
submitted to secret...@apache.org.
- [ ] [Reported an issue](http://cordova.apache.org/contribute/issues.html) 
in the JIRA database
- [ ] Commit message follows the format: "CB-3232: (android) Fix bug with 
resolving file paths", where CB- is the JIRA ID & "android" is the platform 
affected.
- [ ] Added automated test coverage as appropriate for this change.

The entry is required to protect end-users from fetching edge versions of 
the plugin by incompatible version of cordova. This also assumes that we will 
not introduce any regressions in compatibility w/ cordova in minor and patch 
releases. On every major release we will need to add similar entry with _next_ 
major version.

You can merge this pull request into a Git repository by running:

$ git pull https://github.com/vladimir-kotikov/cordova-plugin-console 
CB-11795

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/cordova-plugin-console/pull/19.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

This closes #19






---
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 is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

-
To unsubscribe, e-mail: dev-unsubscr...@cordova.apache.org
For additional commands, e-mail: dev-h...@cordova.apache.org



[GitHub] cordova-plugin-contacts pull request #133: CB-11795 Add 'protective' entry t...

2016-09-01 Thread vladimir-kotikov
GitHub user vladimir-kotikov opened a pull request:

https://github.com/apache/cordova-plugin-contacts/pull/133

CB-11795 Add 'protective' entry to cordovaDependencies



### Checklist
- [ ] [ICLA](http://www.apache.org/licenses/icla.txt) has been signed and 
submitted to secret...@apache.org.
- [ ] [Reported an issue](http://cordova.apache.org/contribute/issues.html) 
in the JIRA database
- [ ] Commit message follows the format: "CB-3232: (android) Fix bug with 
resolving file paths", where CB- is the JIRA ID & "android" is the platform 
affected.
- [ ] Added automated test coverage as appropriate for this change.

The entry is required to protect end-users from fetching edge versions of 
the plugin by incompatible version of cordova. This also assumes that we will 
not introduce any regressions in compatibility w/ cordova in minor and patch 
releases. On every major release we will need to add similar entry with _next_ 
major version.

You can merge this pull request into a Git repository by running:

$ git pull https://github.com/vladimir-kotikov/cordova-plugin-contacts 
CB-11795

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/cordova-plugin-contacts/pull/133.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

This closes #133


commit bbb5020a587fa54f53b151c07e8d66a60f3ef74e
Author: Vladimir Kotikov 
Date:   2016-08-31T13:30:53Z

CB-11795 Add 'protective' entry to cordovaDependencies

The entry is required to protect end-users from fetching edge versions of 
the plugin by incompatible version of cordova. This also assumes that we will 
not introduce any regressions in compatibility w/ cordova in minor and patch 
releases. On every major release we will need to add similar entry with _next_ 
major version.




---
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 is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

-
To unsubscribe, e-mail: dev-unsubscr...@cordova.apache.org
For additional commands, e-mail: dev-h...@cordova.apache.org



[GitHub] cordova-plugin-device-orientation pull request #29: CB-11795 Add 'protective...

2016-09-01 Thread vladimir-kotikov
GitHub user vladimir-kotikov opened a pull request:

https://github.com/apache/cordova-plugin-device-orientation/pull/29

CB-11795 Add 'protective' entry to cordovaDependencies



### Checklist
- [ ] [ICLA](http://www.apache.org/licenses/icla.txt) has been signed and 
submitted to secret...@apache.org.
- [ ] [Reported an issue](http://cordova.apache.org/contribute/issues.html) 
in the JIRA database
- [ ] Commit message follows the format: "CB-3232: (android) Fix bug with 
resolving file paths", where CB- is the JIRA ID & "android" is the platform 
affected.
- [ ] Added automated test coverage as appropriate for this change.

The entry is required to protect end-users from fetching edge versions of 
the plugin by incompatible version of cordova. This also assumes that we will 
not introduce any regressions in compatibility w/ cordova in minor and patch 
releases. On every major release we will need to add similar entry with _next_ 
major version.

You can merge this pull request into a Git repository by running:

$ git pull 
https://github.com/vladimir-kotikov/cordova-plugin-device-orientation CB-11795

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/cordova-plugin-device-orientation/pull/29.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

This closes #29


commit 7d72134339066c642dc39373a4a9e925c665fc60
Author: Vladimir Kotikov 
Date:   2016-08-31T13:42:25Z

CB-11795 Add 'protective' entry to cordovaDependencies

The entry is required to protect end-users from fetching edge versions of 
the plugin by incompatible version of cordova. This also assumes that we will 
not introduce any regressions in compatibility w/ cordova in minor and patch 
releases. On every major release we will need to add similar entry with _next_ 
major version.




---
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 is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

-
To unsubscribe, e-mail: dev-unsubscr...@cordova.apache.org
For additional commands, e-mail: dev-h...@cordova.apache.org



[GitHub] cordova-plugin-file pull request #194: CB-11795 Add 'protective' entry to co...

2016-09-01 Thread vladimir-kotikov
GitHub user vladimir-kotikov opened a pull request:

https://github.com/apache/cordova-plugin-file/pull/194

CB-11795 Add 'protective' entry to cordovaDependencies



### Checklist
- [ ] [ICLA](http://www.apache.org/licenses/icla.txt) has been signed and 
submitted to secret...@apache.org.
- [ ] [Reported an issue](http://cordova.apache.org/contribute/issues.html) 
in the JIRA database
- [ ] Commit message follows the format: "CB-3232: (android) Fix bug with 
resolving file paths", where CB- is the JIRA ID & "android" is the platform 
affected.
- [ ] Added automated test coverage as appropriate for this change.

The entry is required to protect end-users from fetching edge versions of 
the plugin by incompatible version of cordova. This also assumes that we will 
not introduce any regressions in compatibility w/ cordova in minor and patch 
releases. On every major release we will need to add similar entry with _next_ 
major version.

You can merge this pull request into a Git repository by running:

$ git pull https://github.com/vladimir-kotikov/cordova-plugin-file CB-11795

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/cordova-plugin-file/pull/194.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

This closes #194


commit b85a483ca95c5038ee89fa237a9e986a7f6402a2
Author: Vladimir Kotikov 
Date:   2016-08-31T13:45:32Z

CB-11795 Add 'protective' entry to cordovaDependencies

The entry is required to protect end-users from fetching edge versions of 
the plugin by incompatible version of cordova. This also assumes that we will 
not introduce any regressions in compatibility w/ cordova in minor and patch 
releases. On every major release we will need to add similar entry with _next_ 
major version.




---
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 is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

-
To unsubscribe, e-mail: dev-unsubscr...@cordova.apache.org
For additional commands, e-mail: dev-h...@cordova.apache.org



[GitHub] cordova-plugin-globalization pull request #50: CB-11795 Add 'protective' ent...

2016-09-01 Thread vladimir-kotikov
GitHub user vladimir-kotikov opened a pull request:

https://github.com/apache/cordova-plugin-globalization/pull/50

CB-11795 Add 'protective' entry to cordovaDependencies



### Checklist
- [ ] [ICLA](http://www.apache.org/licenses/icla.txt) has been signed and 
submitted to secret...@apache.org.
- [ ] [Reported an issue](http://cordova.apache.org/contribute/issues.html) 
in the JIRA database
- [ ] Commit message follows the format: "CB-3232: (android) Fix bug with 
resolving file paths", where CB- is the JIRA ID & "android" is the platform 
affected.
- [ ] Added automated test coverage as appropriate for this change.

The entry is required to protect end-users from fetching edge versions of 
the plugin by incompatible version of cordova. This also assumes that we will 
not introduce any regressions in compatibility w/ cordova in minor and patch 
releases. On every major release we will need to add similar entry with _next_ 
major version.

You can merge this pull request into a Git repository by running:

$ git pull https://github.com/vladimir-kotikov/cordova-plugin-globalization 
CB-11795

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/cordova-plugin-globalization/pull/50.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

This closes #50


commit 9c1277d4f612af6c060ae498b7bf2da7be38fc52
Author: Vladimir Kotikov 
Date:   2016-08-31T13:52:06Z

CB-11795 Add 'protective' entry to cordovaDependencies

The entry is required to protect end-users from fetching edge versions of 
the plugin by incompatible version of cordova. This also assumes that we will 
not introduce any regressions in compatibility w/ cordova in minor and patch 
releases. On every major release we will need to add similar entry with _next_ 
major version.




---
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 is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

-
To unsubscribe, e-mail: dev-unsubscr...@cordova.apache.org
For additional commands, e-mail: dev-h...@cordova.apache.org



[GitHub] cordova-plugin-media-capture pull request #68: CB-11795 Add 'protective' ent...

2016-09-01 Thread vladimir-kotikov
GitHub user vladimir-kotikov opened a pull request:

https://github.com/apache/cordova-plugin-media-capture/pull/68

CB-11795 Add 'protective' entry to cordovaDependencies



### Checklist
- [ ] [ICLA](http://www.apache.org/licenses/icla.txt) has been signed and 
submitted to secret...@apache.org.
- [ ] [Reported an issue](http://cordova.apache.org/contribute/issues.html) 
in the JIRA database
- [ ] Commit message follows the format: "CB-3232: (android) Fix bug with 
resolving file paths", where CB- is the JIRA ID & "android" is the platform 
affected.
- [ ] Added automated test coverage as appropriate for this change.

The entry is required to protect end-users from fetching edge versions of 
the plugin by incompatible version of cordova. This also assumes that we will 
not introduce any regressions in compatibility w/ cordova in minor and patch 
releases. On every major release we will need to add similar entry with _next_ 
major version.

You can merge this pull request into a Git repository by running:

$ git pull https://github.com/vladimir-kotikov/cordova-plugin-media-capture 
CB-11795

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/cordova-plugin-media-capture/pull/68.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

This closes #68


commit 028aa7d42be19aea2c5b310f5645c3f03d3b582f
Author: Vladimir Kotikov 
Date:   2016-08-31T13:20:05Z

CB-11795 Add 'protective' entry to cordovaDependencies

The entry is required to protect end-users from fetching edge versions of 
the plugin by incompatible version of cordova. This also assumes that we will 
not introduce any regressions in compatibility w/ cordova in minor and patch 
releases. On every major release we will need to add similar entry with _next_ 
major version.




---
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 is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

-
To unsubscribe, e-mail: dev-unsubscr...@cordova.apache.org
For additional commands, e-mail: dev-h...@cordova.apache.org



[GitHub] cordova-plugin-statusbar pull request #63: CB-11795 Add 'protective' entry t...

2016-09-01 Thread vladimir-kotikov
GitHub user vladimir-kotikov opened a pull request:

https://github.com/apache/cordova-plugin-statusbar/pull/63

CB-11795 Add 'protective' entry to cordovaDependencies



### Checklist
- [ ] [ICLA](http://www.apache.org/licenses/icla.txt) has been signed and 
submitted to secret...@apache.org.
- [ ] [Reported an issue](http://cordova.apache.org/contribute/issues.html) 
in the JIRA database
- [ ] Commit message follows the format: "CB-3232: (android) Fix bug with 
resolving file paths", where CB- is the JIRA ID & "android" is the platform 
affected.
- [ ] Added automated test coverage as appropriate for this change.

The entry is required to protect end-users from fetching edge versions of 
the plugin by incompatible version of cordova. This also assumes that we will 
not introduce any regressions in compatibility w/ cordova in minor and patch 
releases. On every major release we will need to add similar entry with _next_ 
major version.

You can merge this pull request into a Git repository by running:

$ git pull https://github.com/vladimir-kotikov/cordova-plugin-statusbar 
CB-11795

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/cordova-plugin-statusbar/pull/63.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

This closes #63






---
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 is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

-
To unsubscribe, e-mail: dev-unsubscr...@cordova.apache.org
For additional commands, e-mail: dev-h...@cordova.apache.org



[GitHub] cordova-plugin-network-information pull request #47: The entry is required t...

2016-09-01 Thread vladimir-kotikov
GitHub user vladimir-kotikov opened a pull request:

https://github.com/apache/cordova-plugin-network-information/pull/47

The entry is required to protect end-users from fetching edge version…



### Checklist
- [ ] [ICLA](http://www.apache.org/licenses/icla.txt) has been signed and 
submitted to secret...@apache.org.
- [ ] [Reported an issue](http://cordova.apache.org/contribute/issues.html) 
in the JIRA database
- [ ] Commit message follows the format: "CB-3232: (android) Fix bug with 
resolving file paths", where CB- is the JIRA ID & "android" is the platform 
affected.
- [ ] Added automated test coverage as appropriate for this change.

…s of the plugin by incompatible version of cordova. This also assumes 
that we will not introduce any regressions in compatibility w/ cordova in minor 
and patch releases. On every major release we will need to add similar entry 
with _next_ major version.

You can merge this pull request into a Git repository by running:

$ git pull 
https://github.com/vladimir-kotikov/cordova-plugin-network-information CB-11795

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/cordova-plugin-network-information/pull/47.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

This closes #47


commit a774585f2944ac5d4d0b0d3892f02d2fefc3172f
Author: Vladimir Kotikov 
Date:   2016-08-31T14:36:18Z

The entry is required to protect end-users from fetching edge versions of 
the plugin by incompatible version of cordova. This also assumes that we will 
not introduce any regressions in compatibility w/ cordova in minor and patch 
releases. On every major release we will need to add similar entry with _next_ 
major version.




---
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 is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

-
To unsubscribe, e-mail: dev-unsubscr...@cordova.apache.org
For additional commands, e-mail: dev-h...@cordova.apache.org



[GitHub] cordova-plugin-screen-orientation pull request #3: Typo on YoikScreenOrienta...

2016-09-01 Thread Chuckytuh
GitHub user Chuckytuh opened a pull request:

https://github.com/apache/cordova-plugin-screen-orientation/pull/3

Typo on YoikScreenOrientation.m

Typo that can make -(UIInterfaceOrientationMask) 
supportedInterfaceOrientations: to return UIInterfaceOrientationMaskAll if for 
some reason the switch for the current orientation enters the default branch.

You can merge this pull request into a Git repository by running:

$ git pull https://github.com/Chuckytuh/cordova-plugin-screen-orientation 
patch-1

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/cordova-plugin-screen-orientation/pull/3.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

This closes #3


commit fa0345776848d0b11048fc93166d1e8bd67ad652
Author: João Gonçalves 
Date:   2016-09-01T13:12:53Z

Update YoikScreenOrientation.m

Typo that can make -(UIInterfaceOrientationMask) 
supportedInterfaceOrientations: to return UIInterfaceOrientationMaskAll if for 
some reason the switch for the current orientation enters the default branch.




---
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 is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

-
To unsubscribe, e-mail: dev-unsubscr...@cordova.apache.org
For additional commands, e-mail: dev-h...@cordova.apache.org



[GitHub] cordova-plugin-vibration pull request #49: CB-11795 Add 'protective' entry t...

2016-09-01 Thread vladimir-kotikov
GitHub user vladimir-kotikov opened a pull request:

https://github.com/apache/cordova-plugin-vibration/pull/49

CB-11795 Add 'protective' entry to cordovaDependencies



### Checklist
- [ ] [ICLA](http://www.apache.org/licenses/icla.txt) has been signed and 
submitted to secret...@apache.org.
- [ ] [Reported an issue](http://cordova.apache.org/contribute/issues.html) 
in the JIRA database
- [ ] Commit message follows the format: "CB-3232: (android) Fix bug with 
resolving file paths", where CB- is the JIRA ID & "android" is the platform 
affected.
- [ ] Added automated test coverage as appropriate for this change.

The entry is required to protect end-users from fetching edge versions of 
the plugin by incompatible version of cordova. This also assumes that we will 
not introduce any regressions in compatibility w/ cordova in minor and patch 
releases. On every major release we will need to add similar entry with _next_ 
major version.

You can merge this pull request into a Git repository by running:

$ git pull https://github.com/vladimir-kotikov/cordova-plugin-vibration 
CB-11795

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/cordova-plugin-vibration/pull/49.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

This closes #49


commit fda15b6584263d349686dc3e925db9281697e379
Author: Vladimir Kotikov 
Date:   2016-08-31T14:44:58Z

CB-11795 Add 'protective' entry to cordovaDependencies

The entry is required to protect end-users from fetching edge versions of 
the plugin by incompatible version of cordova. This also assumes that we will 
not introduce any regressions in compatibility w/ cordova in minor and patch 
releases. On every major release we will need to add similar entry with _next_ 
major version.




---
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 is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

-
To unsubscribe, e-mail: dev-unsubscr...@cordova.apache.org
For additional commands, e-mail: dev-h...@cordova.apache.org



[GitHub] cordova-plugin-whitelist pull request #22: CB-11795 Add 'protective' entry t...

2016-09-01 Thread vladimir-kotikov
GitHub user vladimir-kotikov opened a pull request:

https://github.com/apache/cordova-plugin-whitelist/pull/22

CB-11795 Add 'protective' entry to cordovaDependencies



### Checklist
- [ ] [ICLA](http://www.apache.org/licenses/icla.txt) has been signed and 
submitted to secret...@apache.org.
- [ ] [Reported an issue](http://cordova.apache.org/contribute/issues.html) 
in the JIRA database
- [ ] Commit message follows the format: "CB-3232: (android) Fix bug with 
resolving file paths", where CB- is the JIRA ID & "android" is the platform 
affected.
- [ ] Added automated test coverage as appropriate for this change.

The entry is required to protect end-users from fetching edge versions of 
the plugin by incompatible version of cordova. This also assumes that we will 
not introduce any regressions in compatibility w/ cordova in minor and patch 
releases. On every major release we will need to add similar entry with _next_ 
major version.

You can merge this pull request into a Git repository by running:

$ git pull https://github.com/vladimir-kotikov/cordova-plugin-whitelist 
CB-11795

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/cordova-plugin-whitelist/pull/22.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

This closes #22


commit 19f0778b731ff67b0dd1aa65f59dcf98fa833b5a
Author: Vladimir Kotikov 
Date:   2016-08-31T14:47:34Z

CB-11795 Add 'protective' entry to cordovaDependencies

The entry is required to protect end-users from fetching edge versions of 
the plugin by incompatible version of cordova. This also assumes that we will 
not introduce any regressions in compatibility w/ cordova in minor and patch 
releases. On every major release we will need to add similar entry with _next_ 
major version.




---
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 is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

-
To unsubscribe, e-mail: dev-unsubscr...@cordova.apache.org
For additional commands, e-mail: dev-h...@cordova.apache.org



[GitHub] cordova-ios pull request #250: CB-9762 (iOS) Add launch storyboard support

2016-09-01 Thread kerrishotts
GitHub user kerrishotts opened a pull request:

https://github.com/apache/cordova-ios/pull/250

CB-9762 (iOS) Add launch storyboard support

- [X] Signed ICLA
- [X] Jira Issue: [CB-9762](https://issues.apache.org/jira/browse/CB-9762)
- [X] Tests:
- [X] Automated (npm test; all passing)  Note: no automated tests for 
this functionality, though
- [X] Manual (with and without launch storyboard images):
- iPhone 6s (iOS 10b8)
- iPad Pro (iOS 10b8)

Note: The splashscreen plugin will require updating to use the new images; 
but I think that should be a separate (but related) issue. I don't think it 
will be difficult to add though (crossing my fingers)!

Note: Documentation will need to be updated to reflect the changes in this 
PR

Note: No default splash images are provided; they would be overwritten 
anyway upon
adding the platform. I've added the images I used below:

![default 2x universal 
anyany](https://cloud.githubusercontent.com/assets/164498/18167642/545814e8-7017-11e6-8b55-8f24e412ca70.png)
![default 2x universal 
comany](https://cloud.githubusercontent.com/assets/164498/18167643/547aa1ac-7017-11e6-8334-86598ed1afd3.png)
![default 2x universal 
comcom](https://cloud.githubusercontent.com/assets/164498/18167644/547b1dda-7017-11e6-888b-ada91b8572a1.png)
![default 3x universal 
anycom](https://cloud.githubusercontent.com/assets/164498/18167645/547e5bbc-7017-11e6-9665-dff978bff0aa.png)
![default 3x universal 
comany](https://cloud.githubusercontent.com/assets/164498/18167646/54828070-7017-11e6-9bce-63de89bfd406.png)





You can merge this pull request into a Git repository by running:

$ git pull https://github.com/kerrishotts/cordova-ios CB-9762

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/cordova-ios/pull/250.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

This closes #250


commit 12eb374e93987a260dce57b5be1acbe1279a61e1
Author: Kerri Shotts 
Date:   2016-08-24T22:49:20Z

CB-9762 Add launch storyboard support

NB: No default splash images are provided; they would be overwritten anyway 
upon
adding the platform.




---
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 is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

-
To unsubscribe, e-mail: dev-unsubscr...@cordova.apache.org
For additional commands, e-mail: dev-h...@cordova.apache.org



[GitHub] cordova-plugin-statusbar pull request #62: CB:-9161 Support iPad multitaskin...

2016-09-01 Thread jcesarmobile
Github user jcesarmobile commented on a diff in the pull request:


https://github.com/apache/cordova-plugin-statusbar/pull/62#discussion_r77164722
  
--- Diff: src/ios/CDVStatusBar.m ---
@@ -132,13 +132,15 @@ - (void)pluginInitialize
 
 // blank scroll view to intercept status bar taps
 self.webView.scrollView.scrollsToTop = NO;
-UIScrollView *fakeScrollView = [[UIScrollView alloc] 
initWithFrame:UIScreen.mainScreen.bounds];
+
+CGRect bounds = [self.viewController.view.window bounds];
--- End diff --

Probably on pluginInitialize the viewController isn't initialized yet and 
that's why you get (0,0)x(0,0)

I think we can keep the UIScreen.mainScreen.bounds here as the 
fakeScrollView is a non visible UIScrollView that is bigger than the actual 
screen, and that is still true on multitasking mode.


---
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 is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

-
To unsubscribe, e-mail: dev-unsubscr...@cordova.apache.org
For additional commands, e-mail: dev-h...@cordova.apache.org



[GitHub] cordova-plugin-statusbar pull request #62: CB:-9161 Support iPad multitaskin...

2016-09-01 Thread kerrishotts
Github user kerrishotts commented on a diff in the pull request:


https://github.com/apache/cordova-plugin-statusbar/pull/62#discussion_r77159431
  
--- Diff: src/ios/CDVStatusBar.m ---
@@ -132,13 +132,15 @@ - (void)pluginInitialize
 
 // blank scroll view to intercept status bar taps
 self.webView.scrollView.scrollsToTop = NO;
-UIScrollView *fakeScrollView = [[UIScrollView alloc] 
initWithFrame:UIScreen.mainScreen.bounds];
+
+CGRect bounds = [self.viewController.view.window bounds];
--- End diff --

@jonathanli2: When testing this, I get a (0,0)x(0,0) frame:

(CGRect) bounds = (origin = (x = 0, y = 0), size = (width = 0, height = 
0))

... which means I can't tap the status bar.

I'm testing on iOS 10b8, iPhone 6s and iPad Pro (with and without a launch 
storyboard). 

Could you share a test project that worked for you so I can see what (if 
any) differences there are that might cause 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 this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

-
To unsubscribe, e-mail: dev-unsubscr...@cordova.apache.org
For additional commands, e-mail: dev-h...@cordova.apache.org



Fwd: Error when processing doap file http://svn.apache.org/repos/asf/cordova/site/public/infra/doap_Cordova.rdf:

2016-09-01 Thread sebb
https://issues.apache.org/jira/browse/CB-11058


-- Forwarded message --
From: Projects 
Date: 1 September 2016 at 03:00
Subject: Error when processing doap file
http://svn.apache.org/repos/asf/cordova/site/public/infra/doap_Cordova.rdf:
To: Site Development 


http://svn.apache.org/repos/asf/cordova/site/infra/doap_Cordova_PMC.rdf

-
To unsubscribe, e-mail: dev-unsubscr...@cordova.apache.org
For additional commands, e-mail: dev-h...@cordova.apache.org



Nightly build #128 for cordova has failed

2016-09-01 Thread Apache Jenkins Server
Nightly build #128 for cordova has failed.

Please check failure details on build details page at 
https://builds.apache.org/job/cordova-nightly/128/
You can also take a look at build console: 
https://builds.apache.org/job/cordova-nightly/128/consoleFull

-
Jenkins for Apache Cordova

-
To unsubscribe, e-mail: dev-unsubscr...@cordova.apache.org
For additional commands, e-mail: dev-h...@cordova.apache.org

Nightly build #127 for cordova has failed

2016-09-01 Thread Apache Jenkins Server
Nightly build #127 for cordova has failed.

Please check failure details on build details page at 
https://builds.apache.org/job/cordova-nightly/127/
You can also take a look at build console: 
https://builds.apache.org/job/cordova-nightly/127/consoleFull

-
Jenkins for Apache Cordova

-
To unsubscribe, e-mail: dev-unsubscr...@cordova.apache.org
For additional commands, e-mail: dev-h...@cordova.apache.org

[GitHub] cordova-android issue #308: CB-11343: Handle Java versions after JEP-223

2016-09-01 Thread ankon
Github user ankon commented on the issue:

https://github.com/apache/cordova-android/pull/308
  
> So, how do we test this one? Is this a Mac OS X or Linux issue?

It's a "whereever you are able to run Java 9 (EA)"-issue.


---
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 is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

-
To unsubscribe, e-mail: dev-unsubscr...@cordova.apache.org
For additional commands, e-mail: dev-h...@cordova.apache.org



[GitHub] cordova-android pull request #244: CB-10140 Use application id instead of pa...

2016-09-01 Thread CookieCookson
Github user CookieCookson closed the pull request at:

https://github.com/apache/cordova-android/pull/244


---
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 is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

-
To unsubscribe, e-mail: dev-unsubscr...@cordova.apache.org
For additional commands, e-mail: dev-h...@cordova.apache.org



[GitHub] cordova-android issue #244: CB-10140 Use application id instead of package n...

2016-09-01 Thread CookieCookson
Github user CookieCookson commented on the issue:

https://github.com/apache/cordova-android/pull/244
  
@infil00p I haven't had the time available to work any more on this, and 
have got around the issue by other means! I would say close it for 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 wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

-
To unsubscribe, e-mail: dev-unsubscr...@cordova.apache.org
For additional commands, e-mail: dev-h...@cordova.apache.org



Nightly build #126 for cordova has failed

2016-09-01 Thread Apache Jenkins Server
Nightly build #126 for cordova has failed.

Please check failure details on build details page at 
https://builds.apache.org/job/cordova-nightly/126/
You can also take a look at build console: 
https://builds.apache.org/job/cordova-nightly/126/consoleFull

-
Jenkins for Apache Cordova

-
To unsubscribe, e-mail: dev-unsubscr...@cordova.apache.org
For additional commands, e-mail: dev-h...@cordova.apache.org

Nightly build #125 for cordova has failed

2016-09-01 Thread Apache Jenkins Server
Nightly build #125 for cordova has failed.

Please check failure details on build details page at 
https://builds.apache.org/job/cordova-nightly/125/
You can also take a look at build console: 
https://builds.apache.org/job/cordova-nightly/125/consoleFull

-
Jenkins for Apache Cordova

-
To unsubscribe, e-mail: dev-unsubscr...@cordova.apache.org
For additional commands, e-mail: dev-h...@cordova.apache.org