aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/eu/siacs/conversations/services/NotificationService.java (unfollow)
Commit message (Expand)AuthorFilesLines
2016-04-13create Config varibale to show the disable foreground service buttonDaniel Gultsch1-3/+5
2016-04-09introduced setting to turn of notification ledDaniel Gultsch1-1/+4
2016-03-06Implements: FS#142 - Fix Conference notificationslookshe1-3/+1
2016-02-24Unused imports / methods removedsteckbrief1-5/+0
2016-02-12Imports organizedsteckbrief1-8/+0
2016-02-11Compilation errors and merge mixups fixedsteckbrief1-17/+2
2016-01-13show /me messages in conference notifications without the name of the senderDaniel Gultsch1-5/+10
2016-01-08show per conference notification settings in details activityDaniel Gultsch1-7/+1
2016-01-04added missing synchronize when pushing messages from mam backlogDaniel Gultsch1-1/+3
2015-12-14splite PARANOIA_MODE into three different optionsDaniel Gultsch1-2/+2
2015-12-10notify on mam catchup messagesDaniel Gultsch1-2/+2
2015-12-09show sender name for notications in conferences. fixes #1581Daniel Gultsch1-0/+17
2015-12-02hide message content in notifications in paranoia modeDaniel Gultsch1-20/+30
2015-12-01introduce config.java variable to optionally show number of connected account...Daniel Gultsch1-37/+55
2015-10-28Decrypt PGP messages in backgroundfiaxh1-1/+1
2015-10-14make unread status and notifications presistent across restartsDaniel Gultsch1-15/+27
2015-10-08introduced expert options to set status to away and xa if screen is off or if...Daniel Gultsch1-17/+1
2015-09-22swapped icons for foreground servicesDaniel Gultsch1-3/+1
2015-08-26use dedicated colors for primary and primary_darkDaniel Gultsch1-1/+1
2015-08-16fixes FS#35 - Shortcut Badger compatible to setting always_notify_in_conferencelookshe1-1/+1
2015-08-11Merge tag '1.5.2' into trz/rebaselookshe1-10/+13
2015-07-29show http downloaded images in notificationDaniel Gultsch1-2/+3
2015-07-22treat private, non-anonymous mucs like 1:1 chats notification wiseDaniel Gultsch1-1/+1
2015-07-13renamed colorsDaniel Gultsch1-1/+1
2015-07-10renamed downloadable to transferableDaniel Gultsch1-5/+3
2015-06-19renaming eu.siacs.conversations to de.thedevstack.conversationsplussteckbrief1-559/+0
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