aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/eu/siacs/conversations/services/NotificationService.java (unfollow)
Commit message (Collapse)AuthorFilesLines
2015-04-11Color choose dialogsteckbrief1-10/+2
2015-04-11correct parsing of led colorlookshe1-1/+1
2015-03-31Configurable LED color (Attention: Expert setting because currently only ↵steckbrief1-1/+10
text input)
2015-03-10open location directly from notificationiNPUTmice1-0/+25
2015-03-04Green led color is better with "full-green"Quentin1-1/+1
2015-02-27use conversations green in notification lediNPUTmice1-1/+1
2015-02-27Update NotificationService.javaQuentinC1-1/+1
Revert led light color
2015-02-27- Update mBuilder in NotificationService.java to ensure that the led is ↵Quentin1-1/+2
displayed at the right color. CF: http://stackoverflow.com/questions/14953793/android-notification-led-doesnt-use-my-color#comment20991762_14953793 - Changed led Color to green to remember the icon color and led times
2015-02-23get rid of some useless debuggingiNPUTmice1-3/+0
2015-02-10added actions to error notificationiNPUTmice1-1/+23
2015-01-29Use Material Design Icons on API 21+Sam Whited1-6/+17
2015-01-20Add color / category to foreground notificationSam Whited1-7/+14
2015-01-19fixed legacy translation of image receivediNPUTmice1-1/+3
2015-01-17Add some Android 21 notification featuresSam Whited1-0/+4
2015-01-17Correct the download file string on notificationsSam Whited1-5/+2
Fixes #896
2015-01-16Add download button on notification if applicableSam Whited1-17/+50
2015-01-15added dedicated button to disable foreground service in perma notificationiNPUTmice1-2/+9
2015-01-15fixed #888iNPUTmice1-1/+1
2015-01-13Ensure type safety in Pebble notificationsSam Whited1-15/+30
Also use forward-compatible screen-on detection
2015-01-12reworked message preview / message meta information (ie file offered, ↵Daniel Gultsch1-34/+7
received * file) fixed #837
2015-01-05Send notification to Pebble on new messageOlivier Mehani1-2/+28
This implements basic notifications to the Pebble through the app (using an intent). This simply hooks into NotificationService.notify(). This is pretty basic, but it works (I haven't tested to see how the intent is received when the Pebble app is not around, though). More fancy stuff could probably be added to avoid getting flooded, but the Pebble app already does a good job a filtering notification (e.g., screen on or quiet times). Signed-off-by: Olivier Mehani <shtrom@ssji.net>
2015-01-02put Conversations into background mode earlierDaniel Gultsch1-0/+4
2014-12-16Handle time comparisons using longsSam Whited1-12/+7
2014-12-15Make some magic number constants finalSam Whited1-3/+3
2014-12-15Make silent notification when quiet hours are onSam Whited1-68/+64
Notify, just don't play a sound or vibrate Also make the Java annoyingly verbose... I can't help myself... ahh!
2014-12-14Add quiet hours featureSam Whited1-27/+48
2014-11-18put error notification into notification serviceiNPUTmice1-0/+39
2014-11-15Make account status an enumSam Whited1-1/+1
2014-11-15added low priority and removed date in foreground noticficationiNPUTmice1-0/+2
2014-11-15turn on foreground service in expert settingsiNPUTmice1-4/+23
2014-11-15fixed description in notifications and conversation overviewiNPUTmice1-2/+10
2014-11-05fixed notifications for imagesiNPUTmice1-13/+34
2014-10-22Make conversations the root projectSam Whited1-0/+0