Re: Publishing plugins in cordova-plugins

2014-03-05 Thread Michal Mocny
We discussed this at the Face to Face yesterday (maybe that prompted this mail?). I'm +1 for statusbar (as was everyone), but I'm -0 on keyboard (won't block it, but I don't like it), since its really buggy as-is, and its benefits come with real tradeoffs. Additionally, I don't think is enough

Re: Publishing plugins in cordova-plugins

2014-03-05 Thread Shazron
I'll get the threads going On Wed, Mar 5, 2014 at 9:43 AM, Michal Mocny mmo...@chromium.org wrote: We discussed this at the Face to Face yesterday (maybe that prompted this mail?). I'm +1 for statusbar (as was everyone), but I'm -0 on keyboard (won't block it, but I don't like it), since

Re: Publishing plugins in cordova-plugins

2014-03-05 Thread Andrew Grieve
There is now a client-side whitelist of plugins that can be published under org.apache.cordova.* It lives at plugman/src/registry/whitelist.js. On Tue, Mar 4, 2014 at 5:48 PM, Shazron shaz...@gmail.com wrote: Of course now with the latest plugman I can't publish statusbar: Invalid Plugin ID.

Publishing plugins in cordova-plugins

2014-03-04 Thread Andrew Grieve
statusbar and keyboard are published already. I *think* Shaz was having trouble updating them though? (and I think I fixed the bug in plugman just yesterday). Noticed that they fail the whitelist check in plugman, so with a recent version of plugman you wouldn't be able to publish them. And...

Re: Publishing plugins in cordova-plugins

2014-03-04 Thread Brian LeRoux
Feel that statusbar is popular enough that it should be considered core. Feel that keyboard and file-system-root are both worthy of first class support too. In favor of just adding/graduating them to the whole /dist publishing policy. On Tue, Mar 4, 2014 at 1:37 PM, Andrew Grieve

Re: Publishing plugins in cordova-plugins

2014-03-04 Thread Shazron
Of course now with the latest plugman I can't publish statusbar: Invalid Plugin ID. The org.apache.cordova prefix is reserved for plugins provided directly by the Cordova project. How do I publish with that namespace? On Tue, Mar 4, 2014 at 1:37 PM, Andrew Grieve agri...@chromium.org wrote:

Re: Publishing plugins in cordova-plugins

2014-03-04 Thread Shazron
a) I'm biased, but I think they should be core still :P b) that assumes someone wants to take the sole responsibility of this on c) not sure d) why not? it's still a plugin On Tue, Mar 4, 2014 at 1:37 PM, Andrew Grieve agri...@chromium.org wrote: statusbar and keyboard are published already.

Re: Publishing plugins in cordova-plugins

2014-03-04 Thread luoq
Hi, I believe the statusbar keyboard at least should be promoted to common core plugins ASAP, it's a MUST for iOS7. Thanks. —  Best Regards, Qi LUO Sent with Air On 5 March, 2014 at 5:45:18, Andrew (agri...@chromium.org) wrote: statusbar and keyboard are published already. I *think*