Re: adding push notifications to core plugins

2014-10-21 Thread Andrew Grieve
My feelings are the same a Joe here. Current plugins are deteriorating. Camera is especially bad. Another reason to not dive in is that this isn't a trivial plugin to create. The PushPlugin highlighted seems to always result in notifications when pushes are received. The spec highlighted (as well

Re: adding push notifications to core plugins

2014-10-20 Thread tommy-carlos williams
This On 20 October 2014 at 11:49:21, Brian LeRoux (b...@brian.io) wrote: for me its about acknowledging the importance of push notifications to the platform and making it a first class citizen On Mon, Oct 20, 2014 at 5:13 AM, Gorkem Ercan wrote: > On Thu, Oct 16, 2014 at 03:24:26PM

Re: adding push notifications to core plugins

2014-10-20 Thread Brian LeRoux
for me its about acknowledging the importance of push notifications to the platform and making it a first class citizen On Mon, Oct 20, 2014 at 5:13 AM, Gorkem Ercan wrote: > On Thu, Oct 16, 2014 at 03:24:26PM -0700, Jesse wrote: > > Core, or no core, the plugin already exists: > > https://gith

Re: adding push notifications to core plugins

2014-10-20 Thread Gorkem Ercan
On Thu, Oct 16, 2014 at 03:24:26PM -0700, Jesse wrote: > Core, or no core, the plugin already exists: > https://github.com/phonegap-build/PushPlugin/ > It works on iOS, Android, BB10, WP8, Windows8, and Amazon Fire OS. > > In my mind, the fact that every device uses it's own messaging service > mak

Re: adding push notifications to core plugins

2014-10-16 Thread Brian LeRoux
it is very easily arguable that notifications are important to mobile, and important enough that we should look at ensuring Cordova as a platform supports them well but agreed we need to pull up our socks on the older stuff, and maybe do some housecleaning On Thu, Oct 16, 2014 at 3:24 PM, Jesse

Re: adding push notifications to core plugins

2014-10-16 Thread Jesse
Core, or no core, the plugin already exists: https://github.com/phonegap-build/PushPlugin/ It works on iOS, Android, BB10, WP8, Windows8, and Amazon Fire OS. In my mind, the fact that every device uses it's own messaging service makes this a non-starter. At least for moving to core, and/or adding

Re: adding push notifications to core plugins

2014-10-16 Thread Joe Bowser
I bet you that the Android Camera is more terrible than the iOS camera. The big problem with a lot of the plugins is that we make promises that we can't keep. For example, the Android camera only supports JPG, but our docs say that you can take PNG photos, which not only makes very little sense,

Re: adding push notifications to core plugins

2014-10-16 Thread Shazron
The Camera (esp iOS) is terrible IMO, we should replace with some standard API, like we've talked about before (not sure which spec). On Thu, Oct 16, 2014 at 1:33 PM, Brian LeRoux wrote: > I'm all for code removal. Which plugins tho? > > > On Thu, Oct 16, 2014 at 1:23 PM, Joe Bowser wrote: > >

Re: adding push notifications to core plugins

2014-10-16 Thread Brian LeRoux
I'm all for code removal. Which plugins tho? On Thu, Oct 16, 2014 at 1:23 PM, Joe Bowser wrote: > Do we need more core plugins? We're already pretty terrible at supporting > what we have on our plate now. I would rather we have less core plugins > than more. > > On Thu, Oct 16, 2014 at 12:27 P

Re: adding push notifications to core plugins

2014-10-16 Thread Joe Bowser
Do we need more core plugins? We're already pretty terrible at supporting what we have on our plate now. I would rather we have less core plugins than more. On Thu, Oct 16, 2014 at 12:27 PM, Jesse wrote: > This one supports everything: > https://github.com/phonegap-build/PushPlugin/blob/master/

Re: adding push notifications to core plugins

2014-10-16 Thread Jesse
This one supports everything: https://github.com/phonegap-build/PushPlugin/blob/master/plugin.xml and it is MIT @purplecabbage risingj.com On Thu, Oct 16, 2014 at 12:10 PM, Lorin Beer wrote: > I've been asked about this from multiple sources over the last few weeks. > Given how important push

Re: adding push notifications to core plugins

2014-10-16 Thread Bryan Higgins
+1 so I don't have to bug Jesse to merge my pull requests anymore ;) On Thu, Oct 16, 2014 at 3:17 PM, Shazron wrote: > +1 esp since we have an emerging "standard" now: > http://www.w3.org/TR/2014/WD-push-api-20141007/ > > On Thu, Oct 16, 2014 at 11:58 AM, Brian LeRoux wrote: > > > just was disc

Re: adding push notifications to core plugins

2014-10-16 Thread Darryl Pogue
On 16 October 2014 12:17, Shazron wrote: > > +1 esp since we have an emerging "standard" now: > http://www.w3.org/TR/2014/WD-push-api-20141007/ This would be a great addition, especially if it can follow the emerging spec and provide a unified registration API across platforms. The main complexit

Re: adding push notifications to core plugins

2014-10-16 Thread Shazron
+1 esp since we have an emerging "standard" now: http://www.w3.org/TR/2014/WD-push-api-20141007/ On Thu, Oct 16, 2014 at 11:58 AM, Brian LeRoux wrote: > just was discussing w/ Shaz and Jesse…thoughts? >

Re: adding push notifications to core plugins

2014-10-16 Thread Lorin Beer
I've been asked about this from multiple sources over the last few weeks. Given how important push notifications are for mobile projects, a core push notification plugin would be a great addition and another argument for why you should use cordova. On Thu, Oct 16, 2014 at 11:58 AM, Brian LeRoux w

adding push notifications to core plugins

2014-10-16 Thread Brian LeRoux
just was discussing w/ Shaz and Jesse…thoughts?