Re: 3.4.0 Release schedule

2014-02-11 Thread Steven Gill
LETS TAG AND SHIP https://issues.apache.org/jira/browse/CB-5854 Thanks Bryan for BB On Thu, Feb 6, 2014 at 4:34 PM, Joe Bowser wrote: > Hey > > I threw in the security fix for 3.4.0 Final. Everything appears to > check out, but if other people want to do a quick pass of the > Cordova-Android c

Re: 3.3.1-0.4.1 reverts blackberry10 to 3.3.0

2014-02-11 Thread Steven Gill
Shoot! I just fixed this right now. In regards to branching policy, I think the easiest way to fix this, which I should have done originally for the revert, is to checkout the 3.3.1-0.4.1 tag, make the modification, commit, tag 3.3.1-0.4.2 and npm publish. Master stays ready for 3.4 release and b

Re: cordova launcher icon support https://github.com/apache/cordova-cli/pull/126

2014-02-11 Thread Brian LeRoux
Given we are the only 'widget spec' impl in use today I'm ok with diverging and not adding namespace confusion. Def want config to be explicit and not have magical implicit mappings. On Tue, Feb 11, 2014 at 12:24 PM, Axel Nennker wrote: > - My implementation does not use "id". Don't know what th

3.3.1-0.4.1 reverts blackberry10 to 3.3.0

2014-02-11 Thread Bryan Higgins
The 3.3.1 version of bb10 was inadvertently reverted to 3.3.0 [1][2] I'd like to clean this up before 3.4 hits as 3.3.1 fixed a critical bug on Windows machines. I think this means I'll need to revert the 3.4.0 version changes, fix platforms.js, tag, publish, then put the 3.4.0 version changes ba

Re: cordova launcher icon support https://github.com/apache/cordova-cli/pull/126

2014-02-11 Thread Axel Nennker
- My implementation does not use "id". Don't know what this or might mean. - I do not want to discuss the sense of xml namespaces in this issue if we can avoid it. The current template config.xml defines two namespaces and for this issue's implementation I do not want to change that. So I would not

Re: [FirefoxOS] Started working on CB-5611 battery-status plugin

2014-02-11 Thread James Long
Hey Richard, I'm from Mozilla and my team is working on the plugins. Thanks for contributing! I'm not extremely familiar with the battery API, but I doubt you can change it from clobbers to merges since that affects everyone. Others on this list need to comment on the difference there, so not sur

Re: Want to release few plugins for amazon-fireos

2014-02-11 Thread Shazron
You can also just publish the plugin repo on github and give instructions on how to add them to a project directly by repo url, see: http://markmail.org/message/4maa7p57bur32c4a On Tue, Feb 11, 2014 at 10:13 AM, Naik, Archana wrote: > Hi, Devs > > My team here at Lab126 will be developing few p

Re: cordova launcher icon support https://github.com/apache/cordova-cli/pull/126

2014-02-11 Thread Andrew Grieve
Would love to move this along. Would like to get buy-in from others first though. The proposal in this PR is to add tags like: My feedback: - What is "id" for? - Supporting "cdv:platform" is fine, but we should also support just "platform=". I'd be fine to drop xmlns="http://www.w

Re: Adding a "plugman create" command

2014-02-11 Thread Lucas Holmquist
/me hides On Feb 11, 2014, at 1:25 PM, Andrew Grieve wrote: > Finally got around to merging this! Give it a try! > > On Thu, Dec 5, 2013 at 10:47 PM, Brian LeRoux wrote: >> Looks good >> >> >> On Fri, Dec 6, 2013 at 5:33 AM, Andrew Grieve wrote: >> >>> Going though pull requests and came up

Re: Adding a "plugman create" command

2014-02-11 Thread Andrew Grieve
Finally got around to merging this! Give it a try! On Thu, Dec 5, 2013 at 10:47 PM, Brian LeRoux wrote: > 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

Want to release few plugins for amazon-fireos

2014-02-11 Thread Naik, Archana
Hi, Devs My team here at Lab126 will be developing few plugins for amazon-fireos platform. I am wondering what are the places usually people publish their pulgins. I know of cordova registry to start off but any other popular ones? Is there any general trend? Thanks Archana

Re: Plugins Release!

2014-02-11 Thread Andrew Grieve
The docs are all there in the plugin repos now and removed from cordova-docs. Even if Crowdin could detect moves, the files have mostly been merged into one anyways. Hopefully the translations can be mostly copy/pasted though... On Tue, Feb 11, 2014 at 12:09 PM, Lisa Seacat DeLuca wrote: > Right

Re: Plugins Release!

2014-02-11 Thread Lisa Seacat DeLuca
Right now the translations are pulled from the cordova-docs project edge files. If we'll need to pull the files from a different location(s) we'll need to modify the scripts and push to our crowd translation service. We'll have to ask our translators to go through and re-translate each of the

Re: Engine confusion

2014-02-11 Thread Braden Shepherdson
The intention is that it allows plugins to specify that they require at least a certain version of the native code for each platform. This would be for things like added a new transport type to the bridge, as when we added binary data transmission on iOS and Android a year or so ago. Any plugins pu

Re: Plugins Release!

2014-02-11 Thread Andrew Grieve
For now, that's correct. Eventually, we'd like to have the docs in the plugins also include translations. On Tue, Feb 11, 2014 at 12:40 AM, Smith, Peter wrote: > > The site > http://cordova.apache.org/docs/en/edge/cordova_plugins_pluginapis.md.html#Plugin%20APIssays > > Non-English translations

Engine confusion

2014-02-11 Thread Jonathan Bond-Caron
I'm a bit confused about 'engines' To my surprise, "cordova-plugman" actually returns node's version: https://github.com/apache/cordova-plugman/blob/master/src/util/default-engines.js Some questions: - Should "cordova-plugman" be renamed to "node"? - Are there many plugins tha