aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/de/pixart/messenger/ui/adapter/MessageAdapter.java (follow)
Commit message (Expand)AuthorAgeFilesLines
* FileProvider: attempt to work with sd cardsChristian Schneppe2017-11-211-0/+1
* do not quote quotesChristian Schneppe2017-11-201-2/+1
* changed text styling to keep the keywordChristian Schneppe2017-11-201-7/+7
* support for basic IM stylingChristian Schneppe2017-11-201-0/+2
* use ThreadPoolExecutor for BitmapWorkerTaskChristian Schneppe2017-11-021-1/+1
* MessageAdapter: round file sizesChristian Schneppe2017-10-291-2/+2
* MessageAdapter: Do not display muc whispers as emoji onlyChristian Schneppe2017-10-291-1/+1
* correct (un)verified contacts icon (lock/shield)Christian Schneppe2017-10-141-2/+2
* add more file information to FileParams (apk file app name; vcard contacts name)Christian Schneppe2017-10-131-34/+25
* slight refactoring in MessageAdapterChristian Schneppe2017-10-061-14/+9
* removed unnecessary padding restrictions around emoji messagesChristian Schneppe2017-09-241-2/+0
* refactored AudioPlayerChristian Schneppe2017-09-241-67/+43
* cache some information generated from body like isEmojiOnly, fileParams, isGe...Christian Schneppe2017-08-131-2/+2
* remove all whitespaces in emoji only messagesChristian Schneppe2017-08-131-1/+1
* display messages that only contain emoji slightly largerChristian Schneppe2017-08-031-5/+6
* update datebubblesChristian Schneppe2017-08-011-8/+26
* fix resend featureChristian Schneppe2017-06-171-3/+2
* correct resend textChristian Schneppe2017-06-111-1/+5
* use mam reference instead of timestampChristian Schneppe2017-05-171-3/+4
* set catchup flag on mam only when doing thatChristian Schneppe2017-05-101-1/+1
* hide resend button if file is smaller than AutoAcceptFileSize…Christian Schneppe2017-04-181-2/+10
* do not linkify urls starting with a dotChristian Schneppe2017-04-131-1/+1
* treat URL as file if URL is in oob or contains keyChristian Schneppe2017-04-131-2/+1
* send urls pointing to pgp encrypted files directly in body+oobChristian Schneppe2017-04-131-1/+1
* add missing finaleChristian Schneppe2017-04-051-1/+1
* show file size for files smaller 1024 bytesChristian Schneppe2017-04-051-5/+5
* Changes the deprecated getColor() methodChristian Schneppe2017-04-051-4/+5
* made a few exceptions to quote parser for emoticons and quotesChristian Schneppe2017-03-261-1/+2
* optimize apk and vcard handling in messagesChristian Schneppe2017-03-141-24/+42
* display chat states in conferencesChristian Schneppe2017-03-111-6/+8
* possible audioplayer fixChristian Schneppe2017-03-091-3/+4
* do not interpret grin >< as quoteChristian Schneppe2017-03-091-1/+1
* reordered and make some strings finalChristian Schneppe2017-02-221-14/+10
* set location preview sizeChristian Schneppe2017-02-221-0/+16
* add date bubble in chatlistChristian Schneppe2017-02-191-8/+0
* changed message bubbles from PNG to XMLChristian Schneppe2017-02-101-3/+3
* do not auto link non-http URLsChristian Schneppe2017-02-101-2/+2
* correct view of encrypted messagesChristian Schneppe2017-02-061-4/+2
* show resend button only if file existsChristian Schneppe2017-02-061-1/+4
* get app name and version from apkChristian Schneppe2017-01-311-0/+18
* fix showing of buttons in chatsChristian Schneppe2017-01-311-6/+11
* add button to resend failed messagesChristian Schneppe2017-01-301-1/+12
* configurable local message retention period.Christian Schneppe2017-01-291-3/+8
* don't quote text when '>' is followed by numeberChristian Schneppe2017-01-251-1/+1
* write text in bold when highlighted in received muc messageChristian Schneppe2017-01-211-0/+8
* fixed linkifierChristian Schneppe2017-01-161-1/+7
* use 7.1 web url pattern matching on old platforms as wellChristian Schneppe2017-01-091-2/+19
* unify getFileUri across share and open intentsChristian Schneppe2017-01-091-23/+16
* support for quoting messagesChristian Schneppe2016-12-251-5/+165
* set alpha correctlyChristian Schneppe2016-12-181-1/+1