aboutsummaryrefslogtreecommitdiff
path: root/main
Commit message (Collapse)AuthorAgeFilesLines
* Update translationsTranslations2020-02-1612-121/+2541
|
* Rename zh_Hans -> zh_CN and zh_Hant -> zh_TWfiaxh2020-01-294-10/+9
| | | | fixes #524
* Update translationsTranslations2020-01-2927-1210/+1210
|
* Fix invalid header creation for date separatorsMarvin W2020-01-224-9/+5
|
* Fix some compiler warningsMarvin W2020-01-225-18/+18
|
* Enabling display of more compiler warnings and fix some of themMarvin W2020-01-213-8/+4
| | | | | Most of these are caused by various issues is the Vala compiler, but it doesn't hurt to display them and report them upstream.
* Fix ConversationRow closing if animations are disabledfiaxh2020-01-172-17/+18
|
* Add more non-trailing chars for urlsMarvin W2020-01-151-1/+1
|
* Show default file widget if Pixbuf can't display Image inlinefiaxh2020-01-131-5/+8
| | | | fixes #713
* Correctly display names in groupchat pmsMarvin W2020-01-091-13/+14
| | | | Also show "Me" when no local alias is set instead of JID
* Another set of changes to URL detectionMarvin W2020-01-091-34/+43
|
* Fix starting private conversations with MUC members (#690)Alyssa Rosenzweig2020-01-021-6/+7
| | | | | | | | | | At least for some users (?), the existing codepath was broken (the list row would come back null and we'd bail out silently). All we actually need is the JID, so it's easy enough to store this ourselves, fixing the bug. Also apply to kicking. Signed-off-by: Alyssa Rosenzweig <alyssa@rosenzweig.io>
* Support smiley->emoji conversion in the middle of the textfiaxh2020-01-021-7/+22
|
* URL linker: count open/close parens, simplify regexMarvin W2019-12-291-1/+37
|
* Don't allow newlines in URLs, also clean up on http file transfer detectionMarvin W2019-12-261-3/+10
|
* Improve on URI detectionMarvin W2019-12-251-4/+7
|
* Complete Swedish translationKim Alvefur2019-12-241-17/+17
| | | | Fills in some new, untranslated strings.
* Update translationsTranslations2019-12-2426-1370/+1697
|
* Update Catalan translation.Jordi Mallach2019-12-241-11/+12
|
* Don't show own typing notifications (other devices)fiaxh2019-12-242-4/+1
| | | | fixes #669
* Also display groupchat file authorship correctly in sidebarMarvin W2019-12-241-1/+1
|
* Fix small focus bugs in account wizardMarvin W2019-12-231-3/+5
|
* Properly check Jids everywhereMarvin W2019-12-2312-129/+204
|
* Improve account setup success screenfiaxh2019-12-232-7/+7
|
* Fix+improve conversation selection when joining channel or starting MUC PMfiaxh2019-12-218-25/+15
|
* !fixup Allow inserting messages into ConversationView with same sort_time as ↵fiaxh2019-12-191-1/+1
| | | | the latest
* Update translationsTranslations2019-12-1926-130/+760
|
* Add version and adjust some cmakeMarvin W2019-12-183-1/+21
|
* Add shortcuts windowfiaxh2019-12-175-0/+88
|
* Update translationsTranslations2019-12-1627-1710/+1698
|
* Only send new room config if something was changedfiaxh2019-12-163-5/+16
| | | | fixes #675
* Don't require window object in notificationsfiaxh2019-11-262-11/+17
| | | | fixes #658
* Check window width and hight before (re)storing themfiaxh2019-11-265-30/+119
|
* Could not connect to %s (#605)Allan Nordhøy2019-11-261-1/+1
|
* Fix join dialog when having been invited to a MUCfiaxh2019-11-243-15/+17
| | | | fixes #661
* Remove background transparency of text field (#660)mbeko2019-11-231-1/+3
| | | | | | | Remove background transparency of text field Set input field background to theme base colour: This avoids non-matching colours with some themes while it still fixes the rendering issue. fixes #653
* Don't select all text in entry of message search when openingfiaxh2019-11-191-1/+2
| | | | fixes #601
* Don't display labels of hidden DataForm fieldsfiaxh2019-11-191-6/+2
|
* Don't attempt DNS SRV lookups in connection fallbackfiaxh2019-11-182-2/+2
|
* Parse presence delivery errors when joining MUCfiaxh2019-11-173-32/+35
| | | | fixes #224
* Parse offline member info from MUC presencefiaxh2019-11-171-1/+1
| | | | Fixes OMEMO only encrypting to new member after restart and private MUC name only updating after restart
* Fix messages being displayed for the wrong sender: Show avatar on lower ↵fiaxh2019-11-172-7/+19
| | | | | | | message when inserting message between two others fixes #641 fixes #639
* Update translationsTranslations2019-11-1430-1788/+2208
|
* Update Catalan translation. (#647)Jordi Mallach2019-11-141-57/+57
|
* Fix segfault in groupchat name generationfiaxh2019-10-231-1/+1
| | | | fixes #635
* Colapse inactive keys in OMEMO keys dialogfiaxh2019-10-221-1/+2
|
* Base avatars and names on conversation, not JID.Marvin W2019-10-1820-617/+454
| | | | Fixes #598
* Fix some incorrect handling of message stylingMarvin W2019-10-181-4/+4
|
* Allow to run Dino as background serviceMarvin W2019-10-181-0/+1
|
* Fix slash commandsfiaxh2019-10-163-5/+5
|