aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/eu/siacs/conversations/ui/adapter (follow)
Commit message (Collapse)AuthorAgeFilesLines
* optionally lock conference domains as well and hide known domains in uiDaniel Gultsch2016-02-241-2/+2
|
* basic support for XEP-0308: Last Message Correction. fixes #864Daniel Gultsch2016-02-151-1/+14
|
* prevent previoulsly cleared messages from reloading. fixes #1110Daniel Gultsch2016-02-041-6/+36
|
* hide jid row in list item list when jid is nullDaniel Gultsch2016-01-261-1/+2
|
* show per conference notification settings in details activityDaniel Gultsch2016-01-081-1/+4
|
* show icon in conversations overview when notifications are disabledDaniel Gultsch2016-01-081-0/+12
|
* register context menu long click listener on message text. fixes #1614Daniel Gultsch2015-12-271-1/+1
|
* made text selectable again unless text contains more than 1 linkDaniel Gultsch2015-12-261-0/+11
| | | | fixes #1615
* make message text non-selectable. fixes #1606Daniel Gultsch2015-12-141-3/+0
|
* request storage permission when needed on Android 6.0Daniel Gultsch2015-12-071-13/+1
|
* explicitly mark verified omemo keys in UIDaniel Gultsch2015-10-311-1/+1
|
* Merge pull request #1513 from fiaxh/pgp_background_decryptionDaniel Gultsch2015-10-301-1/+5
|\ | | | | PGP messages background decryption
| * Show PGP "please wait" message only when actually decryptingfiaxh2015-10-281-1/+5
| |
* | load avatars in message adapter in background taskDaniel Gultsch2015-10-291-11/+92
| |
* | show encryption type in warned/red messagesDaniel Gultsch2015-10-281-0/+6
|/
* open unknown files with wildcard intentDaniel Gultsch2015-10-201-9/+14
|
* code clean upDaniel Gultsch2015-10-122-5/+4
|
* try to catch plattform bugsDaniel Gultsch2015-10-021-1/+6
|
* catch rare activity not found exception when opening downloaded filesDaniel Gultsch2015-09-271-4/+9
|
* added some key bindingDaniel Gultsch2015-09-071-1/+1
| | | | | * ctrl + tab will open the conversations overview (when available) * ctrl + up / down will navigate between conversations
* 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
* added Config.java varibale to lock account creation to specfic domainDaniel Gultsch2015-08-031-1/+6
|
* 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-205-24/+24
|
* 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
* changed switch widgetDaniel Gultsch2015-07-181-3/+3
|
* code cleanupDaniel Gultsch2015-07-171-1/+1
|
* renamed HttpConnection to HttpDownloadConnectionDaniel Gultsch2015-07-101-1/+1
|
* renamed downloadable to transferableDaniel Gultsch2015-07-102-14/+14
|
* 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-302-6/+5
|
* 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
|