aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/de/pixart/messenger/ui/adapter (follow)
Commit message (Collapse)AuthorAgeFilesLines
* add drawables for some more filetypes in chatlistChristian Schneppe2017-11-301-0/+18
|
* fixed wrong colors in message status textChristian Schneppe2017-11-301-0/+1
|
* some bug fixesChristian Schneppe2017-11-281-61/+66
|
* optimize colorsChristian Schneppe2017-11-251-0/+1
|
* use com.android.support:support-emojiChristian Schneppe2017-11-242-7/+15
|
* rename variablesChristian Schneppe2017-11-241-77/+77
|
* ListItemAdapter: use ViewHolderChristian Schneppe2017-11-241-26/+49
|
* code cleanupChristian Schneppe2017-11-233-8/+8
|
* ConversationAdapter: use view holderChristian Schneppe2017-11-231-79/+109
|
* ConversationAdapter: do not show file icon when file has been deletedChristian Schneppe2017-11-221-4/+3
|
* send and show read markers in private, non-anonymous groupsChristian Schneppe2017-11-221-49/+54
|
* ConversationsAdapter: code cleanupChristian Schneppe2017-11-221-7/+8
|
* Show Drawable if Location/File/VoiceChristian Schneppe2017-11-211-3/+27
|
* open links in new tabsChristian Schneppe2017-11-211-0/+3
|
* FileProvider: attempt to work with sd cardsChristian Schneppe2017-11-211-0/+1
|
* do not quote quotesChristian Schneppe2017-11-201-2/+1
|
* changed text styling to keep the keywordChristian Schneppe2017-11-201-7/+7
|
* support for basic IM stylingChristian Schneppe2017-11-201-0/+2
|
* use ThreadPoolExecutor for BitmapWorkerTaskChristian Schneppe2017-11-024-4/+4
|
* MessageAdapter: round file sizesChristian Schneppe2017-10-291-2/+2
|
* MessageAdapter: Do not display muc whispers as emoji onlyChristian Schneppe2017-10-291-1/+1
|
* correct (un)verified contacts icon (lock/shield)Christian Schneppe2017-10-141-2/+2
| | | | fixes https://github.com/kriztan/Pix-Art-Messenger/issues/139
* add more file information to FileParams (apk file app name; vcard contacts name)Christian Schneppe2017-10-131-34/+25
|
* slight refactoring in MessageAdapterChristian Schneppe2017-10-061-14/+9
|
* removed unnecessary padding restrictions around emoji messagesChristian Schneppe2017-09-241-2/+0
|
* refactored AudioPlayerChristian Schneppe2017-09-241-67/+43
|
* cache some information generated from body like isEmojiOnly, fileParams, ↵Christian Schneppe2017-08-131-2/+2
| | | | isGeoUri and isXmppUri
* remove all whitespaces in emoji only messagesChristian Schneppe2017-08-131-1/+1
|
* display messages that only contain emoji slightly largerChristian Schneppe2017-08-031-5/+6
|
* update datebubblesChristian Schneppe2017-08-011-8/+26
|
* put settings defaults into resource fileChristian Schneppe2017-08-012-2/+2
|
* fix resend featureChristian Schneppe2017-06-171-3/+2
|
* correct resend textChristian Schneppe2017-06-111-1/+5
|
* recreate settingsactivity when theme changedChristian Schneppe2017-06-111-1/+5
|
* use mam reference instead of timestampChristian Schneppe2017-05-171-3/+4
|
* set catchup flag on mam only when doing thatChristian Schneppe2017-05-101-1/+1
|
* hide resend button if file is smaller than AutoAcceptFileSize…Christian Schneppe2017-04-181-2/+10
| | | | …otherwise show resend button
* set colored contact status preference correctlyChristian Schneppe2017-04-131-2/+6
|
* do not linkify urls starting with a dotChristian Schneppe2017-04-131-1/+1
|
* treat URL as file if URL is in oob or contains keyChristian Schneppe2017-04-131-2/+1
|
* send urls pointing to pgp encrypted files directly in body+oobChristian Schneppe2017-04-131-1/+1
|
* 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
| | | | | | * online, free for chat = green * away = yellow * dnd, xa = red
* 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
|