aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/de/pixart/messenger/ui/adapter/ConversationAdapter.java (follow)
Commit message (Expand)AuthorAgeFilesLines
* show own account in chatlist/contacts/conferences if you are in multi account...Christian Schneppe2019-06-201-0/+7
* optimize importsChristian Schneppe2019-02-081-8/+0
* refactored avatar workers into single classChristian Schneppe2019-01-271-91/+2
* migrate conversation list row to binderChristian Schneppe2019-01-271-119/+89
* make bitmap worker task staticChristian Schneppe2019-01-271-5/+10
* fix display of deleted filesChristian Schneppe2019-01-251-1/+1
* mark deleted files in database and not query them when querying for mediaChristian Schneppe2019-01-251-1/+1
* count muc participants correctlyChristian Schneppe2019-01-241-24/+22
* show failed file messages count in chatlist correctlyChristian Schneppe2018-10-021-2/+3
* preview media before sending them and allow sharing and attaching of multiple...Christian Schneppe2018-09-231-5/+5
* show background in chatoverview a bit darkerChristian Schneppe2018-09-141-1/+1
* highlight selected conversation in tablet viewChristian Schneppe2018-09-141-1/+1
* use tertiary background color for landscape conversation overviewChristian Schneppe2018-07-091-1/+5
* open/close soft keyboard in quick editChristian Schneppe2018-06-291-8/+4
* Revert "fade in images and avatars" because of strange flickeringChristian Schneppe2018-06-041-6/+0
* fade in images and avatarsChristian Schneppe2018-06-031-0/+6
* apply styling helper to conversation overviewChristian Schneppe2018-05-141-2/+2
* fixed regression of not highlighting current conversation in overviewChristian Schneppe2018-05-031-2/+7
* migrate the RecyclerViewChristian Schneppe2018-04-241-40/+59
* update unreadCountChristian Schneppe2018-04-231-4/+5
* made all text styleableChristian Schneppe2018-04-221-4/+0
* more theme workingChristian Schneppe2018-04-211-2/+2
* show message draft in conversation overviewChristian Schneppe2018-04-081-84/+105
* return contact and account.getServer() as StringChristian Schneppe2018-04-071-5/+13
* migrate to xmpp-addrChristian Schneppe2018-04-021-1/+1
* make archive menu item workChristian Schneppe2018-03-291-6/+0
* move new activity back to original nameChristian Schneppe2018-03-291-4/+6
* made select workChristian Schneppe2018-03-241-4/+16
* use async avatar loader in conference detailsChristian Schneppe2018-03-201-1/+2
* ConversationsAdapter: Do not show image preview. Show pictogram insteadChristian Schneppe2017-12-101-70/+55
* add drawables for some more filetypes in chatlistChristian Schneppe2017-11-301-0/+18
* use com.android.support:support-emojiChristian Schneppe2017-11-241-2/+3
* rename variablesChristian Schneppe2017-11-241-77/+77
* ConversationAdapter: use view holderChristian Schneppe2017-11-231-79/+109
* ConversationAdapter: do not show file icon when file has been deletedChristian Schneppe2017-11-221-4/+3
* ConversationsAdapter: code cleanupChristian Schneppe2017-11-221-7/+8
* Show Drawable if Location/File/VoiceChristian Schneppe2017-11-211-3/+27
* use ThreadPoolExecutor for BitmapWorkerTaskChristian Schneppe2017-11-021-1/+1
* put settings defaults into resource fileChristian Schneppe2017-08-011-1/+1
* unread/failed count: show >99 as infinity symbolChristian Schneppe2017-04-131-2/+2
* make contacts status color configurableChristian Schneppe2017-04-131-1/+11
* Show colored presence status for contacts in overview and contact listChristian Schneppe2017-04-051-0/+22
* show received/read markers in chatlistChristian Schneppe2017-03-261-0/+16
* show typing info in overviewChristian Schneppe2017-03-141-4/+37
* fixed sender label for empty conversationsChristian Schneppe2017-03-091-1/+3
* added colon to seperate sender and message preview. only show first nameChristian Schneppe2017-03-091-2/+3
* Adds a message sender label in each conversation for text messagesChristian Schneppe2017-03-091-0/+17
* show file preview in chatlistChristian Schneppe2017-02-081-46/+23
* show number of failed uploads in chat list in red bubblesChristian Schneppe2017-02-081-0/+8
* show unread messages per conversation in chat listChristian Schneppe2016-12-281-1/+8