[GitHub] cordova-medic pull request: CB-9660 Don't kill emulators/apps afte...

2015-09-22 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/cordova-medic/pull/65 --- 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-medic pull request: CB-9660 Don't kill emulators/apps afte...

2015-09-22 Thread dblotsky
Github user dblotsky commented on the pull request: https://github.com/apache/cordova-medic/pull/65#issuecomment-142384410 LGTM. --- 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

[GitHub] cordova-medic pull request: CB-8936 Tweaking windows log gathering...

2015-09-22 Thread dblotsky
Github user dblotsky commented on a diff in the pull request: https://github.com/apache/cordova-medic/pull/64#discussion_r40131491 --- Diff: medic/medic-log.js --- @@ -63,10 +63,14 @@ function logIOS() { }); } -function logWindows() { +function

[GitHub] cordova-ios pull request: CB-9552 Updating linked platform removes...

2015-09-22 Thread macdonst
GitHub user macdonst opened a pull request: https://github.com/apache/cordova-ios/pull/165 CB-9552 Updating linked platform removes original files If symlink then just unlink not recursive removal of directory. You can merge this pull request into a Git repository by running:

CVE-2015-5204: HTTP header injection vulnerability in Apache Cordova File Transfer Plugin for Android

2015-09-22 Thread Joe Bowser
CVE-2015-5204: HTTP header injection vulnerability in Apache Cordova File Transfer Plugin for Android Severity: Medium Vendor: The Apache Software Foundation Versions Affected: Cordova Android File Transfer Plugin (1.2.1 and below) Description: Android applications built with the Cordova

Re: Cordova Face to Face Meeting

2015-09-22 Thread Simon MacDonald
Congratulations Carlos and Edna, I know how difficult that must have been. Most Adobians are staying at the Silver Cloud Inn, 2122 152nd Avenue Northeast, Redmond, WA 98052 which has a shuttle to MS. Also, created #f2f channel on Cordova Slack. Simon Mac Donald http://hi.im/simonmacdonald On

RE: Cordova Face to Face Meeting

2015-09-22 Thread Parashuram N
The meeting will take place in Microsoft Main Campus - mostly in building 33. There are a number of hotels in an around Redmond. You can even pick hotels in Belleve downtown or Redmond downtown (closer) . There are Microsoft offices nearby from where you can get a shuttle to where the meeting

RE: [DISCUSS] Tools Release

2015-09-22 Thread Sergey Grebnov (Akvelon)
Here is announce draft, please review https://github.com/cordova/apache-blog-posts/pull/46/ Should we include link to JIRA issue for more details? https://issues.apache.org/jira/browse/CB-9297 Thx! Sergey -Original Message- From: Vladimir Kotikov (Akvelon)

Re: [Android] 5.0.x release branch?

2015-09-22 Thread Carlos Santana
+1 we should always use the engine tag to mark the minimum compatible version at least -1 for cordova CLI to automagically to install an older version. It will be a pain to get this implemented right, we would need to download all the package.json for multiple versions of the plugin and pick

RE: [DISCUSS] Tools Release

2015-09-22 Thread Sergey Grebnov (Akvelon)
Could someone merge the post or give me write access to the apache-blog-posts repo please. https://github.com/cordova/apache-blog-posts/pull/46 I'll update npm after that. Thx! Sergey -Original Message- From: Sergey Grebnov (Akvelon) Sent: Tuesday, September 22, 2015 9:42 AM To:

RE: [Vote] Tools Release Sep 17th (Take 2)

2015-09-22 Thread Sergey Grebnov (Akvelon)
The vote has now closed. The results are: Positive Binding Votes: 3 Carlos Santana Vladimir Kotikov Sergey Grebnov Negative Binding Votes: 0 The vote has passed. -Original Message- From: Carlos Santana [mailto:csantan...@gmail.com] Sent: Saturday, September 19, 2015 11:53 AM To:

[GitHub] cordova-docs pull request: Implementing Proper Latest Docs Version

2015-09-22 Thread dblotsky
GitHub user dblotsky opened a pull request: https://github.com/apache/cordova-docs/pull/358 Implementing Proper Latest Docs Version Adding docs root and language root redirects. Adding `site.latest_version` for that purpose, and for `not_latest_warning_text`. Changing all links to

RE: [Android] 5.0.x release branch?

2015-09-22 Thread Nikhil Khandelwal
Thanks, Joe for the detailed explanation. I understand why we've taken this route. It's good that this is only a build failure. One of the complaints we commonly hear from Cordova developers is that "I have a cordova project with a certain version of the platform, I need to find the plugin that

Re: [Android] 5.0.x release branch?

2015-09-22 Thread Joe Bowser
I'm completely against using reflection for this purpose. Version codes were invented for a reason and we don't have any mechanism in place to unit test any Android code (or any other native code on any of the platforms). I will vote against any release that includes reflection for this purpose

[GitHub] cordova-ios pull request: CB-9693 Fix www copy with spaces in proj...

2015-09-22 Thread dpogue
GitHub user dpogue opened a pull request: https://github.com/apache/cordova-ios/pull/166 CB-9693 Fix www copy with spaces in project name You can merge this pull request into a Git repository by running: $ git pull https://github.com/dpogue/cordova-ios patch-1 Alternatively

Re: [Android] 5.0.x release branch?

2015-09-22 Thread Karen Tran
Hi Joe, I tested your geolocation plugin changes with mobilespec and the app crashes when you click "Deny" permission and when you click "Accept" permission for the first time. When you go back to the app after accepting, you can get location data. I agree with having a 5.0.x branch soon since I

[GitHub] cordova-plugin-geolocation pull request: background location under...

2015-09-22 Thread ccloquet
GitHub user ccloquet opened a pull request: https://github.com/apache/cordova-plugin-geolocation/pull/51 background location under iOS 9 Hi, Thanks for this upgrade of the plugin ! I just tried to run in under iOS 9, and it seems that the following lines should

[GitHub] cordova-docs pull request: Add Pacifica to showcase apps.

2015-09-22 Thread drbeermann
GitHub user drbeermann opened a pull request: https://github.com/apache/cordova-docs/pull/360 Add Pacifica to showcase apps. Just based it off of the NewVo one. Seems to be working fine when correctly serving locally. You can merge this pull request into a Git repository by

[GitHub] cordova-docs pull request: Adding Syntax Highlighting to Site

2015-09-22 Thread dblotsky
GitHub user dblotsky opened a pull request: https://github.com/apache/cordova-docs/pull/359 Adding Syntax Highlighting to Site You can merge this pull request into a Git repository by running: $ git pull https://github.com/MSOpenTech/cordova-docs

[GitHub] cordova-ios pull request: CB-9690 Can't submit iPad apps to the Ap...

2015-09-22 Thread macdonst
GitHub user macdonst opened a pull request: https://github.com/apache/cordova-ios/pull/167 CB-9690 Can't submit iPad apps to the App Store for iOS 9 Closes something You can merge this pull request into a Git repository by running: $ git pull

[GitHub] cordova-ios pull request: CB-9690 Can't submit iPad apps to the Ap...

2015-09-22 Thread devgeeks
Github user devgeeks commented on the pull request: https://github.com/apache/cordova-ios/pull/167#issuecomment-142491934 Doesn't that completely opt out of "Slide Over and Split View" ? --- If your project is set up for it, you can reply to this email and have your reply appear on

[GitHub] cordova-osx pull request: CB-9692 OSX: cordova.exec is not availab...

2015-09-22 Thread tripodsan
GitHub user tripodsan opened a pull request: https://github.com/apache/cordova-osx/pull/24 CB-9692 OSX: cordova.exec is not available You can merge this pull request into a Git repository by running: $ git pull https://github.com/tripodsan/cordova-osx CB-9692 Alternatively

Re: [Android] 5.0.x release branch?

2015-09-22 Thread Joe Bowser
On Tue, Sep 22, 2015 at 1:30 PM, Karen Tran wrote: > Hi Joe, > > I tested your geolocation plugin changes with mobilespec and the app > crashes when you click "Deny" permission and when you click "Accept" > permission for the first time. When you go back to the app after

[GitHub] cordova-ios pull request: Fix Q include in check_reqs.js

2015-09-22 Thread reynaldo-tortoledo-hs
Github user reynaldo-tortoledo-hs commented on the pull request: https://github.com/apache/cordova-ios/pull/132#issuecomment-142457227 `npm install --save q && npm install --save nopt` Thanks ;-) --- If your project is set up for it, you can reply to this email and have your

[GitHub] cordova-ios pull request: CB-9685 A fix for the magnifying glass p...

2015-09-22 Thread EddyVerbruggen
GitHub user EddyVerbruggen opened a pull request: https://github.com/apache/cordova-ios/pull/164 CB-9685 A fix for the magnifying glass popping up on iOS9 longpress I though `CDVLongPressFix` would not be the best name. Especially if we ever need to fix any other gestures Apple

[GitHub] cordova-medic pull request: CB-8936 Tweaking windows log gathering...

2015-09-22 Thread alsorokin
GitHub user alsorokin opened a pull request: https://github.com/apache/cordova-medic/pull/64 CB-8936 Tweaking windows log gathering timeout https://issues.apache.org/jira/browse/CB-8936 You can merge this pull request into a Git repository by running: $ git pull

[GitHub] cordova-plugin-inappbrowser pull request: Added support for file:/...

2015-09-22 Thread bpresles
GitHub user bpresles opened a pull request: https://github.com/apache/cordova-plugin-inappbrowser/pull/116 Added support for file:/// access I had the requirement to be able to access file:/// image on my inappbrowser popup in Android. But I had issues with Security. This