Alexandre Franke
9223e45410
wip: make a dedicated widget
11 months ago
Alexandre Franke
292821d683
timeline: format info events
...
We add an icon and make them dim
11 months ago
Ekaterine Papava
7a1d8ffa19
Update Georgian translation
11 months ago
Kévin Commaille
a2cc7999c3
verification: Refactor and clean up
11 months ago
Kévin Commaille
8e623c55c4
notifications: Refactor and clean up
...
Fixes a regression where clicking on notifications would not open the
app anymore.
11 months ago
Kévin Commaille
834a06612a
Upgrade crates
...
Gets rid of tokio advisory
11 months ago
Kévin Commaille
d63a96c509
utils: Allow to get the JoinHandle of the spawn! macro
...
That way the result of the task can be `.await`ed if wanted.
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
c46404cbbf
utils: Refactor toast macro
...
Simplify the rules for using the macro:
- The message must always implement `AsRef<str>`,
- The variables values must implement `ToString`,
- Trailing commas are always optional.
Use functions for code that doesn't actually need to be in the macro,
it allows to have linting of the code.
11 months ago
Kévin Commaille
b2dd3acd08
system-settings: Refactor
11 months ago
Kévin Commaille
da8fb3b112
room-details: Refactor and clean up
11 months ago
Kévin Commaille
065e139126
utils: Refactor and clean up
11 months ago
Kévin Commaille
25b7b1603b
remote-room: Refactor and clean up
11 months ago
Kévin Commaille
3a6416f1b3
failed-session: Refactor
11 months ago
Kévin Commaille
194beff585
account-settings: Refactor and clean up
11 months ago
Yuri Chornoivan
3d0c9a78e7
Update Ukrainian translation
11 months ago
Martin
77d1c8a846
Update Slovenian translation
11 months ago
Luming Zh
b7eaa606bc
Update Chinese (China) translation
12 months ago
Kévin Commaille
b577acb584
Add support for logging in with the OAuth 2.0 API
12 months ago
Kévin Commaille
9f9b0129f0
Upgrade crate dependencies
...
To get rid of the cargo-deny advisory.
12 months ago
Martin
c1a669a9a2
Update Slovenian translation
12 months ago
Yuri Chornoivan
14edc8d9fa
Update Ukrainian translation
12 months ago
Titouan Real
41ab799c37
user-session-page: Fix toast string
12 months ago
Titouan Real
d7b79251e1
general: Remove debug repr in error log
12 months ago
Titouan Real
d427026b5b
user-session-page: Allow the user to set the display name
12 months ago
Titouan Real
49f2f71e61
misc: Fix new clippy lint
12 months ago
Titouan Real
8af7a922e3
Address RUSTSEC-2025-0022
...
https://rustsec.org/advisories/RUSTSEC-2025-0022
12 months ago
Kévin Commaille
a263904386
explore: Adapt header if the window is too narrow
...
If the window is too narrow, the search entry moves below the servers
button.
12 months ago
Kévin Commaille
e0f8bd5c28
explore: Refactor and clean up
12 months ago
Kévin Commaille
8a78a7a3bf
Revert "utils: Do not enable event cache storage"
...
This reverts commit 37fc796c9c .
12 months ago
Kévin Commaille
5c66a39c0c
build: Clean up flatpak manifest
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
Artur S0
8285bc794b
Update Russian translation
12 months ago
Brage Fuglseth
fa51da6393
Update Norwegian Bokmål translation
12 months ago
Daniel Rusek
e708570703
Update Czech translation
12 months ago
Álvaro Burns
d63d5c229b
Update Brazilian Portuguese translation
12 months ago
Kévin Commaille
9566d14940
join-room-dialog: Rename to RoomPreviewDialog
12 months ago
Kévin Commaille
121219e539
create-dm-dialog: Rename to CreateDirectChatDialog, refactor and clean up
12 months ago
Kévin Commaille
2c84f96d46
room-creation: Rename to CreateRoomDialog, refactor and clean up
12 months ago
Kévin Commaille
a0fb433fd2
room-list: Refactor and clean up
12 months ago
Kévin Commaille
8eeb955746
window: Refactor and clean up
12 months ago
Kévin Commaille
fba0195977
application: Refactor
12 months ago
Kévin Commaille
d78a59dfed
application: Simplify intents
12 months ago
Kévin Commaille
e7727a4b82
session-view: Refactor and clean up
12 months ago
Kévin Commaille
f513aa5f8b
Release Fractal 11.beta
12 months ago
Kévin Commaille
ed66251c10
session-view: Fix focus behavior when selected item in sidebar changed
...
Make sure to always focus a widget in the visible page if possible.
12 months ago
Kévin Commaille
7b425eef0e
content: Refactor
12 months ago
Kévin Commaille
2a5da4b12e
event-details-dialog: Add button to open sender profile instead of copying the user ID
12 months ago
Kévin Commaille
2e1bfefde6
timeline: Show sender for unable to decrypt events
12 months ago