aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/de/pixart/messenger/services/NotificationService.java (follow)
Commit message (Collapse)AuthorAgeFilesLines
* cache some information generated from body like isEmojiOnly, fileParams, ↵Christian Schneppe2017-08-131-1/+1
| | | | isGeoUri and isXmppUri
* 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
| | | | and waiting for sm catchup
* 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
| | | | | | 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.
* reworked unique id generation for notification intentsChristian Schneppe2017-04-211-8/+9
|
* Add Android Auto support to notificationsChristian Schneppe2017-04-211-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
* Add reply button in wear designChristian Schneppe2017-04-181-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.
* 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
| | | | | * Minor fixes * Replaces html.fromHTML with SpannableString
* 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
| | | | | - use different IDs in the same method for the PendingIntent - fix reply for GPG encrypted replies (untested)
* remove summary text from notificationsChristian Schneppe2016-09-171-4/+0
|
* Use the last message in the content text instead of the first.Daniele Gobbetti2016-09-141-1/+1
| | | | | | | | This fixes the issue where the first message in the notification was sent to pebble (and possibly to other wear devices) for every update in the conversation, as reported in #1249. This is the same patch propoed in https://github.com/siacs/Conversations/issues/1249#issuecomment-245878335
* reworked notificationserviceChristian Schneppe2016-09-091-597/+588
|
* remove explicit pebble support. treat as wear deviceDaniel Gultsch2016-09-071-25/+0
|
* show reply action on wear devicesDaniel Gultsch2016-09-071-2/+4
|
* don't show duplicate nofications on android 4Daniel Gultsch2016-09-031-35/+31
|
* fix multiple notifications and added unread messages as summaryChristian Schneppe2016-08-311-6/+16
|
* bug fix in notification serviceChristian Schneppe2016-08-301-21/+20
|
* mark conversation as read when swiping a notification with quick reply awayDaniel Gultsch2016-08-271-0/+17
|
* attach contact to notificationDaniel Gultsch2016-08-261-0/+8
|
* offer quick reply on android NDaniel Gultsch2016-08-261-16/+43
|
* use N style stacked notificationsDaniel Gultsch2016-08-261-81/+85
|
* changed package id inside manifest and projectChristian Schneppe2016-07-291-0/+633