aboutsummaryrefslogtreecommitdiffstats
path: root/src/main (unfollow)
Commit message (Collapse)AuthorFilesLines
2016-11-27added some logging to FullScreenViewerChristian Schneppe1-2/+4
2016-11-27fixed migrations from pre-btbv phaseChristian Schneppe1-3/+7
add some logging to FullScreenView
2016-11-24added stringsChristian Schneppe2-18/+29
2016-11-24always force close a connection when disabling from error stateChristian Schneppe2-1/+5
2016-11-24changed design language to match BTBV proposalChristian Schneppe3-8/+14
* untrusted messages have red background * unverified messages have normal background and red lock
2016-11-24update the conversations view (and the lock icon) after receiving device listChristian Schneppe1-0/+1
2016-11-24introduced blind trust before verification modeChristian Schneppe8-7/+59
read more about the concept on https://gultsch.de/trust.html
2016-11-24don't use OpenPGP and OTRChristian Schneppe1-1/+1
2016-11-24fix crash when adding contact via URIChristian Schneppe1-1/+0
2016-11-24explictly scan for aztec and qr codes onlyChristian Schneppe3-33/+4
2016-11-24added share button to account detailsChristian Schneppe7-28/+284
2016-11-24show proper avatar for 'self' contactChristian Schneppe2-3/+9
2016-11-24offer verification directly from the trust keys screenChristian Schneppe12-3/+95
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
automatic = SDK >= Lollipop & video size >= 10 MB (default) never = never compress videos always = SDK >= Lollipop
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