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
Kévin Commaille
c5325049f6
Release Fractal 11.rc
11 months ago
Kévin Commaille
163fe968f2
Upgrade matrix-sdk
...
Use new release
11 months ago
Kévin Commaille
3dc3333d99
Bump Rust version
...
To match the version from the matrix-sdk crates.
11 months ago
Kévin Commaille
9f9b0129f0
Upgrade crate dependencies
...
To get rid of the cargo-deny advisory.
12 months ago
Kévin Commaille
48f569f327
account-settings: Use SDK's OAuth methods rather than implementing our own
12 months ago
Kévin Commaille
a137928496
Upgrade matrix-sdk
12 months ago
Kévin Commaille
f513aa5f8b
Release Fractal 11.beta
12 months ago
Kévin Commaille
384a80afbb
Upgrade matrix-sdk
12 months ago
Kévin Commaille
c55e39a640
Revert "Downgrade oo7"
...
This reverts commit 2f107332fd .
1 year ago
Alexandre Franke
af780758e9
Port to libadwaita 1.7
1 year ago
Kévin Commaille
499f9f9370
Upgrade dependencies
1 year ago
Kévin Commaille
5a1cc6497e
Upgrade matrix-sdk
1 year ago
Kévin Commaille
694a07bfec
Upgrade matrix-sdk
1 year ago
Kévin Commaille
33edfe65cf
Upgrade matrix-sdk
1 year ago
Kévin Commaille
2f107332fd
Downgrade oo7
...
Until we find a solution for the current problem.
1 year ago
Kévin Commaille
5564609c99
Upgrade matrix-sdk
1 year ago
Kévin Commaille
d5cbeeef99
Upgrade glycin
1 year ago
Kévin Commaille
c51971f37c
Upgrade matrix-sdk
1 year ago
Kévin Commaille
2cafa29b92
Upgrade matrix-sdk
1 year ago
Kévin Commaille
8a6b71e496
secret: Store tokens in a separate file
...
When we switch to supporting OAuth 2.0, the tokens will need to be
refreshed often. To avoid issues where the secret backend might stop
responding, we store them encrypted in a separate file. The secret
backend now only stores the passphrase.
1 year ago