aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/eu/siacs/conversations/services/NotificationService.java (unfollow)
Commit message (Expand)AuthorFilesLines
2016-07-29changed package id inside manifest and projectChristian Schneppe1-633/+0
2016-07-28fix crash on first startChristian Schneppe1-7/+13
2016-07-25refactored how view intents are handledDaniel Gultsch1-19/+16
2016-07-12change foreground icon when not connectedChristian Schneppe1-3/+5
2016-07-01show online status in foreground serviceChristian Schneppe1-3/+14
2016-06-29vibrate on new messages when app is openChristian Schneppe1-0/+4
2016-06-29add count to notificationsChristian Schneppe1-0/+1
2016-06-20log reason for not showing notificationDaniel Gultsch1-0/+3
2016-05-05changed LED notification color to blueChristian S1-1/+1
2016-04-23hide disable account via config switchChristian S1-3/+5
2016-04-15added condition to show 'disable foreground service' buttonChristian S1-1/+1
2016-04-15make foreground service always enabledChristian S1-1/+1
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-01-20hide 'disable foreground service' in foreground notificationChristian S1-3/+0
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-12notify on mam catchup messagesDaniel Gultsch1-2/+2
2015-12-12show sender name for notications in conferences. fixes #1581Daniel Gultsch1-0/+17
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-04hide message content in notifications in paranoia modeDaniel Gultsch1-20/+30
2015-12-04introduce config.java variable to optionally show number of connected…Daniel Gultsch1-20/+38
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-19some little image preview changesChristian S1-21/+21
2015-08-19forked NotificationService from siacs/developmentChristian S1-16/+18
2015-08-16reduced image preview sizeChristian S.1-1/+1
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-07-04play notification when conversation is openChristian S.1-23/+21
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-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