aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/de/pixart/messenger/services/XmppConnectionService.java (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* use startForegroundService compat from push message receiverChristian Schneppe2018-11-231-1/+10
* use display name to generate own avatarChristian Schneppe2018-11-231-0/+1
* do not update foreground notification on error if it wasn’t enabledChristian Schneppe2018-11-231-0/+4
* fixed race condition that prevented bookmark nick to be usedChristian Schneppe2018-11-231-4/+6
* added interface to edit nickChristian Schneppe2018-11-231-10/+21
* add suggested contacts to roster on first messageChristian Schneppe2018-11-231-0/+7
* always do contact sync in backgroundChristian Schneppe2018-11-231-1/+1
* suggest sync on loginChristian Schneppe2018-11-231-0/+1
* use inContactList() instead inRoster() in the proper placesChristian Schneppe2018-11-231-1/+1
* added count down latch to await account connect before going into publish pro...Christian Schneppe2018-11-231-0/+3
* refresh contacts when opening StartConversationsActivityChristian Schneppe2018-11-231-0/+4
* basic phone number syncChristian Schneppe2018-11-231-7/+3
* refactored phone contact loading in preperation for syncChristian Schneppe2018-11-231-38/+30
* refactored some ManageAccount, WelcomeActivity and a few other thingsChristian Schneppe2018-11-151-12/+0
* try to fix failing backups in multiaccount modeChristian Schneppe2018-11-111-1/+1
* try to catch a NPE on iterator.removeChristian Schneppe2018-10-241-3/+7
* fixed cache cleaning cleaning all confercenes instead of where contact isChristian Schneppe2018-10-201-2/+1
* catch exception if Conscrypt could not be initialized and use tls 1.2Christian Schneppe2018-10-201-1/+5
* Do weOwnFile security check only when attachingChristian Schneppe2018-10-041-11/+1
* use conscrypt as security provider to provide tls 1.3 and modern cyphers on o...Christian Schneppe2018-10-011-2/+3
* do not compress/resize images with strange aspect ratiosChristian Schneppe2018-09-271-1/+2
* store avatars received over muc presence in contactChristian Schneppe2018-09-271-0/+8
* 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-271-1/+1
* do not show media overview in contact/conference details when missing storage...Christian Schneppe2018-09-261-1/+1
* 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-261-0/+9
* made foreground service logging more meaninfulChristian Schneppe2018-09-231-5/+6
* optimize some multi account handling in SettingsActivityChristian Schneppe2018-09-141-0/+9
* 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-131-0/+1
* load contacts and start observer after giving permissionsChristian Schneppe2018-09-131-12/+14
* initial work toward api 26+Christian Schneppe2018-09-131-19/+21
* 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-031-10/+9
* call onMessageFound outside sync blockChristian Schneppe2018-08-031-14/+2
* call switchTo(Fore|Back)ground() outside synchronized blockChristian Schneppe2018-08-031-57/+88
* do not call listeners while being synchronized on stanza queueChristian Schneppe2018-07-291-6/+18
* 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-091-3/+3
* 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-091-7/+11