Kévin Commaille
6ab9703957
Upgrade matrix-sdk and ruma crates
...
Brings in a bug fix.
2 months 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 months ago
Kévin Commaille
db350c9e5e
Upgrade matrix-sdk and Ruma
2 months ago
Kévin Commaille
d9168ea1c6
Upgrade ruma and matrix-sdk
3 months 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.
4 months ago
Kévin Commaille
a7c0c4c372
Upgrade crate dependencies
4 months ago
Kévin Commaille
93f9484610
Upgrade matrix-sdk and ruma
...
This is to test some extensive refactoring in ruma in production.
4 months ago
Kévin Commaille
2272063765
Upgrade matrix-sdk and ruma
4 months ago
Kévin Commaille
7913a0fca3
Use libglycin-rebind instead of glycin
...
This allows to reduce the number of crate dependencies.
5 months ago
Kévin Commaille
1e2087a8b1
Upgrade matrix-sdk and ruma dependencies
5 months ago
Kévin Commaille
ba67935724
Upgrade crate dependencies
5 months ago
Kévin Commaille
4e44c82ce9
Release Fractal 13
6 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.
6 months ago
Kévin Commaille
a16fb2860f
Release Fractal 13.rc
7 months ago
Kévin Commaille
de16f870f7
Upgrade matrix-sdk and ruma
...
And other crates with `cargo update`.
7 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.
7 months ago
Kévin Commaille
38b5bd6ee3
Add license identifier to cargo manifest
7 months ago
Kévin Commaille
ab7849e1e2
Release Fractal 13.beta
7 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.
8 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.
8 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.
8 months ago
Kévin Commaille
628298310e
Upgrade matrix-sdk and ruma
...
Use brand new release.
8 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.
8 months ago
Kévin Commaille
07a0083574
Release Fractal 12.1
8 months ago
Kévin Commaille
0e9d34dd9d
Upgrade glycin
...
Tests the beta for GNOME 49 with the loaders in the Flatpak runtime.
9 months ago
Kévin Commaille
07cc8f9787
Upgrade matrix-sdk
...
Brings in fixes for sending media with the unauthenticated endpoints.
9 months ago
Kévin Commaille
ddc5001a79
Release Fractal 12
9 months ago
Kévin Commaille
10ed8358f9
Upgrade ruma and matrix-sdk
...
Brings in important bug fixes.
9 months ago
Kévin Commaille
5fb9e981b7
Release Fractal 12.rc
9 months ago
Kévin Commaille
87f3c2aff0
room-details: Do no allow to "downgrade" a room
9 months ago
Kévin Commaille
8cfc2e1ac7
Upgrade ruma and matrix-sdk
...
And add support for room version 12.
9 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.
10 months ago
Kévin Commaille
12e2c9cbfb
Upgrade matrix-sdk
...
To the new release.
10 months ago
Kévin Commaille
81900cdc6d
Upgrade matrix-sdk
...
And run `cargo update`.
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
b31f4ff67b
Release Fractal 12.beta
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
Kévin Commaille
774f4b4690
ci: Fix cargo-sort check
11 months ago
Kévin Commaille
4f573e54d4
Upgrade matrix-sdk
11 months ago
Kévin Commaille
366a602260
Upgrade matrix-sdk dependency
12 months ago
Kévin Commaille
b9757404e3
Release Fractal 11.1
12 months ago
Kévin Commaille
97e051235d
Upgrade matrix-sdk
...
And cargo update other crates.
12 months ago
Kévin Commaille
0092ae1e30
Upgrade matrix-sdk
1 year ago
Kévin Commaille
ebd7d029cf
Release Fractal 11
1 year 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.
1 year ago
Kévin Commaille
67a12518bd
room-history: Add spaces instead of newlines in topic
1 year ago
Kévin Commaille
efe9189d76
session: Cache room and user profile in memory
...
Reduces the number of requests to the homeserver.
1 year 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.
1 year ago