aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* slightly darken verified icon + mark inactiveDaniel Gultsch2016-11-1642-1/+3
|
* work around -1 in next encryptionDaniel Gultsch2016-11-151-1/+1
|
* refactor omemo fingerprint UI codeDaniel Gultsch2016-11-1551-231/+371
|
* distinguish between general i/o error and write exception when copying filesDaniel Gultsch2016-11-153-13/+27
|
* fixed enabling trust toggle. unknown->untrustedDaniel Gultsch2016-11-152-4/+7
|
* refactore trust enum to be FingerprintStatus class with trust and activeDaniel Gultsch2016-11-1411-289/+327
|
* increase restart thresholdDaniel Gultsch2016-11-141-2/+2
|
* pulled ru translation from transifexDaniel Gultsch2016-11-131-0/+3
|
* extract affiliations from unavailable presenceDaniel Gultsch2016-11-135-16/+23
|
* Stop automagically select default encryptionDaniel Gultsch2016-11-131-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.
* offer message correction in private convsDaniel Gultsch2016-11-121-1/+1
|
* don't add outcasts or non-members in members-only rooms back to listDaniel Gultsch2016-11-122-4/+7
|
* pulled translations from transifexDaniel Gultsch2016-11-113-0/+8
|
* don't offer message correction in anonymous mucsDaniel Gultsch2016-11-111-1/+2
|
* version bump to 1.14.9 + changelog1.14.9Daniel Gultsch2016-11-082-2/+7
|
* pulled translations from transifexDaniel Gultsch2016-11-0814-26/+112
|
* brought restart threshold down to 8 times in 8hDaniel Gultsch2016-11-084-8/+31
|
* don't mark previous conversation as read when processing pending intent. ↵Daniel Gultsch2016-11-081-1/+7
| | | | fixes #2079
* add frequent restart detectionDaniel Gultsch2016-11-083-3/+38
|
* lower case incoming dns recordsDaniel Gultsch2016-11-081-18/+23
|
* Merge branch 'master' of github.com:siacs/ConversationsDaniel Gultsch2016-11-082-4/+4
|\
| * Merge pull request #2108 from licaon-kter/patch-2Daniel Gultsch2016-11-081-1/+1
| |\ | | | | | | Fix typo
| | * Fix typolicaon-kter2016-11-081-1/+1
| |/
| * Merge pull request #2105 from ReadmeCritic/masterDaniel Gultsch2016-11-071-3/+3
| |\ | | | | | | Fix typos in README
| | * Fix typos in READMEReadmeCritic2016-11-071-3/+3
| |/
* / fixed regression of showing delivery failed after receiptDaniel Gultsch2016-11-071-2/+1
|/
* show warning in account details when data saver is enabledDaniel Gultsch2016-11-074-29/+75
|
* expanded section on adb in readmeDaniel Gultsch2016-11-021-1/+12
|
* handle file attachment when missing connectionDaniel Gultsch2016-11-021-1/+3
|
* removed unnecessary push_modeDaniel Gultsch2016-11-023-37/+10
|
* leaving low ping timeout mode after coming onlineDaniel Gultsch2016-11-021-35/+46
|
* version bump to 1.14.8 + changelog1.14.8Daniel Gultsch2016-11-012-2/+5
|
* fixed npe when jingle partner is using unknown candidateDaniel Gultsch2016-11-011-0/+4
|
* extracting stanza-id where by=accountDaniel Gultsch2016-10-313-2/+19
|
* always use ipv4 localhost when using orbot http proxyDaniel Gultsch2016-10-311-1/+1
|
* Revert "use file provider on android M as well"Daniel Gultsch2016-10-302-2/+2
| | | | This reverts commit a4020e85f627f9af2142213a4c34cb4efaa8ac9a.
* schedule correct wakeup call when in low ping timeout modeDaniel Gultsch2016-10-291-2/+3
|
* version bump to 1.14.7 + changelog1.14.7Daniel Gultsch2016-10-262-2/+7
|
* add error message to failed messages. accessible via context menuDaniel Gultsch2016-10-2610-27/+98
|
* use file provider on android M as wellDaniel Gultsch2016-10-232-2/+2
|
* 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
|
* Merge branch 'feature-remove-merge-separator' of ↵Daniel Gultsch2016-10-203-40/+41
|\ | | | | | | https://github.com/Mishiranu/Conversations into Mishiranu-feature-remove-merge-separator
| * Remove MERGE_SEPARATORMishiranu2016-10-203-40/+41
| |
* | Merge branch 'feature-remove-spans' of ↵Daniel Gultsch2016-10-205-7/+118
|\ \ | | | | | | | | | https://github.com/Mishiranu/Conversations into Mishiranu-feature-remove-spans
| * | Remove spans on copying or pasting a textMishiranu2016-10-195-7/+118
| |/
* | introduced low ping timeout mode after gcm pushDaniel Gultsch2016-10-202-2/+13
| |
* | write prepped string to db. use display version everywhere elseDaniel Gultsch2016-10-206-32/+45
| |
* | include pgp signature only in non anonymous mucsDaniel Gultsch2016-10-192-3/+7
| |
* | retrigger key selection if openpgp key was deletedDaniel Gultsch2016-10-192-3/+15
|/