Kévin Commaille
6ab9703957
Upgrade matrix-sdk and ruma crates
...
Brings in a bug fix.
2 weeks ago
Kévin Commaille
99b4111cc0
Remove dependency on strum
...
While it is somewhat convenient, let's stop being lazy and implement
more explicit methods manually.
2 weeks ago
Kévin Commaille
db350c9e5e
Upgrade matrix-sdk and Ruma
3 weeks ago
Kévin Commaille
d9168ea1c6
Upgrade ruma and matrix-sdk
1 month ago
Kévin Commaille
f95180acb1
remote: Replace wtinylfu with quick_cache
...
wtinylfu's author recommends to use another crate because of its low
maintenance. Also quick_cache is more popular so problems are more
likely to be found.
2 months ago
Kévin Commaille
a7c0c4c372
Upgrade crate dependencies
2 months ago
Kévin Commaille
93f9484610
Upgrade matrix-sdk and ruma
...
This is to test some extensive refactoring in ruma in production.
3 months ago
Kévin Commaille
2272063765
Upgrade matrix-sdk and ruma
3 months ago
Kévin Commaille
7913a0fca3
Use libglycin-rebind instead of glycin
...
This allows to reduce the number of crate dependencies.
3 months ago
Kévin Commaille
1e2087a8b1
Upgrade matrix-sdk and ruma dependencies
3 months ago
Kévin Commaille
ba67935724
Upgrade crate dependencies
3 months ago
Kévin Commaille
4e44c82ce9
Release Fractal 13
5 months ago
Kévin Commaille
a537fe564a
session: Use new GtkFilterListModel watch-items property
...
To replace ExpressionListModel where possible. It should be more
performant because it only triggers an `items-changed` signal if the
item filtering changed.
This was added in GTK 4.20 but we need at least 4.20.2 which includes a
bug fix.
5 months ago
Kévin Commaille
a16fb2860f
Release Fractal 13.rc
5 months ago
Kévin Commaille
de16f870f7
Upgrade matrix-sdk and ruma
...
And other crates with `cargo update`.
5 months ago
Kévin Commaille
7c56918d25
Upgrade ruma and matrix-sdk
...
And others deps with `cargo update`. Required to fix building the docs
with the latest version of Rust nightly.
5 months ago
Kévin Commaille
38b5bd6ee3
Add license identifier to cargo manifest
5 months ago
Kévin Commaille
ab7849e1e2
Release Fractal 13.beta
6 months ago
Kévin Commaille
6631a5e41a
Upgrade crates
...
Upgrades glycin to the new stable release, and matrix-sdk-base to a
version that fixes a CVE, among others.
6 months ago
Kévin Commaille
847dcb5110
Bump gtk crates and dependents
...
We use glycin as a git dependency for now because the latest RC doesn't
work, but the latest commit does.
6 months ago
Kévin Commaille
73ff15bf6f
location-viewer: Use more modern API
...
`VectorRenderer::set_sprite_sheet_data` was deprecated in libshumate 1.1.
Instead we use `VectorSpriteSheet::add_page`, which allows to use
`GdkTexture` directly, and to add higher resolution sprites.
6 months ago
Kévin Commaille
628298310e
Upgrade matrix-sdk and ruma
...
Use brand new release.
6 months ago
Kévin Commaille
a7f9573721
Bump MSRV to 1.88
...
This is the version required by matrix-sdk, and allows us to use `let`
chains.
7 months ago
Kévin Commaille
07a0083574
Release Fractal 12.1
7 months ago
Kévin Commaille
0e9d34dd9d
Upgrade glycin
...
Tests the beta for GNOME 49 with the loaders in the Flatpak runtime.
7 months ago
Kévin Commaille
07cc8f9787
Upgrade matrix-sdk
...
Brings in fixes for sending media with the unauthenticated endpoints.
7 months ago
Kévin Commaille
ddc5001a79
Release Fractal 12
7 months ago
Kévin Commaille
10ed8358f9
Upgrade ruma and matrix-sdk
...
Brings in important bug fixes.
7 months ago
Kévin Commaille
5fb9e981b7
Release Fractal 12.rc
8 months ago
Kévin Commaille
87f3c2aff0
room-details: Do no allow to "downgrade" a room
8 months ago
Kévin Commaille
8cfc2e1ac7
Upgrade ruma and matrix-sdk
...
And add support for room version 12.
8 months ago
Kévin Commaille
d3ce661865
Upgrade ruma and matrix-sdk
...
This upgrade is more about Ruma, to test the main branch that contains
several breaking changes before it is released.
8 months ago
Kévin Commaille
12e2c9cbfb
Upgrade matrix-sdk
...
To the new release.
8 months ago
Kévin Commaille
81900cdc6d
Upgrade matrix-sdk
...
And run `cargo update`.
8 months ago
Kévin Commaille
b4bcb46fae
Port to Rust 2024
9 months ago
Kévin Commaille
591026c65c
Upgrade matrix-sdk
...
And run cargo update.
9 months ago
Kévin Commaille
b31f4ff67b
Release Fractal 12.beta
9 months ago
Kévin Commaille
a213ec8467
Release Fractal 11.2
9 months ago
Kévin Commaille
85bcfc74bc
Upgrade matrix-sdk
...
Use the newly released version.
9 months ago
Kévin Commaille
774f4b4690
ci: Fix cargo-sort check
10 months ago
Kévin Commaille
4f573e54d4
Upgrade matrix-sdk
10 months ago
Kévin Commaille
366a602260
Upgrade matrix-sdk dependency
10 months ago
Kévin Commaille
b9757404e3
Release Fractal 11.1
10 months ago
Kévin Commaille
97e051235d
Upgrade matrix-sdk
...
And cargo update other crates.
10 months ago
Kévin Commaille
0092ae1e30
Upgrade matrix-sdk
11 months ago
Kévin Commaille
ebd7d029cf
Release Fractal 11
11 months ago
Kévin Commaille
537d31521b
utils: Replace remove_newlines with collapse_whitespace
...
In HTML, contiguous whitespaces must be replaced by a single space, not
removed.
11 months ago
Kévin Commaille
67a12518bd
room-history: Add spaces instead of newlines in topic
11 months ago
Kévin Commaille
efe9189d76
session: Cache room and user profile in memory
...
Reduces the number of requests to the homeserver.
11 months ago
Kévin Commaille
5ea7f82c2f
room-history: Add support for Blurhashes
...
It is displayed while the media is being downloaded, or instead of the
preview if the preview is hidden.
11 months ago