aboutsummaryrefslogtreecommitdiff
path: root/plugins
Commit message (Collapse)AuthorAgeFilesLines
* Bind soup session lifetime to File provider/sender lifetimeMarvin W2026-02-102-6/+6
| | | | Required since libsoup 3.4. Fixes #1395
* Consider stream readable when EOS is reached.Marvin W2026-02-101-1/+1
| | | | Fixes #1373
* HTTP: Make LimitInputStream pollable for better async compatibilityMarvin W2026-02-101-1/+20
| | | | Fixes #1307
* Fix build on vala-c 0.56.17Xavier Del Campo Romero2025-02-191-2/+2
| | | | | | | | | | | Rationale from the original commit [1]: Annotating with array_null_terminated doesn't imply a missing array_length. Thanks to Leah N. for the suggestion. [1]: https://github.com/GNOME/vala-extra-vapis/commit/6b8a3e4faaabc462f90ffcb0cf0f91991ee58077
* Inhibit suspend on file upload/downloadXavier Del Campo Romero2023-10-091-0/+7
|
* WIP call notificationsXavier Del Campo Romero2023-10-091-2/+28
|
* file_sender.vala: Split very long lineXavier Del Campo Romero2023-10-091-1/+5
|
* Show file upload/download progressXavier Del Campo Romero2023-10-091-0/+12
| | | | | | | | | | | Fixes upstream issue #1350. Notes: Image uploads were incorrectly handled by Dino, as they were always reported as completed even if they were not, maybe so as to show the image preview from the start. Now, Dino shows the upload progress for all file types, and the image is only shown when completed.
* http-files: Avoid null dereferencesXavier Del Campo Romero2023-10-092-5/+34
|
* Show warning dialog on failed GTK video sink creationXavier Del Campo Romero2023-10-091-0/+8
|
* Backport Meson build supportXavier Del Campo Romero2023-10-093-0/+53
| | | | | | | | | | | | Meson builds have better integration with Vala. For example, Meson handles incremental compilation of Vala source files better than CMake. Limitations: As done with CMake builds, gresource.xml should be compiled. Now, it has been generated from a CMake build and manually copied into the source tree.
* [feature/handy]: Adapt OMEMO dialog (#985)Michel Le Bihan2023-10-053-5/+7
| | | | | | | | | * Wrap OMEMO automatically accept label * Change OMEMO fingerprint label to wrap with max-width * Set contact OMEMO dialog as resizable * Disable expanding grid in contact details
* OMEMO: Make device list publicfiaxh2023-10-051-6/+9
|
* Fix buildfiaxh2023-10-051-1/+0
|
* Remove nl_BE from LINGUAS files and appdata file (fixup d0a00e1)fiaxh2023-10-052-2/+0
|
* Remove Dutch (Belgium) translation, fallback to DutchTranslations2023-10-052-392/+0
| | | | fixes #1231
* Automatically select appropriate libsoup versionMarvin W2023-10-053-13/+12
|
* DTLS: Use ECDSA keyMarvin W2023-10-012-2/+3
|
* Do not send DTLS datagrams to RTP even after handshakeMarvin W2023-10-011-2/+9
| | | | Also post debug message in case we drop datagrams
* Ignore non-DTLS data before handshake is completeStephen Paul Weber2023-10-011-1/+1
| | | | | | | | https://datatracker.ietf.org/doc/html/rfc9147#name-demul https://datatracker.ietf.org/doc/html/rfc5764#section-5.1.2 If data is received before handshake is complete, discard it rather than forwarding it blindly to GnuTLS which can get confused.
* CMake: Fix version checksMarvin W2023-10-011-2/+2
|
* Support devices with multiple framerate options in get_max_fps (#1224)Matthew Egeler2022-05-171-2/+20
|
* Fix calculation of best camera frameratefoucault2022-05-171-1/+3
| | | | | | When the algorithm iterates over all the available v4l2 capabilities it tries to determine the best framerate for each one of YUYV (video/x-raw) modes presented by the hardware (best_fraction, line 357 in device.vala). Regardless of what's determined to be the "best" YUYV mode from within the conditional right after (line 385) the best fractional framerate will always point to the last iterated framerate, which might be an extremely low one, like 7 or 5 FPS. When the framerate is then stored in the Gst.Structure (line 394) the fractional framerate will always be that last value which might be different than the correct one as calculated by best_fps (line 386). This workaround solves this issue by only updating best_fraction when the conditional in line 385 is satisfied. from issue #1195
* Prepare http-files plugin for libsoup-3 supportMarvin W2022-04-093-33/+60
| | | | | Note: ice plugin still depends on libsoup-2.4 and one can't have both in the same process, so this remains disabled by default
* Fix build of testsMarvin W2022-04-081-2/+2
|
* Allow cancellation of file transfersMarvin W2022-03-302-6/+46
|
* 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-161-2/+1
|
* QR-code: Actually use Uri.join if glib version supports itfiaxh2022-03-091-6/+6
|
* 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-253-23/+29
|
* RTP: clarify codec support warningmjk2022-02-131-1/+1
|
* Update translationsTranslations2022-02-1272-82/+82
|
* Calls: Fix OMEMO in group callsMarvin W2022-02-121-2/+62
|
* Calls: Fix device selector for multi-party calls, allow picking device ↵Marvin W2022-02-124-28/+30
| | | | before call started
* 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-101-4/+7
| | | | | | | - 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-092-3/+28
|
* Update translationsTranslations2022-02-0872-72/+72
|
* Calls: Device pickerMarvin W2022-02-083-79/+100
|
* Update translationsTranslations2022-02-0874-70/+415
|
* Various call UI/UX improvementsfiaxh2022-02-072-5/+13
|
* 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-061-1/+1
|
* RTP: Restrict number of recaps to save resourcesMarvin W2022-02-061-5/+8
|
* Update translationsTranslations2022-02-0270-76/+79
|