aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/de/pixart/messenger/services (follow)
Commit message (Collapse)AuthorAgeFilesLines
* made foreground service logging more meaninfulChristian Schneppe2018-09-231-5/+6
|
* preview media before sending them and allow sharing and attaching of ↵Christian Schneppe2018-09-231-3/+3
| | | | multiple files
* 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
| | | | | | run queries in parallel decrease timeout do not fall back to google
* 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
| | | | | * introduce notification channels * always use foreground service on 26+
* 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
| | | | thanks @acw81
* 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
|
* reset subject and name on emptyChristian Schneppe2018-07-091-2/+2
|
* save name instead of subject in bookmarkChristian Schneppe2018-07-091-1/+14
|
* refined create conference dialogChristian Schneppe2018-07-091-10/+11
|
* non functional muc edit buttonChristian Schneppe2018-06-291-8/+0
|
* do not include white listed domains in room listChristian Schneppe2018-06-291-3/+2
|
* linkify subject + open xmpp directly w/o going through start conv activityChristian Schneppe2018-06-291-0/+11
|
* use room name (if available and != localpart) as group nameChristian Schneppe2018-06-291-17/+2
|
* try to stop transcoding notification in some rare casesChristian Schneppe2018-06-291-0/+2
|
* WIP: set room avatar and slight redesign of group detailsChristian Schneppe2018-06-291-9/+66
| | | | *show jid in group details (in advanced mode)
* do not include read only chats in contact chooserChristian Schneppe2018-06-171-3/+8
|
* introduced config setting to hide error notificationChristian Schneppe2018-06-171-0/+4
|
* use also rounded avatars in widgetChristian Schneppe2018-06-041-1/+3
|
* catch more exceptions in scheduleWakeUpCallChristian Schneppe2018-06-041-0/+2
|
* add more logging to setIsInForegroundChristian Schneppe2018-06-012-1/+3
|