aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/de/pixart/messenger/ui/adapter/MessageAdapter.java (follow)
Commit message (Collapse)AuthorAgeFilesLines
* use text styles in more placesChristian Schneppe2018-04-011-10/+21
|
* made download button in message adapter workChristian Schneppe2018-03-291-197/+142
|
* WIP & fragment voodooChristian Schneppe2018-03-241-17/+25
|
* switch conversations fragment to data binderChristian Schneppe2018-03-241-1/+1
|
* vastly untested refactor. pushing for backup purposesChristian Schneppe2018-03-241-1/+1
|
* use async avatar loader in conference detailsChristian Schneppe2018-03-201-1/+2
|
* show the correct icon for shared xmpp addressesChristian Schneppe2018-02-041-0/+1
|
* highlight searchword in messagesChristian Schneppe2018-02-041-0/+14
|
* optimized /me behaviorChristian Schneppe2018-01-301-1/+1
| | | | fixes #133
* reworked audioPlayer screenOn/Off a bitChristian Schneppe2018-01-211-1/+10
|
* don't overlap readmarker with "show more messages"Christian Schneppe2018-01-191-6/+3
|
* let screen on while playing audio messageChristian Schneppe2018-01-171-2/+2
|
* fix location viewChristian Schneppe2017-12-231-1/+1
|
* Do not show xmpp uris as links that have invalid jidsChristian Schneppe2017-12-101-1/+10
|
* fixed wrong colors in message status textChristian Schneppe2017-11-301-0/+1
|
* some bug fixesChristian Schneppe2017-11-281-61/+66
|
* optimize colorsChristian Schneppe2017-11-251-0/+1
|
* use com.android.support:support-emojiChristian Schneppe2017-11-241-5/+12
|
* code cleanupChristian Schneppe2017-11-231-1/+1
|
* send and show read markers in private, non-anonymous groupsChristian Schneppe2017-11-221-49/+54
|
* open links in new tabsChristian Schneppe2017-11-211-0/+3
|
* 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
| | | | fixes https://github.com/kriztan/Pix-Art-Messenger/issues/139
* 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, ↵Christian Schneppe2017-08-131-2/+2
| | | | isGeoUri and isXmppUri
* 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
| | | | …otherwise show resend button
* 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
|