aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/de/pixart/messenger/services/NotificationService.java (unfollow)
Commit message (Expand)AuthorFilesLines
2017-05-09avoid race condition that lead to double notification soundChristian Schneppe1-1/+3
2017-05-09Add messages to Notification for Android Auto on Android M and olderChristian Schneppe1-2/+10
2017-04-21reworked unique id generation for notification intentsChristian Schneppe1-8/+9
2017-04-21Add Android Auto support to notificationsChristian Schneppe1-6/+21
2017-04-18Add reply button in wear designChristian Schneppe1-1/+1
2017-04-13show first instead of last message in notification previewChristian Schneppe1-5/+7
2017-04-13treat URL as file if URL is in oob or contains keyChristian Schneppe1-4/+1
2017-04-05Changes the deprecated getColor() methodChristian Schneppe1-1/+2
2017-03-26deduplicate notification soundsChristian Schneppe1-1/+0
2017-03-23count messages in backlog to not renotify on prior notificationsChristian Schneppe1-7/+33
2017-03-09changed string from unread conversation to messages in notificationChristian Schneppe1-2/+3
2017-03-09Modifies notification for MUC conversationsChristian Schneppe1-6/+32
2017-03-09do not notify for messages from strangers by defaultChristian Schneppe1-2/+8
2017-03-04use default priority notifications. disables heads up notificationsChristian Schneppe1-1/+1
2017-03-04use priority low when creating notification without sound/vibrationChristian Schneppe1-0/+1
2017-02-22explicitly turn off vibration when disabledChristian Schneppe1-0/+2
2017-01-21write text in bold when highlighted in received muc messageChristian Schneppe1-1/+1
2017-01-15finish of backlog only for one particular accountChristian Schneppe1-2/+17
2017-01-02make direct reply string translatable in NotificationServiceChristian Schneppe1-2/+2
2016-11-19reformat codeChristian Schneppe1-4/+4
2016-10-18code cleanupChristian Schneppe1-1/+0
2016-10-05make error notification dismissableChristian Schneppe1-28/+11
2016-09-28Allow to dismiss the notification from a wear reply.Christian Schneppe1-6/+8
2016-09-17remove summary text from notificationsChristian Schneppe1-4/+0
2016-09-14Use the last message in the content text instead of the first.Daniele Gobbetti1-1/+1
2016-09-09reworked notificationserviceChristian Schneppe1-597/+588
2016-09-07remove explicit pebble support. treat as wear deviceDaniel Gultsch1-25/+0
2016-09-07show reply action on wear devicesDaniel Gultsch1-2/+4
2016-09-03don't show duplicate nofications on android 4Daniel Gultsch1-35/+31
2016-08-31fix multiple notifications and added unread messages as summaryChristian Schneppe1-6/+16
2016-08-30bug fix in notification serviceChristian Schneppe1-21/+20
2016-08-27mark conversation as read when swiping a notification with quick reply awayDaniel Gultsch1-0/+17
2016-08-26attach contact to notificationDaniel Gultsch1-0/+8
2016-08-26offer quick reply on android NDaniel Gultsch1-16/+43
2016-08-26use N style stacked notificationsDaniel Gultsch1-81/+85
2016-07-29changed package id inside manifest and projectChristian Schneppe1-11/+11
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