aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/de/pixart/messenger/ui/adapter (unfollow)
Commit message (Expand)AuthorFilesLines
2018-04-23update unreadCountChristian Schneppe1-4/+5
2018-04-22made all text styleableChristian Schneppe1-4/+0
2018-04-22fix crash in resendMessageChristian Schneppe1-13/+3
2018-04-21more theme workingChristian Schneppe3-32/+42
2018-04-08show message draft in conversation overviewChristian Schneppe1-84/+105
2018-04-08remove trailing ) in urlsChristian Schneppe1-22/+28
2018-04-08dynamically get known hosts in dialogChristian Schneppe1-0/+11
2018-04-07return contact and account.getServer() as StringChristian Schneppe2-7/+15
2018-04-07detect irregular unicode in domain partChristian Schneppe1-2/+2
2018-04-07display irregular unicode code pointsChristian Schneppe1-2/+4
2018-04-03added splash screenChristian Schneppe1-2/+2
2018-04-02migrate to xmpp-addrChristian Schneppe4-6/+6
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-01wip: new status message dialogChristian Schneppe2-124/+220
2018-04-01use text styles in more placesChristian Schneppe1-10/+21
2018-03-31updated manage account activity to new colorsChristian Schneppe1-1/+2
2018-03-29made download button in message adapter workChristian Schneppe1-197/+142
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-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 data binder for list item adapaterChristian Schneppe1-18/+18
2018-03-20use async avatar loader in conference detailsChristian Schneppe3-3/+6
2018-02-09add servers from https://conversations.im/compliance/ to autocomplete jidsChristian Schneppe1-2/+133
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
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-12-10Refined avatar generation a bitChristian Schneppe2-2/+3
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-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 Schneppe2-7/+15
2017-11-24rename variablesChristian Schneppe1-77/+77
2017-11-24ListItemAdapter: use ViewHolderChristian Schneppe1-26/+49
2017-11-23code cleanupChristian Schneppe3-8/+8
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-22send and show read markers in private, non-anonymous groupsChristian Schneppe1-49/+54
2017-11-22ConversationsAdapter: code cleanupChristian Schneppe1-7/+8
2017-11-21Show Drawable if Location/File/VoiceChristian Schneppe1-3/+27