aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* | | sent messages from unverified devices show red lockDaniel Gultsch2016-11-281-1/+1
* | | pulled translations from transifexDaniel Gultsch2016-11-2529-50/+128
* | | fixed migrations from pre-btbv phaseDaniel Gultsch2016-11-251-3/+7
* | | changed blind trust before verification summary to a slightly longer oneDaniel Gultsch2016-11-241-3/+3
* | | always force close a connection when disabling from error stateDaniel Gultsch2016-11-242-1/+5
* | | pulled translations from transifexDaniel Gultsch2016-11-2430-422/+804
* | | changed design language to match BTBV proposalDaniel Gultsch2016-11-243-8/+14
* | | update the conversations view (and the lock icon) after receiving device listDaniel Gultsch2016-11-241-0/+1
* | | explictly scan for aztec and qr codes onlyDaniel Gultsch2016-11-233-31/+4
* | | introduced blind trust before verification modeDaniel Gultsch2016-11-238-7/+62
* | | Merge branch 'master' of github.com:siacs/ConversationsDaniel Gultsch2016-11-221-3/+3
|\ \ \
| * \ \ Merge pull request #2130 from da2x/patch-2Daniel Gultsch2016-11-201-3/+3
| |\ \ \
| | * | | Fix up the langauge in some Settings stringsDaniel Aleksandersen2016-11-191-3/+3
| | | |/ | | |/|
* | | | added share button to account detailsDaniel Gultsch2016-11-227-25/+288
* | | | show proper avatar for 'self' contact. fixes #2138Daniel Gultsch2016-11-222-2/+9
* | | | offer verification directly from the trust keys screenDaniel Gultsch2016-11-2216-3/+96
* | | | use aztec code instead of qrDaniel Gultsch2016-11-212-12/+7
* | | | use constants for some preferencesDaniel Gultsch2016-11-213-15/+20
* | | | when swiping don't clean startup counter entirely. just don't count last startupDaniel Gultsch2016-11-212-5/+10
|/ / /
* | | introduced custom tls socket factory to make tls1.2 work for http connectionsDaniel Gultsch2016-11-202-12/+71
* | | remove omemo devices from annoucement after 7 days of inactivityDaniel Gultsch2016-11-194-22/+69
* | | don't show omemo keys by default in account detailsDaniel Gultsch2016-11-191-1/+1
* | | don't use xmpp uri for self verification if account is disabledDaniel Gultsch2016-11-191-1/+1
* | | save last activation time in fingerprint statusDaniel Gultsch2016-11-195-8/+58
* | | 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
* | slightly darken verified icon + mark inactiveDaniel Gultsch2016-11-1641-0/+2
* | work around -1 in next encryptionDaniel Gultsch2016-11-151-1/+1
* | refactor omemo fingerprint UI codeDaniel Gultsch2016-11-1549-230/+315
* | 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