aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/de/pixart/messenger/services/NotificationService.java (follow)
Commit message (Expand)AuthorAgeFilesLines
* MessageStyle notifications replace car extenderChristian Schneppe2019-06-171-21/+13
* introduced type private_file_message to handle attachments in PMsChristian Schneppe2019-05-031-1/+1
* catch exceptions in NotificationServiceChristian Schneppe2019-03-311-1/+7
* after switching from forced foreground to foreground notification needs updateChristian Schneppe2019-02-181-1/+1
* optimize importsChristian Schneppe2019-02-081-2/+0
* always show number of connected accounts in foreground notificationChristian Schneppe2019-01-261-43/+38
* rework backup & restoreChristian Schneppe2019-01-261-1/+0
* synchronize around notification update from corrected messagesChristian Schneppe2019-01-251-1/+7
* offer 'open with' in context menu for geo urisChristian Schneppe2019-01-251-1/+1
* fix display of deleted filesChristian Schneppe2019-01-251-1/+1
* mark deleted files in database and not query them when querying for mediaChristian Schneppe2019-01-251-0/+1
* added avatar to 'me' in notificationsChristian Schneppe2019-01-241-2/+6
* put images into MessageStyle notificationsChristian Schneppe2019-01-241-6/+19
* use bitmap instead of URI for avatars in notificationChristian Schneppe2019-01-241-27/+8
* use person in message style notificationChristian Schneppe2019-01-031-2/+44
* display last not first message in notificationChristian Schneppe2018-12-151-1/+2
* try to fix persistent export notificationsChristian Schneppe2018-12-041-17/+0
* change audio attributes for notification channelChristian Schneppe2018-11-301-1/+1
* refactor quite hours to make them time zone indepententChristian Schneppe2018-11-231-3/+3
* do not update foreground notification on error if it wasn’t enabledChristian Schneppe2018-11-231-12/+11
* avatar code changesChristian Schneppe2018-11-231-1/+1
* refresh contacts when opening StartConversationsActivityChristian Schneppe2018-11-231-1/+2
* do not show up navigation when opening edit account from notificationChristian Schneppe2018-11-151-1/+2
* refactored some ManageAccount, WelcomeActivity and a few other thingsChristian Schneppe2018-11-151-4/+10
* NotificationService: open chatlist if there were multiple notificationsChristian Schneppe2018-11-081-1/+1
* refined nick matching patter. word boundry (\b) doesn’t match on words endi...Christian Schneppe2018-11-081-1/+1
* play short vibrate while your are inside the chatChristian Schneppe2018-10-241-0/+1
* Lower foreground service notification priorityChristian Schneppe2018-10-201-1/+1
* create notification channel for quite hoursChristian Schneppe2018-10-021-23/+36
* make NotificationManager finalChristian Schneppe2018-10-011-1/+1
* fixed notification sounds for Android 6Christian Schneppe2018-09-271-1/+3
* behave nicely (no foreground service by default) if app is built with targetS...Christian Schneppe2018-09-271-6/+6
* avoid duplicate notifcation soundsChristian Schneppe2018-09-131-15/+42
* properly clear file adding notification if forground service channel is disabledChristian Schneppe2018-09-131-0/+7
* correct channel for video compression, updater, backup and LED colorChristian Schneppe2018-09-131-5/+5
* removed global notifications switchChristian Schneppe2018-09-131-5/+0
* make channel for video compression, updater, backupChristian Schneppe2018-09-131-0/+24
* initial work toward api 26+Christian Schneppe2018-09-131-101/+203
* null pointer check in notification serviceChristian Schneppe2018-07-291-1/+1
* introduced config setting to hide error notificationChristian Schneppe2018-06-171-0/+4
* add more logging to setIsInForegroundChristian Schneppe2018-06-011-1/+0
* Make nickname matching case-sensitiveChristian Schneppe2018-05-211-1/+1
* fix exceptionsChristian Schneppe2018-05-161-2/+2
* apply styling helper to conversation overviewChristian Schneppe2018-05-141-2/+2
* very much unoptimized search functionalityChristian Schneppe2018-04-301-15/+22
* do not match mentions on word boundries but only when preceeded by white spaceChristian Schneppe2018-04-291-7/+1
* removed 'received' prefix from descriptionChristian Schneppe2018-04-291-3/+1
* wrap all calls to notification manager in exception handler to catch dead obj...Christian Schneppe2018-04-291-12/+44
* return contact and account.getServer() as StringChristian Schneppe2018-04-071-2/+2
* added splash screenChristian Schneppe2018-04-031-6/+6