aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Update live whether encryption is possible in MUC (lock icon visible)fiaxh2020-03-087-18/+34
|
* Fix menu button alignment (#765)codedust2020-03-051-1/+0
| | | | The left hamburger menu button now is of the same height as all the other buttons.
* Make message sending async and set unsent on errorfiaxh2020-03-056-38/+45
|
* Improve MUC message resendingfiaxh2020-03-034-28/+42
|
* Copyright date updated (#759)esu232020-02-231-1/+1
|
* Add smiley translation <3 (#723)Alyssa Rosenzweig2020-02-221-0/+1
|
* Add smiley translations for :-* (#724)ericschdt2020-02-221-0/+1
| | | Just get yourself a kiss!
* Move widget insertion logic from ConversationTitlebar to controllerfiaxh2020-02-223-39/+23
|
* Rename UnifiedWindow -> MainWindowfiaxh2020-02-225-21/+21
|
* Move UnifiedWindow stack state update logic into controllerfiaxh2020-02-222-21/+41
|
* Rename folders/files conversation_summary -> conversation_content_viewfiaxh2020-02-2214-15/+15
|
* Move ConversationTitlebar into ConversationViewController responsibilityfiaxh2020-02-228-144/+119
|
* Move ConversationContentView+ChatInput into ConversationView, handle ↵fiaxh2020-02-2210-128/+194
| | | | drag'n'drop on ConversationView level
* Allow switching conversations when dragging and droppingThibaut Girka2020-02-221-0/+27
|
* Basic drag'n'drop support on main conversation view (fixes #175)Thibaut Girka2020-02-221-0/+35
|
* Enable secure_delete PRAGMA on SQLite databases (#370)Alexander Krotov2020-02-212-0/+6
| | | | It is especially important for OMEMO database, as it stores *ephemeral* keys
* Improve code block regexfiaxh2020-02-211-15/+18
|
* Add support for strikethrough stylingRoberto Santalla2020-02-211-2/+2
|
* Format fenced code blocksRoberto Santalla2020-02-211-0/+18
|
* Add a tooltip when messages are in WONTSEND state (#550)Aearil2020-02-212-0/+8
| | | | | | | | | | | | The warning sign and red color, while obviously synonymous with a problem, are still a bit perplexing for the user. This change add a bit of clarity. It would obviously be better to get exact cause of the problem from the different plugins. Maybe it would be possible to add a field to the Message class from libdino/src/entity/message.vala in order to record an error message for every case.
* Show /me commands appropriately in last message view (#699)Alyssa Rosenzweig2020-02-201-4/+25
| | | | | Closes #600 Signed-off-by: Alyssa Rosenzweig <alyssa@rosenzweig.io>
* Preserve unchanged conference data (name) in bookmarksfiaxh2020-02-206-48/+25
| | | | fixes #748
* Only distinguish between typing or not (incoming)fiaxh2020-02-205-92/+86
| | | | fixes #739
* Correctly set direction in file transfers in MUCsfiaxh2020-02-201-1/+2
|
* Update translationsTranslations2020-02-1624-158/+3548
|
* Don't assume Jingle to be available in MUCsfiaxh2020-02-111-2/+3
|
* Update READMEMarvin W2020-01-291-2/+2
|
* Rename zh_Hans -> zh_CN and zh_Hant -> zh_TWfiaxh2020-01-2912-20/+19
| | | | fixes #524
* Update translationsTranslations2020-01-2977-1336/+2280
|
* Don't process message markers on MUC messagesfiaxh2020-01-271-1/+5
|
* Fix invalid header creation for date separatorsMarvin W2020-01-225-11/+7
|
* Fix some compiler warningsMarvin W2020-01-227-28/+28
|
* Have travis use in-tree libsignal (Ubuntu 18.04 is incompatible)Marvin W2020-01-211-2/+3
|
* Enabling display of more compiler warnings and fix some of themMarvin W2020-01-218-54/+66
| | | | | Most of these are caused by various issues is the Vala compiler, but it doesn't hurt to display them and report them upstream.
* Use system provided libsignal-protocol-c by defaultMarvin W2020-01-214-41/+52
| | | | You can still compile in tree by using --with-libsignal-in-tree flag
* Deactivate MUC conversations with non-autojoin bookmarksfiaxh2020-01-171-23/+23
|
* Fix ConversationRow closing if animations are disabledfiaxh2020-01-174-17/+25
|
* Improve log messages for OMEMO sending issuesMarvin W2020-01-153-19/+26
|
* Initialize GCrypt on libsignal setupMarvin W2020-01-151-0/+2
|
* 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-096-20/+29
| | | | 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 various typing issues in signal bindingsMarvin W2020-01-096-48/+24
|
* Don't use GObject/properties for JoinResultMarvin W2020-01-091-4/+4
|
* Fix file receival in groupchat pmsxMarvin W2020-01-091-2/+2
|
* Fix auto-joining bookmark without nickfiaxh2020-01-082-3/+3
|
* 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
|