Post 3.0.0 Releases - Plugins

2013-08-19 Thread Jesse
Okay, took me awhile to get this out, I should know better than to promise to start a new threads on Friday afternoon. XD Split from 'Releases in a 3.0 World' RE: Pasted = cordova-plugins: - Commit only to the `dev` branch - Use semver for them. - If the version on master is 3.0.0,

Re: blackberry os 10 issues

2013-08-19 Thread Ivan Baktsheev
hi, thank you for answers. i have some more questions. please see below. On 18 Aug 2013, at 18:50, Bryan Higgins br...@bryanhiggins.net wrote: Hi Ivan, Thanks for the feedback. Very much appreciated. I will try to address your comments inline. Thanks, Bryan On Sat, Aug 17, 2013 at

Re: blackberry os 10 issues

2013-08-19 Thread Bryan Higgins
Once the plugin is installed, you should have access to the blackberry namespace: https://github.com/blackberry/cordova-blackberry-plugins/blob/master/plugin/com.blackberry.invoke.card/plugin.xml#L22-L24 I'll respond to the other issue you had directly on github. You likely need to add some

Re: Post 3.0.0 Releases - Plugins

2013-08-19 Thread Ian Clelland
On Mon, Aug 19, 2013 at 4:29 AM, Jesse purplecabb...@gmail.com wrote: Okay, took me awhile to get this out, I should know better than to promise to start a new threads on Friday afternoon. XD Split from 'Releases in a 3.0 World' RE: Pasted = cordova-plugins: - Commit only to the `dev`

Re: Post 3.0.0 Releases - Plugins

2013-08-19 Thread Andrew Grieve
Yes, sorry for not being clear - this is all entirely about our own plugins. I liked everything you said Jesse. Only reason I'm suggesting dev vs master is because right now that's how plugman works (pulls from master). If we change plugman to look for a tag (like npm

Re: Post 3.0.0 Releases - Plugins

2013-08-19 Thread Ian Clelland
On Mon, Aug 19, 2013 at 9:46 AM, Andrew Grieve agri...@chromium.org wrote: Yes, sorry for not being clear - this is all entirely about our own plugins. I liked everything you said Jesse. Only reason I'm suggesting dev vs master is because right now that's how plugman works (pulls from

Re: Post 3.0 release committer and community meeting

2013-08-19 Thread Andrew Grieve
Really enjoyed the hangout. We had ~100 views according to youtube (can't figure out how to make the view count visible...). For a good time (waster), watch some of it with closed captioning enabled :) On Wed, Aug 14, 2013 at 7:36 PM, Andrew Grieve agri...@chromium.org wrote: Here's the view

RE: Cordova Gesture plugin

2013-08-19 Thread Jonathan Bond-Caron
On Sun Aug 18 10:25 PM, Ian Clelland wrote: https://issues.apache.org/jira/browse/CB-4609 Is this preventing any plugins from working at all, or is it just something about your new plugin? It seems like two issues in 3.0 release: 1) Issue with Windows path 2) Plugin loading works

Re: Post 3.0.0 Releases - Plugins

2013-08-19 Thread Andrew Grieve
Made an issue for this: https://issues.apache.org/jira/browse/CB-4622 On Mon, Aug 19, 2013 at 9:55 AM, Ian Clelland iclell...@chromium.orgwrote: On Mon, Aug 19, 2013 at 9:46 AM, Andrew Grieve agri...@chromium.org wrote: Yes, sorry for not being clear - this is all entirely about our own

FW: GitHub tools

2013-08-19 Thread Filip Maj
FYI: Apache Infra (Daniel Gruno in particular) working on GitHub pull request administration + notification features to integrate better with Apache projects. More info in full FWD email below. TL;DR (1) is a web app / proxy type thing where any committers on a project will be able to log in and

Re: Google Team's Task Backlog: Plugman CLI

2013-08-19 Thread Andrew Grieve
Finally filed an issue for this: https://issues.apache.org/jira/browse/CB-4624 Feel free to discuss implementation details within the issue. On Tue, Jul 30, 2013 at 1:28 PM, Frank Hennig fhe.developm...@gmail.comwrote: No, not for .gitignore for the whole point Set platform plugin sources

Re: plugin dev branches were rebased

2013-08-19 Thread Jesse
If it is in windows8 it was probably me, but I never push -f Which repos are you seeing this on? @purplecabbage risingj.com On Mon, Aug 19, 2013 at 11:26 AM, Andrew Grieve agri...@chromium.orgwrote: I'm seeing that on multiple of my plugin repos, I get: git fetch git status # On branch

Re: plugin dev branches were rebased

2013-08-19 Thread Andrew Grieve
cordova-plugin-dialogs, cordova-plugin-device-orientation, (maybe more, but at this point I deleted them all and re-cloned) On Mon, Aug 19, 2013 at 3:53 PM, Jesse purplecabb...@gmail.com wrote: If it is in windows8 it was probably me, but I never push -f Which repos are you seeing this on?

Vacationing

2013-08-19 Thread Andrew Grieve
I too am joining in on the August vacations. I'll be away Aug 20 and back on the 28th.

Re: plugin dev branches were rebased

2013-08-19 Thread Steven Gill
It was me. My bad guys. Should have just done the merge commit instead. On Aug 19, 2013 1:01 PM, Andrew Grieve agri...@chromium.org wrote: cordova-plugin-dialogs, cordova-plugin-device-orientation, (maybe more, but at this point I deleted them all and re-cloned) On Mon, Aug 19, 2013 at 3:53

Re: Pull requests

2013-08-19 Thread Andrew Grieve
Hi, All of your changes look good! Thanks! So that we can verify your ICLA, can you tell us what your name is? Cordova team - any volunteers for pulling these in? I'm away for a week on vacation starting pretty much now. On Sun, Aug 18, 2013 at 10:16 PM, lmnbeyond lmnbey...@gmail.com wrote:

Re: Pull requests

2013-08-19 Thread Max Woghiren
I believe it's Meina Liu—the confirmation was sent on June 3rd. I'll pull these changes in. On Mon, Aug 19, 2013 at 4:07 PM, Andrew Grieve agri...@chromium.org wrote: Hi, All of your changes look good! Thanks! So that we can verify your ICLA, can you tell us what your name is? Cordova

Re: Extending CordovaWebView

2013-08-19 Thread Joe Bowser
On Mon, Aug 19, 2013 at 11:40 AM, Ian Clelland iclell...@chromium.org wrote: For Mobile Chrome Apps, we have a need to subclass the CordovaChromeClient class used by our applications. There's not currently a way to do that in the CLI world Also, in [this thread][1], there has been some

Re: Extending CordovaWebView

2013-08-19 Thread Ian Clelland
On Mon, Aug 19, 2013 at 4:43 PM, Joe Bowser bows...@gmail.com wrote: On Mon, Aug 19, 2013 at 11:40 AM, Ian Clelland iclell...@chromium.org wrote: For Mobile Chrome Apps, we have a need to subclass the CordovaChromeClient class used by our applications. There's not currently a way to do

Re: PROPOSAL: node.js all the script things

2013-08-19 Thread Benn Mapes
Ok, I've started with the node tooling for android and put it up on github. https://github.com/bennmapes/cordova-android/tree/node-toolin If someone can take a look at it and maybe add some suggestions that would be awesome. I added a project.properties file to the root/bin folder so you can `cd`

Getting the Plugin Registry Set up Locally

2013-08-19 Thread Tim Kim
Hey gang, I believe the good people at google were wanting to hack on plugin registry but were unsure how to set it up. Here are some instructions to get this ole bucket of bolts going: How to get plugin registry going locally 1) Install couchdb:

Re: Getting the Plugin Registry Set up Locally

2013-08-19 Thread Filip Maj
Wiki page! On 8/19/13 2:55 PM, Tim Kim timki...@gmail.com wrote: Hey gang, I believe the good people at google were wanting to hack on plugin registry but were unsure how to set it up. Here are some instructions to get this ole bucket of bolts going: How to get plugin registry going locally

Re: Getting the Plugin Registry Set up Locally

2013-08-19 Thread Brian LeRoux
readme.md On Mon, Aug 19, 2013 at 3:07 PM, Filip Maj f...@adobe.com wrote: Wiki page! On 8/19/13 2:55 PM, Tim Kim timki...@gmail.com wrote: Hey gang, I believe the good people at google were wanting to hack on plugin registry but were unsure how to set it up. Here are some

Re: Getting the Plugin Registry Set up Locally

2013-08-19 Thread Tim Kim
Eh, it's in the wiki now. The problem with the readme is which project should get it. And since the instructions involve piecing multiple repos/tech together, I think the wiki doc makes more sense. On 19 August 2013 15:27, Brian LeRoux b...@brian.io wrote: readme.md On Mon, Aug 19, 2013 at

Re: Getting the Plugin Registry Set up Locally

2013-08-19 Thread Tim Kim
And the wiki link: https://wiki.apache.org/cordova/PluginDiscovery On 19 August 2013 16:13, Tim Kim timki...@gmail.com wrote: Eh, it's in the wiki now. The problem with the readme is which project should get it. And since the instructions involve piecing multiple repos/tech together, I think

Re: Pull requests

2013-08-19 Thread lmnbeyond
Hi all, That's right, my name is Meina Liu :) Best Regards! On 2013-8-20, at 上午4:10, Max Woghiren m...@google.com wrote: I believe it's Meina Liu—the confirmation was sent on June 3rd. I'll pull these changes in. On Mon, Aug 19, 2013 at 4:07 PM, Andrew Grieve agri...@chromium.org