aboutsummaryrefslogtreecommitdiff
path: root/main/src/ui/conversation_summary/conversation_view.vala
Commit message (Expand)AuthorAgeFilesLines
* Rename folders/files conversation_summary -> conversation_content_viewfiaxh2020-02-221-374/+0
* Move ConversationTitlebar into ConversationViewController responsibilityfiaxh2020-02-221-8/+0
* Move ConversationContentView+ChatInput into ConversationView, handle drag'n'd...fiaxh2020-02-221-34/+6
* Basic drag'n'drop support on main conversation view (fixes #175)Thibaut Girka2020-02-221-0/+35
* Don't show own typing notifications (other devices)fiaxh2019-12-241-3/+1
* !fixup Allow inserting messages into ConversationView with same sort_time as ...fiaxh2019-12-191-1/+1
* Fix messages being displayed for the wrong sender: Show avatar on lower messa...fiaxh2019-11-171-7/+18
* Add hover effect on conversation contentfiaxh2019-06-011-80/+31
* Fix date separatorsfiaxh2019-05-261-5/+7
* (Partially) Fix messages being displayed wrongly sorted in ConversationSummar...fiaxh2018-12-271-7/+7
* 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 Label instead of TextView for message displayfiaxh2018-09-211-14/+8
* | Fix presence subscription notification displayingfiaxh2018-09-121-0/+9
* | 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-131-26/+67
* | accumulate conversation content in meta db tablebobufa2018-08-131-2/+6
* | ui: search sidebar initialbobufa2018-08-131-1/+2
* | load+display later messages when scrolling downbobufa2018-08-131-35/+75
* | refactor conversation item management (accumulate them in libdino)bobufa2018-08-131-15/+20
|/
* Redesign chat input + move file upload therefiaxh2018-04-301-0/+16
* Place time+encryption+read directly right of namefiaxh2017-12-311-2/+1
* Show subscription request in conversation summaryfiaxh2017-12-301-0/+23
* Load messages for conversation view from cachefiaxh2017-12-131-2/+3
* Rename resources to have a reverse DNS prefixfiaxh2017-12-031-1/+1
* ConversationView: Date separatorfiaxh2017-12-011-3/+12
* Fix memory leakfiaxh2017-11-231-3/+5
* ConversationView: Split merged messages when an in-between one is addedfiaxh2017-11-221-6/+47
* Remove new from struct initialisation, as it is deprecated (#180)linkmauve2017-10-231-1/+1
* Move encryption menu into ChatInput, PGP support for MUCsfiaxh2017-09-061-1/+1
* small fixesfiaxh2017-08-311-1/+10
* Use utc time everywherefiaxh2017-08-311-2/+2
* Download & inline display imagesfiaxh2017-08-311-11/+28
* Plugins providing conversation items for ConversationViewfiaxh2017-08-281-0/+173