aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* emojichooser.c: do not popdown on emoji selectedXavier Del Campo Romero2023-10-051-2/+0
| | | | | I am one of those people who write the same emoji several times on a message, so I found the original behaviour rather annoying.
* Use ctrl+enter to enter newlinexavi922023-10-051-1/+1
|
* emojichooser.ui: set category icons on a GtkGridXavier Del Campo Romero2023-10-051-1/+41
| | | | | | | Instead of using a 1x10 GtkBox, a 2x5 GtkGrid is now used so used horizontal space is reduced to a half. This is particulary interesting on devices like the PinePhone, since the widget would partially fall out of the screen otherwise.
* Update im.dino.Dino.appdata.xml.in (#1121)free software2023-10-051-0/+4
|
* Update im.dino.Dino.desktop (#1122)free software2023-10-051-0/+1
|
* [feature/handy]: Adapt OMEMO dialog (#985)Michel Le Bihan2023-10-054-5/+8
| | | | | | | | | * 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
* Set ConversationView min widthmimi899992023-10-051-0/+1
|
* Wrap titles box in a scrolled windowmimi899992023-10-051-1/+3
| | | | Fixes https://gitlab.gnome.org/GNOME/libhandy/-/issues/403
* Add separators and back button to non csd headermimi899992023-10-052-6/+29
|
* Add separator between paned stacks in main windowmimi899992023-10-052-0/+14
| | | | A GtkSeparator was added between paned stacks in main window to align it with the separator in the headerbar. Since the sidebar already had a border, be need to remove it.
* Change main window to use headergroup for window buttonsmimi899992023-10-051-20/+7
|
* Change contact details dialog container to HdyClamp and enable label wrap (#948)Michel Le Bihan2023-10-052-84/+89
|
* Change select contact dialog container to HdyClamp and set default size (#949)Michel Le Bihan2023-10-053-47/+57
|
* Add window controls to conversation titlebar CSD in folded mode (#961)Michel Le Bihan2023-10-051-1/+1
|
* Further adjustments for handy-1fiaxh2023-10-052-2/+4
|
* Update to libhandy 1.0mimi899992023-10-053-14/+12
|
* Use libhandy for main windowMarvin W2023-10-055-20/+102
|
* Show modal dialog to select default encryption if unknownXavier Del Campo Romero2023-10-054-1/+190
|
* Set up default encryption settings GUIXavier Del Campo Romero2023-10-054-1/+138
|
* Prepare for 0.4 releaseMarvin W2023-10-052-1/+2
|
* Don't accept corrections from MUC MAMMarvin W2023-10-051-1/+2
| | | | We don't know if they're from the same user as someone else could have joined with the same nickname after sender left
* Fix various date/time stamps not updated or wrong time zoneMarvin W2023-10-052-8/+7
|
* Show "Me" instead of bare jid when no local alias is setMarvin W2023-10-052-9/+2
|
* Improve history sync under loadMarvin W2023-10-054-41/+102
|
* Fix label attributes updated with delayMarvin W2023-10-051-16/+17
|
* Deduplicate messages before storing in databaseMarvin W2023-10-051-66/+70
|
* Add priority for and allow cancellation of outgoing stanzasMarvin W2023-10-0510-57/+85
|
* Collapse most stream releated errors into IOErrorMarvin W2023-10-0514-115/+87
|
* OMEMO: Make device list publicfiaxh2023-10-051-6/+9
|
* Fix placeholder being shown on startup, fix missing vertical line in ↵fiaxh2023-10-051-4/+1
| | | | no-conversations placeholder
* Add tooltips to the delivered and read icons (#1341)Prashant Kumar2023-10-051-0/+2
|
* Fix buildfiaxh2023-10-051-1/+0
|
* Remove nl_BE from LINGUAS files and appdata file (fixup d0a00e1)fiaxh2023-10-054-7/+0
|
* Remove Dutch (Belgium) translation, fallback to DutchTranslations2023-10-053-1577/+0
| | | | fixes #1231
* Update appdata file with content_rating, releases, update image tagsfiaxh2023-10-051-15/+19
|
* MAM: Fix latest range not being stored in db if it contained a duplicatefiaxh2023-10-051-6/+0
|
* Fix compiler warningsfiaxh2023-10-056-8/+3
|
* MAM: Fix processing after range was fetched completely, fix merging of rangesfiaxh2023-10-051-29/+30
|
* Fix connecting to jingle file provider multiple timesfiaxh2023-10-051-7/+6
|
* Fix some MAM issuesfiaxh2023-10-051-17/+40
| | | | | | | | - Messages from MUCs weren't added to their respective MUC MAM ranges, thus re-fetched on rejoin. - The earliest ('first') message of a mam page was used to update the to_id, but it should have been 'last'; also the other way around. - Duplicates weren't detected properly.
* Parse conference.password from XEP-0402 bookmarks (#1310)Teemu Ikonen2023-10-051-0/+1
|
* Clean up log outputsfiaxh2023-10-053-42/+22
|
* Automatically select appropriate libsoup versionMarvin W2023-10-056-14/+52
|
* Replace splice_async with read_asyncMarvin W2023-10-051-1/+9
|
* 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.
* MAM: Fix latest range not being stored in db if it contained a duplicatefiaxh2023-10-011-5/+7
|
* fix: Add x node to MUC PM stanza (#1462)mesonium2023-10-012-0/+12
| | | | | | Add <x/> tag in MUC-PMs to support better Carbon delivery in compliance with XEP-0045 v1.28 and above. Fixes #1306
* Rewrite MAM logic and add MUC MAMfiaxh2023-10-0119-355/+833
|