aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/de/pixart/messenger (unfollow)
Commit message (Expand)AuthorFilesLines
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
2016-11-18slightly darken verified icon + mark inactiveChristian Schneppe1-0/+2
2016-11-17work around -1 in next encryptionChristian Schneppe1-10/+10
2016-11-17refactor omemo fingerprint UI codeChristian Schneppe5-276/+331
2016-11-17distinguish between general i/o error and write exception when copying filesChristian Schneppe3-107/+121
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-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-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