[GitHub] cordova-plugin-splashscreen pull request: Update index.md

2014-09-17 Thread Sanafan
Github user Sanafan closed the pull request at: https://github.com/apache/cordova-plugin-splashscreen/pull/24 --- 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-splashscreen pull request: Added support for iPhone...

2014-09-17 Thread Clafou
GitHub user Clafou opened a pull request: https://github.com/apache/cordova-plugin-splashscreen/pull/26 Added support for iPhone 6 and iPhone 6 Plus resolutions The iPhone 6 and iPhone 6 Plus brings new resolutions for the splash screen. Taking the same approach as with the iPhone

Re: CB-5921

2014-09-17 Thread Erik Jan de Wit
On 16 Sep,2014, at 20:07 , Shazron shaz...@gmail.com wrote: Thanks Erik, I'll take a look soon. As long as it addresses the points I've been making in the issue (wrt plugins) it would be fine -- the target is by 4.0 release It doesn’t do that yet, but I’m working on it. Expect a PR for that

Re: [Vote] Tools Release 3.6.3-0.2.12

2014-09-17 Thread Andrew Grieve
On Tue, Sep 16, 2014 at 10:14 PM, Marcel Kinard cmarc...@gmail.com wrote: I've been doing some playing around to understand this better. Here are the 3 scenarios I tried: 1) link: cd cordova-lib rm -r node_modules rm npm-shrinkwrap.json npm link cordova-js npm install npm shrinkwrap

Re: Downloading the cordova 3.5.1 files when adding android platform using 3.5.0

2014-09-17 Thread Andrew Grieve
You need to install the Android SDK for API level 19. Use the Android SDK Manager to install it. You can open it by Start-Run android On Wed, Sep 17, 2014 at 9:04 AM, Surinaidu Majji pioneer.s...@gmail.com wrote: I am developing an app using cordova 3.5.0 by using android-4.4.2 with an api

[GitHub] cordova-plugin-file pull request: CB-7487 [Android] Broadcast file...

2014-09-17 Thread clelland
Github user clelland commented on a diff in the pull request: https://github.com/apache/cordova-plugin-file/pull/81#discussion_r17667021 --- Diff: src/android/LocalFilesystem.java --- @@ -589,6 +593,32 @@ public long writeToFileAtURL(LocalFilesystemURL inputURL, String data,

Android L Testing

2014-09-17 Thread Edna Y Morales
Hi all, I've done testing on mobilespec over Android L. Comparing against test results for Android 4.4.4, I'm not seeing any breakages on Android L. I'm not sure if anyone else has done testing that can confirm my findings, but just wanted to share what I found. Thanks, Edna Morales

Re: [Vote] Tools Release 3.6.3-0.2.12

2014-09-17 Thread Marcel Kinard
On Sep 17, 2014, at 9:54 AM, Andrew Grieve agri...@chromium.org wrote: 2) directory install: npm install ../cordova-js We've been bit before by this scenario as well. I believe the shrinkwrap will record that cordova-js is located at ../cordova-js instead of from the registry in this case.

[GitHub] cordova-plugin-splashscreen pull request: Added support for iPhone...

2014-09-17 Thread shazron
Github user shazron commented on the pull request: https://github.com/apache/cordova-plugin-splashscreen/pull/26#issuecomment-55919550 Not sure if that is Apple convention for the new iPhones. At least nothing here:

[GitHub] cordova-plugin-splashscreen pull request: Added support for iPhone...

2014-09-17 Thread clelland
Github user clelland commented on the pull request: https://github.com/apache/cordova-plugin-splashscreen/pull/26#issuecomment-55928732 And [this document](https://developer.apple.com/library/prerelease/ios/documentation/UserExperience/Conceptual/MobileHIG/LaunchImages.html) linked

Re: Cordova Meetup @ Google Berlin

2014-09-17 Thread Ian Clelland
So, this is getting finalized -- I think that Brian has sent out a message to everyone who had tickets to PGDEU; I'm not sure what other avenues are good for getting the word out. There's going to be an all-day event at the Google Berlin office next Friday; I'd *love* it if anyone from the dev@

[GitHub] cordova-plugin-splashscreen pull request: Added support for iPhone...

2014-09-17 Thread shazron
Github user shazron commented on the pull request: https://github.com/apache/cordova-plugin-splashscreen/pull/26#issuecomment-55930672 Definitely, I've commented on other splash screen PRs that we need to go with that modern (and more sane) approach, but that's more of a migration

[GitHub] cordova-plugin-file pull request: CB-7487 [Android] Broadcast file...

2014-09-17 Thread dpeacock
Github user dpeacock commented on a diff in the pull request: https://github.com/apache/cordova-plugin-file/pull/81#discussion_r17681983 --- Diff: src/android/LocalFilesystem.java --- @@ -579,6 +582,7 @@ public long writeToFileAtURL(LocalFilesystemURL inputURL, String data,

[GitHub] cordova-plugin-file pull request: CB-7487 [Android] Broadcast file...

2014-09-17 Thread dpeacock
Github user dpeacock commented on a diff in the pull request: https://github.com/apache/cordova-plugin-file/pull/81#discussion_r17682048 --- Diff: src/android/LocalFilesystem.java --- @@ -589,6 +593,32 @@ public long writeToFileAtURL(LocalFilesystemURL inputURL, String data,

Re: [Vote] Tools Release 3.6.3-0.2.12

2014-09-17 Thread Marcel Kinard
For the most part, I like this idea. It definitely is an improvement. Since there isn't significant usage of cordova-lib and cordova-plugman outside of cordova-cli, then there isn't benefit to shrinkwrapping cordova-lib and cordova-plugman themselves. The cordova-cli is what people do an npm

[GitHub] cordova-plugin-file pull request: CB-7487 [Android] Broadcast file...

2014-09-17 Thread dpeacock
Github user dpeacock commented on the pull request: https://github.com/apache/cordova-plugin-file/pull/81#issuecomment-55938319 Added the fix to check for file exists instead of null check. --- If your project is set up for it, you can reply to this email and have your reply appear

[GitHub] cordova-plugin-splashscreen pull request: Added support for iPhone...

2014-09-17 Thread Clafou
Github user Clafou commented on the pull request: https://github.com/apache/cordova-plugin-splashscreen/pull/26#issuecomment-55948054 Given the new and recommended splash screen approach in iOS8, it seems that there is naming convention for the iPhone 6. However it is possible to use

[GitHub] cordova-plugin-splashscreen pull request: Added support for iPhone...

2014-09-17 Thread shazron
Github user shazron commented on the pull request: https://github.com/apache/cordova-plugin-splashscreen/pull/26#issuecomment-55958394 Ok, sounds good as a stop-gap - with #17 this could be viable. --- If your project is set up for it, you can reply to this email and have your

[GitHub] cordova-plugin-globalization pull request: [BlackBerry10] Allow an...

2014-09-17 Thread lyonplus
Github user lyonplus closed the pull request at: https://github.com/apache/cordova-plugin-globalization/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,

[GitHub] cordova-plugin-globalization pull request: [BlackBerry10] Allow an...

2014-09-17 Thread lyonplus
GitHub user lyonplus reopened a pull request: https://github.com/apache/cordova-plugin-globalization/pull/23 [BlackBerry10] Allow any numeric type as date in dateToString method. You can merge this pull request into a Git repository by running: $ git pull

[GitHub] cordova-plugin-globalization pull request: [BlackBerry10] Allow an...

2014-09-17 Thread lyonplus
Github user lyonplus closed the pull request at: https://github.com/apache/cordova-plugin-globalization/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,

[GitHub] cordova-plugin-globalization pull request: [BlackBerry10] Re-imple...

2014-09-17 Thread lyonplus
GitHub user lyonplus opened a pull request: https://github.com/apache/cordova-plugin-globalization/pull/25 [BlackBerry10] Re-implement getPreferredLanguage() and getLocaleName(). Previous implementation of getPreferredLanguage() is using language info from default locale, which is

[GitHub] cordova-plugin-file-transfer pull request: CB-7529 CB-7532 File tr...

2014-09-17 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/cordova-plugin-file-transfer/pull/43 --- 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-media pull request: CB-7531 Fixes play() failure af...

2014-09-17 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/cordova-plugin-media/pull/28 --- 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-media pull request: CB-7547 Fixes audio recording o...

2014-09-17 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/cordova-plugin-media/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, or if the

[GitHub] cordova-android pull request: CB-7493 Adds test-build command to p...

2014-09-17 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/cordova-android/pull/119 --- 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

[VOTE] Plugins Release Sept 17 2014

2014-09-17 Thread Marcel Kinard
Please review and vote on the release of this plugins release. Release issue: https://issues.apache.org/jira/browse/CB-7571 The plugins have been published to dist/dev: https://dist.apache.org/repos/dist/dev/cordova/CB-7571/ The packages were published from their corresponding git tags:

Re: [VOTE] Plugins Release Sept 17 2014

2014-09-17 Thread Archana Naik
Marcel, -1 for me because I need to remove amazon-fireos related code from geolocation plugin. I can do it now and push it. Would you please update the dist with new one? Thanks Archana On Wed, Sep 17, 2014 at 3:15 PM, Marcel Kinard cmarc...@gmail.com wrote: Please review and vote on the

Re: [VOTE] Plugins Release Sept 17 2014

2014-09-17 Thread Marcel Kinard
OK. Let me know when your update is complete, and then for just the geolocation plugin I can re-tag and re-gen the zip for dist-dev and start a new vote. This vote is cancelled. Last call for any other must-have changes. (Doing the plugins release was WAY easier than the tools release. Almost

Re: [VOTE] Plugins Release Sept 17 2014

2014-09-17 Thread Archana Naik
I am done. Change is pushed to geolocation master. Thanks Marcel. Archana On Wed, Sep 17, 2014 at 3:26 PM, Marcel Kinard cmarc...@gmail.com wrote: OK. Let me know when your update is complete, and then for just the geolocation plugin I can re-tag and re-gen the zip for dist-dev and start a

RE: WKWebView for iOS8

2014-09-17 Thread julio cesar sanchez
@firt said yesterday on twitter the GM and the final versión has the same build versión, so the problem should be thereFrom: Ally Ogilvie Sent: ‎9/‎18/‎2014 5:32 To: dev@cordova.apache.org Subject: Re: WKWebView for iOS8 Interested in any updates if you have 'em @Shazron ? Following Brian's tweet