aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/eu/siacs/conversations/services (follow)
Commit message (Collapse)AuthorAgeFilesLines
* reset messagesLoaded when changing retention settingsDaniel Gultsch2017-01-252-1/+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-232-15/+50
|
* cleaning up crypto targets when conference member is getting removedDaniel Gultsch2017-01-221-0/+20
|
* write text in bold when highlighted in received muc messageDaniel Gultsch2017-01-201-1/+1
|
* don't include 'before' reference in mam queries bound by timestampDaniel Gultsch2017-01-121-1/+3
|
* finish of backlog only for one particular accountDaniel Gultsch2017-01-122-3/+18
|
* only call UI thread from downloading thread every 250msDaniel Gultsch2017-01-121-0/+14
|
* 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
| | | | fixes #2035 #937
* Merge branch 'feature-gboardgifs' of ↵Daniel Gultsch2017-01-031-1/+6
|\ | | | | | | https://github.com/illegalprime/Conversations into illegalprime-feature-gboardgifs
| * 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
|/ | | | are set to zero
* 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
|
* Merge branch 'master' of https://github.com/Fenisu/Conversations into ↵Daniel Gultsch2016-12-022-2/+2
|\ | | | | | | Fenisu-master
| * Private files using a boolean flag from Config.java.Ignacio Quezada2016-11-081-1/+1
| |
* | made provider authorities relativ to deal with different package idsDaniel Gultsch2016-12-011-3/+4
| |
* | avoid binding multiple times from BarcodeServiceDaniel Gultsch2016-12-011-15/+22
| |
* | renamed foreground service preferenceDaniel Gultsch2016-11-301-1/+2
| |
* | better handle the case when same user is joined with multiple nicks in the ↵Daniel Gultsch2016-11-291-1/+1
| | | | | | | | same room
* | always force close a connection when disabling from error stateDaniel Gultsch2016-11-241-1/+1
| |
* | explictly scan for aztec and qr codes onlyDaniel Gultsch2016-11-231-29/+1
| |
* | introduced blind trust before verification modeDaniel Gultsch2016-11-231-0/+4
| | | | | | | | read more about the concept on https://gultsch.de/trust.html
* | added share button to account detailsDaniel Gultsch2016-11-221-0/+226
| |
* | show proper avatar for 'self' contact. fixes #2138Daniel Gultsch2016-11-221-0/+3
| |
* | 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-022-32/+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
| |