aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | | removed some unecessary lockingDaniel Gultsch2016-11-191-20/+19
* | | close socket after failed stream openDaniel Gultsch2016-11-191-1/+4
* | | check if thread was interrupted before doing operations on socketDaniel Gultsch2016-11-192-76/+77
* | | fixed regression that would crash create contact dialog. fixes #2131Daniel Gultsch2016-11-191-2/+4
* | | show 'clear devices' button underneath own devicesDaniel Gultsch2016-11-187-53/+55
* | | removed some unecessary logging from omemo message generationDaniel Gultsch2016-11-181-4/+0
* | | lower own otr fingerprintDaniel Gultsch2016-11-181-1/+2
* | | issue ping after network changeDaniel Gultsch2016-11-182-3/+3
* | | 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-182-7/+9
* | | use lower case otr fingerprints for comparisonDaniel Gultsch2016-11-182-2/+3
* | | removed some very verbose logging from axolotl serviceDaniel Gultsch2016-11-181-1/+0
* | | lower casing fingerprints when parsing URIDaniel Gultsch2016-11-181-1/+1
|/ /
* | put omemo fingerprint in own uri (qr code / nfc)Daniel Gultsch2016-11-176-17/+80
* | parse omemo fingerprints from urisDaniel Gultsch2016-11-1711-44/+172
* | fixed back and forth between Welcome- and EditAccountActivityDaniel Gultsch2016-11-171-4/+25
* | use base64.nowrap for omemo keysDaniel Gultsch2016-11-171-3/+3
* | reset startup count when swiped away (only count kills)Daniel Gultsch2016-11-172-7/+3
* | update shortcut badgerDaniel Gultsch2016-11-161-1/+1
* | 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
* | 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. fixe...Daniel Gultsch2016-11-081-1/+7
* | 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 typolicaon-kter2016-11-081-1/+1
| |/ /
| * | Merge pull request #2105 from ReadmeCritic/masterDaniel Gultsch2016-11-071-3/+3
| |\ \
| | * | 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