aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/eu/siacs/conversations/services/XmppConnectionService.java (unfollow)
Commit message (Expand)AuthorFilesLines
2017-01-25reset messagesLoaded when changing retention settingsDaniel Gultsch1-0/+8
2017-01-25add database and file migrations for 1.16.0Daniel Gultsch1-8/+13
2017-01-24transcode videos before sharing. change storage locationDaniel Gultsch1-3/+76
2017-01-23configurable local message retention period. (untested)Daniel Gultsch1-11/+42
2017-01-22cleaning up crypto targets when conference member is getting removedDaniel Gultsch1-0/+20
2017-01-12fixed avatar republish missing the mime typeDaniel Gultsch1-11/+7
2017-01-09automatically bookmark private, non-anonymous mucs where inviter is trusted. ...Daniel Gultsch1-1/+12
2017-01-01Do not compress GIFs, allow GBoard to send GIFsMichael Eden1-1/+6
2016-12-30disable automatic foreground service activation if related config paramaters ...Daniel Gultsch1-1/+4
2016-12-10don't reconnect accout when system reports no internet connectionDaniel Gultsch1-2/+6
2016-12-05add support for RFC7711 to MTMDaniel Gultsch1-2/+2
2016-11-24always force close a connection when disabling from error stateDaniel Gultsch1-1/+1
2016-11-23introduced blind trust before verification modeDaniel Gultsch1-0/+4
2016-11-22offer verification directly from the trust keys screenDaniel Gultsch1-2/+6
2016-11-21use constants for some preferencesDaniel Gultsch1-6/+7
2016-11-21when swiping don't clean startup counter entirely. just don't count last startupDaniel Gultsch1-2/+2
2016-11-19removed some unecessary lockingDaniel Gultsch1-20/+19
2016-11-19check if thread was interrupted before doing operations on socketDaniel Gultsch1-2/+1
2016-11-18issue ping after network changeDaniel Gultsch1-2/+2
2016-11-18lower reconnection timeDaniel Gultsch1-1/+1
2016-11-18synchronzie on xmpp service around all state changesDaniel Gultsch1-106/+113
2016-11-18don't reset last connect time on network changeDaniel Gultsch1-5/+5
2016-11-17put omemo fingerprint in own uri (qr code / nfc)Daniel Gultsch1-0/+23
2016-11-17parse omemo fingerprints from urisDaniel Gultsch1-0/+25
2016-11-17reset startup count when swiped away (only count kills)Daniel Gultsch1-7/+1
2016-11-13extract affiliations from unavailable presenceDaniel Gultsch1-1/+1
2016-11-12don't add outcasts or non-members in members-only rooms back to listDaniel Gultsch1-3/+3
2016-11-08brought restart threshold down to 8 times in 8hDaniel Gultsch1-0/+9
2016-11-08add frequent restart detectionDaniel Gultsch1-2/+12
2016-11-07fixed regression of showing delivery failed after receiptDaniel Gultsch1-2/+1
2016-11-02removed unnecessary push_modeDaniel Gultsch1-29/+10
2016-11-02leaving low ping timeout mode after coming onlineDaniel Gultsch1-35/+46
2016-10-29schedule correct wakeup call when in low ping timeout modeDaniel Gultsch1-2/+3
2016-10-26add error message to failed messages. accessible via context menuDaniel Gultsch1-2/+13
2016-10-23connect instantly in low ping mode after going offlineDaniel Gultsch1-2/+7
2016-10-20don't leave low timeout mode prematurelyDaniel Gultsch1-3/+3
2016-10-20introduced low ping timeout mode after gcm pushDaniel Gultsch1-2/+12
2016-10-19include pgp signature only in non anonymous mucsDaniel Gultsch1-2/+2
2016-10-18update conversation in database background threadDaniel Gultsch1-4/+9
2016-10-17add exception handling when loading default resourceDaniel Gultsch1-2/+10
2016-10-09don't use sending state on muc pms without smacksDaniel Gultsch1-2/+4
2016-10-07reset sending to waiting on every errorDaniel Gultsch1-1/+8
2016-10-07respond to chat marker request only when mutual presence subscription existsDaniel Gultsch1-1/+4
2016-10-06refresh error notification after 'try again'Daniel Gultsch1-0/+1
2016-10-06issue ping after push was receivedDaniel Gultsch1-1/+3
2016-10-06try to fix messages stuck at sendingDaniel Gultsch1-1/+2
2016-10-04make error notification dismissable. fixes #1815Daniel Gultsch1-13/+26
2016-09-27Allow to dismiss the notification from a wear reply.Daniele Gobbetti1-4/+12
2016-09-24don't reset encryption choice to auto on archivingDaniel Gultsch1-2/+0
2016-09-21don't react to null and empty voice repliesDaniel Gultsch1-3/+4