aboutsummaryrefslogtreecommitdiffstats
path: root/src (unfollow)
Commit message (Collapse)AuthorFilesLines
2016-11-25Add quotation supportMishiranu20-11/+305
2016-11-17put omemo fingerprint in own uri (qr code / nfc)Daniel Gultsch6-17/+80
2016-11-17parse omemo fingerprints from urisDaniel Gultsch11-44/+172
2016-11-17fixed back and forth between Welcome- and EditAccountActivityDaniel Gultsch1-4/+25
2016-11-17use base64.nowrap for omemo keysDaniel Gultsch1-3/+3
2016-11-17reset startup count when swiped away (only count kills)Daniel Gultsch2-7/+3
2016-11-16slightly darken verified icon + mark inactiveDaniel Gultsch41-0/+2
2016-11-15work around -1 in next encryptionDaniel Gultsch1-1/+1
2016-11-15refactor omemo fingerprint UI codeDaniel Gultsch49-230/+315
2016-11-15distinguish between general i/o error and write exception when copying filesDaniel Gultsch3-13/+27
2016-11-15fixed enabling trust toggle. unknown->untrustedDaniel Gultsch2-4/+7
2016-11-14refactore trust enum to be FingerprintStatus class with trust and activeDaniel Gultsch11-289/+327
2016-11-14increase restart thresholdDaniel Gultsch1-2/+2
2016-11-13pulled ru translation from transifexDaniel Gultsch1-0/+3
2016-11-13extract affiliations from unavailable presenceDaniel Gultsch5-16/+23
2016-11-13Stop automagically select default encryptionDaniel Gultsch1-30/+1
Selecting a default encryption (in our case OMEMO) has several down sides. First of all users might have perfectly valid reasons not to use encryption at all such as using the same private server. Second of all the way it was implemented Conversations would automatically fall back to plain text as soon as the conditions changed (recipient switches to device with no encryption) which lead to unexpected situations. Thirdly having a default encryptions speaks against the 'mission statement' of Conversations of not forcing its security and privacey aspects upon the user. And last but not least the goal of implementing this feature in the first place: Be encrypted by default didn't work at all. I don't think there was a single user that we succesfully 'tricked' into using OMEMO who otherwise wouldn't have used it.
2016-11-12offer message correction in private convsDaniel Gultsch1-1/+1
2016-11-12don't add outcasts or non-members in members-only rooms back to listDaniel Gultsch2-4/+7
2016-11-11pulled translations from transifexDaniel Gultsch3-0/+8
2016-11-11don't offer message correction in anonymous mucsDaniel Gultsch1-1/+2
2016-11-08pulled translations from transifexDaniel Gultsch14-26/+112
2016-11-08brought restart threshold down to 8 times in 8hDaniel Gultsch4-8/+31
2016-11-08don't mark previous conversation as read when processing pending intent. ↵Daniel Gultsch1-1/+7
fixes #2079
2016-11-08add frequent restart detectionDaniel Gultsch3-3/+38
2016-11-08lower case incoming dns recordsDaniel Gultsch1-18/+23
2016-11-08Fix typolicaon-kter1-1/+1
2016-11-07fixed regression of showing delivery failed after receiptDaniel Gultsch1-2/+1
2016-11-07show warning in account details when data saver is enabledDaniel Gultsch4-29/+75
2016-11-02handle file attachment when missing connectionDaniel Gultsch1-1/+3
2016-11-02removed unnecessary push_modeDaniel Gultsch3-37/+10
2016-11-02leaving low ping timeout mode after coming onlineDaniel Gultsch1-35/+46
2016-11-01fixed npe when jingle partner is using unknown candidateDaniel Gultsch1-0/+4
2016-10-31extracting stanza-id where by=accountDaniel Gultsch3-2/+19
2016-10-31always use ipv4 localhost when using orbot http proxyDaniel Gultsch1-1/+1
2016-10-30Revert "use file provider on android M as well"Daniel Gultsch2-2/+2
This reverts commit a4020e85f627f9af2142213a4c34cb4efaa8ac9a.
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 Gultsch10-27/+98
2016-10-23use file provider on android M as wellDaniel Gultsch2-2/+2
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 Gultsch2-2/+13
2016-10-20write prepped string to db. use display version everywhere elseDaniel Gultsch6-32/+45
2016-10-20Remove MERGE_SEPARATORMishiranu3-40/+41
2016-10-19Remove spans on copying or pasting a textMishiranu5-7/+118
2016-10-19include pgp signature only in non anonymous mucsDaniel Gultsch2-3/+7
2016-10-19retrigger key selection if openpgp key was deletedDaniel Gultsch2-3/+15
2016-10-18update conversation in database background threadDaniel Gultsch5-18/+18
2016-10-18don't trigger context menu in message adapter manually. fixes #2077Daniel Gultsch3-13/+6
2016-10-17add exception handling when loading default resourceDaniel Gultsch1-2/+10
2016-10-17small code reformation in pgp decryption serviceDaniel Gultsch1-2/+4