aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Update translationsTranslations2020-08-0192-2468/+3758
* Lazy generate occupant menu listfiaxh2020-07-221-10/+16
* Don't create a second message object for each typing notificationfiaxh2020-07-223-5/+14
* Improve stream management queuefiaxh2020-07-213-21/+22
* Visually highlight pending messages, improve resendingfiaxh2020-07-166-14/+59
* Only query entity caps when we need themfiaxh2020-07-1617-228/+317
* Add queue and resending to stream managementfiaxh2020-07-155-18/+146
* Fix unread bubbles having wrong color on startupfiaxh2020-07-152-4/+4
* dino: Center phone/laptop icon in tooltip (#878)Alyssa Rosenzweig2020-07-131-1/+1
* 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 list...codedust2020-07-064-11/+63
* Fix messages mistakenly treated as /me command (#872)Kim Alvefur2020-07-021-4/+4
* Change test code for older vala compatMarvin W2020-06-282-86/+88
* Clean up some image rendering codeMarvin W2020-06-283-8/+87
* Fix rare 1 byte buffer over-readMarvin W2020-06-282-10/+11
* Don't strip() at XML layerMarvin W2020-06-283-7/+14
* Fix async testsMarvin W2020-06-283-14/+91
* Make Travis CI use debian stable in dockerMarvin W2020-06-231-10/+18
* 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
* fixup Fetch avatars only when they are usedfiaxh2020-06-231-1/+1
* Don't offer encryption in MUC PMsfiaxh2020-06-234-2/+27
* Recreate avatar database table, fixes unique constraintfiaxh2020-06-111-2/+10
* Use sqlite UPSERTfiaxh2020-06-1012-75/+75
* Fetch avatars only when they are usedfiaxh2020-06-109-194/+190
* Fix voice request notificationfiaxh2020-06-062-12/+12
* Show unencryptable/untrusted OMEMO warnings also in MUCsfiaxh2020-06-053-16/+51
* Only consider first file if multiple ones are drag and dropedfiaxh2020-06-042-7/+18
* Fix runtime critical in entity capabilities hashingfiaxh2020-06-041-1/+1
* Add image sending via clipboard pastefiaxh2020-06-042-0/+16
* Add shortcuts for search (CTRL+F) and file upload (CTRL+U)fiaxh2020-06-034-2/+39
* Fix runtime criticalfiaxh2020-06-031-5/+6
* Fix runtime criticalfiaxh2020-06-031-1/+1
* Fix cyclic references => let objects be freedfiaxh2020-06-034-29/+42
* Code cleanupfiaxh2020-06-032-27/+6
* Fix compiler warningsfiaxh2020-06-038-16/+16
* Store last read content item for conversationsfiaxh2020-06-0310-58/+100
* Check if server supports uidfiaxh2020-06-034-5/+15
* 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
* Store current resource for sent message (if server didn't give us the resourc...fiaxh2020-05-241-0/+6
* Fix crash in clear_all_chat_states (it removed an entry from a HashMap while ...fiaxh2020-05-211-1/+2
* Global search: Display dates in local timezone (#855)selurvedu2020-05-201-1/+1
* Update translationsTranslations2020-05-1790-1173/+1097
* Update translationsTranslations2020-05-1687-1262/+4477
* Convert '<' back to '&lt;' in factors of the XEP-0115 verification stringfiaxh2020-05-141-11/+28
* Handle incoming own read marker in private MUCsfiaxh2020-04-284-44/+64
* ConversationSummaryView: Fix crash when accessing content_item's first() or l...fiaxh2020-04-281-2/+2