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