aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/de/pixart/messenger/services (follow)
Commit message (Expand)AuthorAgeFilesLines
* create notification channel for quite hoursChristian Schneppe2018-10-021-23/+36
* make NotificationManager finalChristian Schneppe2018-10-011-1/+1
* use conscrypt as security provider to provide tls 1.3 and modern cyphers on o...Christian Schneppe2018-10-011-2/+3
* fixed notification sounds for Android 6Christian Schneppe2018-09-271-1/+3
* check if wake lock needs reinit when pressing start/pause in audio playerChristian Schneppe2018-09-271-45/+22
* do not compress/resize images with strange aspect ratiosChristian Schneppe2018-09-271-1/+2
* store avatars received over muc presence in contactChristian Schneppe2018-09-272-10/+22
* catch jabber.pix-art.de invite urls directly in fragmentChristian Schneppe2018-09-271-1/+1
* behave nicely (no foreground service by default) if app is built with targetS...Christian Schneppe2018-09-273-8/+13
* do not show media overview in contact/conference details when missing storage...Christian Schneppe2018-09-262-10/+2
* use javax api instead of BC for file decryptionChristian Schneppe2018-09-261-66/+54
* fixed regression that would not dismiss video encoding notificationChristian Schneppe2018-09-261-2/+2
* introduce media browser activityChristian Schneppe2018-09-261-0/+4
* show conversation media in contact/conference detailsChristian Schneppe2018-09-262-2/+11
* made foreground service logging more meaninfulChristian Schneppe2018-09-231-5/+6
* preview media before sending them and allow sharing and attaching of multiple...Christian Schneppe2018-09-231-3/+3
* optimize some multi account handling in SettingsActivityChristian Schneppe2018-09-141-0/+9
* avoid duplicate notifcation soundsChristian Schneppe2018-09-131-15/+42
* speed up DNSChristian Schneppe2018-09-131-2/+2
* hasInternetConnection() will always return true if type=ethernetChristian Schneppe2018-09-131-1/+1
* listen for Android 6 DND eventsChristian Schneppe2018-09-131-12/+36
* properly clear file adding notification if forground service channel is disabledChristian Schneppe2018-09-132-0/+8
* correct channel for video compression, updater, backup and LED colorChristian Schneppe2018-09-131-5/+5
* removed global notifications switchChristian Schneppe2018-09-131-5/+0
* load contacts and start observer after giving permissionsChristian Schneppe2018-09-131-12/+14
* more bug fixes in ExportLogsServiceChristian Schneppe2018-09-131-6/+12
* make channel for video compression, updater, backupChristian Schneppe2018-09-131-0/+24
* initial work toward api 26+Christian Schneppe2018-09-137-167/+248
* add more logging and fix an error in ExportDatabaseChristian Schneppe2018-09-121-12/+13
* AudioPlayer: disable screen when holding phone to earChristian Schneppe2018-09-112-4/+67
* remove logChristian Schneppe2018-08-301-2/+1
* switch between earphone and speaker while playing soundsChristian Schneppe2018-08-301-5/+101
* special treatment for presence errors known to be mucsChristian Schneppe2018-08-301-0/+5
* make QUICK_SHARE_ATTACHMENT_CHOICE configurableChristian Schneppe2018-08-281-0/+4
* store bookmarks in pep if conversion xep is runningChristian Schneppe2018-08-261-102/+150
* some changes in UpdaterChristian Schneppe2018-08-032-16/+15
* call onMessageFound outside sync blockChristian Schneppe2018-08-031-14/+2
* call switchTo(Fore|Back)ground() outside synchronized blockChristian Schneppe2018-08-031-57/+88
* null pointer check in notification serviceChristian Schneppe2018-07-291-1/+1
* do not call listeners while being synchronized on stanza queueChristian Schneppe2018-07-291-6/+18
* fix crash during lookup for updatesChristian Schneppe2018-07-291-2/+1
* use TOR for updaterChristian Schneppe2018-07-281-23/+25
* integrated locally message deletion from #208Christian Schneppe2018-07-091-0/+10
* handle non participating mucs a bit betterChristian Schneppe2018-07-091-1/+1
* change listener lock strategieChristian Schneppe2018-07-091-38/+28
* support mam:1Christian Schneppe2018-07-092-12/+77
* add missing importChristian Schneppe2018-07-091-0/+1
* use sets instead of list for listenersChristian Schneppe2018-07-091-57/+90
* persist muc avatar and show in bookmarksChristian Schneppe2018-07-092-9/+19
* restart file observer when permisson are grantedChristian Schneppe2018-07-091-1/+10