aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* ConversationSummaryView: Fix crash when accessing content_item's first() or ↵fiaxh2020-04-281-2/+2
| | | | last() if the TreeSet is empty
* Fix nick change in MUC, update bookmark accordingly; remove unused codefiaxh2020-04-269-76/+62
|
* Handle if Items/InfoResult are nullfiaxh2020-04-255-7/+25
|
* Prevent dino from sending whitespace only messages (#821)selurvedu2020-04-241-1/+1
| | | | | Fixes #774. Co-authored-by: selurvedu <selurvedu@users.noreply.github.com>
* xmpp-vala: Use more asyncfiaxh2020-04-2416-123/+90
|
* Fix runtime critical from read marker sending (fixup 3a8fef7)fiaxh2020-04-241-1/+1
|
* Handle entity hash in server features node, make ServiceDiscovery ↵fiaxh2020-04-2410-162/+199
| | | | request_info/items async, add caching has_entity_feature
* Remove unused file (fixup 51a2372)fiaxh2020-04-242-42/+0
|
* Exclude valac versions affected by #816 from using fast vapiMarvin W2020-04-221-1/+2
|
* Fix rare issue with incorrect link parsingMarvin W2020-04-221-2/+3
|
* Small fixes to moderationMarvin W2020-04-221-13/+12
|
* Fix mouse hover highlighting the wrong messageselurvedu2020-04-221-4/+5
| | | | Fixes #795.
* Improve message highlighting logicselurvedu2020-04-221-12/+13
|
* Fix late highlighting of conversation itemsselurvedu2020-04-221-2/+5
| | | | | If the pointer was moved from outside to a conversation item with a straight horizontal move, the conversation item was not getting highlighted.
* voice handling in moderated groups (#788)Anmol2020-04-2213-2/+207
|
* Add file upload previewfiaxh2020-04-2221-195/+588
| | | | fixes #756
* Remove features from service discovery module when detaching module from streamfiaxh2020-04-2125-33/+122
| | | | | fixes #179 fixes #812
* Improve message read markers for MUCsfiaxh2020-04-211-5/+10
|
* Update last_activity before received_file signal to keep UI in sync (#811)kmq2020-04-181-1/+1
| | | | | Fixes #791 where a signal to update the UI is sent to late when sending files, resulting in an out of sync conversations list.
* HTTP-Upload: parsing max-file-size attribute (#809)kmq2020-04-171-8/+10
| | | | | When a server returns multiple <x/> elements in response to a discinfo query, this change uses all of them instead of just the first one.
* Handle unknown own MUC jid betterfiaxh2020-04-142-9/+17
|
* Bump libsignal-protocol-c version to 2.3.3Marvin W2020-04-133-2/+2
|
* Fix FileWidget sometimes showing two statesfiaxh2020-04-131-26/+24
|
* Update translationsTranslations2020-04-1285-505/+528
|
* Update README.md (#767)Echolon2020-04-121-3/+4
|
* Shortened sentence, "use the %s account" (#807)Allan Nordhøy2020-04-121-1/+1
|
* Update translationsTranslations2020-04-1187-7177/+9627
|
* Clean up file widget codefiaxh2020-04-104-201/+293
|
* Fix runtime criticals when showing resource identites on conversation row hoverfiaxh2020-04-071-5/+8
|
* Last message correction fixesfiaxh2020-04-063-0/+10
|
* Add keyboard shortcut (up key) to activate last message correctionfiaxh2020-04-059-21/+84
|
* Fix unencrypted message warning when switching between encryptionsfiaxh2020-04-051-11/+11
|
* Add support for last message correctionfiaxh2020-04-0336-265/+808
|
* Fix message markup parsing for single charactersfiaxh2020-04-031-1/+1
|
* Work-around use after freeMarvin W2020-04-012-2/+2
| | | | Upstream: https://gitlab.gnome.org/GNOME/vala/-/issues/751
* Fix issue rendering messages outside reachable scroll areaMarvin W2020-04-014-2/+21
| | | | Related: https://gitlab.gnome.org/GNOME/gtk/-/issues/2556
* Store entity identity info, use it in conversation list tooltipsfiaxh2020-03-2915-103/+259
|
* Visually mark unencrypted messages if conversation is encryptedfiaxh2020-03-293-0/+32
|
* Visually mark OMEMO messages from a trusted device as trustedfiaxh2020-03-298-18/+53
|
* Warn about undecrypted and untrusted messagesfiaxh2020-03-295-103/+288
|
* Add alternative character sequence for kiss emoji (#784)mbeko2020-03-281-0/+1
|
* Update time labels in conversation view at the moment they actually changefiaxh2020-03-262-18/+27
|
* Change UI messages for more claritymbeko2020-03-246-22/+22
|
* Only create ItemMetaDataHeader and AvatarImage once it is actually displayedfiaxh2020-03-242-18/+23
|
* Move message hover effect into converstion viewfiaxh2020-03-213-38/+148
|
* Scale files and images to the available spaceMarvin W2020-03-146-18/+146
|
* Properly handle variation selector after emoji (even if useless)Marvin W2020-03-141-1/+9
|
* Fix+optimize contact-to-avatar storage and loadingfiaxh2020-03-103-54/+52
|
* Fix messages to self being duplicatedfiaxh2020-03-091-4/+12
| | | | fixes #591
* Ellipsize long display namesfiaxh2020-03-092-1/+2
|