aboutsummaryrefslogtreecommitdiff
path: root/main/src/ui/conversation_summary/conversation_view.vala
Commit message (Collapse)AuthorAgeFilesLines
* 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