Nightly build #275 for cordova has failed

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

[GitHub] cordova-android issue #358: CB-12424: (android) Fix encoding of multipart me...

2017-03-07 Thread kalliste
Github user kalliste commented on the issue: https://github.com/apache/cordova-android/pull/358 Ok - I've pulled the new code and updated this test for it. I have not yet found a gradle task in the new version that will show the results of the tests. --- If your project is

[GitHub] cordova-ios issue #295: CB-12309: Missing CLI help for --developmentTeam

2017-03-07 Thread kerrishotts
Github user kerrishotts commented on the issue: https://github.com/apache/cordova-ios/pull/295 No problem; I'll take care of it tomorrow. --- 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

[ANNOUNCE] Plugin Release

2017-03-07 Thread Steven Gill
Blog: http://cordova.apache.org/news/2017/03/07/plugins-release.html Tweet: https://twitter.com/apachecordova/status/839292825581727744

[GitHub] cordova-ios issue #289: CB-12384 ios: Add Cocoa Touch Framework target for C...

2017-03-07 Thread shazron
Github user shazron commented on the issue: https://github.com/apache/cordova-ios/pull/289 Thanks @khawkins - unfortunately when I pulled other PRs in, this has caused some conflicts. Can you rebase and resolve? Sorry about this. --- If your project is set up for it, you can reply

[GitHub] cordova-ios issue #295: CB-12309: Missing CLI help for --developmentTeam

2017-03-07 Thread shazron
Github user shazron commented on the issue: https://github.com/apache/cordova-ios/pull/295 Ugh - sorry @kerrishotts I pulled other PRs in now this needs a rebase :/ --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your

[GitHub] cordova-ios pull request #294: CB-12405 - .ipa is uncompressed in preparatio...

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

[GitHub] cordova-ios pull request #293: CB-12523 - Remove iOS 8 support

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

[GitHub] cordova-docs pull request #685: CB-12519: added plugins release blog post

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

Re: [VOTE] Plugins Release

2017-03-07 Thread Steven Gill
The vote has now closed. The results are: Positive Binding Votes: 3 Steve Gill Alexander Sorokin Shazron Abdullah The vote has passed. On Tue, Mar 7, 2017 at 3:50 PM, Shazron wrote: > I vote +1 for all plugins except cordova-plugin-file-transfer (the vote for > that plugin

Re: [VOTE] cordova-plugin-file-transfer@1.6.2 release

2017-03-07 Thread Steven Gill
The vote has now closed. The results are: Positive Binding Votes: 3 Steve Gill Alexander Sorokin Shazron Abdullah The vote has passed. On Tue, Mar 7, 2017 at 3:14 PM, Shazron wrote: > I vote +1: > * Ran coho audit-license-headers over the relevant repos > * Ran coho

Re: [VOTE] Plugins Release

2017-03-07 Thread Shazron
I vote +1 for all plugins except cordova-plugin-file-transfer (the vote for that plugin is separate): * Ran coho audit-license-headers over the relevant repos * Ran coho check-license to ensure all dependencies and subdependencies have Apache-compatible licenses On Fri, Mar 3, 2017 at 10:46 AM,

[GitHub] cordova-android issue #358: CB-12424: (android) Fix encoding of multipart me...

2017-03-07 Thread infil00p
Github user infil00p commented on the issue: https://github.com/apache/cordova-android/pull/358 @kalliste This test is based on the old test framework. Can you pull down the latest and take a look at this test and see if you can fit it in here?

[GitHub] cordova-android issue #358: CB-12424: (android) Fix encoding of multipart me...

2017-03-07 Thread kalliste
Github user kalliste commented on the issue: https://github.com/apache/cordova-android/pull/358 Ok - I've added a unit test for this 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

Re: [VOTE] cordova-plugin-file-transfer@1.6.2 release

2017-03-07 Thread Shazron
I vote +1: * Ran coho audit-license-headers over the relevant repos * Ran coho check-license to ensure all dependencies and subdependencies have Apache-compatible licenses * Tested the plugin locally using cordova-paramedic (iOS and Android all passes using local file-transfer-server. Android

[GitHub] cordova-android pull request #365: CB-12524: Fix the GradleBuilder so that i...

2017-03-07 Thread infil00p
GitHub user infil00p opened a pull request: https://github.com/apache/cordova-android/pull/365 CB-12524: Fix the GradleBuilder so that it builds the project with an included Gradle ### Platforms affected Android ### What does this PR do? This PR adds the

Moving towards cordova 7

2017-03-07 Thread Jesse
We are getting a pretty big collection of tooling PRs [1] that are related to cordova-7 [2] Over the next couple days we'll be working on merging these and resolving any conflicts, so expect master to be occasionally broken, and you may need to rebase some of your work. Cheers, Jesse [1]

[GitHub] cordova-ios issue #289: CB-12384 ios: Add Cocoa Touch Framework target for C...

2017-03-07 Thread khawkins
Github user khawkins commented on the issue: https://github.com/apache/cordova-ios/pull/289 Thanks for the review, @shazron . I've made your suggested changes, and all tests are passing through `npm test`. --- If your project is set up for it, you can reply to this email and have

[GitHub] cordova-plugin-camera issue #167: Adding force orientation lock to Camera

2017-03-07 Thread LebToki
Github user LebToki commented on the issue: https://github.com/apache/cordova-plugin-camera/pull/167 if if the orientation of the phone is Vertical , we should be able to force a landscape/horizontal target file or object. --- If your project is set up for it, you can reply to

RE: [VOTE] cordova-plugin-file-transfer@1.6.2 release

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