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