aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/de/pixart/messenger/services/XmppConnectionService.java (unfollow)
Commit message (Collapse)AuthorFilesLines
2018-11-30set access model to open when publishing avatarChristian Schneppe1-21/+62
2018-11-30run expireOldMessages in background taskChristian Schneppe1-4/+9
2018-11-23catch a few run time exceptions related to androids life cycle mgmtChristian Schneppe1-8/+11
2018-11-23provide option to reject subscription request when long pressing 'allow'Christian Schneppe1-5/+7
2018-11-23use startForegroundService compat from push message receiverChristian Schneppe1-1/+10
2018-11-23use display name to generate own avatarChristian Schneppe1-0/+1
2018-11-23do not update foreground notification on error if it wasn’t enabledChristian Schneppe1-0/+4
2018-11-23fixed race condition that prevented bookmark nick to be usedChristian Schneppe1-4/+6
2018-11-23added interface to edit nickChristian Schneppe1-10/+21
2018-11-23add suggested contacts to roster on first messageChristian Schneppe1-0/+7
2018-11-23always do contact sync in backgroundChristian Schneppe1-1/+1
2018-11-23suggest sync on loginChristian Schneppe1-0/+1
2018-11-23use inContactList() instead inRoster() in the proper placesChristian Schneppe1-1/+1
2018-11-23added count down latch to await account connect before going into publish ↵Christian Schneppe1-0/+3
profile activity
2018-11-23refresh contacts when opening StartConversationsActivityChristian Schneppe1-0/+4
2018-11-23basic phone number syncChristian Schneppe1-7/+3
2018-11-23refactored phone contact loading in preperation for syncChristian Schneppe1-38/+30
2018-11-15refactored some ManageAccount, WelcomeActivity and a few other thingsChristian Schneppe1-12/+0
2018-11-11try to fix failing backups in multiaccount modeChristian Schneppe1-1/+1
--> you have to enable multiaccount mode again and setup a password!!!
2018-10-24try to catch a NPE on iterator.removeChristian Schneppe1-3/+7
2018-10-20fixed cache cleaning cleaning all confercenes instead of where contact isChristian Schneppe1-2/+1
2018-10-20catch exception if Conscrypt could not be initialized and use tls 1.2Christian Schneppe1-1/+5
2018-10-04Do weOwnFile security check only when attachingChristian Schneppe1-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
2018-10-01use conscrypt as security provider to provide tls 1.3 and modern cyphers on ↵Christian Schneppe1-2/+3
old androids
2018-09-27do not compress/resize images with strange aspect ratiosChristian Schneppe1-1/+2
2018-09-27store avatars received over muc presence in contactChristian Schneppe1-0/+8
2018-09-27catch jabber.pix-art.de invite urls directly in fragmentChristian Schneppe1-1/+1
2018-09-27behave nicely (no foreground service by default) if app is built with ↵Christian Schneppe1-1/+1
targetSdk <26
2018-09-26do not show media overview in contact/conference details when missing ↵Christian Schneppe1-1/+1
storage permission
2018-09-26fixed regression that would not dismiss video encoding notificationChristian Schneppe1-2/+2
2018-09-26introduce media browser activityChristian Schneppe1-0/+4
2018-09-26show conversation media in contact/conference detailsChristian Schneppe1-0/+9
2018-09-23made foreground service logging more meaninfulChristian Schneppe1-5/+6
2018-09-14optimize some multi account handling in SettingsActivityChristian Schneppe1-0/+9
2018-09-13speed up DNSChristian Schneppe1-2/+2
run queries in parallel decrease timeout do not fall back to google
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 Schneppe1-0/+1
2018-09-13load contacts and start observer after giving permissionsChristian Schneppe1-12/+14
2018-09-13initial work toward api 26+Christian Schneppe1-19/+21
* introduce notification channels * always use foreground service on 26+
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 Schneppe1-10/+9
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-29do not call listeners while being synchronized on stanza queueChristian Schneppe1-6/+18
2018-07-09integrated locally message deletion from #208Christian Schneppe1-0/+10
thanks @acw81
2018-07-09handle non participating mucs a bit betterChristian Schneppe1-1/+1
2018-07-09change listener lock strategieChristian Schneppe1-38/+28