aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Wording: Use singular in 'No camera/microphone/speaker found'fiaxh2022-02-0842-123/+123
|
* Update translationsTranslations2022-02-08112-121/+1081
|
* Call Invite Message: Send 'finished' messages, include reasonsfiaxh2022-02-084-17/+42
|
* Calls: Device pickerMarvin W2022-02-087-112/+138
|
* Update translationsTranslations2022-02-08114-2733/+3617
|
* Let call notification say if it's a group callfiaxh2022-02-086-15/+29
|
* Various call fixesfiaxh2022-02-076-65/+60
| | | | | | - Use groupchat message type for invites in MUCs - Use call id (from propose) instead of message id for Call Invite Messages - Fix call window controlls appearing when hovering controls
* Fix quote styling occurring in the middle of a linefiaxh2022-02-072-15/+15
| | | | fixup 454c00a, 795af2d, 4e9e09a
* Support direct jingle call invites with call invite messagesfiaxh2022-02-075-119/+214
|
* Add support for call invite messagesfiaxh2022-02-078-155/+161
| | | | As of https://github.com/xsf/xeps/pull/1155
* Various call UI/UX improvementsfiaxh2022-02-0714-118/+180
|
* RTP: Use two channels for OpusMarvin W2022-02-061-1/+1
| | | | Fixes: #1189
* RTP: Add support for G.722Marvin W2022-02-062-5/+11
|
* Use uppercase hex for DTLS fingerprintsMarvin W2022-02-062-2/+2
|
* RTP: Restrict number of recaps to save resourcesMarvin W2022-02-061-5/+8
|
* Revert "Prevent ChatTextView from increasing in height after text was entered"fiaxh2022-02-041-7/+2
| | | | | | | This reverts commit eefce3fd81d7fcb349acb073941ebf5ca9140507. The workaround doesn't seem to be necessary anymore. fixes #1188
* Apply message quote style prior to urlsfiaxh2022-02-041-15/+18
| | | | fixup 795af2d, 4e9e09a
* Update translationsTranslations2022-02-02112-3896/+4488
|
* Initialize and use dbus interfaces asyncfiaxh2022-02-016-75/+91
| | | | related #1155
* Update license text (#1186)Undefined behavior sanitaire2022-01-291-4/+4
|
* update copyright text to 2022 (#1187)Daniel Pono Takamori2022-01-292-2/+2
|
* RTP: Workaround drawing issues on resolution changeMarvin W2022-01-271-24/+87
|
* Remove color from /me name, remove use_markup from sender labelfiaxh2022-01-234-6/+3
|
* Small cleanupfiaxh2022-01-237-8/+9
|
* Stop using opacity for text due to side-effectsfiaxh2022-01-232-17/+29
| | | | | Fixes #1178 Due to https://gitlab.gnome.org/GNOME/gtk/-/issues/2957
* RTP: VAAPI seems to not support VBR and low-power mode at the same timeMarvin W2022-01-211-1/+1
|
* RTP: Use VP8 wait-for-keyframe only for GStreamer 1.18+Marvin W2022-01-212-3/+7
|
* Prevent ChatTextView from increasing in height after text was enteredfiaxh2022-01-121-2/+7
| | | | fixes #1064
* Apply message quote style prior to bold/italic stylefiaxh2022-01-111-13/+12
| | | | Quotes apply to the whole line. Having a bold part in that line results in the quote styling only extending up to the bold part.
* Update PEP native bookmarks to :1 version, fixesfiaxh2022-01-114-42/+139
|
* Only process PEP messages from bare JIDsfiaxh2022-01-104-4/+14
|
* Remove GStreamer dependencies from mainMarvin W2022-01-094-53/+11
| | | | Fixes #1060
* Imrove file widget menu (fixup 25db512)fiaxh2022-01-094-48/+54
| | | | | | | - Fix file menu remaining visible after clicking an action - Fix file menu for images (clicking resulted in hiding of the file widget part) - Fix styling of file menus for images - Fix compiler warnings and runtime criticals
* Introduce file widget menu with "Save as..." and "Open" actions (#1080)wkg2022-01-093-6/+80
|
* Stop making superfluous requests when joining a MUCfiaxh2022-01-083-12/+6
| | | | | Don't request legacy bookmarks on every muc join (when again setting autojoin) fixes #260 Don't query member/admin/owner affiliations on every MUC join
* Fix circular buttons to actually be roundfiaxh2022-01-083-2/+11
|
* Actually return the new list in Presence.Flag.get_resources; fixup c702010fiaxh2022-01-071-2/+2
|
* Display message sender in bold+text color instead of small+coloredfiaxh2022-01-053-24/+8
|
* Allow spaces in nick for affiliate command (#1170)jugendhacker2022-01-051-3/+5
|
* Replace invalid UTF-8 with U+FFFDMarvin W2022-01-051-1/+5
| | | | | XMPP is strictly UTF-8. Fixes #1172
* Create a new list to return in Presence.Flag.get_resourcesfiaxh2022-01-041-0/+3
|
* Add 'unknown' encryption state for establishing callsfiaxh2022-01-043-1/+5
| | | | Currently, they are Encryption.NONE and thus marked as unencrypted in encrypted conversations
* Use opacity for "pending" and "edited" hintsfiaxh2022-01-042-11/+2
| | | | Getting the dim-label color doesn't work without actually rendering it
* Escape occupant name and JID in occupants viewfiaxh2022-01-031-2/+2
| | | | fixes #1141
* Fix runtime critical on incoming read markerfiaxh2022-01-031-0/+2
| | | | | This would result in all messages being counted as unread and highlighted in the conversation list accordingly. As of fa1ba2f8, there are no hidden content items for http file upload _messages_ anymore.
* Fix delivery error displaying for MUC PMsfiaxh2022-01-011-3/+7
| | | | fixes #1113
* Collect previous counter from failed stream resumptionKim Alvefur2021-12-301-0/+5
| | | | | | The server is allowed to keep the counter after the session has expired, which allows a final ack to know wheter in-transit stanzas were delivered or not.
* Forget previous session on failed stream resumption (#1164)Kim Alvefur2021-12-301-1/+1
| | | | | | Assuming received_features_node() is what triggers another attempt to authenticate, this should prevent an attempt to XEP-0198 resume again using the same session id.
* Format quotes as preformatted text (#1111)Xavi922021-12-301-0/+13
|
* Fixes for older valac versionsMarvin W2021-12-252-3/+8
|