aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/de/pixart/messenger/ui/adapter/MessageAdapter.java (follow)
Commit message (Collapse)AuthorAgeFilesLines
* search term parsing + highlightingChristian Schneppe2018-05-021-5/+5
|
* highlight search term in search resultsChristian Schneppe2018-05-021-0/+9
|
* remove old codeChristian Schneppe2018-05-021-16/+0
|
* use styled colors for online/offline textChristian Schneppe2018-05-021-1/+1
|
* very much unoptimized search functionalityChristian Schneppe2018-04-301-7/+11
|
* fix some colorsChristian Schneppe2018-04-291-1/+2
|
* make text clickable in openkeychain missing messageChristian Schneppe2018-04-291-17/+16
|
* some theme fixesChristian Schneppe2018-04-251-14/+6
|
* change opacity on emoji only messagesChristian Schneppe2018-04-241-2/+2
|
* make error message for 'not encrypted for this device'Christian Schneppe2018-04-231-0/+2
|
* fix crash in resendMessageChristian Schneppe2018-04-221-13/+3
|
* more theme workingChristian Schneppe2018-04-211-27/+37
|
* remove trailing ) in urlsChristian Schneppe2018-04-081-22/+28
|
* added splash screenChristian Schneppe2018-04-031-2/+2
|
* migrate to xmpp-addrChristian Schneppe2018-04-021-1/+1
|
* audio player now requests permission when hitting playChristian Schneppe2018-04-011-0/+10
|
* request storage permission when opening messageChristian Schneppe2018-04-011-0/+7
|
* 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
|