Re: JAVA_HOME

2013-12-05 Thread Joe Bowser
I blame Maven. Maven requires JAVA_HOME. (Yes, I had maven installed. I'm not proud of that.) On Dec 5, 2013 9:36 PM, "Steven Gill" wrote: > It is a bug with Cordova android. We could have tried to do a 3.2.1 for > android but instead are focusing on getting 3.3.0 out next week. > > On Thursday,

Re: JAVA_HOME

2013-12-05 Thread Steven Gill
It is a bug with Cordova android. We could have tried to do a 3.2.1 for android but instead are focusing on getting 3.3.0 out next week. On Thursday, December 5, 2013, Don Coleman wrote: > I was hoping this fix was going to make 3.2.0-0.4.0 but it looks like it's > marked as 3.3 in JIRA. Would it

Re: JAVA_HOME

2013-12-05 Thread Don Coleman
I was hoping this fix was going to make 3.2.0-0.4.0 but it looks like it's marked as 3.3 in JIRA. Would it be difficult to get this fix into 3.2.0-0.5.0? https://issues.apache.org/jira/browse/CB-5422 On Tue, Dec 3, 2013 at 12:08 PM, Marcel Kinard wrote: > Yeah. It's really cool what works in C

Re: Adding a "plugman create" command

2013-12-05 Thread Brian LeRoux
Looks good On Fri, Dec 6, 2013 at 5:33 AM, Andrew Grieve wrote: > Going though pull requests and came upon Lucas' pull request for this. > > Seems okay to me, anyone have comments about it? > > https://github.com/apache/cordova-plugman/pull/25 > > https://issues.apache.org/jira/browse/CB-4886 >

Re: Ubuntu and FireOS update

2013-12-05 Thread Andrew Grieve
On Thu, Dec 5, 2013 at 8:53 PM, Steven Gill wrote: > Just wanted to give a update > > Support for both of these now exists in plugman + CLI on master. It seems > to be working well enough. > > Docs: This is a pretty important piece. Once we release 3.3.0, our users > are going to want to know wha

Re: Pull request for adding ubuntu to plugman

2013-12-05 Thread Andrew Grieve
Sounds good! On Thu, Dec 5, 2013 at 3:44 PM, Steven Gill wrote: > Yup. I was planning on asking after I merge them into master today. For > plugman and cli. > > On Thursday, December 5, 2013, Andrew Grieve wrote: > > > Cool. > > > > Should you ask for the PRs to be closed? The other (fireos) is

Ubuntu and FireOS update

2013-12-05 Thread Steven Gill
Just wanted to give a update Support for both of these now exists in plugman + CLI on master. It seems to be working well enough. Docs: This is a pretty important piece. Once we release 3.3.0, our users are going to want to know what plugins are supported, what the getting started requirements ar

iOS webview size

2013-12-05 Thread Maxime LUCE
Hi everyone, It appears that on iOS, webview is restricted to a 320x240 canvas. Is it possible to automatically set canvas size using device screen's one ? Why is it not the default scenario ? Cordialement. --- Maxime LUCE - Somatic maxime.l...@somatic.fr 06 28 60 72

Re: ios7 overlapping status bar

2013-12-05 Thread Brian LeRoux
Yes! On Dec 5, 2013 11:14 PM, "Christian Grobmeier" wrote: > Ok got it running. Thanks for the pointers. > > I would love to see this in the docs. Any interest in a patch? > > On 4 Dec 2013, at 22:04, Shazron wrote: > > Yeah there have been blog posts about it. Also see: >> >> 1. https://gist.gi

Re: [android] How to remove the automatic default of

2013-12-05 Thread Steven Gill
Nice! I will check it out later today. On Thursday, December 5, 2013, Michal Mocny wrote: > Alright, I've landed a defaults.xml for ios and android and closed the long > standing bugs for this. > > Aside from removing the tag, I also removed the settings which are > overwritten by the app-level

Re: Pull request for adding ubuntu to plugman

2013-12-05 Thread Steven Gill
Yup. I was planning on asking after I merge them into master today. For plugman and cli. On Thursday, December 5, 2013, Andrew Grieve wrote: > Cool. > > Should you ask for the PRs to be closed? The other (fireos) is: > https://github.com/apache/cordova-plugman/pull/35/files > > > > > On Thu, Dec

Re: FileTransfer download null-target

2013-12-05 Thread Tommy Williams
If I understand this correctly, then I am very much +1. There is currently a layer of callback hell and a painful procedure just to download a file you won't care about 10 minutes later, heh. On 06/12/2013 2:44 am, "Ian Clelland" wrote: > On Thu, Dec 5, 2013 at 9:56 AM, Axel Nennker > wrote: >

Re: Pull request for adding ubuntu to plugman

2013-12-05 Thread Andrew Grieve
Cool. Should you ask for the PRs to be closed? The other (fireos) is: https://github.com/apache/cordova-plugman/pull/35/files On Thu, Dec 5, 2013 at 1:54 PM, Steven Gill wrote: > It has been merged into the ubuntu branch of plugman. I am going to spend > most of the day testing ubuntu + fire

Re: Camera API: correctOrientation

2013-12-05 Thread John M. Wargo
Here's the test app: https://github.com/johnwargo/camera_correctOrientation I ran some tests on Android and orientation is 1 (instead of 0 on iOS) I put some screen shots in the repository to show what I'm seeing. On 12/5/2013 2:16 PM, purplecabbage wrote: Looking at the code for ios, correctO

RE: Plugins Release today

2013-12-05 Thread Sergey Grebnov (Akvelon)
Thank you, Steve! It is definitely a good reserve way to proceed, but I think we should target to single post and no changes after so I'm discussing options with my colleagues to see if there is an easy way to achieve this. As for the current release let's keep it as is in this situation. Thank

Re: [android] How to remove the automatic default of

2013-12-05 Thread Michal Mocny
Alright, I've landed a defaults.xml for ios and android and closed the long standing bugs for this. Aside from removing the tag, I also removed the settings which are overwritten by the app-level config anyway, such as app name, description, tag, etc. Please take a look if you have any concerns

Re: Camera API: correctOrientation

2013-12-05 Thread purplecabbage
Looking at the code for ios, correctOrientation doesn't modify exif, it rotates image bits. Can you share your test app John? Sent from my iPhone > On Dec 5, 2013, at 7:42 AM, "John M. Wargo" wrote: > > That makes sense. As I only have this iOS 7 device, can someone do a quick > test on an

Re: Pull request for adding ubuntu to plugman

2013-12-05 Thread Steven Gill
It has been merged into the ubuntu branch of plugman. I am going to spend most of the day testing ubuntu + fireOS today before tagging the RCs for them On Thu, Dec 5, 2013 at 10:22 AM, Andrew Grieve wrote: > Wanted to check the status of this pull request: > > https://github.com/apache/cordov

Re: amazon-fireos : Added missing section in platform guides

2013-12-05 Thread Steven Gill
Thanks! I will pull it in On Thu, Dec 5, 2013 at 9:10 AM, Naik, Archana wrote: > Hello, Guys > > I realized a missing section in platform guides for amazon fire os > platform in platform guides. I added it. Here is the pull request: > https://github.com/apache/cordova-docs/pull/161 > > Please m

Re: Plugins Release today

2013-12-05 Thread Steven Gill
Hey Sergey, We can still add the lines. The File plugin didn't get released with this release. Feel free to share the line you want added about contacts with me and I can add it to the blog post. You are always welcomed to go edit the blog post by pulling down the site if you want to go that route

Adding a "plugman create" command

2013-12-05 Thread Andrew Grieve
Going though pull requests and came upon Lucas' pull request for this. Seems okay to me, anyone have comments about it? https://github.com/apache/cordova-plugman/pull/25 https://issues.apache.org/jira/browse/CB-4886

Pull request for adding ubuntu to plugman

2013-12-05 Thread Andrew Grieve
Wanted to check the status of this pull request: https://github.com/apache/cordova-plugman/pull/24

amazon-fireos : Added missing section in platform guides

2013-12-05 Thread Naik, Archana
Hello, Guys I realized a missing section in platform guides for amazon fire os platform in platform guides. I added it. Here is the pull request: https://github.com/apache/cordova-docs/pull/161 Please merge before we tag 3.3.0 release. Otherwise, Fire OS related guides won't show up in platform

Re: splashscreen docs

2013-12-05 Thread Andrew Grieve
Awesome! Hopefully that will ease the pain for other devs. On Thu, Dec 5, 2013 at 10:01 AM, Christian Grobmeier wrote: > Thanks Andrew. > > I have added a comment how I worked around this. Maybe it helps! > > > > On 5 Dec 2013, at 15:46, Andrew Grieve wrote: > > Hmm, I think that documentation

Re: FileTransfer download null-target

2013-12-05 Thread Ian Clelland
On Thu, Dec 5, 2013 at 9:56 AM, Axel Nennker wrote: > Exposing a mkstemp like function would be another issue. > Where would you put it? The W3C File API does not have this. > http://www.w3.org/TR/FileAPI/ I just mean that it has similar semantics to mkstemp -- without the template, I suppose:

Re: Camera API: correctOrientation

2013-12-05 Thread John M. Wargo
That makes sense. As I only have this iOS 7 device, can someone do a quick test on an older version of the OS? On 12/5/2013 9:51 AM, Andrew Grieve wrote: One explanation is that the iOS camera now always rotates the image for you? On Thu, Dec 5, 2013 at 9:11 AM, John M. Wargo wrote: Jesse,

Re: splashscreen docs

2013-12-05 Thread Christian Grobmeier
Thanks Andrew. I have added a comment how I worked around this. Maybe it helps! On 5 Dec 2013, at 15:46, Andrew Grieve wrote: Hmm, I think that documentation page is just flat out wrong. I've filed this as: https://issues.apache.org/jira/browse/CB-5582 The cordova command line tools unfort

Re: FileTransfer download null-target

2013-12-05 Thread Axel Nennker
Exposing a mkstemp like function would be another issue. Where would you put it? The W3C File API does not have this. http://www.w3.org/TR/FileAPI/ I think that implementing "target==null" for FileTransfer.download on Android is super simple. I guess that it is simple an other platforms too. I st

Re: Camera API: correctOrientation

2013-12-05 Thread Andrew Grieve
One explanation is that the iOS camera now always rotates the image for you? On Thu, Dec 5, 2013 at 9:11 AM, John M. Wargo wrote: > Jesse, > > I've been thinking about what you said and I'm not getting it. I created > an app that has three buttons, one takes a picture without > correctOrientati

Re: splashscreen docs

2013-12-05 Thread Andrew Grieve
Hmm, I think that documentation page is just flat out wrong. I've filed this as: https://issues.apache.org/jira/browse/CB-5582 The cordova command line tools unfortunately don't have support for splash screens and icons. These are tracked as CB-2606 and CB-3571 respectively. Thanks for pointing

Re: Whitelist.java config.xml access missing scheme

2013-12-05 Thread Ian Clelland
On Thu, Dec 5, 2013 at 6:07 AM, wrote: > Hi, > > I think that this code is wrong: > > https://github.com/apache/cordova-android/blob/master/framework/src/org/apache/cordova/Whitelist.java#L133 > > If the scheme is null then the scheme of the UrlPattern should be null. > The UrlPattern class is co

RE: Cordova and Crosswalk

2013-12-05 Thread Hu, Ningxin
> -Original Message- > From: brian.ler...@gmail.com [mailto:brian.ler...@gmail.com] On Behalf Of > Brian LeRoux > Sent: Thursday, December 05, 2013 6:45 AM > To: dev@cordova.apache.org > Subject: Re: Cordova and Crosswalk > > We've been discussing allowing alternate rendering engines in An

Re: Cordova and Crosswalk

2013-12-05 Thread Andrew Grieve
I think so. One way I can see this going is to create a Java Interface for the webview and associated classes that Cordova uses, and add to that interface every method that Cordova uses. Then, have implementations of those interfaces by each engine. On Wed, Dec 4, 2013 at 11:55 PM, Hu, Ningxin w

Re: Camera API: correctOrientation

2013-12-05 Thread John M. Wargo
Jesse, I've been thinking about what you said and I'm not getting it. I created an app that has three buttons, one takes a picture without correctOrientation even defined, another sets correctOrientation to true while the last one sets correctOrientation to false. When I look at the photos on

Re: FileTransfer download null-target

2013-12-05 Thread Ian Clelland
This could be really useful -- like a mkstemp() function -- to avoid any possibility of name collision, and save the user from the hassle of managing names that they don't really care about anyway. I wonder how many developers have had to independently implement some kind of "generate random filen

Re: Camera API: correctOrientation

2013-12-05 Thread John M. Wargo
Jesse, Thanks for providing that information. I downloaded an EXIF property viewer and notice that with correctOrientation missing or set to false, there are 18 EXIF properties in the file. When I enable correctOrientation, another 30 EXIF properties are added to the file (for a total of 48).

Re: ios7 overlapping status bar

2013-12-05 Thread Christian Grobmeier
Ok got it running. Thanks for the pointers. I would love to see this in the docs. Any interest in a patch? On 4 Dec 2013, at 22:04, Shazron wrote: Yeah there have been blog posts about it. Also see: 1. https://gist.github.com/shazron/6602131 2. http://shazronatadobe.wordpress.com/2013/10/15/c

splashscreen docs

2013-12-05 Thread Christian Grobmeier
Hi folks, I am much confused by these docs: http://cordova.apache.org/docs/en/3.2.0/config_ref_images.md.html#Icons%20and%20Splash%20Screens They say I have to push my splashscreens in $project/www/res/screens/ios. But "cordova build ios" doesn't update the splash screens in $project/platform

Whitelist.java config.xml access missing scheme

2013-12-05 Thread Axel.Nennker
Hi, I think that this code is wrong: https://github.com/apache/cordova-android/blob/master/framework/src/org/apache/cordova/Whitelist.java#L133 If the scheme is null then the scheme of the UrlPattern should be null. The UrlPattern class is coded to handle scheme==null as allow access. I think th

FileTransfer download null-target

2013-12-05 Thread Axel.Nennker
Hi, I think a developer who uses FileTransfer's download does not always care to which file the remote content is downloaded to. I suggest to allow a target parameter of "null" to denote some temporary file. https://github.com/apache/cordova-plugin-file-transfer/blob/master/src/android/FileTrans

RE: Plugins Release today

2013-12-05 Thread Sergey Grebnov (Akvelon)
Congrats and thx! I have the only following concern - since release info review process goes very fast (during my night) I can't participate in it :) For example for WP8 I would love to add one line note about important fixes in Contacts api and File api. I'll figure out how we can improve thi