aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/de/pixart/messenger/ui/adapter (unfollow)
Commit message (Expand)AuthorFilesLines
2017-10-06slight refactoring in MessageAdapterChristian Schneppe1-14/+9
2017-09-24removed unnecessary padding restrictions around emoji messagesChristian Schneppe1-2/+0
2017-09-24refactored AudioPlayerChristian Schneppe1-67/+43
2017-08-13cache some information generated from body like isEmojiOnly, fileParams, isGe...Christian Schneppe1-2/+2
2017-08-13remove all whitespaces in emoji only messagesChristian Schneppe1-1/+1
2017-08-03display messages that only contain emoji slightly largerChristian Schneppe1-5/+6
2017-08-01update datebubblesChristian Schneppe1-8/+26
2017-08-01put settings defaults into resource fileChristian Schneppe2-2/+2
2017-06-17fix resend featureChristian Schneppe1-3/+2
2017-06-11correct resend textChristian Schneppe1-1/+5
2017-06-11recreate settingsactivity when theme changedChristian Schneppe1-1/+5
2017-05-17use mam reference instead of timestampChristian Schneppe1-3/+4
2017-05-10set catchup flag on mam only when doing thatChristian Schneppe1-1/+1
2017-04-18hide resend button if file is smaller than AutoAcceptFileSize…Christian Schneppe1-2/+10
2017-04-13set colored contact status preference correctlyChristian Schneppe1-2/+6
2017-04-13do not linkify urls starting with a dotChristian Schneppe1-1/+1
2017-04-13treat URL as file if URL is in oob or contains keyChristian Schneppe1-2/+1
2017-04-13send urls pointing to pgp encrypted files directly in body+oobChristian Schneppe1-1/+1
2017-04-13unread/failed count: show >99 as infinity symbolChristian Schneppe1-2/+2
2017-04-13make contacts status color configurableChristian Schneppe2-2/+19
2017-04-05add missing finaleChristian Schneppe1-1/+1
2017-04-05Show colored presence status for contacts in overview and contact listChristian Schneppe2-0/+27
2017-04-05show file size for files smaller 1024 bytesChristian Schneppe1-5/+5
2017-04-05Changes the deprecated getColor() methodChristian Schneppe1-4/+5
2017-03-26show received/read markers in chatlistChristian Schneppe1-0/+16
2017-03-26made a few exceptions to quote parser for emoticons and quotesChristian Schneppe1-1/+2
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