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