aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/de/pixart/messenger/services/XmppConnectionService.java (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* mark deleted files in database and not query them when querying for mediaChristian Schneppe2019-01-251-34/+31
|
* remove deprecated instanceIdServiceChristian Schneppe2019-01-241-1/+1
|
* 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 ↵Christian Schneppe2018-11-231-0/+3
| | | | profile activity
* 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
| | | | --> you have to enable multiaccount mode again and setup a password!!!
* 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
| | | | The general security check is recommend so a third party can not ask us to send an internal file. But we don’t need to do this for files we attach ourself from within the app
* use conscrypt as security provider to provide tls 1.3 and modern cyphers on ↵Christian Schneppe2018-10-011-2/+3
| | | | old androids
* 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 ↵Christian Schneppe2018-09-271-1/+1
| | | | targetSdk <26
* do not show media overview in contact/conference details when missing ↵Christian Schneppe2018-09-261-1/+1
| | | | storage permission
* 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
| | | | | | 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-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
| | | | | * introduce notification channels * always use foreground service on 26+