aboutsummaryrefslogtreecommitdiff
path: root/main
Commit message (Collapse)AuthorAgeFilesLines
* Update translationsTranslations2020-10-0736-146/+286
|
* Fix avatar display in private group chatsMarvin W2020-09-141-1/+1
|
* Fix loading more results when scrolling through search resultsfiaxh2020-09-141-0/+1
|
* Make compatible with older vala compilersMarvin W2020-09-121-3/+3
|
* Display placeholder avatar while loadingMarvin W2020-09-121-23/+83
|
* Update translationsTranslations2020-09-1037-15904/+18281
|
* Fix warning when clicking to correct a messagefiaxh2020-09-102-6/+0
|
* Fix message duplication in MUC PMsfiaxh2020-09-071-6/+15
|
* Update translationsTranslations2020-08-0134-2359/+3308
|
* Lazy generate occupant menu listfiaxh2020-07-221-10/+16
|
* Visually highlight pending messages, improve resendingfiaxh2020-07-161-2/+21
|
* Only query entity caps when we need themfiaxh2020-07-162-63/+74
|
* Fix unread bubbles having wrong color on startupfiaxh2020-07-151-3/+4
|
* dino: Center phone/laptop icon in tooltip (#878)Alyssa Rosenzweig2020-07-131-1/+1
| | | | | | So it lines up nicely with the text instead of being awkwardly raised above the text. Signed-off-by: Alyssa Rosenzweig <alyssa@rosenzweig.io>
* Some locales need more than 2 chars for AM/PM, make the buffer a bit largerMarvin W2020-07-081-1/+1
|
* Use strftime() instead DateTime.format(), fixes #875Marvin W2020-07-081-1/+2
|
* Show dark unread counts for notifying conversations, light ones otherwisefiaxh2020-07-063-4/+27
|
* Show bubble containing the number of unread messages in the conversation ↵codedust2020-07-063-6/+50
| | | | | | | list (#764) Co-authored-by: codedust <codedust@users.noreply.github.com> Co-authored-by: fiaxh <git@lightrise.org>
* Fix messages mistakenly treated as /me command (#872)Kim Alvefur2020-07-021-4/+4
| | | | Per XEP-0245 only messages that start with "/me " (with the trailing space) should treated as 3rd person actions.
* Clean up some image rendering codeMarvin W2020-06-283-8/+87
|
* Do not use GNOME specific setting for 24 hoursMarvin W2020-06-231-4/+6
|
* Focus textinput after closing file send dialogfiaxh2020-06-232-1/+6
| | | | fixes #867
* Don't offer encryption in MUC PMsfiaxh2020-06-231-2/+15
|
* Use sqlite UPSERTfiaxh2020-06-101-3/+12
|
* Fetch avatars only when they are usedfiaxh2020-06-102-2/+2
|
* Fix voice request notificationfiaxh2020-06-062-12/+12
|
* Only consider first file if multiple ones are drag and dropedfiaxh2020-06-042-7/+18
| | | | fixes #818
* Add image sending via clipboard pastefiaxh2020-06-042-0/+16
| | | | fixes #385
* Add shortcuts for search (CTRL+F) and file upload (CTRL+U)fiaxh2020-06-034-2/+39
| | | | fixes #806
* Fix runtime criticalfiaxh2020-06-031-5/+6
|
* Fix cyclic references => let objects be freedfiaxh2020-06-033-14/+36
|
* Code cleanupfiaxh2020-06-031-17/+6
|
* Fix compiler warningsfiaxh2020-06-032-2/+1
|
* Store last read content item for conversationsfiaxh2020-06-031-1/+1
| | | | fixes #495
* Add missing ellipsis, in line with similar strings (#862)Jordi Mallach2020-05-271-1/+1
|
* Update Catalan translation. (#861)Jordi Mallach2020-05-271-30/+29
|
* Global search: Display dates in local timezone (#855)selurvedu2020-05-201-1/+1
| | | | | | This fixes message dates being displayed in UTC in the message search sidebar. Co-authored-by: selurvedu <selurvedu@users.noreply.github.com>
* Update translationsTranslations2020-05-1736-1116/+1040
|
* Update translationsTranslations2020-05-1633-1123/+4261
|
* 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-264-18/+20
|
* Prevent dino from sending whitespace only messages (#821)selurvedu2020-04-241-1/+1
| | | | | Fixes #774. Co-authored-by: selurvedu <selurvedu@users.noreply.github.com>
* Remove unused file (fixup 51a2372)fiaxh2020-04-242-42/+0
|
* 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-228-1/+118
|
* Add file upload previewfiaxh2020-04-2218-193/+559
| | | | fixes #756