aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/de/pixart/messenger/services/XmppConnectionService.java (unfollow)
Commit message (Expand)AuthorFilesLines
2017-01-25cleaning up crypto targets when conference member is getting removedChristian Schneppe1-0/+20
2017-01-21reworked backup scheduler and add wakelock to ExportLogsServiceChristian Schneppe1-14/+15
2017-01-16handle swiping away from recent apps correctlyChristian Schneppe1-0/+5
2017-01-16correct check if there is a scheduled pending intentChristian Schneppe1-4/+5
2017-01-15don't start backup at startup if there is a scheduled pending intentChristian Schneppe1-8/+15
2017-01-14fixed avatar republish missing the mime typeChristian Schneppe1-11/+7
2017-01-14reworked wakelock for video compressionChristian Schneppe1-3/+5
2017-01-09automatically bookmark private, non-anonymous mucs where inviter is trustedChristian Schneppe1-1/+12
2017-01-05Do not compress GIFs, allow GBoard to send GIFsChristian Schneppe1-2/+4
2016-12-25ignore debug outputChristian Schneppe1-1/+2
2016-12-25catch NPE while sharing video from content uri and make it workingChristian Schneppe1-135/+216
2016-12-18don't reconnect accout when system reports no internet connectionChristian Schneppe1-2/+6
2016-12-18add support for RFC7711 to MTMChristian Schneppe1-2/+2
2016-11-24always force close a connection when disabling from error stateChristian Schneppe1-1/+1
2016-11-24introduced blind trust before verification modeChristian Schneppe1-0/+4
2016-11-24offer verification directly from the trust keys screenChristian Schneppe1-2/+6
2016-11-24use constants for some preferencesChristian Schneppe1-3/+4
2016-11-24when swiping don't clean startup counter entirely. just don't count last startupChristian Schneppe1-2/+2
2016-11-20removed some unecessary lockingChristian Schneppe1-19/+19
2016-11-20check if thread was interrupted before doing operations on socketChristian Schneppe1-2/+1
2016-11-20issue ping after network changeChristian Schneppe1-4/+2
2016-11-20lower reconnection timeChristian Schneppe1-1/+1
2016-11-20synchronzie on xmpp service around all state changesChristian Schneppe1-106/+116
2016-11-20don't reset last connect time on network changeChristian Schneppe1-5/+5
2016-11-19reformat codeChristian Schneppe1-3782/+3783
2016-11-19set preference switch to enable, disable or do automatic video compressionChristian Schneppe1-1/+16
2016-11-18put omemo fingerprint in own uri (qr code / nfc)Christian Schneppe1-0/+22
2016-11-18parse omemo fingerprints from urisChristian Schneppe1-0/+25
2016-11-18reset startup count when swiped away (only count kills)Christian Schneppe1-315/+309
2016-11-15extract affiliations from unavailable presenceChristian Schneppe1-1/+1
2016-11-15close video compression notification on errorsChristian Schneppe1-0/+2
2016-11-12don't add outcasts or non-members in members-only rooms back to listChristian Schneppe1-3/+3
2016-11-11brought restart threshold down to 8 times in 8hChristian Schneppe1-0/+9
2016-11-08add frequent restart detectionChristian Schneppe1-0/+4
2016-11-08fixed regression of showing delivery failed after receiptChristian Schneppe1-2/+1
2016-11-07removed unnecessary push_modeChristian Schneppe1-30/+11
2016-11-07leaving low ping timeout mode after coming onlineChristian Schneppe1-35/+46
2016-11-07schedule correct wakeup call when in low ping timeout modeChristian Schneppe1-3/+4
2016-10-26add error message to failed messages. accessible via context menuChristian Schneppe1-3/+13
2016-10-26connect instantly in low ping mode after going offlineChristian Schneppe1-2/+7
2016-10-26don't leave low timeout mode prematurelyChristian Schneppe1-3/+3
2016-10-26introduced low ping timeout mode after gcm pushChristian Schneppe1-2/+12
2016-10-26some checks before video compression and don't compress videos...Christian Schneppe1-9/+14
2016-10-21include pgp signature only in non anonymous mucsChristian Schneppe1-2/+2
2016-10-21make VideoCompression notification persistentChristian Schneppe1-0/+1
2016-10-18update conversation in database background threadChristian Schneppe1-4/+9
2016-10-18add exception handling when loading default resourceChristian Schneppe1-1/+10
2016-10-18code cleanupChristian Schneppe1-3/+0
2016-10-16little notification improvements for video compressionChristian Schneppe1-0/+16
2016-10-11fix bug with wake lock for video compressionChristian Schneppe1-4/+2