Jonas Sicking
unread,Mar 21, 2012, 3:52:12 PM3/21/12You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Doug Turner, dev-w...@lists.mozilla.org, dev...@lists.mozilla.org, mozilla...@googlegroups.com
On Wed, Mar 21, 2012 at 10:17 AM, Doug Turner <
doug....@gmail.com> wrote:
> On Wednesday, March 21, 2012 9:36:37 AM UTC-7, JOSE MANUEL CANTERA FONSECA wrote:
> I'd hope we could use the Notifications API that you mentioned [1]. I implemented it the "desktop" part of the API in Fennec on Android and it works pretty well.
>
> I think Fabrice might be implementing notification in Gaia. ?
There's two features that I've seen in notification systems on
iPhone/Android which the Notifications API currently can't handle.
On iPhone, when you get a notification regarding a calendar event it
displays when the event is taking place. I.e. something like "in 10m".
What's really cool is that the time is constantly updated so even if
it takes you a couple of minutes before you look at the screen the
information is still correct. I.e. it displays "in 8m". Technically
this could be implemented using the replaceID by updating the message
every minute.
On Android, some notifications include a progress bar. Specifically
the notification of when a update is being downloaded, but I think
this could be useful for arbitrary notifications too. You can combine
this with the replaceID feature to show an updating progress bar as
some task is being finished.
/ Jonas