aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/eu/siacs/conversations/ui/adapter/MessageAdapter.java (follow)
Commit message (Collapse)AuthorAgeFilesLines
* fixed highlight text color for white chat bubblesDaniel Gultsch2015-08-261-0/+1
|
* remove unused imports.Michael2015-08-251-1/+0
|
* added setting to allow for white backgrounds in incoming message bubblesDaniel Gultsch2015-08-241-34/+51
|
* use same code that is used to open files for imagesDaniel Gultsch2015-08-111-4/+1
| | | | fixes #1323
* changed color of 'whispered' prefixDaniel Gultsch2015-08-111-2/+1
| | | | fixes #1326
* Let UNTRUSTED/UNDECIDED keys become INACTIVEAndreas Straub2015-08-011-3/+3
|
* Fix session logic: enforce same type of encryptionAndreas Straub2015-07-301-25/+3
|
* fixed some colors in message adapterDaniel Gultsch2015-07-301-25/+31
|
* Reset lock color for non-axolotl messagesAndreas Straub2015-07-291-0/+2
|
* Tag carbon messages in parser, adapt session logicAndreas Straub2015-07-291-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".
* Color plaintext messages in encrypted sessions redAndreas Straub2015-07-291-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
* Refactor out inner classes, cache trust storeAndreas Straub2015-07-291-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.
* use 'interactive mode' when starting downloads from the context menuDaniel Gultsch2015-07-221-1/+1
|
* changed message bubble appearanceRaphael Pohl2015-07-201-10/+27
|
* Optimize importsAndreas Straub2015-07-201-1/+1
|
* Fix trust status for outgoing messagesAndreas Straub2015-07-191-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
* Show trust status of messages' originating sessionAndreas Straub2015-07-191-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
* renamed HttpConnection to HttpDownloadConnectionDaniel Gultsch2015-07-101-1/+1
|
* renamed downloadable to transferableDaniel Gultsch2015-07-101-11/+11
|
* display toast in ui on failed http downloadDaniel Gultsch2015-07-101-0/+2
| | | | fixes #954
* show timestamp on images in mucsDaniel Gultsch2015-07-101-1/+1
| | | | fixes #1178
* refactored message context menuDaniel Gultsch2015-07-021-6/+6
|
* made httpconnection (download) ready all kind of filesDaniel Gultsch2015-06-301-4/+4
|
* avoid using paragraph style breaks by accidentDaniel Gultsch2015-05-111-3/+4
|
* increased space between merged messages a bitDaniel Gultsch2015-05-111-1/+1
|
* add a little bit of space between merged messages.Daniel Gultsch2015-05-111-1/+7
|
* no font padding on red heartsDaniel Gultsch2015-05-111-2/+4
|
* rewrote parts of message adapter to avoid using NULL viewsDaniel Gultsch2015-05-111-35/+6
|
* paint single unicode hearts as red and slightly largerDaniel Gultsch2015-05-101-4/+22
|
* display geo uris as location. show 'send loction' in share menu if request ↵iNPUTmice2015-03-071-1/+31
| | | | location intent can be resolved
* added typing notifications through XEP-0085. fixed #210iNPUTmice2015-02-211-3/+1
|
* fix mergable() for /me command.Michael2015-01-251-1/+2
|
* explain read markeriNPUTmice2015-01-181-20/+6
|
* use same helper methods for images and filesiNPUTmice2015-01-181-33/+8
|
* reworked message preview / message meta information (ie file offered, ↵Daniel Gultsch2015-01-121-38/+14
| | | | | | received * file) fixed #837
* Add XEP-0245 (/me command) supportSam Whited2015-01-111-131/+157
|
* added debug info + possible platform bug work arounds to message adapterDaniel Gultsch2015-01-051-0/+10
|
* added higher auto accept file sizesDaniel Gultsch2015-01-041-2/+2
| | | | also changed labeling to MiB and KiB
* avoid npe on weird platform bugsiNPUTmice2014-12-151-30/+30
|
* cleanup: removed unused emoticon parsingiNPUTmice2014-12-091-5/+1
|
* possible work around for some weird - possibly sdk - bugsiNPUTmice2014-12-071-4/+5
|
* refactored the message adapter a bitiNPUTmice2014-12-031-32/+33
|
* remove unused imports.Michael2014-11-211-5/+0
|
* handled more error casesiNPUTmice2014-11-151-5/+20
|
* fixed description in notifications and conversation overviewiNPUTmice2014-11-151-1/+5
|
* some mime and pgp fixes for file transferiNPUTmice2014-11-151-34/+27
|
* progress for http images as well. fixed open button for sent filesiNPUTmice2014-11-151-2/+7
|
* bug fixes and various improvements for file transferiNPUTmice2014-11-151-4/+9
|
* basic arbitrary file transferiNPUTmice2014-11-151-32/+65
|
* use isBareJid instead of getResourcePart().isEmpty()iNPUTmice2014-11-091-1/+1
|