Re: Support needed

2015-05-27 Thread julio cesar sanchez
gt; > > > My team is hiring. > > From: Mohamed Ali [mailto:mohamed_...@omsme.com ] > Sent: Wednesday, May 27, 2015 4:19 PM > To: dev@cordova.apache.org ; dev-ow...@cordova.apache.org > > Cc: Samah Seddik > Subject: Support needed > > Hello Team, >

RE: Support needed

2015-05-27 Thread Ryan J. Salva
tudio Tools for Apache Cordova rsa...@microsoft.com 425 706 5270 office 206 612 5079 mobile My team is hiring. From: Mohamed Ali [mailto:mohamed_...@omsme.com] Sent: Wednesday, May 27, 2015 4:19 PM To: dev@cordova.apache.org; dev-ow...@cordova.apache.org Cc: Samah Seddik Subject: Support needed

Support needed

2015-05-27 Thread Mohamed Ali
Hello Team, I'm developing a crossplatform application using cordova (Visual studio hyprid multi device application). I need to open the camera inside of the application without launching the camera application. Requirements: 1- Back camera should be opened in a frame insid

Re: [plugman] universe and plugin version support needed

2013-03-25 Thread Braden Shepherdson
+1 to templates and a plugin creation command. I don't like the idea of the friction to switch to JSON - a big change to both tools and to our existing plugins - but I despise XML with the fury of a thousand suns. I would be happy to make the switch to JSON, for my plugins and in both tools. +1 to

Re: [plugman] universe and plugin version support needed

2013-03-24 Thread Giorgio Natili
+1 to plugin templates On 3/23/13 3:46 AM, "Michal Mocny" wrote: >Huge +1 to plugin templates. > >(we already have an app template, right?) > >-Michal > > >On Fri, Mar 22, 2013 at 10:39 PM, Tommy-Carlos Williams >wrote: > >> The barrier of having more config files is real and change is starting

Re: [plugman] universe and plugin version support needed

2013-03-22 Thread Tommy-Carlos Williams
+1 for ONE manifest (though that being XML or JSON is the decision, I guess) +1 for plugman create ;) +1 for plugman publish ;) hehe On 23/03/2013, at 2:06 PM, Anis KADRI wrote: > Yes, templates are definitely in the roadmap. A lot of people have > requested it. The goal is to make it super e

Re: [plugman] universe and plugin version support needed

2013-03-22 Thread Anis KADRI
Yes, templates are definitely in the roadmap. A lot of people have requested it. The goal is to make it super easy for plugin authors to make their plugins install-able/discoverable. I didn't ask for a second manifest. Right now plugin authors can register plugins to the cordova universe via a web

Re: [plugman] universe and plugin version support needed

2013-03-22 Thread Tommy-Carlos Williams
Yeah exactly… I think it would a great bridge over the moat that has been built up around plugin authoring over the last year or so… - tommy On 23/03/2013, at 1:46 PM, Michal Mocny wrote: > Huge +1 to plugin templates. > > (we already have an app template, right?) > > -Michal > > > On Fri,

Re: [plugman] universe and plugin version support needed

2013-03-22 Thread Michal Mocny
Huge +1 to plugin templates. (we already have an app template, right?) -Michal On Fri, Mar 22, 2013 at 10:39 PM, Tommy-Carlos Williams wrote: > The barrier of having more config files is real and change is starting to > cause fatigue amongst the plugin authors I deal with regularly. > > Having

Re: [plugman] universe and plugin version support needed

2013-03-22 Thread Tommy-Carlos Williams
The barrier of having more config files is real and change is starting to cause fatigue amongst the plugin authors I deal with regularly. Having said that, I think JSON would be a welcome change overall… There really are not that many plugins that are set up with a plugin.xml yet that I know o

Re: [plugman] universe and plugin version support needed

2013-03-22 Thread Michal Mocny
I generally prefer json whenever possible as well, so if its feasible to change I'de give that a +1, but I'm not sure how many plugins out there already use the manifest based structure. As far as creating a second manifest just to register with a universe, this isn't unheard of may have benefits,

Re: [plugman] universe and plugin version support needed

2013-03-22 Thread Anis KADRI
Yeah the only issue with plugin.xml is that it's XML :-D It would be so much easier to have it stored in JSON. We can make plugman parse the XML from a remote source but I would rather store everything in JSON. Also there can be multiple versions of plugin.xml. I think that is a good enough r

Re: [plugman] universe and plugin version support needed

2013-03-22 Thread Brian LeRoux
makes sense to me; we'll likely want to query on that stuff eventually On Fri, Mar 22, 2013 at 11:53 AM, Michal Mocny wrote: > Should the universe just keep a copy of a plugin.xml so that it can have a > list of plugin dependancies and everything? plugin.xml will already have a > list of compati

Re: [plugman] universe and plugin version support needed

2013-03-22 Thread Michal Mocny
Should the universe just keep a copy of a plugin.xml so that it can have a list of plugin dependancies and everything? plugin.xml will already have a list of compatible cordova versions, right? Then the universe can manage a reverse mapping if it wants fast access. -Michal On Fri, Mar 22, 2013

Re: [plugman] universe and plugin version support needed

2013-03-22 Thread Brian LeRoux
A plugin should specify the Cordova versions it supports too. On Fri, Mar 22, 2013 at 10:59 AM, Brian LeRoux wrote: > I am sure we all agree to this. Want to get a sense of how it will > happen. Anis you mentioned you need Braden to commit the JS stuff > first?

[plugman] universe and plugin version support needed

2013-03-22 Thread Brian LeRoux
I am sure we all agree to this. Want to get a sense of how it will happen. Anis you mentioned you need Braden to commit the JS stuff first?