aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/de/pixart/messenger/services/NotificationService.java (follow)
Commit message (Expand)AuthorAgeFilesLines
* move new activity back to original nameChristian Schneppe2018-03-291-1/+1
* implement multi accounts via expert settingsChristian Schneppe2018-03-081-7/+12
* mark error notifications as sensitve and local onlyChristian Schneppe2018-02-221-2/+3
* changed icons for markasread and reply in NotificationServiceChristian Schneppe2018-02-191-3/+4
* fixed crash on receiving filesChristian Schneppe2018-02-011-2/+2
* add snooze button to notificationChristian Schneppe2018-01-291-23/+85
* avoid some unnecessary notification updatesChristian Schneppe2018-01-271-11/+16
* fix location viewChristian Schneppe2017-12-231-1/+1
* use com.android.support:support-emojiChristian Schneppe2017-11-241-1/+1
* code refactoring to provide shorter account enabled checkChristian Schneppe2017-11-201-1/+1
* also notify in notificationbar for new messages when messenger is openChristian Schneppe2017-10-141-1/+0
* reworked updaterChristian Schneppe2017-10-101-0/+2
* show permanent notification while transcoding videoChristian Schneppe2017-09-181-0/+12
* Foregroundservice can be deactivated in expert options (default = foregrounds...Christian Schneppe2017-09-171-20/+1
* NotificationService: add button to mark conversation as readChristian Schneppe2017-09-041-0/+2
* use proper defaults for notification. fix sound playing twice on Android 8Christian Schneppe2017-09-041-12/+13
* cache some information generated from body like isEmojiOnly, fileParams, isGe...Christian Schneppe2017-08-131-1/+1
* refactored retrieval of default preferencesChristian Schneppe2017-08-011-7/+8
* put settings defaults into resource fileChristian Schneppe2017-08-011-2/+2
* deduplicate notificationsChristian Schneppe2017-06-251-1/+0
* Added preference to control Heads-up NotificationsChristian Schneppe2017-06-251-1/+2
* synchronize on dedicated lock for catchup instead of accountChristian Schneppe2017-05-311-4/+5
* work around for brokens ROMs that expose file uris as notification soundChristian Schneppe2017-05-171-1/+16
* jump directly to account on errorChristian Schneppe2017-05-101-4/+17
* set catchup flag on mam only when doing thatChristian Schneppe2017-05-101-1/+0
* avoid race conditions when downloading files or decrypting pgp messagesChristian Schneppe2017-05-091-0/+13
* avoid race condition that lead to double notification soundChristian Schneppe2017-05-091-1/+3
* Add messages to Notification for Android Auto on Android M and olderChristian Schneppe2017-05-091-2/+10
* reworked unique id generation for notification intentsChristian Schneppe2017-04-211-8/+9
* Add Android Auto support to notificationsChristian Schneppe2017-04-211-6/+21
* Add reply button in wear designChristian Schneppe2017-04-181-1/+1
* show first instead of last message in notification previewChristian Schneppe2017-04-131-5/+7
* treat URL as file if URL is in oob or contains keyChristian Schneppe2017-04-131-4/+1
* Changes the deprecated getColor() methodChristian Schneppe2017-04-051-1/+2
* deduplicate notification soundsChristian Schneppe2017-03-261-1/+0
* count messages in backlog to not renotify on prior notificationsChristian Schneppe2017-03-231-7/+33
* changed string from unread conversation to messages in notificationChristian Schneppe2017-03-091-2/+3
* Modifies notification for MUC conversationsChristian Schneppe2017-03-091-6/+32
* do not notify for messages from strangers by defaultChristian Schneppe2017-03-091-2/+8
* use default priority notifications. disables heads up notificationsChristian Schneppe2017-03-041-1/+1
* use priority low when creating notification without sound/vibrationChristian Schneppe2017-03-041-0/+1
* explicitly turn off vibration when disabledChristian Schneppe2017-02-221-0/+2
* write text in bold when highlighted in received muc messageChristian Schneppe2017-01-211-1/+1
* finish of backlog only for one particular accountChristian Schneppe2017-01-151-2/+17
* make direct reply string translatable in NotificationServiceChristian Schneppe2017-01-021-2/+2
* reformat codeChristian Schneppe2016-11-191-4/+4
* code cleanupChristian Schneppe2016-10-181-1/+0
* make error notification dismissableChristian Schneppe2016-10-051-28/+11
* Allow to dismiss the notification from a wear reply.Christian Schneppe2016-09-281-6/+8
* remove summary text from notificationsChristian Schneppe2016-09-171-4/+0