aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/de/pixart/messenger/services/NotificationService.java (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* migrate to xmpp-addrChristian Schneppe2018-04-021-5/+5
* move new activity back to original nameChristian Schneppe2018-03-291-1/+1
* implement multi accounts via expert settingsChristian Schneppe2018-03-081-7/+12
* mark error notifications as sensitve and local onlyChristian Schneppe2018-02-221-2/+3
* changed icons for markasread and reply in NotificationServiceChristian Schneppe2018-02-191-3/+4
* fixed crash on receiving filesChristian Schneppe2018-02-011-2/+2
* add snooze button to notificationChristian Schneppe2018-01-291-23/+85
* avoid some unnecessary notification updatesChristian Schneppe2018-01-271-11/+16
* fix location viewChristian Schneppe2017-12-231-1/+1
* use com.android.support:support-emojiChristian Schneppe2017-11-241-1/+1
* code refactoring to provide shorter account enabled checkChristian Schneppe2017-11-201-1/+1
* also notify in notificationbar for new messages when messenger is openChristian Schneppe2017-10-141-1/+0
* reworked updaterChristian Schneppe2017-10-101-0/+2
* show permanent notification while transcoding videoChristian Schneppe2017-09-181-0/+12
* Foregroundservice can be deactivated in expert options (default = foregrounds...Christian Schneppe2017-09-171-20/+1
* NotificationService: add button to mark conversation as readChristian Schneppe2017-09-041-0/+2
* use proper defaults for notification. fix sound playing twice on Android 8Christian Schneppe2017-09-041-12/+13
* cache some information generated from body like isEmojiOnly, fileParams, isGe...Christian Schneppe2017-08-131-1/+1
* refactored retrieval of default preferencesChristian Schneppe2017-08-011-7/+8
* put settings defaults into resource fileChristian Schneppe2017-08-011-2/+2