Re: icons, splash and hooks

2013-08-09 Thread Michael Leaney
Hi Filip, ImageMagick is only required if you want cordova-cli to resize your images automatically. If you don't have it installed, it won't stop everything else from working, it just won't do auto resize. I'm sure you can install ImageMagick on all major platforms, I've personally used it with

Re: Cordova-js in a 3.0 world

2013-08-09 Thread Brian LeRoux
I'm very interested in the idea of getting as much of our architecture broken into discreetly reusable bits. Feels like those might be just best as vanilla node modules. On Fri, Aug 9, 2013 at 3:13 PM, Filip Maj wrote: > Ideas are neat, sure :) what I want to know is what caused the ideas to > c

Re: Cordova-js in a 3.0 world

2013-08-09 Thread Filip Maj
Ideas are neat, sure :) what I want to know is what caused the ideas to come up in the first place? What scenarios exist that these cases would be beneficial? I am simply searching for grounding, not shooting them down. On 8/9/13 2:18 PM, "Michal Mocny" wrote: >Andrew originally wrote: "Of these

Re: Cordova-js in a 3.0 world

2013-08-09 Thread Michal Mocny
Andrew originally wrote: "Of these, the only one I think is actually a good idea is #1, but thought it might be neat to talk about the others." On Fri, Aug 9, 2013 at 3:04 PM, Filip Maj wrote: > > >Idea #1: Separate plugin helper APIs into distinct plugins > > Makes perfect sense to me. > > >Id

Re: Post 3.0 release committer and community meeting

2013-08-09 Thread Michal Mocny
One original agenda item was "4.0 goals, timeline, and priorities", is that still on the list? Perhaps put that at the end, so that we will be motivated to be concise for the rest of the meeting and have time to brainstorm :) On Fri, Aug 9, 2013 at 2:53 PM, Filip Maj wrote: > Woot! Thanks to e

Re: Cordova-js in a 3.0 world

2013-08-09 Thread Filip Maj
>Idea #1: Separate plugin helper APIs into distinct plugins Makes perfect sense to me. >Idea #2: Separate exec bridge into a plugin What's the rationale behind this? >Idea #3: Put the pluginloader with plugman so that it can load the exec >bridge plugins I think the concept of loading plugins

Re: Post 3.0 release committer and community meeting

2013-08-09 Thread Filip Maj
Woot! Thanks to everyone for being accommodating with the timezones (Google Pizza party in Waterloo?) On 8/9/13 11:39 AM, "Andrew Grieve" wrote: >Okay, Looks like Wednesday Aug 14 @ 7:30pm EST / 4:30 PST works the best! > >We'll need one person from each co-location to have a webcam / microphone

Re: icons, splash and hooks

2013-08-09 Thread Filip Maj
Hey guys, Thanks for kicking this thread off. Lots of good stuff here. First: there are several issues in our JIRA covering icon and splash screen support. Most of the discussion has happened under the -specific issue [1], and I think pretty much everything discussed about s applies to s. Right n

Re: Post 3.0 release committer and community meeting

2013-08-09 Thread Andrew Grieve
Okay, Looks like Wednesday Aug 14 @ 7:30pm EST / 4:30 PST works the best! We'll need one person from each co-location to have a webcam / microphone in action, as well as a Google+ account. To prepare, please add my G+ account to one

Re: Review Request 13430: Looking for a Few Good Translators --- blog post review

2013-08-09 Thread Lisa Seacat DeLuca
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/13430/ --- (Updated Aug. 9, 2013, 6:32 p.m.) Review request for cordova. Changes ---

Re: Posting Blog Posts

2013-08-09 Thread Lisa Seacat DeLuca
Since I'm going through this right now I would also suggest adding a hint on how to preview the blog update: ex. for me I open my browser and point to: http://localhost:4000/ When you start the rake serve command it says which port it is running on: C:\Users\me\git\cordova-blog>rake serve Serve

Re: Network Information Plugin Permissions

2013-08-09 Thread Ian Clelland
I'll remove it from the docs; mobile spec seems to run fine without the permission, and it isn't being added by plugman anyway. On Thu, Aug 8, 2013 at 6:29 PM, Filip Maj wrote: > Probably doc error? > > On 8/8/13 11:44 AM, "Ian Clelland" wrote: > > >Does anyone know if the READ_PHONE_STATE pe

Re: Security Error in FirefoxOS on reading window.navigator properties

2013-08-09 Thread Richard Sentino
Hi Andrew Thanks for the feedback I'm trying to spin my head right around but IMHO I'd go with option #1 and let these plugin do whatever they want with the navigator, great advantage for 3rd party plugins that interacts with certified-only APIs [1] - although others might have a better opinio

icons, splash and hooks

2013-08-09 Thread ivan baktsheev
hello i have some projects which use cordova 2.x and i want to migrate to cordova 3.0. i'm very happy with the project format change and cordova cli, but some issues are very frustrating. 1) icons and splash screens won't copy from res folder i created an after_prepare hook script (https://gis