aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/de/pixart/messenger/ui/adapter/MessageAdapter.java (unfollow)
Commit message (Collapse)AuthorFilesLines
2018-04-24change opacity on emoji only messagesChristian Schneppe1-2/+2
2018-04-23make error message for 'not encrypted for this device'Christian Schneppe1-0/+2
2018-04-22fix crash in resendMessageChristian Schneppe1-13/+3
2018-04-21more theme workingChristian Schneppe1-27/+37
2018-04-08remove trailing ) in urlsChristian Schneppe1-22/+28
2018-04-03added splash screenChristian Schneppe1-2/+2
2018-04-02migrate to xmpp-addrChristian Schneppe1-1/+1
2018-04-01audio player now requests permission when hitting playChristian Schneppe1-0/+10
2018-04-01request storage permission when opening messageChristian Schneppe1-0/+7
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
fixes #133
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
fixes https://github.com/kriztan/Pix-Art-Messenger/issues/139
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, ↵Christian Schneppe1-2/+2
isGeoUri and isXmppUri
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