aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/eu/siacs/conversations/ui/adapter/MessageAdapter.java (follow)
Commit message (Expand)AuthorAgeFilesLines
* reset messagesLoaded when changing retention settingsDaniel Gultsch2017-01-251-1/+1
* configurable local message retention period. (untested)Daniel Gultsch2017-01-231-2/+7
* don't quote text when '>' is followed by numeberDaniel Gultsch2017-01-211-1/+1
* write text in bold when highlighted in received muc messageDaniel Gultsch2017-01-201-0/+8
* fixed linkifierDaniel Gultsch2017-01-151-1/+7
* fixed typo in variable nameDaniel Gultsch2017-01-091-6/+2
* use 7.1 web url pattern matching on old platforms as well. fixes #2228Daniel Gultsch2017-01-091-2/+19
* unify getFileUri across share and open intentsDaniel Gultsch2017-01-091-16/+7
* make sure to display encryption indicatiorDaniel Gultsch2016-12-161-0/+1
* use verified symbol instead of colored lock iconsDaniel Gultsch2016-12-091-20/+13
* Merge branch 'feature-quotation' of https://github.com/Mishiranu/Conversation...Daniel Gultsch2016-12-021-8/+170
|\
| * Add quotation supportMishiranu2016-11-251-8/+170
* | Merge branch 'master' of https://github.com/Fenisu/Conversations into Fenisu-...Daniel Gultsch2016-12-021-3/+7
|\ \
| * | Private files using a boolean flag from Config.java.Ignacio Quezada2016-11-081-3/+7
* | | made provider authorities relativ to deal with different package idsDaniel Gultsch2016-12-011-1/+1
* | | sent messages from unverified devices show red lockDaniel Gultsch2016-11-281-1/+1
* | | changed design language to match BTBV proposalDaniel Gultsch2016-11-241-6/+11
| |/ |/|
* | refactore trust enum to be FingerprintStatus class with trust and activeDaniel Gultsch2016-11-141-2/+3
* | Revert "use file provider on android M as well"Daniel Gultsch2016-10-301-1/+1
* | use file provider on android M as wellDaniel Gultsch2016-10-231-1/+1
* | Merge branch 'feature-remove-merge-separator' of https://github.com/Mishiranu...Daniel Gultsch2016-10-201-30/+28
|\ \
| * | Remove MERGE_SEPARATORMishiranu2016-10-201-30/+28
* | | Remove spans on copying or pasting a textMishiranu2016-10-191-5/+14
|/ /
* | update conversation in database background threadDaniel Gultsch2016-10-181-1/+1
* | don't trigger context menu in message adapter manually. fixes #2077Daniel Gultsch2016-10-181-13/+0
* | Merge branch 'feature-selection' of https://github.com/Mishiranu/Conversation...Daniel Gultsch2016-10-171-0/+21
|\ \ | |/ |/|
| * Retain TextView selection after list updatingMishiranu2016-09-181-0/+12
| * Add "Select text" context menu optionMishiranu2016-09-171-0/+9
* | fixed omemo shown as unavailable in 1:1 chatsDaniel Gultsch2016-10-031-1/+2
|/
* Merge branch 'master' of https://github.com/Mishiranu/Conversations into Mish...Daniel Gultsch2016-09-161-37/+14
|\
| * Allow text selection with multiple links in messageMishiranu2016-09-161-37/+14
* | use history clear date as minimum date for mamDaniel Gultsch2016-09-161-0/+1
|/
* don't use fileprovider when opening files on android M and belowDaniel Gultsch2016-09-041-7/+17
* add file provider to share files on android nDaniel Gultsch2016-08-251-1/+4
* 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