aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java (follow)
Commit message (Collapse)AuthorAgeFilesLines
* use verified symbol instead of colored lock iconsChristian Schneppe2016-12-181-18/+8
|
* fixed http resumeChristian Schneppe2016-12-181-4/+11
|
* add support for RFC7711 to MTMChristian Schneppe2016-12-183-4/+5
|
* show jid monospaced in verify dialogChristian Schneppe2016-12-182-2/+10
|
* disable 'show blocklist' if blocklist is emptyChristian Schneppe2016-12-181-1/+9
|
* redraw options menu after rotation in muc detailsChristian Schneppe2016-12-181-2/+2
|
* add omemo fingerprints to web links as wellChristian Schneppe2016-12-183-18/+33
|
* show warning dialog beforing verifying keys via a linkChristian Schneppe2016-12-182-109/+164
|
* support for jid escapting when displaying localpart onlyChristian Schneppe2016-12-183-2/+16
|
* use prepped string when building axolotl sessionChristian Schneppe2016-12-181-3/+3
|
* delete unused codeChristian Schneppe2016-11-291-8/+0
|
* better handle the case when same user is joined with multiple nicks in the ↵Christian Schneppe2016-11-292-7/+26
| | | | same room
* mark conversations as read after receiving blocklist push for that conversationChristian Schneppe2016-11-291-0/+9
|
* allow fingerprint verification via context menuChristian Schneppe2016-11-294-23/+94
|
* add support for body paramater in xmpp uriChristian Schneppe2016-11-292-6/+36
|
* sent messages from unverified devices show red lockChristian Schneppe2016-11-291-1/+1
|
* handle image rotations in ShowFullscreenMessageActivity correctlyChristian Schneppe2016-11-291-7/+46
|
* added some logging to FullScreenViewerChristian Schneppe2016-11-271-2/+4
|
* fixed migrations from pre-btbv phaseChristian Schneppe2016-11-271-3/+7
| | | | add some logging to FullScreenView
* always force close a connection when disabling from error stateChristian Schneppe2016-11-242-1/+5
|
* changed design language to match BTBV proposalChristian Schneppe2016-11-242-8/+13
| | | | | * untrusted messages have red background * unverified messages have normal background and red lock
* update the conversations view (and the lock icon) after receiving device listChristian Schneppe2016-11-241-0/+1
|
* introduced blind trust before verification modeChristian Schneppe2016-11-246-7/+51
| | | | read more about the concept on https://gultsch.de/trust.html
* don't use OpenPGP and OTRChristian Schneppe2016-11-241-1/+1
|
* fix crash when adding contact via URIChristian Schneppe2016-11-241-1/+0
|
* explictly scan for aztec and qr codes onlyChristian Schneppe2016-11-243-33/+4
|
* added share button to account detailsChristian Schneppe2016-11-244-28/+260
|
* show proper avatar for 'self' contactChristian Schneppe2016-11-242-3/+9
|
* offer verification directly from the trust keys screenChristian Schneppe2016-11-242-2/+79
|
* use aztec code instead of qrChristian Schneppe2016-11-241-7/+5
|
* 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
|
* 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 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
|
* show 'clear devices' button underneath own devicesChristian Schneppe2016-11-205-60/+59
|
* 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
|