Nightly build #311 for cordova has succeeded!

2017-04-12 Thread Apache Jenkins Server
Nightly build #311 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/311/consoleFull - Jenkins for Apache Cordova

[GitHub] cordova-ios issue #302: CB-11895: openURL: is deprecated on iOS 10

2017-04-12 Thread kerrishotts
Github user kerrishotts commented on the issue: https://github.com/apache/cordova-ios/pull/302 @shazron: thanks for the catch; fixed up now. Waiting on 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

[GitHub] cordova-ios pull request #302: CB-11895: openURL: is deprecated on iOS 10

2017-04-12 Thread kerrishotts
Github user kerrishotts commented on a diff in the pull request: https://github.com/apache/cordova-ios/pull/302#discussion_r111295873 --- Diff: CordovaLib/Classes/Private/Plugins/CDVIntentAndNavigationFilter/CDVIntentAndNavigationFilter.m --- @@ -115,11 +115,18 @@ +

[GitHub] cordova-ios pull request #302: CB-11895: openURL: is deprecated on iOS 10

2017-04-12 Thread shazron
Github user shazron commented on a diff in the pull request: https://github.com/apache/cordova-ios/pull/302#discussion_r111293110 --- Diff: CordovaLib/Classes/Private/Plugins/CDVIntentAndNavigationFilter/CDVIntentAndNavigationFilter.m --- @@ -115,11 +115,18 @@ +

[GitHub] cordova-ios pull request #302: CB-11895: openURL: is deprecated on iOS 10

2017-04-12 Thread kerrishotts
GitHub user kerrishotts opened a pull request: https://github.com/apache/cordova-ios/pull/302 CB-11895: openURL: is deprecated on iOS 10 ### Platforms affected - iOS ### What does this PR do? Addresses deprecation of openURL: in iOS 10 by using

Re: [DISCUSS] cordova-ios@4.4.0 release

2017-04-12 Thread Darryl Pogue
I was planning to look at CB-8980 but I was sick last week and busy now catching up on work stuff :( It should be pretty quick, involving only changes to the prepare.js file, probably very similar to the implementation on Android: https://github.com/apache/cordova-android/pull/321 On 12 April

Re: [DISCUSS] cordova-ios@4.4.0 release

2017-04-12 Thread Shazron
Julio, I'm evaluating https://issues.apache.org/jira/browse/CB-8980 right now, will let you know. If it involves days of implementation or testing, I will have to push it off for next release though. On Wed, Apr 12, 2017 at 12:22 AM, julio cesar sanchez < jcesarmob...@gmail.com> wrote: > I

Re: [DISCUSS] cordova-ios@4.4.0 release

2017-04-12 Thread Shazron
Kerri, You mean https://issues.apache.org/jira/browse/CB-12652 :) I swear I fixed those errors in https://issues.apache.org/jira/browse/CB-10026 but I might have not checked it in from my work machine yesterday :scream: will have to find the commits... On Wed, Apr 12, 2017 at 1:58 PM, Kerri

Re: wp8 support (cordova@7)

2017-04-12 Thread Jesse
+1 This goes hand in hand with removing platformApiPoly from cordova-lib. @purplecabbage risingj.com On Wed, Apr 12, 2017 at 4:04 PM, Shazron wrote: > +1 > adieu WP8 > > On Wed, Apr 12, 2017 at 1:58 PM, Audrey So wrote: > > > Hi everyone! Just a quick

Re: wp8 support (cordova@7)

2017-04-12 Thread Shazron
+1 adieu WP8 On Wed, Apr 12, 2017 at 1:58 PM, Audrey So wrote: > Hi everyone! Just a quick update… we will be dropping support for windows > phone 8 (wp8) in cordova@7. > Here is the PR--> https://github.com/apache/cordova-lib/pull/539/commits. > If you have any questions or

Re: wp8 support (cordova@7)

2017-04-12 Thread Steven Gill
+1 On Wed, Apr 12, 2017 at 1:58 PM, Audrey So wrote: > Hi everyone! Just a quick update… we will be dropping support for windows > phone 8 (wp8) in cordova@7. > Here is the PR--> https://github.com/apache/cordova-lib/pull/539/commits. > If you have any questions or concerns,

Re: Need windows 10 Plugin

2017-04-12 Thread Kerri Shotts
Hi Nagarajan, This forum is for the development of Cordova, which means this isn’t the best place to ask. I invite you to ask your question at any of the following locations: https://forums.adobe.com/community/phonegap https://groups.google.com/d/forum/phonegap http://slack.cordova.io/

Re: [DISCUSS] cordova-ios@4.4.0 release

2017-04-12 Thread Kerri Shotts
I was working on CB-10135, but that’s not going to happen in time for 4.4.0. (I can get the hidden file copied to /plugins, but not to the correct place in /platforms/ios/…) I’ve bumped it to 5. CB-11895 is a quick easy fix, so I’m handling that right now. I tested on iOS 10 and my fix works,

wp8 support (cordova@7)

2017-04-12 Thread Audrey So
Hi everyone! Just a quick update… we will be dropping support for windows phone 8 (wp8) in cordova@7. Here is the PR--> https://github.com/apache/cordova-lib/pull/539/commits. If you have any questions or concerns, let us know! Audrey

[GitHub] cordova-coho pull request #145: CB-12647 : added ability to have jasmine tes...

2017-04-12 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/cordova-coho/pull/145 --- 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

Need windows 10 Plugin

2017-04-12 Thread Naga Rajan
Hi, I am nagarajan. currently i am try to developing windows 10 mobile app using cordova in visual studio 2015. But i am face more problem finding the plugin for windows 10 mobile app. kindly do the need full.. Here i Mentioned below plugin. 1.Facebook 2.Push notification 3.Get file url from uri

[GitHub] cordova-coho pull request #145: CB-12647 : added ability to have jasmine tes...

2017-04-12 Thread audreyso
GitHub user audreyso opened a pull request: https://github.com/apache/cordova-coho/pull/145 CB-12647 : added ability to have jasmine testing in cordova-coho ### Platforms affected ### What does this PR do? Added ability to have jasmine testing in

[GitHub] cordova-plugin-camera issue #260: CB-12650: Fix manual test for uploading im...

2017-04-12 Thread cordova-qa
Github user cordova-qa commented on the issue: https://github.com/apache/cordova-plugin-camera/pull/260 Cordova CI Build has completed successfully. **Commit** -

[GitHub] cordova-plugin-camera issue #260: CB-12650: Fix manual test for uploading im...

2017-04-12 Thread cordova-qa
Github user cordova-qa commented on the issue: https://github.com/apache/cordova-plugin-camera/pull/260 Cordova CI Build has one or more failures. **Commit** -

[GitHub] cordova-docs issue #692: Fixed a tiny typo

2017-04-12 Thread filmaj
Github user filmaj commented on the issue: https://github.com/apache/cordova-docs/pull/692 Thanks for the pull request! Merged in. --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this

[GitHub] cordova-docs pull request #692: Fixed a tiny typo

2017-04-12 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/cordova-docs/pull/692 --- 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-plugin-test-framework pull request #23: Fixing a few markdown render...

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

[GitHub] cordova-plugin-test-framework issue #23: Fixing a few markdown rendering ite...

2017-04-12 Thread filmaj
Github user filmaj commented on the issue: https://github.com/apache/cordova-plugin-test-framework/pull/23 Thanks for the pull request! Merged in. --- 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

[GitHub] cordova-plugin-camera pull request #260: Fix manual test for uploading image

2017-04-12 Thread matrosov-nikita
GitHub user matrosov-nikita opened a pull request: https://github.com/apache/cordova-plugin-camera/pull/260 Fix manual test for uploading image ### Platforms affected Android ### What does this PR do? This PR corrects dependency in `tests/plugin.xml` and

[GitHub] cordova-docs pull request #692: Fixed a tiny typo

2017-04-12 Thread pizza
GitHub user pizza opened a pull request: https://github.com/apache/cordova-docs/pull/692 Fixed a tiny typo ### Platforms affected ### What does this PR do? ### What testing has been done on this change? ### Checklist - [ ]

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

2017-04-12 Thread luckylooke
Github user luckylooke commented on the issue: https://github.com/apache/cordova-plugin-file-transfer/pull/150 Same as @maxpaj I can confirm this is a fix for permission issues on Android 6+, is there any reason this is not merged yet?? --- If your project is set up for it, you can

[GitHub] cordova-plugin-file issue #199: CB-12355: (iOS) fix FileEntry.file.type

2017-04-12 Thread vzharkov
Github user vzharkov commented on the issue: https://github.com/apache/cordova-plugin-file/pull/199 I have tested this fork on iOS10 and fix works good. Why it can't be merged into the main repo? --- If your project is set up for it, you can reply to this email and have your reply

Re: [DISCUSS] cordova-ios@4.4.0 release

2017-04-12 Thread julio cesar sanchez
I think we should add this https://issues.apache.org/jira/browse/CB-8980 as it was added in latest cordova-android. The issue is a bit outdated, we decided to use "resource-file" instead of "image" so it can be used with any file, like config files, and not just images. Some plugins like the push

Crosswalk is dead. Is there a Tutorial about how to integrate the last chromium in cordova?

2017-04-12 Thread ??????????
Hi , I'm a newbie. I've used cordova-plugin-crosswalk-webview for a long time. But Crosswalk team said the crosswalk has stopped. In Android world ,there are too many versions and custom ROM , so When we build a Hybrid App , an unified and powerful webview is very important. So I need (I