aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/de/pixart/messenger/ui/adapter/MessageAdapter.java (unfollow)
Commit message (Expand)AuthorFilesLines
2016-09-07don't use fileprovider when opening files on android M and belowDaniel Gultsch1-44/+53
2016-08-26add file provider to share files on android nDaniel Gultsch1-1/+4
2016-08-26made image preview size smaller for low res imagesDaniel Gultsch1-8/+14
2016-08-04modified download button a bitChristian Schneppe1-63/+27
2016-08-02add icons to files/locations in chat viewChristian Schneppe1-10/+68
2016-07-29changed package id inside manifest and projectChristian Schneppe1-15/+15
2016-07-12revert be4aa2afc96b86c89c2fc37735a4b0cf328d7415Christian Schneppe1-24/+1
2016-06-14refactored pgp decryptionDaniel Gultsch1-2/+2
2016-06-02changed color of lock iconChristian Schneppe1-1/+0
2016-05-29show in ui when text was shortenedDaniel Gultsch1-3/+1
2016-05-28only rendering first 5k chars of each messageDaniel Gultsch1-0/+6
2016-05-28integrate image- and video playerChristian Schneppe1-25/+47
2016-05-28count xmpp uris when disableing text selectionDaniel Gultsch1-3/+16
2016-05-26Add geo: link support in longer messagesGDR!1-0/+5
2016-05-20use glide as image loader and add a simple video previewChristian Schneppe1-4/+27
2016-05-13update gradle versionChristian Schneppe1-2/+0
2016-05-13changed some colors to match blue themeChristian Schneppe1-2/+2
2016-05-05bug fix in audio playerChristian S1-95/+93
2016-05-05blue themeMatthias Rieber1-8/+12
2016-05-05bug fix in audioplayerChristian S1-1/+2
2016-05-05added audio playerChristian S1-1/+45
2016-04-29properly cancel avatar tasksDaniel Gultsch1-1/+2
2016-03-31save otr fingerprint in messageDaniel Gultsch1-1/+1
2016-03-05show always buttons instead of links for filesChristian S1-1/+2
2016-03-04show host in file size checkerDaniel Gultsch1-1/+14
2016-02-29Fix Issue #1634 : Shows XMPP URI as links.Tarun1-0/+10
2016-02-15basic support for XEP-0308: Last Message Correction. fixes #864Daniel Gultsch1-1/+14
2016-02-04prevent previoulsly cleared messages from reloading. fixes #1110Daniel Gultsch1-6/+36
2016-01-19possible fix for showing link instead of button for filesChristian S1-1/+1
2015-12-27register context menu long click listener on message text. fixes #1614Daniel Gultsch1-1/+1
2015-12-26made text selectable again unless text contains more than 1 linkDaniel Gultsch1-0/+11
2015-12-14make message text non-selectable. fixes #1606Daniel Gultsch1-3/+0
2015-12-12request storage permission when needed on Android 6.0Daniel Gultsch1-13/+1
2015-12-07request storage permission when needed on Android 6.0Daniel Gultsch1-13/+1
2015-10-31explicitly mark verified omemo keys in UIDaniel Gultsch1-1/+1
2015-10-29load avatars in message adapter in background taskDaniel Gultsch1-11/+92
2015-10-28show encryption type in warned/red messagesDaniel Gultsch1-0/+6
2015-10-28Show PGP "please wait" message only when actually decryptingfiaxh1-1/+5
2015-10-20open unknown files with wildcard intentDaniel Gultsch1-9/+14
2015-10-02try to catch plattform bugsDaniel Gultsch1-1/+6
2015-09-27catch rare activity not found exception when opening downloaded filesDaniel Gultsch1-4/+9
2015-09-26added blue tick as read indicatorChristian S1-0/+5
2015-08-26fixed highlight text color for white chat bubblesDaniel Gultsch1-0/+1
2015-08-25remove unused imports.Michael1-1/+0
2015-08-24added setting to allow for white backgrounds in incoming message bubblesDaniel Gultsch1-34/+51
2015-08-11use same code that is used to open files for imagesDaniel Gultsch1-4/+1
2015-08-11changed color of 'whispered' prefixDaniel Gultsch1-2/+1
2015-08-08modified image preview size and avatar sizeChristian S1-4/+4
2015-08-01Let UNTRUSTED/UNDECIDED keys become INACTIVEAndreas Straub1-3/+3
2015-07-30Fix session logic: enforce same type of encryptionAndreas Straub1-25/+3