aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/de/pixart/messenger/ui/adapter (follow)
Commit message (Expand)AuthorAgeFilesLines
* unread/failed count: show >99 as infinity symbolChristian Schneppe2017-04-131-2/+2
* make contacts status color configurableChristian Schneppe2017-04-132-2/+19
* add missing finaleChristian Schneppe2017-04-051-1/+1
* Show colored presence status for contacts in overview and contact listChristian Schneppe2017-04-052-0/+27
* show file size for files smaller 1024 bytesChristian Schneppe2017-04-051-5/+5
* Changes the deprecated getColor() methodChristian Schneppe2017-04-051-4/+5
* show received/read markers in chatlistChristian Schneppe2017-03-261-0/+16
* made a few exceptions to quote parser for emoticons and quotesChristian Schneppe2017-03-261-1/+2
* grey out offline contacts in StartConversationChristian Schneppe2017-03-151-0/+20
* show typing info in overviewChristian Schneppe2017-03-141-4/+37
* optimize apk and vcard handling in messagesChristian Schneppe2017-03-141-24/+42
* display chat states in conferencesChristian Schneppe2017-03-111-6/+8
* use async avatar loading in AccountAdapterChristian Schneppe2017-03-111-1/+93
* possible audioplayer fixChristian Schneppe2017-03-091-3/+4
* do not interpret grin >< as quoteChristian Schneppe2017-03-091-1/+1
* 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
* reordered and make some strings finalChristian Schneppe2017-02-221-14/+10
* set location preview sizeChristian Schneppe2017-02-221-0/+16
* add date bubble in chatlistChristian Schneppe2017-02-191-8/+0
* changed message bubbles from PNG to XMLChristian Schneppe2017-02-101-3/+3
* do not auto link non-http URLsChristian Schneppe2017-02-101-2/+2
* 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
* correct view of encrypted messagesChristian Schneppe2017-02-061-4/+2
* show resend button only if file existsChristian Schneppe2017-02-061-1/+4
* get app name and version from apkChristian Schneppe2017-01-311-0/+18
* fix showing of buttons in chatsChristian Schneppe2017-01-311-6/+11
* add button to resend failed messagesChristian Schneppe2017-01-301-1/+12
* configurable local message retention period.Christian Schneppe2017-01-291-3/+8
* don't quote text when '>' is followed by numeberChristian Schneppe2017-01-251-1/+1
* write text in bold when highlighted in received muc messageChristian Schneppe2017-01-211-0/+8
* fixed linkifierChristian Schneppe2017-01-161-1/+7
* use 7.1 web url pattern matching on old platforms as wellChristian Schneppe2017-01-091-2/+19
* unify getFileUri across share and open intentsChristian Schneppe2017-01-091-23/+16
* show unread messages per conversation in chat listChristian Schneppe2016-12-281-1/+8
* support for quoting messagesChristian Schneppe2016-12-251-5/+165
* set alpha correctlyChristian Schneppe2016-12-181-1/+1
* make sure to display encryption indicatiorChristian Schneppe2016-12-181-0/+1
* use verified symbol instead of colored lock iconsChristian Schneppe2016-12-181-18/+8
* sent messages from unverified devices show red lockChristian Schneppe2016-11-291-1/+1
* changed design language to match BTBV proposalChristian Schneppe2016-11-241-6/+11
* reformat codeChristian Schneppe2016-11-195-1237/+1237
* correct colors for uncrypted messages in encrypted chatsChristian Schneppe2016-11-191-3/+5
* refactore trust enum to be FingerprintStatus class with trust and activeChristian Schneppe2016-11-171-347/+347
* show button on "xmpp:" urisChristian Schneppe2016-11-111-0/+24
* increase map preview sizeChristian Schneppe2016-11-111-3/+2
* show contacts name on shared VCARDsChristian Schneppe2016-11-111-3/+21
* show map preview in chatChristian Schneppe2016-11-101-15/+35