Kévin Commaille
ab2f70a258
build: Remove ffmpeg-full extension
...
It is not compatible with the 25.08beta freedesktop.org runtime base.
It was replaced by the codecs-extra extension which is auto-downloaded
with the runtime.
10 months ago
Kévin Commaille
12e2c9cbfb
Upgrade matrix-sdk
...
To the new release.
10 months ago
Aefgh Threenine
431d849bcd
Update Thai translation
10 months ago
Anders Jonsson
4319c3160b
Update Swedish translation
10 months ago
Kévin Commaille
9299056daa
ci: Upgrade cargo-nextest
10 months ago
Kévin Commaille
81900cdc6d
Upgrade matrix-sdk
...
And run `cargo update`.
10 months ago
Kévin Commaille
ca1599296c
Update manifest, CI and instructions for 25.08beta runtime base
10 months ago
Kévin Commaille
b4bcb46fae
Port to Rust 2024
10 months ago
Kévin Commaille
591026c65c
Upgrade matrix-sdk
...
And run cargo update.
10 months ago
Kévin Commaille
4b1b3fb12b
Upgrade glycin-loaders to 1.2.2
10 months ago
Daniel Rusek
a089732ba2
Update Czech translation
10 months ago
Álvaro Burns
f9b1f23b11
Update Brazilian Portuguese translation
10 months ago
Kévin Commaille
4a65b1cb29
docs: Update Flathub instructions
10 months ago
Kévin Commaille
b31f4ff67b
Release Fractal 12.beta
10 months ago
Luming Zh
938396b500
Update Chinese (China) translation
10 months ago
Martin
1006b9b2b4
Update Slovenian translation
10 months ago
Yuri Chornoivan
1c27842ab3
Update Ukrainian translation
10 months ago
Kévin Commaille
0eec6d8189
room-history: Display the sender of membership change events
10 months ago
Kévin Commaille
3f611f7ca2
message-toolbar: Use the sender of the tombstone event for routing the successor room
...
We shouldn't use the server name in the room ID, it is supposed to be an
opaque string and the `!localpart:server_name` format might change.
10 months ago
Baxrom Raxmatov
aaf145feb7
Add Uzbek (Latin) translation
10 months ago
David Akopov
3a6628adea
sidebar-section: signal aggregate notification count & highlight changes
...
Add notification-count, highligh and has-notifications properties to the
sidebar section model and signal on corresponding changes.
Aggregation is done as follows:
is-read := conjunction_over_all_rooms_in_section(is-read)
highligh := union_over_rooms_in_section(highligh)
has-notification := any_over_rooms(has-notifications)
notification-count := sum_over_rooms_in_section(notification-count)
Functionality of ExpressionList is reused on one of the intermediate
models to populate watches (internally on the underlying model) and signal
change of notification-count or highlight with the room indices.
This implementation recalculates the aggregate expressions via
naive iterations (discarding exactly which room(s)' values were
changed).
UI state bits are reflected accordingly to consume the signalled changes.
Fixes : #1048
10 months ago
Kévin Commaille
a213ec8467
Release Fractal 11.2
11 months ago
Kévin Commaille
85bcfc74bc
Upgrade matrix-sdk
...
Use the newly released version.
11 months ago
Rafael Fontenelle
59c6e88311
Update Brazilian Portuguese translation
11 months ago
Luming Zh
37c8490abc
Update Chinese (China) translation
11 months ago
Juliano de Souza Camargo
7f687871b7
Update Brazilian Portuguese translation
11 months ago
Yuri Chornoivan
da49563c35
Update Ukrainian translation
11 months ago
Martin
b31d74e8ba
Update Slovenian translation
11 months ago
Kévin Commaille
d65fbacac6
room-history: Replace ratio character with colon in timestamps
...
Apparently using the ratio character can create issues for RTL languages.
11 months ago
Kévin Commaille
58ebb7e3bc
room-history: Add back support for redacted messages
...
We need it in case of replies to a redacted message.
11 months ago
Kévin Commaille
d025f24928
media-viewer: Allow to show a media without an event ID
11 months ago
Yuri Chornoivan
56a82d7cbf
Update Ukrainian translation
11 months ago
Kévin Commaille
655676de7e
sidebar: Allow to mark a room as unread
11 months ago
Ekaterine Papava
44ea6d38ac
Update Georgian translation
11 months ago
Luming Zh
e69bc3efaf
Update Chinese (China) translation
11 months ago
Yuri Chornoivan
e903be2564
Update Ukrainian translation
11 months ago
Martin
b0dd62a90b
Update Slovenian translation
11 months ago
Kévin Commaille
774f4b4690
ci: Fix cargo-sort check
11 months ago
Kévin Commaille
3388795df5
session: Synchronize the media previews safety settings with the Matrix account data
...
To share the setting between clients.
11 months ago
Kévin Commaille
59b6740ce5
account-settings: Refactor NotificationsPage
11 months ago
Kévin Commaille
4f573e54d4
Upgrade matrix-sdk
11 months ago
Luming Zh
134d271f68
Update Chinese (China) translation
11 months ago
Kévin Commaille
e1452fcda4
invite: Refactor and fix visibility
11 months ago
Kévin Commaille
edac9e3381
room-history: Make sure that mentions respect safety settings
...
Gets rid of a potential attack factor.
11 months ago
Kévin Commaille
366a602260
Upgrade matrix-sdk dependency
12 months ago
Álvaro Burns
45ee641a78
Update Brazilian Portuguese translation
12 months ago
Daniel Rusek
f7370be6a5
Update Czech translation
12 months ago
Kévin Commaille
2dd845f7e0
ci: Include flatpak template as a project rather than URL
...
It might get rid of the 429 errors.
12 months ago
Kévin Commaille
8ccb67cb8a
build: Enable frame pointers for Rust modules
...
It seems to be necessary to build the aarch64 flatpak in CI, and it
doesn't hurt anyway.
12 months ago
Kévin Commaille
0931854b98
Revert "ci: Allow failure of aarch64 jobs"
...
This reverts commit 69dde233e4 .
12 months ago