aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java (unfollow)
Commit message (Expand)AuthorFilesLines
2016-11-29delete unused codeChristian Schneppe1-8/+0
2016-11-29better handle the case when same user is joined with multiple nicks in the sa...Christian Schneppe2-7/+26
2016-11-29mark conversations as read after receiving blocklist push for that conversationChristian Schneppe1-0/+9
2016-11-29allow fingerprint verification via context menuChristian Schneppe4-23/+94
2016-11-29add support for body paramater in xmpp uriChristian Schneppe2-6/+36
2016-11-29sent messages from unverified devices show red lockChristian Schneppe1-1/+1
2016-11-29handle image rotations in ShowFullscreenMessageActivity correctlyChristian Schneppe1-7/+46
2016-11-27added some logging to FullScreenViewerChristian Schneppe1-2/+4
2016-11-27fixed migrations from pre-btbv phaseChristian Schneppe1-3/+7
2016-11-24always force close a connection when disabling from error stateChristian Schneppe2-1/+5
2016-11-24changed design language to match BTBV proposalChristian Schneppe2-8/+13
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 Schneppe6-7/+51
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 Schneppe4-28/+260
2016-11-24show proper avatar for 'self' contactChristian Schneppe2-3/+9
2016-11-24offer verification directly from the trust keys screenChristian Schneppe2-2/+79
2016-11-24use aztec code instead of qrChristian Schneppe1-7/+5
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-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 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-20show 'clear devices' button underneath own devicesChristian Schneppe5-60/+59
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 Schneppe174-33724/+33762
2016-11-19optimize importsChristian Schneppe3-6/+3
2016-11-19set preference switch to enable, disable or do automatic video compressionChristian Schneppe1-1/+16
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 Schneppe10-46/+174
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