aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/de/pixart/messenger/ui/adapter (unfollow)
Commit message (Expand)AuthorFilesLines
2017-03-15grey out offline contacts in StartConversationChristian Schneppe1-0/+20
2017-03-14show typing info in overviewChristian Schneppe1-4/+37
2017-03-14optimize apk and vcard handling in messagesChristian Schneppe1-24/+42
2017-03-11display chat states in conferencesChristian Schneppe1-6/+8
2017-03-11use async avatar loading in AccountAdapterChristian Schneppe1-1/+93
2017-03-09possible audioplayer fixChristian Schneppe1-3/+4
2017-03-09do not interpret grin >< as quoteChristian Schneppe1-1/+1
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-22reordered and make some strings finalChristian Schneppe1-14/+10
2017-02-22set location preview sizeChristian Schneppe1-0/+16
2017-02-19add date bubble in chatlistChristian Schneppe1-8/+0
2017-02-10changed message bubbles from PNG to XMLChristian Schneppe1-3/+3
2017-02-10do not auto link non-http URLsChristian Schneppe1-2/+2
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
2017-02-06correct view of encrypted messagesChristian Schneppe1-4/+2
2017-02-06show resend button only if file existsChristian Schneppe1-1/+4
2017-01-31get app name and version from apkChristian Schneppe1-0/+18
2017-01-31fix showing of buttons in chatsChristian Schneppe1-6/+11
2017-01-30add button to resend failed messagesChristian Schneppe1-1/+12
2017-01-29configurable local message retention period.Christian Schneppe1-3/+8
2017-01-25don't quote text when '>' is followed by numeberChristian Schneppe1-1/+1
2017-01-21write text in bold when highlighted in received muc messageChristian Schneppe1-0/+8
2017-01-16fixed linkifierChristian Schneppe1-1/+7
2017-01-09use 7.1 web url pattern matching on old platforms as wellChristian Schneppe1-2/+19
2017-01-09unify getFileUri across share and open intentsChristian Schneppe1-23/+16
2016-12-28show unread messages per conversation in chat listChristian Schneppe1-1/+8
2016-12-25support for quoting messagesChristian Schneppe1-5/+165
2016-12-18set alpha correctlyChristian Schneppe1-1/+1
2016-12-18make sure to display encryption indicatiorChristian Schneppe1-0/+1
2016-12-18use verified symbol instead of colored lock iconsChristian Schneppe1-18/+8
2016-11-29sent messages from unverified devices show red lockChristian Schneppe1-1/+1
2016-11-24changed design language to match BTBV proposalChristian Schneppe1-6/+11
2016-11-19reformat codeChristian Schneppe5-1237/+1237
2016-11-19correct colors for uncrypted messages in encrypted chatsChristian Schneppe1-3/+5
2016-11-17refactore trust enum to be FingerprintStatus class with trust and activeChristian Schneppe1-347/+347
2016-11-11show button on "xmpp:" urisChristian Schneppe1-0/+24
2016-11-11increase map preview sizeChristian Schneppe1-3/+2
2016-11-11show contacts name on shared VCARDsChristian Schneppe1-3/+21
2016-11-10show map preview in chatChristian Schneppe1-15/+35
2016-11-07Revert "use file provider on android M as well"Christian Schneppe1-1/+1
2016-10-26use file provider on android M as wellChristian Schneppe1-1/+1
2016-10-26Remove MERGE_SEPARATORChristian Schneppe1-29/+24
2016-10-26Remove spans on copying or pasting a textChristian Schneppe1-5/+14
2016-10-21Retain TextView selection after list updatingChristian Schneppe1-1/+22
2016-10-18don't trigger context menu in message adapter manuallyChristian Schneppe1-13/+0
2016-10-18update conversation in database background threadChristian Schneppe1-1/+1
2016-10-18don't show 0 KiB if filesize is smaller than 1 KiBChristian Schneppe1-2/+4