aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* 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 request_inf...fiaxh2020-04-2410-162/+199
* 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
* Improve message highlighting logicselurvedu2020-04-221-12/+13
* Fix late highlighting of conversation itemsselurvedu2020-04-221-2/+5
* voice handling in moderated groups (#788)Anmol2020-04-2213-2/+207
* Add file upload previewfiaxh2020-04-2221-195/+588
* Remove features from service discovery module when detaching module from streamfiaxh2020-04-2125-33/+122
* 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
* HTTP-Upload: parsing max-file-size attribute (#809)kmq2020-04-171-8/+10
* 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