aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/eu/siacs/conversations/ui/adapter (unfollow)
Commit message (Collapse)AuthorFilesLines
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-12code clean upDaniel Gultsch2-5/+4
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-07added some key bindingDaniel Gultsch1-1/+1
* ctrl + tab will open the conversations overview (when available) * ctrl + up / down will navigate between conversations
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
fixes #1323
2015-08-11changed color of 'whispered' prefixDaniel Gultsch1-2/+1
fixes #1326
2015-08-03added Config.java varibale to lock account creation to specfic domainDaniel Gultsch1-1/+6
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 Straub5-24/+24
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-18changed switch widgetDaniel Gultsch1-3/+3
2015-07-17code cleanupDaniel Gultsch1-1/+1
2015-07-10renamed HttpConnection to HttpDownloadConnectionDaniel Gultsch1-1/+1
2015-07-10renamed downloadable to transferableDaniel Gultsch2-14/+14
2015-07-10display toast in ui on failed http downloadDaniel Gultsch1-0/+2
fixes #954
2015-07-10show timestamp on images in mucsDaniel Gultsch1-1/+1
fixes #1178
2015-07-02refactored message context menuDaniel Gultsch1-6/+6
2015-06-30made httpconnection (download) ready all kind of filesDaniel Gultsch2-6/+5
2015-05-11avoid using paragraph style breaks by accidentDaniel Gultsch1-3/+4
2015-05-11increased space between merged messages a bitDaniel Gultsch1-1/+1
2015-05-11add a little bit of space between merged messages.Daniel Gultsch1-1/+7
2015-05-11no font padding on red heartsDaniel Gultsch1-2/+4
2015-05-11rewrote parts of message adapter to avoid using NULL viewsDaniel Gultsch1-35/+6
2015-05-10paint single unicode hearts as red and slightly largerDaniel Gultsch1-4/+22
2015-04-13fixed disable account when sliding and not clicking the toggleiNPUTmice1-6/+7
2015-04-13fixed regression where the selected conversation wasn't highlighted anymore ↵iNPUTmice1-11/+4
on tabled layout
2015-04-01Add toggle account-state switchBrianBlade1-16/+29
Add a switch to AccountAdapter that allows self-contained enabling/disabling of accounts without the need to bring up the context-menu
2015-03-07display geo uris as location. show 'send loction' in share menu if request ↵iNPUTmice1-1/+31
location intent can be resolved
2015-02-22properly remove invalid avatariNPUTmice2-0/+2
2015-02-21added typing notifications through XEP-0085. fixed #210iNPUTmice1-3/+1
2015-02-18always call to cancel before loading new avatarsiNPUTmice2-24/+28
2015-02-16fixed avatar cache lookup in ListItemAdapteriNPUTmice1-4/+1
2015-02-15made image view background more colorful while waiting on actual avatar to loadiNPUTmice2-2/+3