aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* set a generic MIME type for encrypted file (#1213)Nkwuda Sunday Cletus2022-03-231-1/+1
|
* Fix build on Vala < 0.50 and pre-release Vala versionsMarvin W2022-03-162-3/+5
|
* Add XEP implementation status to DOAPMarvin W2022-03-162-4/+80
|
* QR-code: Actually use Uri.join if glib version supports itfiaxh2022-03-092-7/+8
|
* OMEMO QR code: URI-escape the JIDmjk2022-02-261-1/+17
|
* OMEMO: Make QR code "scalable" in accordance with GDK_SCALEmjk2022-02-251-2/+4
| | | | | The QR code is now generated at the required resolution instead of being stretched for display with linear filtering.
* Qrencode: Break out upsampling into a separate functionmjk2022-02-251-16/+35
|
* OMEMO: Make QR code fixed-resolution and the quiet zone ISO-conformantmjk2022-02-254-24/+34
|
* Fix quote formating to not (partially) expect a space after >fiaxh2022-02-141-1/+1
|
* Update DOAP fileMarvin W2022-02-142-0/+84
|
* RTP: clarify codec support warningmjk2022-02-131-1/+1
|
* Prepare for 0.3 releasefiaxh2022-02-124-7/+8
|
* Update translationsTranslations2022-02-12112-729/+889
|
* Fix call participant widgetMarvin W2022-02-122-26/+7
|
* Remove call notification if other device accepted/deniedfiaxh2022-02-122-12/+26
|
* CIM: Announce accepted methodMarvin W2022-02-123-4/+20
|
* Fix build on Debian 10Marvin W2022-02-121-7/+12
|
* Calls: Show invite button quickerfiaxh2022-02-122-3/+7
|
* Calls: Fix OMEMO in group callsMarvin W2022-02-126-24/+88
|
* Calls: Only show invite button when it's supportedMarvin W2022-02-121-3/+3
|
* Calls: Fix device selector for multi-party calls, allow picking device ↵Marvin W2022-02-129-65/+114
| | | | before call started
* Calls: Use GtkHeaderBar for each participantMarvin W2022-02-124-107/+92
|
* Various call fixesfiaxh2022-02-127-31/+56
| | | | | | | | | - If peer invited us claiming audio-only and then wants to have a video content, do a content-modify and accept audio-only - Check contents for video (and modify) and whether call is truly accepted in PeerState.accept() directly - If a message contains both JMI and CIM, only use JMI - Fix outgoing CIM (disabled) - Use opacity instead of visiblity for file_menu, small fixes - Add back owner/admin/member queries when joining MUC (regression from 33104a7)
* RTP: Only display SSRC mismatch warning for GLib versions supporting ↵Marvin W2022-02-112-0/+7
| | | | warning_once
* RTP: Make codec and hardware support compile-time configurableMarvin W2022-02-115-29/+84
|
* Various call fixesfiaxh2022-02-106-25/+35
| | | | | | | - Don't create incoming CIM calls twice - Fix is_color check for video devices w/ multiple formats - Tolerate mismatching content creator on jingle responses - Change MUJI namespace to urn:xmpp:jingle:muji:0
* DTLS: Handle DTLS fingerprint in transport-info before session-acceptMarvin W2022-02-093-3/+35
|
* 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
|