aboutsummaryrefslogtreecommitdiffstats
path: root/src/main (unfollow)
Commit message (Expand)AuthorFilesLines
2016-11-24use aztec code instead of qrChristian Schneppe2-9/+7
2016-11-24use constants for some preferencesChristian Schneppe3-10/+16
2016-11-24when swiping don't clean startup counter entirely. just don't count last startupChristian Schneppe2-5/+10
2016-11-20update some stringsChristian Schneppe1-4/+4
2016-11-20update stringsChristian Schneppe3-8/+15
2016-11-20introduced custom tls socket factory to make tls1.2 work for http connectionsChristian Schneppe2-15/+72
2016-11-20remove omemo devices from annoucement after 7 days of inactivityChristian Schneppe4-27/+72
2016-11-20don't show omemo keys by default in account detailsChristian Schneppe1-1/+1
2016-11-20don't use xmpp uri for self verification if account is disabledChristian Schneppe1-1/+1
2016-11-20save last activation time in fingerprint statusChristian Schneppe5-8/+57
2016-11-20removed some unecessary lockingChristian Schneppe1-19/+19
2016-11-20close socket after failed stream openChristian Schneppe1-47/+50
2016-11-20check if thread was interrupted before doing operations on socketChristian Schneppe2-79/+89
2016-11-20fixed regression that would crash create contact dialogChristian Schneppe1-2/+4
2016-11-20Fix up the langauge in some Settings stringsChristian Schneppe1-3/+3
2016-11-20show 'clear devices' button underneath own devicesChristian Schneppe7-66/+70
2016-11-20removed some unecessary logging from omemo message generationChristian Schneppe1-4/+0
2016-11-20lower own otr fingerprintChristian Schneppe1-1/+2
2016-11-20issue ping after network changeChristian Schneppe2-5/+3
2016-11-20lower reconnection timeChristian Schneppe1-1/+1
2016-11-20synchronzie on xmpp service around all state changesChristian Schneppe1-106/+116
2016-11-20don't reset last connect time on network changeChristian Schneppe2-7/+9
2016-11-20use lower case otr fingerprints for comparisonChristian Schneppe2-2/+3
2016-11-20removed some very verbose logging from axolotl serviceChristian Schneppe1-1/+0
2016-11-20lower casing fingerprints when parsing URIChristian Schneppe1-1/+1
2016-11-19make update.apk filename static finalChristian Schneppe1-1/+1
2016-11-19reformat codeChristian Schneppe262-35463/+35550
2016-11-19optimize importsChristian Schneppe3-6/+3
2016-11-19set preference switch to enable, disable or do automatic video compressionChristian Schneppe4-2/+38
2016-11-19correct colors for uncrypted messages in encrypted chatsChristian Schneppe2-3/+11
2016-11-18put omemo fingerprint in own uri (qr code / nfc)Christian Schneppe6-79/+139
2016-11-18parse omemo fingerprints from urisChristian Schneppe11-46/+175
2016-11-18fixed back and forth between Welcome- and EditAccountActivityChristian Schneppe1-3/+26
2016-11-18use base64.nowrap for omemo keysChristian Schneppe1-8/+8
2016-11-18reset startup count when swiped away (only count kills)Christian Schneppe2-315/+311
2016-11-18slightly darken verified icon + mark inactiveChristian Schneppe6-0/+2
2016-11-17work around -1 in next encryptionChristian Schneppe1-10/+10
2016-11-17refactor omemo fingerprint UI codeChristian Schneppe14-342/+429
2016-11-17distinguish between general i/o error and write exception when copying filesChristian Schneppe4-107/+122
2016-11-17fixed enabling trust toggle. unknown->untrustedChristian Schneppe2-4/+7
2016-11-17refactore trust enum to be FingerprintStatus class with trust and activeChristian Schneppe11-782/+813
2016-11-15extract affiliations from unavailable presenceChristian Schneppe5-16/+23
2016-11-15Stop automagically select default encryptionChristian Schneppe1-32/+1
2016-11-15small layout improvements in contact detailsChristian Schneppe1-5/+5
2016-11-15close video compression notification on errorsChristian Schneppe1-0/+2
2016-11-15catch NPE on trying to start navigation if no app could be foundChristian Schneppe1-2/+8
2016-11-12remove unused ressourcesChristian Schneppe66-107/+22
2016-11-12don't add outcasts or non-members in members-only rooms back to listChristian Schneppe2-4/+7
2016-11-12don't allow message correction for xmpp or geo urisChristian Schneppe1-2/+3
2016-11-12prevent accidental close of voice recorderChristian Schneppe3-5/+14