Mauro
b81b9237e6
Searching disables the filters ( #2530 )
2024-03-06 11:02:30 +01:00
Doug
ec1e72c5ea
Update the SDK and handle breaking changes. ( #2527 )
2024-03-05 15:08:34 +01:00
Mauro
1137f80c19
Filters UI Update and ordering ( #2521 )
2024-03-04 18:32:59 +01:00
Doug
3dba6387d0
Add RoomChangePermissionsScreen ( #2513 )
2024-03-01 16:11:22 +00:00
Stefan Ceriu
eee9858c53
Replace the existing RoomSummaryProviderMock with a generated one
2024-02-29 10:14:37 +02:00
Stefan Ceriu
56e124d88f
Replace the existing MockClientProxy with a generated one + special configuration options
2024-02-28 17:18:01 +02:00
Stefan Ceriu
79397ab2c8
Fix flakiness for tests that rely on room members loading quickly.
2024-02-28 14:19:17 +02:00
Stefan Ceriu
c55dddc081
Fixes #2486 - Implement blocked users management in the app settings
2024-02-28 13:21:54 +02:00
Doug
93de35a772
Add roles and permissions screen ( #2505 )
...
The screen hasn't been added to the flows yet.
2024-02-27 17:06:39 +00:00
Doug
5ec121cff3
Kick/ban room members ( #2501 )
...
* Add a temporary membershipChangePublisher on the timeline.
* Kick/Ban users from a room.
* Unit tests.
* Disable autocorrection on the members list search field.
2024-02-27 13:02:35 +00:00
Doug
5bdfcc58c1
Handover log file management to Rust. ( #2495 )
...
* Handover log file management to Rust.
Fix all the tests, disabling the logging ones for now.
* Merge logging tests into a single case 😬
Not ideal but at least they're now running.
* Move TracingConfiguration into its own file.
* Split up the tests into smaller functions instead of writing code like a caveman.
2024-02-23 18:29:13 +00:00
Doug
0399af52d9
Add RoomDetails for use (with RoomMemberDetails) in AvatarHeaderView. ( #2490 )
...
* Add RoomDetails and refactor AvatarHeaderView to use it.
* Remove old displayName property and use RoomDetails in the RoomDetailsScreenViewState
2024-02-21 14:19:05 +00:00
Mauro
b328fda9c4
Removed unused context menu + some unused code cleaning ( #2487 )
2024-02-20 14:36:04 +01:00
Stefan Ceriu
98702d1af1
Fixes #2320 - Implement support for (un)marking rooms as favourite from the room list and room detail screens
2024-02-19 17:51:43 +02:00
Stefan Ceriu
59cfb0ff1a
Fixes #2470 - Allow verifiying a session through entering the recovery key
2024-02-19 17:36:38 +02:00
Stefan Ceriu
42b1b7c96f
Show recovery instead of verification if this is the last session and recovery is set up
...
* Show recovery instead of verification if this is the last session and recovery is set up
* Rename `recoveryKeyState` to `recoveryState`
* Remove duplicates on session security state changes.
* Fix missing "Save recovery key" button
* Fix unit tests
* Rename `isLastDevice` to `isOnlyDeviceLeft`
* Address PR comments
2024-02-16 11:38:49 +02:00
Mauro
47e419a6a6
Fixed the link color and improved link dection in code blocks ( #2466 )
2024-02-14 17:45:23 +01:00
Stefan Ceriu
6210c7b478
Replace emoji detection implementation with a simpler one
2024-02-13 18:57:31 +02:00
Mauro
e1decf19c0
Fix filters being jumpy when scrolling them ( #2459 )
2024-02-13 02:09:55 +01:00
Doug
6e7fb7c677
Sort members in the member list by power level and show mods and admins. ( #2448 )
2024-02-12 10:39:06 +00:00
Mauro
aa091f1647
RTE Update ( #2446 )
2024-02-09 16:00:32 +00:00
Stefan Ceriu
2b9d0508c8
Fix room list cell highlighting issues, add unit tests
2024-02-09 14:05:12 +02:00
Mauro
2e2f0c89bc
Fixing Tests and deleting dead code ( #2444 )
2024-02-09 12:24:01 +01:00
Mauro
2ac0c8f0e7
Fix for the RTE not mantaining content when transitioning from a split navigation to a stack navigation ( #2435 )
2024-02-08 17:07:14 +00:00
Mauro
306597e52d
Room List Filters implementation ( #2423 )
2024-02-08 16:50:44 +01:00
Stefan Ceriu
5256bf1d94
Infer joined and active member count from the member list
...
* Infer joined and active member count from the member list, default the members to all mock members
* Address PR comments, fix some tests and screenshots
2024-02-07 19:10:15 +02:00
Stefan Ceriu
871471bbb0
Fixes #2414 - Move member loading to the room member detail screen, avoid blocking the whole application
2024-02-07 07:31:25 +00:00
Stefan Ceriu
61d0b8fdbb
Fixes #2360 - Add support for manually marking rooms as unread ( #2408 )
...
* Fixes #2360 - Add support for manually marking rooms as unread
* Add analytics for marking rooms as (un)read
* Remove unnecessary analytics abstraction levels
* Fix breaking API changes following SDK bump
* Add changelog
* Handle PR comments
* Fix unit tests
2024-02-05 18:06:50 +02:00
Stefan Ceriu
b311d18114
Add support for quick room search through the Cmd+K shortcut ( #2363 )
2024-01-29 14:55:11 +02:00
Stefan Ceriu
5e32cd2dbc
Move the account migration screen to within the room list
2024-01-26 15:35:05 +02:00
Mauro
65b3765326
Settings to enable and disable sending public RRs ( #2384 )
2024-01-25 15:47:33 +01:00
Mauro
45e40f26c7
Fix: Grey dot appears when you have unread messages that do not trigger a notification ( #2371 )
2024-01-23 15:14:53 +00:00
Mauro
d6261a6ebc
Bump SDK + Mention Badge fix ( #2367 )
2024-01-22 17:43:39 +00:00
Mauro
3e8a423fcc
Lock screen rotation for the camera ( #2353 )
2024-01-18 13:24:15 +00:00
Doug
63ff979057
Enable database encryption for new logins on Nightly/PR builds. ( #2328 )
...
- Slightly reworks where the pusher client ID is generated.
2024-01-12 16:45:59 +00:00
Mauro
ff8dc9be14
Reverting RTE to use SDK markdown when in markdown mode ( #2327 )
2024-01-12 11:58:36 +00:00
Mauro
d1e2194a1a
updateMembers now is chain of membersNoSync + membersWithSync ( #2324 )
2024-01-12 09:46:51 +01:00
Stefan Ceriu
e60e57672c
Make timeline reactions and reaction senders identifiable
2024-01-08 12:04:29 +02:00
Mauro
71fc8fe61c
MentionBadge FF ( #2281 )
2023-12-22 17:57:07 +01:00
Mauro
5e4df72173
Revert "Mention badge + badge behaviour redesign" ( #2283 )
2023-12-22 09:44:10 +00:00
Stefan Ceriu
edc478c115
Secure backup tweaks ( #2277 )
...
* Use a custom SDK build that might fix incomplete recovery state false positives. Enable chat backup by default
* Get rid of the chat backup feature flag
* Fix force unwrap warning
* Fix long line warning
* Prevent the recovery key confirmation banner popping up before the verification state is fetched. Stop showing secure backup user avatar and menu badges while the session is not verified.
* Switch back to the release version of the SDK
* Fix inconsistent session verification states, improve/simplify how to deal with it
* Fix unit tests
* Cleanup and hopefully simplify home screen banner presentations
2023-12-21 17:08:29 +02:00
Mauro
3e3d2d6cfb
Mention badge + badge behaviour redesign ( #2276 )
2023-12-21 15:05:39 +00:00
Mauro
bc97bdeea5
Removing dead code part 3 ( #2264 )
2023-12-19 12:12:16 +01:00
Nicolas Mauri
7a66c05319
Polls history ( #2244 )
2023-12-18 15:38:39 +00:00
Mauro
a705d18ba6
Removing dead code part 2 ( #2235 )
...
Co-authored-by: Doug <6060466+pixlwave@users.noreply.github.com >
2023-12-15 20:16:16 +01:00
Mauro
38fe44a50e
Send html in plain text mode ( #2246 )
2023-12-15 10:04:51 +01:00
Mauro
84b0f967e8
Removing Dead Code part 1 ( #2234 )
2023-12-13 09:51:57 +01:00
Stefan Ceriu
40b100d596
Detect links in room detail topics and make it more obvious when the text is truncated ( #2213 )
2023-12-12 13:52:10 +00:00
Mauro
3ebe757583
Fix for line breaks ( #2224 )
2023-12-11 15:43:31 +00:00
Stefan Ceriu
9db54f779a
Element Call permission tweaks ( #2187 )
...
* vector-im/element-meta/issues/2230 - Specify `call.member` default power levels when creating a room
* vector-im/element-meta/issues/2229 - Take into account permissions when configuring the room screen call button
2023-12-06 13:14:23 +02:00