aboutsummaryrefslogtreecommitdiff
path: root/main/src/ui/conversation_summary/conversation_view.vala
Commit message (Collapse)AuthorAgeFilesLines
* 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 ↵fiaxh2018-12-271-7/+7
| | | | ConversationSummary due to being compared->equal
* 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 ↵bobufa2018-08-131-10/+0
| | | | | | | | conversation change
* | improve sidebar UIbobufa2018-08-131-26/+67
| | | | | | | | | | | | | | - only display messages that are content items - only display messages for active accounts - "fix" textview issue - add empty states (no search, no results)
* | 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
| | | | | | * Remove new from struct initialisation, as it is deprecated. * Use Map.has_key instead of Map.contains, as it is deprecated.
* 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