Kévin Commaille
c96609ff8a
remote-room: Downgrade errors to the WARN level
...
Since RemoteRoom is used for unknown room mentions, it does not make
sense to have errors in the logs for those.
1 year ago
Kévin Commaille
473c5d53bf
room: Do not log about state change during initialization
1 year ago
Kévin Commaille
78cd7b057d
room: Use RoomInfo to watch whether a room is direct
1 year ago
Artur S0
dd5b1c9335
Update Russian translation
1 year ago
Kévin Commaille
0b044491a1
chore: Upgrade matrix-sdk crate
...
Should get rid of unwanted verbose warnings in the SDK.
1 year ago
Luming Zh
0fed338255
Update Chinese (China) translation
2 years ago
Anders Jonsson
9ddbf96e2a
Update Swedish translation
2 years ago
Yuri Chornoivan
4650c2d22c
Update Ukrainian translation
2 years ago
Martin
bf7cb9024e
Update Slovenian translation
2 years ago
Kévin Commaille
4a8625b5fe
room-history: Do not offer to invite members in direct chat
2 years ago
Kévin Commaille
113c97d5f2
room-details: Present members directly in general page for direct chats
2 years ago
Kévin Commaille
b4118978df
room-details: Hide some sections and actions for direct chats
2 years ago
Kévin Commaille
f535b931a8
crypto-recovery-setup-view: Fix resetting recovery when backup exists on homeserver
...
We force the API to delete the backup instead of disabling recovery.
2 years ago
Kévin Commaille
25e7ee4cb7
session: Split security API in a separate type
2 years ago
Kévin Commaille
f94357ebe8
account-settings: Fix user sessions page
...
AdwPreferencesPage only allows AdwPreferencesGroup as children so only
provide that.
We only use the GtkStack for the other active sessions by initializing
the current session early.
Includes other refactoring around user sessions.
2 years ago
Luming Zh
4f4085ada4
Update Chinese (China) translation
2 years ago
Kévin Commaille
857cf0d75c
timeline: Ignore room member events where the content has not changed
2 years ago
Yuri Chornoivan
52d6b66329
Update Ukrainian translation
2 years ago
Kévin Commaille
478dab3ecd
room-history: Fix style of new messages divider
2 years ago
Kévin Commaille
8e38f554e3
chore: Upgrade matrix-sdk
2 years ago
Martin
cae850afd2
Update Slovenian translation
2 years ago
Kévin Commaille
3400931fb3
session-list: Only restore sessions with a data directory on the system
...
This is necessary to avoid issues for users sharing their secrets
between devices.
2 years ago
Kévin Commaille
a58b71f15a
room-history: Do not use italics for typing row
...
Use dim-label instead.
2 years ago
Kévin Commaille
7f99225953
room: Fix typing list sometimes not showing
2 years ago
Kévin Commaille
662b590a0b
room-history: Make sure that we scroll to the end in scroll_down
...
Previously me only made sure that we were scrolling to the last item and
focusing it,
but sometimes when the item is partly into view, it does not scroll to
the bottom.
2 years ago
Kévin Commaille
7e2f334d41
room-history: Make sure history loading does not stop until view is filled, when possible
...
And other refactoring.
2 years ago
Kévin Commaille
098a03ef81
room-details: Fix loading state of media history viewers
...
Show the loading stack page if there are no other items than the loading
row.
Keep the timeline state to Loading until we have enough items according
to the viewer.
2 years ago
Danial Behzadi
488ed24fe9
Update Persian translation
2 years ago
Kévin Commaille
71d492ea6f
media-viewer: Remove arrow of context menu
2 years ago
Kévin Commaille
f1d2fce121
message-toolbar: Add a send guard
...
To prevent sending the same message several times.
2 years ago
Juliano de Souza Camargo
bd248f9df7
Update Brazilian Portuguese translation
2 years ago
Satrujit Behera
e9d9ae44da
notifications: Set `im.received` category for notifications
2 years ago
Brage Fuglseth
2a86f44038
Update Norwegian Bokmål translation
2 years ago
Yuri Chornoivan
5795a59547
Update Ukrainian translation
2 years ago
Martin
e112fa3d96
Update Slovenian translation
2 years ago
Luming Zh
92fc80f90a
Update Chinese (China) translation
2 years ago
Kévin Commaille
16ade07284
misc: Remove "Try again later" from toast messages
2 years ago
Kévin Commaille
63404476b5
sidebar-row: Use better toast messages for failed room actions
2 years ago
Kévin Commaille
5fe52ce014
sidebar: Use "decline" instead of "reject"
...
We already changed it in the Invite view, but not in the context menu.
2 years ago
Kévin Commaille
b0356547ef
room: Remove (accept/decline)_invite methods
...
They are only used by the Invite view, other places do the same thing
with set_category.
2 years ago
Juliano de Souza Camargo
553881fcc7
Update Brazilian Portuguese translation
2 years ago
Daniel Rusek
74a2a1fe26
Update Czech translation
2 years ago
Artur S0
f19552dbb6
Update Russian translation
2 years ago
Kévin Commaille
7cbdedfabd
room: Rely more on RoomInfo for updating room data
...
Removes update_for_events and related methods.
2 years ago
Kévin Commaille
1a144e4b58
sidebar: Rename Category to SidebarSection
...
Rename CategoryType to SidebarSectionName and remove unused variants.
Rename CategoryFilter to RoomCategoryFilter.
Use Option<RoomCategory> instead of CategoryType for drag-n-drop
operations, preventing us from using GObject properties.
2 years ago
Kévin Commaille
1f123518dc
room: Rename RoomType to RoomCategory
...
There is already a meaning for room types in the Matrix spec.
Besides the property is named `category`, so stick with it.
2 years ago
Kévin Commaille
3e303b7910
room: Refactoring
...
Put private methods on the imp type and try to group fields and methods
sensibly.
2 years ago
Alexandre Franke
091b55fc8a
hook: check for unused deps with machete
2 years ago
Kévin Commaille
18f863d70a
room: Set bold highlight even if there are no notifications
...
New regression.
2 years ago
Kévin Commaille
ba47397def
room-history: Fix size of spinners and error icons for visual media messages and location
2 years ago