aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/de/pixart/messenger/services/XmppConnectionService.java (follow)
Commit message (Expand)AuthorAgeFilesLines
* introduced 'original' as video and image quality and do not ignorer errorChristian Schneppe2019-01-031-0/+8
* rename functions and variables for room destructionChristian Schneppe2019-01-031-12/+11
* archive destoryed mucs when registering that bookmark has been removedChristian Schneppe2019-01-031-2/+13
* synchronize join/leaves with bookmarksChristian Schneppe2018-12-151-7/+29
* fixed dead lock when sending pgp messages from quick replyChristian Schneppe2018-12-141-2/+0
* show warning snackbar before joining anon-non-private roomChristian Schneppe2018-12-141-0/+5
* check mam preference for mam:2 namespace and purge offline only if setChristian Schneppe2018-12-141-1/+1
* fixed cache cleaning of muc avatarsChristian Schneppe2018-11-301-1/+4
* set access model to open when publishing avatarChristian Schneppe2018-11-301-21/+62
* run expireOldMessages in background taskChristian Schneppe2018-11-301-4/+9
* catch a few run time exceptions related to androids life cycle mgmtChristian Schneppe2018-11-231-8/+11
* provide option to reject subscription request when long pressing 'allow'Christian Schneppe2018-11-231-5/+7
* 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