aboutsummaryrefslogtreecommitdiffstats
path: root/src/main (follow)
Commit message (Collapse)AuthorAgeFilesLines
* support for quoting messagesChristian Schneppe2016-12-2521-10/+310
|
* added missing stringsChristian Schneppe2016-12-252-3/+6
|
* fixed npe cause by race condition when axolotl service isn't initializedChristian Schneppe2016-12-251-0/+3
|
* skip empty lines in message preview. prevents indexoutofbounds exceptionChristian Schneppe2016-12-251-1/+25
| | | | and don't show quoted text in message preview
* use original message to parse pepChristian Schneppe2016-12-251-3/+3
|
* added omemo padding but disabled by Config.java flagChristian Schneppe2016-12-252-2/+19
|
* disable removing of broken devices by defaultChristian Schneppe2016-12-252-10/+13
|
* remove broken devices only once to prevent loopsChristian Schneppe2016-12-251-2/+5
|
* ignore debug outputChristian Schneppe2016-12-251-1/+2
|
* catch NPE while sharing video from content uri and make it workingChristian Schneppe2016-12-252-136/+242
|
* improve video compression qualityChristian Schneppe2016-12-241-1/+1
|
* changed some more iconsChristian Schneppe2016-12-1921-0/+0
|
* set alpha correctlyChristian Schneppe2016-12-181-1/+1
|
* changed notification iconChristian Schneppe2016-12-185-0/+0
|
* remove own fetch errors from device announcementChristian Schneppe2016-12-186-42/+48
|
* make sure to display encryption indicatiorChristian Schneppe2016-12-181-0/+1
|
* don't reconnect accout when system reports no internet connectionChristian Schneppe2016-12-181-2/+6
|
* don't correct a message if that would create a duplicateChristian Schneppe2016-12-181-1/+2
|
* use verified symbol instead of colored lock iconsChristian Schneppe2016-12-189-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-183-3/+11
|
* 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-184-109/+192
|
* 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
|
* shorten a stringChristian Schneppe2016-11-302-2/+2
|
* added missing stringsChristian Schneppe2016-11-303-3/+6
|
* 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-297-25/+102
|
* 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
* added stringsChristian Schneppe2016-11-242-18/+29
|
* always force close a connection when disabling from error stateChristian Schneppe2016-11-242-1/+5
|
* changed design language to match BTBV proposalChristian Schneppe2016-11-243-8/+14
| | | | | * 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-248-7/+59
| | | | 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-247-28/+284
|
* show proper avatar for 'self' contactChristian Schneppe2016-11-242-3/+9
|
* offer verification directly from the trust keys screenChristian Schneppe2016-11-2412-3/+95
|