[GitHub] cordova-plugin-wkwebview-engine issue #5: CB-10817 The webView should reload...

2017-02-14 Thread alexfoxy
Github user alexfoxy commented on the issue: https://github.com/apache/cordova-plugin-wkwebview-engine/pull/5 For now I added an event to the notification centre that I observe in the App Delegate which then shows the splash screen. A bit hacky but seems to work well. I have

[GitHub] cordova-plugin-camera pull request #253: CB-12458 - [cordova-plugin-camera] ...

2017-02-14 Thread camilamacedo86
GitHub user camilamacedo86 opened a pull request: https://github.com/apache/cordova-plugin-camera/pull/253 CB-12458 - [cordova-plugin-camera] - The information about old versio… …ns of the plugin install the deprecated ID CB-12458 - [cordova-plugin-camera] - The informat

[GitHub] cordova-android issue #361: CB-8348: (android) Add the ability to publish to...

2017-02-14 Thread bhariharan
Github user bhariharan commented on the issue: https://github.com/apache/cordova-android/pull/361 @infil00p @stevengill Could you please review? --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not hav

[GitHub] cordova-plugin-camera issue #253: CB-12458 - [cordova-plugin-camera] - The i...

2017-02-14 Thread cordova-qa
Github user cordova-qa commented on the issue: https://github.com/apache/cordova-plugin-camera/pull/253 Cordova CI Build has completed successfully. **Commit** - [Link](https://github.com/apache/cordova-plugin-camera/pull/253/commits/e2de9201a79800dec168fcaf23ed0245d86dd34

[GitHub] cordova-plugin-media pull request #128: CB-12422: (iOS) Fix readme issue on ...

2017-02-14 Thread corinnekrych
GitHub user corinnekrych opened a pull request: https://github.com/apache/cordova-plugin-media/pull/128 CB-12422: (iOS) Fix readme issue on background needed plist modification ### Platforms affected iOS ### What does this PR do? Add documentation in README

[GitHub] cordova-plugin-media issue #128: CB-12422: (iOS) Fix readme issue on backgro...

2017-02-14 Thread corinnekrych
Github user corinnekrych commented on the issue: https://github.com/apache/cordova-plugin-media/pull/128 @jcesarmobile do you mind a review? --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have t

[GitHub] cordova-plugin-media issue #128: CB-12422: (iOS) Fix readme issue on backgro...

2017-02-14 Thread cordova-qa
Github user cordova-qa commented on the issue: https://github.com/apache/cordova-plugin-media/pull/128 Cordova CI Build has completed successfully. **Commit** - [Link](https://github.com/apache/cordova-plugin-media/pull/128/commits/12b722032b914d4c933b0bc08e473fb3234feb36)

[GitHub] cordova-ios pull request #288: CB-12402 CB-12206 Properly encode app name to...

2017-02-14 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/cordova-ios/pull/288 --- 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

[Discuss] plugins release

2017-02-14 Thread Steven Gill
I want to do a plugins release next week. Please share any plugin PRs you want looked at here. Would love some help reviewing and merging prs :) -Steve

[GitHub] cordova-plugin-wkwebview-engine issue #25: CB-12317: Allow to configure navi...

2017-02-14 Thread shazron
Github user shazron commented on the issue: https://github.com/apache/cordova-plugin-wkwebview-engine/pull/25 Sorry, this needs a further rebase (CI changes). Thanks! --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If you

Re: [Discuss] plugins release

2017-02-14 Thread Shazron
Thanks Steve, I'm focusing on wkwebview-engine plugin stuff, plus maybe a few others. Here's the list of PRs outstanding, in descending order: cordova-plugin-inappbrowser --> 30 Pull Requests cordova-plugin-media --> 28 Pull Requests cordova-plugin-file-transfer --> 23 Pull Requests cordova-plugin

[GitHub] cordova-android issue #361: CB-8348: (android) Add the ability to publish to...

2017-02-14 Thread infil00p
Github user infil00p commented on the issue: https://github.com/apache/cordova-android/pull/361 @bhariharan It seems that this change is breaking the Gradle. @stevengill has already uploaded an AAR to BinTray. Also, it's probably not a good idea to put this under @shazron. --- If

[GitHub] cordova-plugin-media issue #128: CB-12422: (iOS) Fix readme issue on backgro...

2017-02-14 Thread jcesarmobile
Github user jcesarmobile commented on the issue: https://github.com/apache/cordova-plugin-media/pull/128 "iOS doesn't allow background audio unless you enable it in the info.plist file" can be rephrased to something like "To allow playback with the screen locked or background audio yo

[GitHub] cordova-android issue #361: CB-8348: (android) Add the ability to publish to...

2017-02-14 Thread bhariharan
Github user bhariharan commented on the issue: https://github.com/apache/cordova-android/pull/361 @infil00p Looks like the issue is missing `buildToolsVersion`: ``` Failed to notify ProjectEvaluationListener.afterEvaluate(), but primary configuration failure takes precedence.

[GitHub] cordova-android issue #361: CB-8348: (android) Add the ability to publish to...

2017-02-14 Thread stevengill
Github user stevengill commented on the issue: https://github.com/apache/cordova-android/pull/361 Hey! This is super cool. The artifact I posted is at https://bintray.com/cordova/maven/cordova-android#files/org/apache/cordova/cordova-android/5.2.2-beta It was more of a proof o

Re: [Discuss] plugins release

2017-02-14 Thread julio cesar sanchez
I would like to get this merged https://github.com/apache/cordova-plugin-media/pull/124 It's to use aac instead of amr on Android, but aac requires API 16, so I think we should do a major version bump 2017-02-14 23:47 GMT+01:00 Shazron : > Thanks Steve, > I'm focusing on wkwebview-engine plugin s

[GitHub] cordova-android issue #361: CB-8348: (android) Add the ability to publish to...

2017-02-14 Thread infil00p
Github user infil00p commented on the issue: https://github.com/apache/cordova-android/pull/361 @bhariharan The buildToolsVersion is determined by cdvBuildToolsVersion in cordova.gradle. The main thing that I'm wondering is why cordova.gradle isn't being included here, or why it's no

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

2017-02-14 Thread infil00p
Github user infil00p commented on the issue: https://github.com/apache/cordova-android/pull/358 @kalliste Perhaps buildJsMessage, or convertToJsMessage? You don't need to create a new PR, just add a commit to this branch, and the change should propogate through. --- If your project

[GitHub] cordova-plugin-wkwebview-engine pull request #29: CB-12414: (iOS) Forward er...

2017-02-14 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/cordova-plugin-wkwebview-engine/pull/29 --- 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, o

[GitHub] cordova-plugin-wkwebview-engine pull request #27: CB-12297 Support WKProcess...

2017-02-14 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/cordova-plugin-wkwebview-engine/pull/27 --- 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, o

[NIGHTLY BUILDS] Missing

2017-02-14 Thread Shazron
I believe they don't run anymore. The last one was on 2016-12-09T03:21:01.541Z Does anyone know what happened?

[GitHub] cordova-android issue #361: CB-8348: (android) Add the ability to publish to...

2017-02-14 Thread bhariharan
Github user bhariharan commented on the issue: https://github.com/apache/cordova-android/pull/361 @stevengill @infil00p I updated the repo settings based on your existing `Maven` repo and updated the author's name to `Steve Gill` [here](https://github.com/apache/cordova-android/pull/3

Re: [NIGHTLY BUILDS] Missing

2017-02-14 Thread Filip Maj
I recall Alex saying he enabled parallel builds on cloudapp within the last week, sounds like it might be relevant. We'll need our MSFT friends and cloudapp admins to rescue us in this situation! On Tue, Feb 14, 2017 at 4:12 PM, Shazron wrote: > I believe they don't run anymore. The last one was

[GitHub] cordova-plugin-media issue #128: CB-12422: (iOS) Fix readme issue on backgro...

2017-02-14 Thread corinnekrych
Github user corinnekrych commented on the issue: https://github.com/apache/cordova-plugin-media/pull/128 @jcesarmobile Added your comment to be more specific about plist addition. is it ok? --- If your project is set up for it, you can reply to this email and have your reply appear o

Nightly build #252 for cordova has failed

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