aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/de/pixart/messenger/services/NotificationService.java (unfollow)
Commit message (Collapse)AuthorFilesLines
2018-03-29move new activity back to original nameChristian Schneppe1-1/+1
2018-03-08implement multi accounts via expert settingsChristian Schneppe1-7/+12
2018-02-22mark error notifications as sensitve and local onlyChristian Schneppe1-2/+3
2018-02-19changed icons for markasread and reply in NotificationServiceChristian Schneppe1-3/+4
2018-02-01fixed crash on receiving filesChristian Schneppe1-2/+2
2018-01-29add snooze button to notificationChristian Schneppe1-23/+85
2018-01-27avoid some unnecessary notification updatesChristian Schneppe1-11/+16
2017-12-23fix location viewChristian Schneppe1-1/+1
2017-11-24use com.android.support:support-emojiChristian Schneppe1-1/+1
2017-11-20code refactoring to provide shorter account enabled checkChristian Schneppe1-1/+1
2017-10-14also notify in notificationbar for new messages when messenger is openChristian Schneppe1-1/+0
2017-10-10reworked updaterChristian Schneppe1-0/+2
2017-09-18show permanent notification while transcoding videoChristian Schneppe1-0/+12
2017-09-17Foregroundservice can be deactivated in expert options (default = ↵Christian Schneppe1-20/+1
foregroundservice active) Fixes #138
2017-09-04NotificationService: add button to mark conversation as readChristian Schneppe1-0/+2
2017-09-04use proper defaults for notification. fix sound playing twice on Android 8Christian Schneppe1-12/+13
2017-08-13cache some information generated from body like isEmojiOnly, fileParams, ↵Christian Schneppe1-1/+1
isGeoUri and isXmppUri
2017-08-01refactored retrieval of default preferencesChristian Schneppe1-7/+8
2017-08-01put settings defaults into resource fileChristian Schneppe1-2/+2
2017-06-25deduplicate notificationsChristian Schneppe1-1/+0
2017-06-25Added preference to control Heads-up NotificationsChristian Schneppe1-1/+2
2017-05-31synchronize on dedicated lock for catchup instead of accountChristian Schneppe1-4/+5
2017-05-17work around for brokens ROMs that expose file uris as notification soundChristian Schneppe1-1/+16
2017-05-10jump directly to account on errorChristian Schneppe1-4/+17
2017-05-10set catchup flag on mam only when doing thatChristian Schneppe1-1/+0
2017-05-09avoid race conditions when downloading files or decrypting pgp messagesChristian Schneppe1-0/+13
and waiting for sm catchup
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
In the previous implementation for Android Auto, messages are only added on Android N and above. In order to support older Android versions, the messages need to be added always.
2017-04-21reworked unique id generation for notification intentsChristian Schneppe1-8/+9
2017-04-21Add Android Auto support to notificationsChristian Schneppe1-6/+21
This patch adds required additions in order to show notifications in Android Auto. Messages are read aloud and voice reply is offered. The functionaliy has been tested with the Android Auto standalone app as well as with the DHU simulator as describes here: https://developer.android.com/training/auto/testing/index.html
2017-04-18Add reply button in wear designChristian Schneppe1-1/+1
The existing reply button for Android wear has been re-used from the action bar. Instead of a 'send' icon, a 'reply' icon better matches the intended action. Moreover, action icons for Android wear are solid white instead of half transparent.
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
* Minor fixes * Replaces html.fromHTML with SpannableString
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
- use different IDs in the same method for the PendingIntent - fix reply for GPG encrypted replies (untested)
2016-09-17remove summary text from notificationsChristian Schneppe1-4/+0