aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/eu/siacs/conversations/ui/adapter/MessageAdapter.java (unfollow)
Commit message (Collapse)AuthorFilesLines
2017-01-05related to FS#237steckbrief1-1/+0
2017-01-04Added columns to fileparams table: url, original file name, key and ivsteckbrief1-222/+267
auto download of files moved from MessageParser to MessageAdapter download and open file representation cleaned up
2016-04-03fixed installation error "W/PackageManager: Can't install because provider ↵lookshe1-1/+1
name de.thedevstack.conversationsplus (in package eu.siacs.conversations) is already used by de.thedevstack.conversationsplus"
2016-03-31save otr fingerprint in messageDaniel Gultsch1-1/+1
2016-03-12Added method to get body from message if hasMeCommand and harmonized ↵lookshe1-3/+3
extraction of fileextension (FS#38)
2016-03-08Fixes FS#153 - Check if url, phone and email are linkified correctlylookshe1-6/+31
2016-03-04show host in file size checkerDaniel Gultsch1-1/+14
2016-02-29Fix Issue #1634 : Shows XMPP URI as links.Tarun1-0/+10
Shows XMPP URI as links, other than Web URL's and Email Addresses. Also performs respective actions on clicking XMPP URI.
2016-02-28Fixes FS#48 and FS#136lookshe1-13/+0
- corrected preference "confirm_messages" to "confirm_messages_list" - removed unused "heart message" garbage
2016-02-23Removed stupid message correctionsteckbrief1-12/+0
2016-02-23Removed useless 'button-message' to load more messages. Implementation ↵steckbrief1-35/+7
already done with a more convenient method
2016-02-23Removed non-existing member variablesteckbrief1-1/+1
2016-02-15basic support for XEP-0308: Last Message Correction. fixes #864Daniel Gultsch1-1/+14
2016-02-12Imports organizedsteckbrief1-7/+1
2016-02-12green bubbles and setting to choose green or white bubbles removedsteckbrief1-14/+1
2016-02-11Compilation errors and merge mixups fixedsteckbrief1-5/+3
2016-02-04prevent previoulsly cleared messages from reloading. fixes #1110Daniel Gultsch1-6/+36
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
fixes #1615
2015-12-14make message text non-selectable. fixes #1606Daniel Gultsch1-3/+0
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-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-16Fixes FS#12 - Move smiley replacement from UIHelper to Emojicon modulelookshe1-4/+1
2015-08-16Fixes FS#37 - Remove special treatment of unicode heartslookshe1-2/+0
Fixes FS#34 - review all calls for String.trim()
2015-08-11Merge tag '1.5.2' into trz/rebaselookshe1-52/+53
2015-08-11use same code that is used to open files for imagesDaniel Gultsch1-4/+1
fixes #1323
2015-08-11changed color of 'whispered' prefixDaniel Gultsch1-2/+1
fixes #1326
2015-08-01Let UNTRUSTED/UNDECIDED keys become INACTIVEAndreas Straub1-3/+3
2015-07-30Fix session logic: enforce same type of encryptionAndreas Straub1-25/+3
2015-07-30fixed some colors in message adapterDaniel Gultsch1-25/+31
2015-07-29Reset lock color for non-axolotl messagesAndreas Straub1-0/+2
2015-07-29Tag carbon messages in parser, adapt session logicAndreas Straub1-2/+2
Messages sent from another device of the own account are now explicitly tagged as carboned message. The session detection logic now uses this tag to find "session borders".
2015-07-29Color plaintext messages in encrypted sessions redAndreas Straub1-0/+30
Plaintext messages that were received while in an encrypted session are now colored red. We define "in an encrypted session" if a) the last message sent by our own device before the message under consideration (or any message received between then and now) was encrypted AND b) the next message will be sent encrypted or the next message sent after the one under consideration was sent encrypted
2015-07-29Refactor out inner classes, cache trust storeAndreas Straub1-3/+3
Moves SQLiteAxolotlStore and XmppAxolotlSession into proper classes. IdentityKeys trust statuses are now cached in an LruCache to prevent hammering the database when rendering the UI.
2015-07-22use 'interactive mode' when starting downloads from the context menuDaniel Gultsch1-1/+1
2015-07-20changed message bubble appearanceRaphael Pohl1-10/+27
2015-07-20Optimize importsAndreas Straub1-1/+1
2015-07-19Fix trust status for outgoing messagesAndreas Straub1-4/+4
Tag sent messages with own fingerprint, set own fingerprint as always trusted, include own fingerprint in database trust search, explicitly reset trust colorfilter
2015-07-19Show trust status of messages' originating sessionAndreas Straub1-0/+13
Shade lock icon red if message was received in a session that has not been marked trusted by the user or fingerprint is unknown
2015-07-10renamed HttpConnection to HttpDownloadConnectionDaniel Gultsch1-1/+1
2015-07-10renamed downloadable to transferableDaniel Gultsch1-11/+11