aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/eu/siacs/conversations/services/NotificationService.java (unfollow)
Commit message (Collapse)AuthorFilesLines
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