[GitHub] cordova-android pull request: CB-3679 Move splashscreen logic into...

2014-11-17 Thread agrieve
GitHub user agrieve opened a pull request: https://github.com/apache/cordova-android/pull/134 CB-3679 Move splashscreen logic into splashscreen plugin Tried as hard as possible for this not to be a breaking change (all symbols were preserved). Planning to remove delegating symbol

[GitHub] cordova-plugin-splashscreen pull request: CB-3679 Break Android sp...

2014-11-17 Thread agrieve
GitHub user agrieve opened a pull request: https://github.com/apache/cordova-plugin-splashscreen/pull/32 CB-3679 Break Android splashscreen logic into splascreen plugin You can merge this pull request into a Git repository by running: $ git pull https://github.com/agrieve/cord

[GitHub] cordova-plugin-device pull request: Request to change the device.p...

2014-11-17 Thread NotDaveLane
GitHub user NotDaveLane opened a pull request: https://github.com/apache/cordova-plugin-device/pull/25 Request to change the device.platform to always report the browser platform as "browser". The current Browser platform implementation relies on the value returned by the web brows

[GitHub] cordova-android pull request: Typo in android gitignore (ant-built...

2014-11-17 Thread mdpatrick
Github user mdpatrick closed the pull request at: https://github.com/apache/cordova-android/pull/129 --- 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 fea

[GitHub] cordova-android pull request: Typo in android gitignore (ant-built...

2014-11-17 Thread mdpatrick
Github user mdpatrick commented on the pull request: https://github.com/apache/cordova-android/pull/129#issuecomment-63417752 Works for me! --- 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 thi

[GitHub] cordova-android pull request: Typo in android gitignore (ant-built...

2014-11-17 Thread clelland
Github user clelland commented on the pull request: https://github.com/apache/cordova-android/pull/129#issuecomment-63414867 The change in this file was already made; it was merged in three weeks ago as the fix for #131, which was also tracked as [CB-7726](https://issues.apache.org/ji

RE: Cordova Plugins

2014-11-17 Thread Ryan Finnesey
It does thank you! Sent from my Windows Phone From: Jesse Sent: ‎11/‎17/‎2014 7:32 PM To: dev@cordova.apache.org Subject: Re: Cordova Plugins In this case, the platform itself is not supported, so you

Re: Cordova Plugins

2014-11-17 Thread Jesse
In this case, the platform itself is not supported, so you will not find any plugins for anything pre WP7.5 Hopefully that saves you some time. @purplecabbage risingj.com On Mon, Nov 17, 2014 at 4:23 PM, Shazron wrote: > Also, when in your project folder you can do: > > cordova plugin search

Re: Cordova Plugins

2014-11-17 Thread Shazron
Also, when in your project folder you can do: cordova plugin search 'barcode' replace 'barcode' with your search term. On Mon, Nov 17, 2014 at 4:07 PM, tommy-carlos williams wrote: > Cordova / PhoneGap plugin repositories: > > http://plugins.cordova.io/ > http://plugins.telerik.com/ > https://

Re: Cordova Plugins

2014-11-17 Thread tommy-carlos williams
Cordova / PhoneGap plugin repositories: http://plugins.cordova.io/ http://plugins.telerik.com/ https://build.phonegap.com/plugins http://plugreg.com/plugins --  tommy-carlos williams On 18 November 2014 at 11:03:40, Ryan Finnesey (r...@finnesey.com) wrote: Where can I find a list of Cordova P

Cordova Plugins

2014-11-17 Thread Ryan Finnesey
Where can I find a list of Cordova Plugins? I would like to find out if I can interact with the scanner/ imager on Motorola Solutions scanners running Windows Embedded Handheld 6.5. Sent from my Windows Phone

Buildbot for Cordova on Apache Infra - Update

2014-11-17 Thread Parashuram Narasimhan (MS OPEN TECH)
Wanted to update the mailing list on the progress for Buildbot and Medic on Apache infrastructure and how to run them on the nightlies. Here is the long conversation as a ticket - https://issues.apache.org/jira/browse/INFRA-8588 Basically, the Cordova configuration will be merged with the confi

Re: [iOS 8] WKWebView moving forward

2014-11-17 Thread Shazron
Sorry I should have looked into the File API code first (no JavaScript changes, that would not work). Essentially I need to "override" this line from my plugin: https://github.com/apache/cordova-plugin-file/blob/82f803ea0d61cde051dcffd27b21dc0ed92a0fdf/src/ios/CDVAssetLibraryFilesystem.m#L74 (plus

Re: [iOS 8] WKWebView moving forward

2014-11-17 Thread Shazron
Local Web Server Checklist: 1. We have random port usage 2. We have the token/cookie check 3. We have the localhost check 4. The app is now installed under http://localhost:RANDOM_PORT/www/ It'll be easy (relatively) to add support for: http://localhost:RANDOM_PORT/asset-library/ http://localhost

Re: Summarizing thoughts on cordova-browser vs Ripple

2014-11-17 Thread Michal Mocny
On Mon, Nov 17, 2014 at 6:37 AM, Ray Camden wrote: > > > On 11/15/14, 2:17 PM, "Michal Mocny" wrote: > > >Ray, I think (hope) you are slightly misreading the distinction. Trying > >to > >rephrase: > > > >Ripple is an (optional) tool for mobile-device-emulation. It just happens > >to be impleme

[GitHub] cordova-plugin-dialogs pull request: CB-8029 test 1-based indexing...

2014-11-17 Thread stacic
GitHub user stacic opened a pull request: https://github.com/apache/cordova-plugin-dialogs/pull/41 CB-8029 test 1-based indexing for confirm Added to the expected results -- remember to check 1-based indexing in the confirm manual tests. You can merge this pull request into a Gi

RE: Measuring Perf of Cordova apps (Android/iOS)

2014-11-17 Thread Parashuram Narasimhan (MS OPEN TECH)
Hey, Wanted to ping on this. Now that the tools release blog post is published, can we publish this post too ? -Original Message- From: Parashuram Narasimhan (MS OPEN TECH) [mailto:panar...@microsoft.com] Sent: Friday, November 7, 2014 2:35 PM To: dev@cordova.apache.org Subject: RE: Me

[GitHub] cordova-plugin-camera pull request: cameraDirection option fix in ...

2014-11-17 Thread lgrignon
Github user lgrignon commented on the pull request: https://github.com/apache/cordova-plugin-camera/pull/54#issuecomment-63353824 tested on three different devices --- 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

Re: Summarizing thoughts on cordova-browser vs Ripple

2014-11-17 Thread Ray Camden
On 11/15/14, 2:17 PM, "Michal Mocny" wrote: >Ray, I think (hope) you are slightly misreading the distinction. Trying >to >rephrase: > >Ripple is an (optional) tool for mobile-device-emulation. It just happens >to be implemented in a browser, and yes has historically been used by devs >to run

[GitHub] cordova-android pull request: Add a section for plugin extensions

2014-11-17 Thread fujunwei
Github user fujunwei commented on the pull request: https://github.com/apache/cordova-android/pull/133#issuecomment-63270973 @agrieve @clelland PTAL. 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 your project

[GitHub] cordova-android pull request: Add a section for plugin extensions

2014-11-17 Thread fujunwei
GitHub user fujunwei opened a pull request: https://github.com/apache/cordova-android/pull/133 Add a section for plugin extensions The build.gradle will apply gradle srcipte from plugin extension When install the plugin with "gradleReference" framework. The gradle can set ext.mu