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