Re: Plugin Hooks on Android

2014-01-09 Thread Brian LeRoux
I personally don't care if we want to go all traditional Java on the codebase to 'win' code completion,etc but I do question if this is a real priority issue. Aside: I think we need to do a hangout. (We should have one anytime email word count goes above one scroll.) On Thu, Jan 9, 2014 at 10:42

Re: Plugin Hooks on Android

2014-01-09 Thread Andrew Grieve
On Thu, Jan 9, 2014 at 9:25 AM, Joe Bowser wrote: > On Thu, Jan 9, 2014 at 6:06 AM, Andrew Grieve wrote: >> Good point about postMessage allowing devs to add their own messages. >> That's a very compelling argument to keep postMessage around, but I >> don't think it means we should be using it fo

Re: Plugin Hooks on Android

2014-01-09 Thread Joe Bowser
On Thu, Jan 9, 2014 at 6:06 AM, Andrew Grieve wrote: > Good point about postMessage allowing devs to add their own messages. > That's a very compelling argument to keep postMessage around, but I > don't think it means we should be using it for our "officially > supported" hooks. > Why? This just

Re: Plugin Hooks on Android

2014-01-09 Thread Andrew Grieve
Good point about postMessage allowing devs to add their own messages. That's a very compelling argument to keep postMessage around, but I don't think it means we should be using it for our "officially supported" hooks. On Wed, Jan 8, 2014 at 9:40 PM, purplecabbage wrote: > I'm with Joe. > Stay fl

Re: Plugin Hooks on Android

2014-01-08 Thread purplecabbage
I'm with Joe. Stay flexible, and future friendly. The messages that are posted probably just need to be better documented, or we need to point plugin devs towards Android's docs. Sent from my iPhone > On Jan 8, 2014, at 9:11 PM, Joe Bowser wrote: > >> On Wed, Jan 8, 2014 at 6:58 PM, Andrew

Re: Plugin Hooks on Android

2014-01-08 Thread Joe Bowser
On Wed, Jan 8, 2014 at 6:58 PM, Andrew Grieve wrote: > Breaking out a discussion Joe & I started on > https://issues.apache.org/jira/browse/CB-5351. > > Some plugin hooks on Android are made available as functions on the > CordovaPlugin class. If you are interested in the hook, you override > the