aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/de/pixart/messenger/services/NotificationService.java (unfollow)
Commit message (Expand)AuthorFilesLines
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
2018-04-02migrate to xmpp-addrChristian Schneppe1-5/+5
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 = foregrounds...Christian Schneppe1-20/+1
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, isGe...Christian Schneppe1-1/+1
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
2017-05-09avoid race condition that lead to double notification soundChristian Schneppe1-1/+3