chokkarg / omnidroid

Automatically exported from code.google.com/p/omnidroid
Apache License 2.0
0 stars 0 forks source link

Notifications Only displays last notification #96

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
If there are multiple notifications that have been sent without being viewed it 
should display "# unread actions" instead of just the most recent notification.

Original issue reported on code.google.com by case.and...@gmail.com on 23 Jun 2010 at 2:33

GoogleCodeExporter commented 8 years ago

Original comment by case.and...@gmail.com on 6 Jul 2010 at 2:20

GoogleCodeExporter commented 8 years ago
so, how do we want to do this? if we have notifications sent by rule they 
should be separate, but notifications about action execution should be grouped 
together. so there would be one notification "there are 5 new actions"(maybe 
we'll pull failed actions out of it), notification about throttling will be 
separate and rule notifications won't be grouped at all.

I'm about to start working on it, so please express your opinions.

Original comment by sv767%ny...@gtempaccount.com on 30 Jul 2010 at 3:28

GoogleCodeExporter commented 8 years ago
What about this:

We differentiate all the notifications we send into different groups:
1) Omnidroid based notification (errors, failures, throttling, etc)?
2) Rule notifications
3) Action notifications

Clicking on an Omnidroid notification would take you to general logs.
Clicking on rule notification takes you to all(?)
Clicking on Action notification takes you to action logs(?)

I'm not really with tabs how to call each tab.  I guess you can include an 
extra that contains an Key to which tab to set as active content.

Does this sound right to you?

Original comment by case.and...@gmail.com on 30 Jul 2010 at 3:53

GoogleCodeExporter commented 8 years ago
so you're suggesting to group rule notifications as well?

Original comment by sv767%ny...@gtempaccount.com on 30 Jul 2010 at 4:08

GoogleCodeExporter commented 8 years ago
I think so.  Otherwise they could overpopulate the notification bar very easily.

Original comment by case.and...@gmail.com on 30 Jul 2010 at 4:22

GoogleCodeExporter commented 8 years ago
I was thinking to group them by rule. 

Original comment by sv767%ny...@gtempaccount.com on 30 Jul 2010 at 4:29

GoogleCodeExporter commented 8 years ago
I guess that could work.  You can go ahead and do it that way, and if we decide 
later that it was a bad idea we can always change it.

Original comment by case.and...@gmail.com on 30 Jul 2010 at 4:59

GoogleCodeExporter commented 8 years ago
I think this is fixed with Salome's last commit.

Original comment by case.and...@gmail.com on 5 Aug 2010 at 10:47