aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/de/pixart/messenger/ui/adapter/MessageAdapter.java (unfollow)
Commit message (Expand)AuthorFilesLines
2018-04-01use text styles in more placesChristian Schneppe1-10/+21
2018-03-29made download button in message adapter workChristian Schneppe1-197/+142
2018-03-24WIP & fragment voodooChristian Schneppe1-17/+25
2018-03-24switch conversations fragment to data binderChristian Schneppe1-1/+1
2018-03-24vastly untested refactor. pushing for backup purposesChristian Schneppe1-1/+1
2018-03-20use async avatar loader in conference detailsChristian Schneppe1-1/+2
2018-02-04show the correct icon for shared xmpp addressesChristian Schneppe1-0/+1
2018-02-04highlight searchword in messagesChristian Schneppe1-0/+14
2018-01-30optimized /me behaviorChristian Schneppe1-1/+1
2018-01-21reworked audioPlayer screenOn/Off a bitChristian Schneppe1-1/+10
2018-01-19don't overlap readmarker with "show more messages"Christian Schneppe1-6/+3
2018-01-17let screen on while playing audio messageChristian Schneppe1-2/+2
2017-12-23fix location viewChristian Schneppe1-1/+1
2017-12-10Do not show xmpp uris as links that have invalid jidsChristian Schneppe1-1/+10
2017-11-30fixed wrong colors in message status textChristian Schneppe1-0/+1
2017-11-28some bug fixesChristian Schneppe1-61/+66
2017-11-25optimize colorsChristian Schneppe1-0/+1
2017-11-24use com.android.support:support-emojiChristian Schneppe1-5/+12
2017-11-23code cleanupChristian Schneppe1-1/+1
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