aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/de/pixart/messenger/services (unfollow)
Commit message (Expand)AuthorFilesLines
2018-09-23made foreground service logging more meaninfulChristian Schneppe1-5/+6
2018-09-23preview media before sending them and allow sharing and attaching of multiple...Christian Schneppe1-3/+3
2018-09-14optimize some multi account handling in SettingsActivityChristian Schneppe1-0/+9
2018-09-13avoid duplicate notifcation soundsChristian Schneppe1-15/+42
2018-09-13speed up DNSChristian Schneppe1-2/+2
2018-09-13hasInternetConnection() will always return true if type=ethernetChristian Schneppe1-1/+1
2018-09-13listen for Android 6 DND eventsChristian Schneppe1-12/+36
2018-09-13properly clear file adding notification if forground service channel is disabledChristian Schneppe2-0/+8
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-13load contacts and start observer after giving permissionsChristian Schneppe1-12/+14
2018-09-13more bug fixes in ExportLogsServiceChristian Schneppe1-6/+12
2018-09-13make channel for video compression, updater, backupChristian Schneppe1-0/+24
2018-09-13initial work toward api 26+Christian Schneppe7-167/+248
2018-09-12add more logging and fix an error in ExportDatabaseChristian Schneppe1-12/+13
2018-09-11AudioPlayer: disable screen when holding phone to earChristian Schneppe2-4/+67
2018-08-30remove logChristian Schneppe1-2/+1
2018-08-30switch between earphone and speaker while playing soundsChristian Schneppe1-5/+101
2018-08-30special treatment for presence errors known to be mucsChristian Schneppe1-0/+5
2018-08-28make QUICK_SHARE_ATTACHMENT_CHOICE configurableChristian Schneppe1-0/+4
2018-08-26store bookmarks in pep if conversion xep is runningChristian Schneppe1-102/+150
2018-08-03some changes in UpdaterChristian Schneppe2-16/+15
2018-08-03call onMessageFound outside sync blockChristian Schneppe1-14/+2
2018-08-03call switchTo(Fore|Back)ground() outside synchronized blockChristian Schneppe1-57/+88
2018-07-29null pointer check in notification serviceChristian Schneppe1-1/+1
2018-07-29do not call listeners while being synchronized on stanza queueChristian Schneppe1-6/+18
2018-07-29fix crash during lookup for updatesChristian Schneppe1-2/+1
2018-07-28use TOR for updaterChristian Schneppe1-23/+25
2018-07-09integrated locally message deletion from #208Christian Schneppe1-0/+10
2018-07-09handle non participating mucs a bit betterChristian Schneppe1-1/+1
2018-07-09change listener lock strategieChristian Schneppe1-38/+28
2018-07-09support mam:1Christian Schneppe2-12/+77
2018-07-09add missing importChristian Schneppe1-0/+1
2018-07-09use sets instead of list for listenersChristian Schneppe1-57/+90
2018-07-09persist muc avatar and show in bookmarksChristian Schneppe2-9/+19
2018-07-09restart file observer when permisson are grantedChristian Schneppe1-1/+10
2018-07-09reset subject and name on emptyChristian Schneppe1-2/+2
2018-07-09save name instead of subject in bookmarkChristian Schneppe1-1/+14
2018-07-09refined create conference dialogChristian Schneppe1-10/+11
2018-06-29non functional muc edit buttonChristian Schneppe1-8/+0
2018-06-29do not include white listed domains in room listChristian Schneppe1-3/+2
2018-06-29linkify subject + open xmpp directly w/o going through start conv activityChristian Schneppe1-0/+11
2018-06-29use room name (if available and != localpart) as group nameChristian Schneppe1-17/+2
2018-06-29try to stop transcoding notification in some rare casesChristian Schneppe1-0/+2
2018-06-29WIP: set room avatar and slight redesign of group detailsChristian Schneppe1-9/+66
2018-06-17do not include read only chats in contact chooserChristian Schneppe1-3/+8
2018-06-17introduced config setting to hide error notificationChristian Schneppe1-0/+4
2018-06-04use also rounded avatars in widgetChristian Schneppe1-1/+3
2018-06-04catch more exceptions in scheduleWakeUpCallChristian Schneppe1-0/+2
2018-06-01add more logging to setIsInForegroundChristian Schneppe2-1/+3