aboutsummaryrefslogtreecommitdiff
path: root/main/src/ui/conversation_summary
Commit message (Expand)AuthorAgeFilesLines
* Don't move opened conversation to the top of the list, scroll along with sele...fiaxh2019-04-241-1/+1
* Use glib log functionsfiaxh2019-03-151-1/+1
* Respect EXIF orientation tagfiaxh2019-02-131-4/+12
* Check FileTransfer's mime_type for null (unknown) when handeling itfiaxh2018-12-311-1/+1
* Detect emoji-only messages and display them largerfiaxh2018-12-271-0/+7
* (Partially) Fix messages being displayed wrongly sorted in ConversationSummar...fiaxh2018-12-272-8/+9
* FileProvider for aesgcm linksfiaxh2018-11-271-1/+2
* Merge PR #413 "Improvements to the OMEMO plugin"Marvin W2018-11-101-1/+24
|\
| * More cleanup and database modificationsMarvin W2018-06-261-3/+11
| * Add trust management utilities to the omemo pluginSamuel Hand2018-06-111-0/+14
* | Use ContentItems in ConversationSelector, Chat/Groupchat(Pm)Row -> Conversati...fiaxh2018-11-041-1/+1
* | Display bold/italic/monospace message formating, improve message-to-markup pa...fiaxh2018-10-231-4/+3
* | Use Label instead of TextView for message displayfiaxh2018-09-213-190/+31
* | Fix presence subscription notification displayingfiaxh2018-09-121-0/+9
* | Fix sent messages sometimes being displayed twicefiaxh2018-09-021-1/+1
* | add button that scrolls to the bottom of the conversationbobufa2018-08-131-3/+2
* | fix message filter in conversation view for first messagebobufa2018-08-131-8/+13
* | filter out messages outside the range of displayed messagesbobufa2018-08-131-11/+23
* | hide search bar when clicking outside of it, only reset search entry on conve...bobufa2018-08-131-10/+0
* | improve sidebar UIbobufa2018-08-132-27/+67
* | accumulate conversation content in meta db tablebobufa2018-08-132-20/+23
* | initial search logic / displaybobufa2018-08-131-1/+1
* | ui: search sidebar initialbobufa2018-08-131-1/+2
* | load+display later messages when scrolling downbobufa2018-08-132-35/+87
* | refactor conversation item management (accumulate them in libdino)bobufa2018-08-1312-527/+347
|/
* Redesign chat input + move file upload therefiaxh2018-04-301-0/+16
* Handle multiple chat state notifications per bare jidfiaxh2018-03-102-33/+84
* Small fixesfiaxh2018-01-301-1/+1
* Only display transferred images, display file names, open in system viewer, i...fiaxh2018-01-282-15/+6
* Visually highlight mentions in MUCsfiaxh2018-01-283-0/+26
* Render avatar on demandMarvin W2018-01-282-3/+18
* Move Jid class to xmpp-vala, partially refactor namespaceMarvin W2018-01-284-2/+6
* Fix typos in comments and variable names (#269)linkmauve2018-01-103-3/+3
* Place time+encryption+read directly right of namefiaxh2017-12-313-57/+95
* Clear chat states on own/contact disconnectfiaxh2017-12-301-1/+0
* Show subscription request in conversation summaryfiaxh2017-12-302-0/+78
* Fallback display for all file typesfiaxh2017-12-134-124/+231
* Load messages for conversation view from cachefiaxh2017-12-132-4/+16
* Repopulate message TextView context menu, include "Copy URL" (#219)Yussuf Khalil2017-12-051-6/+48
* Rename resources to have a reverse DNS prefixfiaxh2017-12-033-3/+3
* ConversationView: Date separatorfiaxh2017-12-013-4/+122
* Fix memory leakfiaxh2017-11-233-5/+13
* ConversationView: Split merged messages when an in-between one is addedfiaxh2017-11-222-10/+58
* Fix unit tests using async + read message markerfiaxh2017-11-171-1/+1
* Read+(write) stream asyncfiaxh2017-11-163-9/+5
* Fix warningsfiaxh2017-10-315-9/+10
* Remove new from struct initialisation, as it is deprecated (#180)linkmauve2017-10-231-1/+1
* PGP encrypted file transfersfiaxh2017-10-221-2/+2
* Move encryption menu into ChatInput, PGP support for MUCsfiaxh2017-09-062-2/+2
* small fixesfiaxh2017-08-314-1/+13