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