dafonso / android-notifier

Automatically exported from code.google.com/p/android-notifier
0 stars 0 forks source link

Support different notification "profiles" #457

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Describe what exactly the feature is, why you think it's important, use
cases for it, how you imagine it would work, etc.

It would be nice to be able to have different notification "profiles" and set 
when they are active.  This way, you'd be able to easily receive notifications 
on different computers without having them all "pile up" in one spot (for lack 
of a better description).

For example, you could have two profiles: "Work" and "Home".  "Work" would be 
active M-F, 8:00-17:00 and could be sending notifications over Bluetooth to my 
work computer so I only see notifications there.  "Home" would be active all 
other times and send notifications over the cell network to my home IP Address. 
 App would be able to handle overlaps in profile active times.

As it is now, I only send notifications to my home IP Address, so when I come 
home from work, I'll have all notifications from the whole day waiting for me 
on my desktop (using sticky notifications in Growl).  But while I'm at work, if 
I don't want them to go to my home IP, I'll have to manually disable the app on 
my phone.

Original issue reported on code.google.com by istra...@gmail.com on 9 Dec 2011 at 6:36