aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/eu/siacs/conversations/ui/adapter/MessageAdapter.java (follow)
Commit message (Expand)AuthorAgeFilesLines
* made image preview size smaller for low res imagesDaniel Gultsch2016-08-251-8/+14
* refactored pgp decryptionDaniel Gultsch2016-06-131-2/+2
* use darker green as background for chat bubbles in dark themeDaniel Gultsch2016-06-101-3/+4
* Dark theme, theme switch, icons, style, stringsSteffen Keiper2016-06-081-8/+9
* show in ui when text was shortenedDaniel Gultsch2016-05-291-3/+1
* only rendering first 5k chars of each messageDaniel Gultsch2016-05-281-0/+6
* count xmpp uris when disableing text selectionDaniel Gultsch2016-05-281-3/+16
* Add geo: link support in longer messagesGDR!2016-05-261-0/+5
* properly cancel avatar tasksDaniel Gultsch2016-04-291-1/+2
* save otr fingerprint in messageDaniel Gultsch2016-03-311-1/+1
* Merge branch 'Mess' of https://github.com/tarun018/Conversations into tarun01...Daniel Gultsch2016-03-041-0/+10
|\
| * Fix Issue #1634 : Shows XMPP URI as links.Tarun2016-02-291-0/+10
* | show host in file size checkerDaniel Gultsch2016-03-041-1/+14
|/
* basic support for XEP-0308: Last Message Correction. fixes #864Daniel Gultsch2016-02-151-1/+14
* prevent previoulsly cleared messages from reloading. fixes #1110Daniel Gultsch2016-02-041-6/+36
* register context menu long click listener on message text. fixes #1614Daniel Gultsch2015-12-271-1/+1
* made text selectable again unless text contains more than 1 linkDaniel Gultsch2015-12-261-0/+11
* make message text non-selectable. fixes #1606Daniel Gultsch2015-12-141-3/+0
* request storage permission when needed on Android 6.0Daniel Gultsch2015-12-071-13/+1
* explicitly mark verified omemo keys in UIDaniel Gultsch2015-10-311-1/+1
* Merge pull request #1513 from fiaxh/pgp_background_decryptionDaniel Gultsch2015-10-301-1/+5
|\
| * Show PGP "please wait" message only when actually decryptingfiaxh2015-10-281-1/+5
* | load avatars in message adapter in background taskDaniel Gultsch2015-10-291-11/+92
* | show encryption type in warned/red messagesDaniel Gultsch2015-10-281-0/+6
|/
* open unknown files with wildcard intentDaniel Gultsch2015-10-201-9/+14
* try to catch plattform bugs1.6.11Daniel Gultsch2015-10-021-1/+6
* catch rare activity not found exception when opening downloaded filesDaniel Gultsch2015-09-271-4/+9
* fixed highlight text color for white chat bubblesDaniel Gultsch2015-08-261-0/+1
* remove unused imports.Michael2015-08-251-1/+0
* added setting to allow for white backgrounds in incoming message bubblesDaniel Gultsch2015-08-241-34/+51
* use same code that is used to open files for imagesDaniel Gultsch2015-08-111-4/+1
* changed color of 'whispered' prefixDaniel Gultsch2015-08-111-2/+1
* Let UNTRUSTED/UNDECIDED keys become INACTIVEAndreas Straub2015-08-011-3/+3
* Fix session logic: enforce same type of encryptionAndreas Straub2015-07-301-25/+3
* fixed some colors in message adapterDaniel Gultsch2015-07-301-25/+31
* Reset lock color for non-axolotl messagesAndreas Straub2015-07-291-0/+2
* Tag carbon messages in parser, adapt session logicAndreas Straub2015-07-291-2/+2
* Color plaintext messages in encrypted sessions redAndreas Straub2015-07-291-0/+30
* Refactor out inner classes, cache trust storeAndreas Straub2015-07-291-3/+3
* use 'interactive mode' when starting downloads from the context menuDaniel Gultsch2015-07-221-1/+1
* changed message bubble appearanceRaphael Pohl2015-07-201-10/+27
* Optimize importsAndreas Straub2015-07-201-1/+1
* Fix trust status for outgoing messagesAndreas Straub2015-07-191-4/+4
* Show trust status of messages' originating sessionAndreas Straub2015-07-191-0/+13
* renamed HttpConnection to HttpDownloadConnectionDaniel Gultsch2015-07-101-1/+1
* renamed downloadable to transferableDaniel Gultsch2015-07-101-11/+11
* display toast in ui on failed http downloadDaniel Gultsch2015-07-101-0/+2
* show timestamp on images in mucsDaniel Gultsch2015-07-101-1/+1
* refactored message context menuDaniel Gultsch2015-07-021-6/+6
* made httpconnection (download) ready all kind of filesfeature/http_uploadDaniel Gultsch2015-06-301-4/+4