aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/eu/siacs/conversations/ui/adapter/MessageAdapter.java (unfollow)
Commit message (Expand)AuthorFilesLines
2017-01-25reset messagesLoaded when changing retention settingsDaniel Gultsch1-1/+1
2017-01-23configurable local message retention period. (untested)Daniel Gultsch1-2/+7
2017-01-21don't quote text when '>' is followed by numeberDaniel Gultsch1-1/+1
2017-01-20write text in bold when highlighted in received muc messageDaniel Gultsch1-0/+8
2017-01-15fixed linkifierDaniel Gultsch1-1/+7
2017-01-09fixed typo in variable nameDaniel Gultsch1-6/+2
2017-01-09use 7.1 web url pattern matching on old platforms as well. fixes #2228Daniel Gultsch1-2/+19
2017-01-09unify getFileUri across share and open intentsDaniel Gultsch1-16/+7
2016-12-16make sure to display encryption indicatiorDaniel Gultsch1-0/+1
2016-12-09use verified symbol instead of colored lock iconsDaniel Gultsch1-20/+13
2016-12-01made provider authorities relativ to deal with different package idsDaniel Gultsch1-1/+1
2016-11-28sent messages from unverified devices show red lockDaniel Gultsch1-1/+1
2016-11-25Add quotation supportMishiranu1-8/+170
2016-11-24changed design language to match BTBV proposalDaniel Gultsch1-6/+11
2016-11-14refactore trust enum to be FingerprintStatus class with trust and activeDaniel Gultsch1-2/+3
2016-11-08Private files using a boolean flag from Config.java.Ignacio Quezada1-3/+7
2016-10-30Revert "use file provider on android M as well"Daniel Gultsch1-1/+1
2016-10-23use file provider on android M as wellDaniel Gultsch1-1/+1
2016-10-20Remove MERGE_SEPARATORMishiranu1-30/+28
2016-10-19Remove spans on copying or pasting a textMishiranu1-5/+14
2016-10-18update conversation in database background threadDaniel Gultsch1-1/+1
2016-10-18don't trigger context menu in message adapter manually. fixes #2077Daniel Gultsch1-13/+0
2016-10-03fixed omemo shown as unavailable in 1:1 chatsDaniel Gultsch1-1/+2
2016-09-18Retain TextView selection after list updatingMishiranu1-0/+12
2016-09-17Add "Select text" context menu optionMishiranu1-0/+9
2016-09-16use history clear date as minimum date for mamDaniel Gultsch1-0/+1
2016-09-16Allow text selection with multiple links in messageMishiranu1-37/+14
2016-09-04don't use fileprovider when opening files on android M and belowDaniel Gultsch1-7/+17
2016-08-25add file provider to share files on android nDaniel Gultsch1-1/+4
2016-08-25made image preview size smaller for low res imagesDaniel Gultsch1-8/+14
2016-06-13refactored pgp decryptionDaniel Gultsch1-2/+2
2016-06-10use darker green as background for chat bubbles in dark themeDaniel Gultsch1-3/+4
2016-06-08Dark theme, theme switch, icons, style, stringsSteffen Keiper1-8/+9
2016-05-29show in ui when text was shortenedDaniel Gultsch1-3/+1
2016-05-28only rendering first 5k chars of each messageDaniel Gultsch1-0/+6
2016-05-28count xmpp uris when disableing text selectionDaniel Gultsch1-3/+16
2016-05-26Add geo: link support in longer messagesGDR!1-0/+5
2016-04-29properly cancel avatar tasksDaniel Gultsch1-1/+2
2016-03-31save otr fingerprint in messageDaniel Gultsch1-1/+1
2016-03-04show host in file size checkerDaniel Gultsch1-1/+14
2016-02-29Fix Issue #1634 : Shows XMPP URI as links.Tarun1-0/+10
2016-02-15basic support for XEP-0308: Last Message Correction. fixes #864Daniel Gultsch1-1/+14
2016-02-04prevent previoulsly cleared messages from reloading. fixes #1110Daniel Gultsch1-6/+36
2015-12-27register context menu long click listener on message text. fixes #1614Daniel Gultsch1-1/+1
2015-12-26made text selectable again unless text contains more than 1 linkDaniel Gultsch1-0/+11
2015-12-14make message text non-selectable. fixes #1606Daniel Gultsch1-3/+0
2015-12-07request storage permission when needed on Android 6.0Daniel Gultsch1-13/+1
2015-10-31explicitly mark verified omemo keys in UIDaniel Gultsch1-1/+1
2015-10-29load avatars in message adapter in background taskDaniel Gultsch1-11/+92
2015-10-28show encryption type in warned/red messagesDaniel Gultsch1-0/+6