aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/de/thedevstack/conversationsplus/services/NotificationService.java (unfollow)
Commit message (Expand)AuthorFilesLines
2018-05-06introduces new message state modelsteckbrief1-22/+26
2018-05-05introduces new message state modelsteckbrief1-22/+26
2017-08-06avatar handling refactoredsteckbrief1-1/+2
2016-09-29Implements FS#235: Deletion of remote files uploaded via httpuploadsteckbrief1-1/+2
2016-04-18Related to FS#199: Removed unnecessary build configuration variable to hide d...steckbrief1-5/+3
2016-04-06Implements FS#189: Move calls of getPreferences to ConversationsPlusPreferencessteckbrief1-1/+1
2016-03-29Implements FS#173: Move access to colors to separate helper classsteckbrief1-1/+2
2016-02-09Fixes FS#135: condition NOT message.isRead() added to check if notification s...steckbrief1-1/+1
2016-02-09Fixes FS#135: condition NOT message.isRead() added to check if notification s...steckbrief1-6/+7
2016-01-13Moved all avatar related work to AvatarServicesteckbrief1-2/+1
2015-12-04Fixes FS#75 - Change color names to reasonable namessteckbrief1-1/+1
2015-11-06FileBackend splitted into several util classes for separate concerns: AvatarU...steckbrief1-2/+2
2015-10-21Access to preferences moved to global utility class ConversationsPlusPreferen...steckbrief1-21/+9
2015-10-05Fixes FS#70 - Introduction of a ConversationsPlusApplication to get global ac...steckbrief1-1/+2
2015-06-19renaming eu.siacs.conversations to de.thedevstack.conversationsplussteckbrief1-13/+11
2015-05-20added ShortcutBadger as a dependency to create unread counts on launcher iconDaniel Gultsch1-0/+1
2015-05-08only forward incoming chat messages to Pebble App and GadgetbridgeAndreas Shimokawa1-1/+5
2015-04-28made material icons smaller (24dp)Daniel Gultsch1-2/+2
2015-04-28escape nick in highlight regex patternDaniel Gultsch1-1/+1
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 text...steckbrief1-1/+10
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
2015-02-27- Update mBuilder in NotificationService.java to ensure that the led is displ...Quentin1-1/+2
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
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
2015-01-12reworked message preview / message meta information (ie file offered, receive...Daniel Gultsch1-34/+7
2015-01-05Send notification to Pebble on new messageOlivier Mehani1-2/+28
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
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