Kévin Commaille
de175f16ca
room: Reload room name on member events
...
Members names might be used to calculate the name.
3 years ago
Kévin Commaille
eb4e64d7e2
member-list: Fix tracking of Members activity
3 years ago
Kévin Commaille
fe3fba326e
chore: Use AdwSwitchRow wherever possible
3 years ago
Kévin Commaille
d560572193
chore: Use AdwToolbarView wherever possible
3 years ago
Yuri Chornoivan
4b98c9caef
Update Ukrainian translation
3 years ago
Kévin Commaille
6895d4cbfc
explore: use same colors as room history
3 years ago
Kévin Commaille
32ac368bba
room-history: Fix toolbars colors and only use flat style
3 years ago
Kévin Commaille
f93b794f5f
room-details: Use the new libadawaita 1.4 APIs
...
Now that it handles navigation with push and pop, we can reuse
AdwPreferencesWindow. Use also AdwNavigationPage and AdwToolbarView.
3 years ago
Kévin Commaille
be2ca38828
session-view: Use AdwNavigationSplitView and AdwToolbarView
...
Replaces the deprecated AdwLeaflet.
3 years ago
Kévin Commaille
ccdc93be93
media-viewer: Use AdwToolbarView
...
Replaces deprecated AdwFlap
3 years ago
Kévin Commaille
edc23fb4be
account-settings: Use AdwNavigationPage and AdwToolbarView for subpages
...
Removes the use of deprecated APIs
3 years ago
Kévin Commaille
e03b52c119
chore: Use version 1.4 of libadwaita
3 years ago
Kévin Commaille
f3565530ce
room: Only keep MemberList in memory when Room is shown
...
It avoids to keep a lot of members and their avatar in memory when
switching from big rooms
3 years ago
Kévin Commaille
03e96d4452
timeline-item: Use the sender ID instead of a Member
...
Do not expect that the members list of a room is always available.
3 years ago
Kévin Commaille
a932e59e09
rood: Load room members from SDK
...
Do not expect that the members list of a room is always available.
3 years ago
Kévin Commaille
2d6aaadbd6
dm-user-list: Load room members from SDK
...
Do not expect that the members list of a room is always available.
3 years ago
Kévin Commaille
6ebb231995
event-actions: Do not get member unnecessarily
3 years ago
Kévin Commaille
5fc08ef971
verification-list: Load user to verify from SDK
...
Do not expect that the members list of a room is always available.
3 years ago
Kévin Commaille
c749ab0cc2
notifications: Get user display name from SDK
...
Do not expect that the members list of a room is always available.
3 years ago
Kévin Commaille
0e0f0ed20a
event: Keep list of user IDs for read receipts
...
Do not expect that the members list of a room is always available.
3 years ago
Kévin Commaille
6756e7343f
room: Move load_members to MemberList
3 years ago
Kévin Commaille
521afbe0b1
docs: Fix typo
3 years ago
Kévin Commaille
ba15c5b12a
chore: Update gtk crate and associated dependencies
3 years ago
Kévin Commaille
350a65cb0a
chore: Update freedesktop runtime to 23.08
3 years ago
Kévin Commaille
cd982b03c4
room-history: Properly style HTML titles in messages
3 years ago
Kukuh Syafaat
c50076b77a
Update Indonesian translation
3 years ago
Kévin Commaille
deee7e3552
room-history: Remove supposed guard against loading
...
The purpose seems to be to guard when calling load because the timeline
is ready, but the items are not yet loaded in the history.
However that also prevents to load more items when the view is not full.
It is more of a bug to not be able to load events when the view is not
full, than to make one extra request.
3 years ago
Danial Behzadi
11d47ce854
Update Persian translation
3 years ago
Jiri Grönroos
2933b4cd75
Update Finnish translation
3 years ago
Philipp Kiemle
38f85fc839
Update German translation
3 years ago
Artur S0
1f5bf03da2
Update Russian translation
3 years ago
Sabri Ünal
616d780b2f
Update Turkish translation
3 years ago
Asier Sarasua Garmendia
99d7e2f5b0
Update Basque translation
3 years ago
Piotr Drąg
533cb48b9f
Update Polish translation
3 years ago
Kukuh Syafaat
bb5ae3eb45
Update Indonesian translation
3 years ago
Kévin Commaille
cbcee005de
docs: Update README for version 5.beta2
3 years ago
Luming Zh
c0651801c5
Update Chinese (China) translation
3 years ago
Yuri Chornoivan
7f07b48f28
Update Ukrainian translation
3 years ago
Anders Jonsson
1c8448dd54
Update Swedish translation
3 years ago
Kévin Commaille
d8efac8b6d
chore: Release Fractal 5.beta2
3 years ago
Kévin Commaille
99394c950b
invite: Use "decline" instead of "reject"
3 years ago
Kévin Commaille
1707a9f778
invite: Center horizontally the text for the inviter
3 years ago
Kévin Commaille
13300196c7
room: Fix updating category when room state changes
...
Now that the Room struct doesn't change, we need to match with the
category.
3 years ago
Kévin Commaille
6ba96d46b6
utils: Re-encode HTML special characters when rebuilding HMTL
...
Otherwise Pango complains about those characters
3 years ago
Kévin Commaille
4d778e8dfe
timeline: Expose method to know if we can load more events
3 years ago
Kévin Commaille
60098f930c
room-history: Always check if we need to load more items when timeline is ready
3 years ago
Kévin Commaille
9e6f1afce2
timeline: Use current back pagination status to set state after initialization
3 years ago
Kévin Commaille
c363a18e5f
timeline: Don't change state when Timeline is cleared.
...
It is not really in its initial state since it should be ready to load
more events.
3 years ago
Luming Zh
848822aa1f
Update Chinese (China) translation
3 years ago
Kévin Commaille
adab4e4f60
utils: Fix rebuilding HTML in extract_mentions
3 years ago