[GitHub] cordova-windows pull request: CB-10292: Windows platform support f...

2016-01-04 Thread jasongin
GitHub user jasongin opened a pull request: https://github.com/apache/cordova-windows/pull/133 CB-10292: Windows platform support for next version of VS/MSBuild Reference the JIRA issue for more explanation. The targets filter for 15.0 is currently the same as 14.0, but I

Re: Introduction

2016-01-04 Thread Shazron
Welcome! Looking forward to contributions. Let us know if you need anything. On Mon, Dec 28, 2015 at 3:43 PM, Sean Kelly wrote: > Hi, > > My name is Sean Kelly and I have been a professional developer for over 32 > years. Still love it, wouldn't do anything different. > > I've

[GitHub] cordova-android pull request: Update theme to Theme.DeviceDefault....

2016-01-04 Thread infil00p
Github user infil00p commented on the pull request: https://github.com/apache/cordova-android/pull/245#issuecomment-168795281 Makes sense to me as well. Let's create a JIRA issue for this for housekeeping and pull this in. --- If your project is set up for it, you can reply to this

[GitHub] cordova-android pull request: CB-10014: Set gradle applicationId t...

2016-01-04 Thread macdonst
Github user macdonst commented on the pull request: https://github.com/apache/cordova-android/pull/247#issuecomment-168793665 @dpogue I'm currently doing the same thing in the push plugin to fix the issue. So I'm :+1: on this change. --- If your project is set up for it, you can

[GitHub] cordova-android pull request: Makes CLI build play nice along with...

2016-01-04 Thread infil00p
Github user infil00p commented on the pull request: https://github.com/apache/cordova-android/pull/225#issuecomment-168800302 This appears to now have conflicts. I'm not sure if I'm still having these issues, and I'll have to look into this again. Is there a JIRA issue attached to

[GitHub] cordova-android pull request: CB-10014: Set gradle applicationId t...

2016-01-04 Thread infil00p
Github user infil00p commented on the pull request: https://github.com/apache/cordova-android/pull/247#issuecomment-168794335 LGTM, I'll merge it 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

[GitHub] cordova-android pull request: Makes CLI build play nice along with...

2016-01-04 Thread saharshtibrewal
Github user saharshtibrewal commented on the pull request: https://github.com/apache/cordova-android/pull/225#issuecomment-168801536 Hi @infil00p I had not opened a JIRA issue for this, and could not find a related JIRA issue at the time. I can resolve the conflicts and do a

[GitHub] cordova-windows pull request: CB-10292: Windows platform support f...

2016-01-04 Thread jasongin
Github user jasongin commented on the pull request: https://github.com/apache/cordova-windows/pull/133#issuecomment-168763100 @vladimir-kotikov please review, and commit if it looks good. --- If your project is set up for it, you can reply to this email and have your reply appear on

[GitHub] cordova-android pull request: Update CordovaWebViewImpl.java

2016-01-04 Thread infil00p
Github user infil00p commented on the pull request: https://github.com/apache/cordova-android/pull/242#issuecomment-168799272 The only way the back button breaks is if you override the behaviour on the document, and it is the developer's responsibility to manage that, not the

[GitHub] cordova-plugin-geolocation pull request: CB-10278 geolocation watc...

2016-01-04 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/cordova-plugin-geolocation/pull/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

[GitHub] cordova-plugin-geolocation pull request: CB-10277 Android: error c...

2016-01-04 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/cordova-plugin-geolocation/pull/62 --- 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

[GitHub] cordova-plugin-geolocation pull request: CB-10286 Don't skip autom...

2016-01-04 Thread alsorokin
Github user alsorokin commented on the pull request: https://github.com/apache/cordova-plugin-geolocation/pull/65#issuecomment-168659957 @sgrebnov I've just added the check for Android >= 6.0 --- If your project is set up for it, you can reply to this email and have your reply

[GitHub] cordova-plugin-geolocation pull request: CB-10204 Fix getCurrentPo...

2016-01-04 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/cordova-plugin-geolocation/pull/60 --- 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

[GitHub] cordova-plugin-geolocation pull request: CB-2845 PositionError con...

2016-01-04 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/cordova-plugin-geolocation/pull/58 --- 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

[GitHub] cordova-plugin-geolocation pull request: CB-7146 Remove built-in W...

2016-01-04 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/cordova-plugin-geolocation/pull/59 --- 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

[GitHub] cordova-plugin-geolocation pull request: CB-10285 Added tests for ...

2016-01-04 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/cordova-plugin-geolocation/pull/64 --- 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

Re: [Vote] 4.3.2 Ubuntu Release (attempt 2)

2016-01-04 Thread David Barth
Thanks Shazron. And hi guys! :) I would like to resume the voting process on this thread. Thanks On Tue, Dec 22, 2015 at 2:04 AM, Shazron wrote: > +1 > > * Ran coho audit-license-headers over the relevant repos > * Ran coho check-license to ensure all dependencies and

[GitHub] cordova-plugin-geolocation pull request: CB-10286 Don't skip autom...

2016-01-04 Thread sgrebnov
Github user sgrebnov commented on the pull request: https://github.com/apache/cordova-plugin-geolocation/pull/65#issuecomment-168607399 Actually, starting from Android M we now have Permissions prompt dialog so those tests can't be run in silent mode so we should skip them as well.

[GitHub] cordova-plugin-geolocation pull request: CB-8443 Android: nothing ...

2016-01-04 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/cordova-plugin-geolocation/pull/61 --- 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

Re: Lisf to iPhone and iPad modelos

2016-01-04 Thread Sergio Nader da Cunha Sardo
Also, there is something that could be differet to help: iOS simulator could report the right device identifier, what it does not. It's weird, as it kills part of the utility of the simulator ​​ Sérgio Nader Skype: sergio.nader.br Tel: 55 11 9 9101 4590 ​www.brasilisdigital.com.br

RE: Lisf to iPhone and iPad modelos

2016-01-04 Thread Mefire O .
The link does seem useful. Maybe, it could be checked into the device plugin documentation to help others out as well ? On Jan 4, 2016 6:56 AM, "Horn, Julian C" wrote: Here's a useful URL:

Re: Lisf to iPhone and iPad modelos

2016-01-04 Thread Sergio Nader da Cunha Sardo
ONe more thought: looks like we cannot identify iPad Pro in the lis iPad Pro (Wi-Fi Only) Pending iPad Pro (Wi-Fi/Cellular) Pending So, I don't exactly what pending means, but if some has an iPad Pro around and could tell us what device.model reports, it would be greatly appreciated. Best, On

[GitHub] cordova-plugin-device pull request: CB-10238 Move device-plugin ou...

2016-01-04 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/cordova-plugin-device/pull/46 --- 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

[GitHub] cordova-plugin-device pull request: Property manufacturer document...

2016-01-04 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/cordova-plugin-device/pull/44 --- 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

Re: Introduction

2016-01-04 Thread Jesse
Welcome! @purplecabbage risingj.com On Mon, Jan 4, 2016 at 11:48 AM, Shazron wrote: > Welcome! Looking forward to contributions. Let us know if you need > anything. > > On Mon, Dec 28, 2015 at 3:43 PM, Sean Kelly wrote: > > Hi, > > > > My name is Sean Kelly

[GitHub] cordova-ios pull request: CB-10233: Support different config.xml f...

2016-01-04 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/cordova-ios/pull/186 --- 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-inappbrowser pull request: Open a new window on the...

2016-01-04 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/cordova-plugin-inappbrowser/pull/130 --- 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-ios pull request: CB-10233: Support different config.xml f...

2016-01-04 Thread shazron
Github user shazron commented on the pull request: https://github.com/apache/cordova-ios/pull/186#issuecomment-168857773 Looks good to me, I'll merge this in after testing. --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well.

[GitHub] cordova-ios pull request: Stay attached to LLDB when running app

2016-01-04 Thread shazron
Github user shazron commented on the pull request: https://github.com/apache/cordova-ios/pull/188#issuecomment-168863112 I apologize this wasn't made clear in a JIRA issue. This is to make the behaviour consistent with all the other platforms, where after deploying they always

[GitHub] cordova-android pull request: Update CordovaWebViewImpl.java

2016-01-04 Thread wangsongyan
Github user wangsongyan commented on the pull request: https://github.com/apache/cordova-android/pull/242#issuecomment-168876251 I found that all plugins including CoreAndroid will be initialized when jumping to other page,but the variable appPlugin of CordovaWebViewImpl cannot be

Re: [Vote] 4.3.2 Ubuntu Release (attempt 2)

2016-01-04 Thread Jesse
+1 Created a project, and did a brief code review Saw a non-blocker issue: *Error: icon does not exist: /Tests/TestUbuntu/platforms/ubuntu/www/www/img/logo.png* @purplecabbage risingj.com On Mon, Jan 4, 2016 at 1:02 AM, David Barth wrote: > Thanks Shazron. > >

[GitHub] cordova-docs pull request: Fix typo : iOS -> Android

2016-01-04 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/cordova-docs/pull/442 --- 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: Introduction

2016-01-04 Thread Homer, Tony
Hi Sean, FTFY: "ADD CAL 12-28-1999 Go all in on pets.com, retire in 2001!" WML/HDML, so last century! I didn't do anything with email APIs, but I worked on a project where we sent turn-by-turn directions as WBMPs for Blackberry pagers. Welcome to the list! Tony On 12/28/15, 6:43 PM,

[GitHub] cordova-plugin-geolocation pull request: CB-10286 Don't skip autom...

2016-01-04 Thread sgrebnov
Github user sgrebnov commented on the pull request: https://github.com/apache/cordova-plugin-geolocation/pull/65#issuecomment-168904893 :+1: --- 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

[GitHub] cordova-plugin-geolocation pull request: Fixed enableHighAccuracy:...

2016-01-04 Thread sgrebnov
Github user sgrebnov commented on the pull request: https://github.com/apache/cordova-plugin-geolocation/pull/39#issuecomment-168915147 :+1: 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

[GitHub] cordova-ios pull request: Prepare cordova-ios 3.9.2 release

2016-01-04 Thread jtomaszewski
Github user jtomaszewski commented on the pull request: https://github.com/apache/cordova-ios/pull/175#issuecomment-168925739 Agree with @akofman , After update to xcode, I need to update pbxproj as well to make the effect work. --- If your project is set up for it, you can reply to

[GitHub] cordova-plugin-geolocation pull request: CB-10286 Don't skip autom...

2016-01-04 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/cordova-plugin-geolocation/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

[GitHub] cordova-ios pull request: Prepare cordova-ios 3.9.2 release

2016-01-04 Thread jtomaszewski
Github user jtomaszewski commented on the pull request: https://github.com/apache/cordova-ios/pull/175#issuecomment-168928920 You can use this hook to fix it https://gist.github.com/jtomaszewski/3229031e352730b0bab0 . --- If your project is set up for it, you can reply to this

RE: Lisf to iPhone and iPad modelos

2016-01-04 Thread Horn, Julian C
Here's a useful URL: http://www.everyi.com/by-identifier/ipod-iphone-ipad-specs-by-model-identifier.html This claims to list the model string for every Apple device. For example, the model string for an iPhone 6s Plus is "iPhone8,2". -Original Message- From: Sergio Nader da Cunha

[GitHub] cordova-plugin-camera pull request: fix Android 4.4 content:// URI...

2016-01-04 Thread riknoll
Github user riknoll commented on the pull request: https://github.com/apache/cordova-plugin-camera/pull/148#issuecomment-168744429 Thanks for the PR! Can you post some Javascript so that I can try and reproduce these issues and test your fix? Also, I can't accept this PR with all of

[GitHub] cordova-plugin-camera pull request: Fix missing CAMERA permission ...

2016-01-04 Thread ochakov
Github user ochakov commented on the pull request: https://github.com/apache/cordova-plugin-camera/pull/142#issuecomment-168818980 @riknoll done --- 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: Fix missing CAMERA permission ...

2016-01-04 Thread riknoll
Github user riknoll commented on the pull request: https://github.com/apache/cordova-plugin-camera/pull/142#issuecomment-168751426 @ochakov any updates on 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