Commit Graph

11968 Commits

Author SHA1 Message Date
Benoit Marty
f0cfe6a777 Need to be a compose library for RoomDescription to be considered stable. 2025-10-09 18:22:35 +02:00
Benoit Marty
733a33f4ea Need to be a compose library for FullScreenIntentPermissionsState to be considered stable. 2025-10-09 18:22:34 +02:00
Benoit Marty
e6cd8d5fb5 Remove useless Immutable annotation 2025-10-09 18:22:33 +02:00
Benoit Marty
5e7437e827 Rename SavedState to SavedValue to avoid this class to be checked for stability. 2025-10-09 18:22:32 +02:00
Benoit Marty
403a58d7a7 Make ChooseAccountProviderState stable 2025-10-09 18:22:32 +02:00
Benoit Marty
c33815ccd3 Need to be a compose library for NotificationTroubleshootTestState to be considered stable. 2025-10-09 18:22:31 +02:00
Benoit Marty
589954203b Make Role stable 2025-10-09 18:22:30 +02:00
Benoit Marty
27557fc2b2 Need to be a compose library for UserProfileState to be considered stable. 2025-10-09 18:22:29 +02:00
Benoit Marty
2c7f9230f0 Need to be a compose library for PushHistoryItem to be considered stable. 2025-10-09 18:22:28 +02:00
Benoit Marty
8f703c2aa7 Rename RoomDirectoryList.State to RoomDirectoryList.SearchResult to avoid this class to be checked for stability. 2025-10-09 18:22:27 +02:00
Benoit Marty
c584842611 Make LeaveSpaceState stable 2025-10-09 18:22:27 +02:00
Benoit Marty
417918feed Make NotificationTroubleshootTestState.Status stable 2025-10-09 18:22:25 +02:00
Benoit Marty
8987949704 Make ChangeAccountProviderState stable 2025-10-09 18:22:24 +02:00
Benoit Marty
49fd981157 Make RoomMemberModerationState stable 2025-10-09 18:22:23 +02:00
Benoit Marty
babe4d7ed0 Fix instability of Uri 2025-10-09 18:22:23 +02:00
Benoit Marty
1e847eaa9f Make LeaveRoomState stable 2025-10-09 18:22:22 +02:00
Benoit Marty
1e6f873477 Make EmojiPickerState stable 2025-10-09 18:22:21 +02:00
Benoit Marty
f6eed21055 Make AboutState stable 2025-10-09 18:22:20 +02:00
Benoit Marty
0f1ae41b41 Fix instability of Uri 2025-10-09 18:22:19 +02:00
Benoit Marty
e5781b2808 Fix stability issue. 2025-10-09 18:22:18 +02:00
Benoit Marty
2109ad74b5 Add missing @Immutable annotation 2025-10-09 18:22:17 +02:00
Benoit Marty
bc2b77d269 Add a script to check stability of State classes
tom script
2025-10-09 18:22:14 +02:00
Benoit Marty
f9ba0819f2 Add Konsist test on Immutable annotation 2025-10-09 15:36:06 +02:00
Benoit Marty
6991640886 Merge pull request #5499 from element-hq/feature/bma/syncStrings
Sync strings
2025-10-09 13:33:18 +02:00
Benoit Marty
bbc845f99f Fix compilation issue after string key renaming. 2025-10-09 12:21:55 +02:00
Benoit Marty
eb371b99e6 Sync strings. 2025-10-09 12:21:15 +02:00
Benoit Marty
a46d1ce339 Fix Detekt issue. 2025-10-09 12:06:58 +02:00
Benoit Marty
a62ed35a62 Merge pull request #5314 from uhoreg/separate_import_error
Fix error when attempting to verify with recovery key with missing backup key
2025-10-09 12:02:56 +02:00
Benoit Marty
632097d9bf Merge pull request #5498 from element-hq/feature/bma/filterDirectInLeaveSpace
Filter out direct room in the leave space screen.
2025-10-09 12:01:32 +02:00
Benoit Marty
5671a5fc07 Merge pull request #5495 from element-hq/feature/bma/removeAvatarPreviews
Reduce number of Previews for Avatar.
2025-10-09 12:01:08 +02:00
Benoit Marty
7ce2c08f6e Merge pull request #5490 from element-hq/feature/bma/improveImmutables
Ensure that we are using Immutable instead of Persistent
2025-10-09 11:48:32 +02:00
Benoit Marty
7a0e98f775 Filter out direct room in the leave space screen. Closes #5496 2025-10-09 11:40:58 +02:00
ElementBot
611cdeccca Update screenshots 2025-10-09 08:08:30 +00:00
Benoit Marty
b03391e3f3 Reduce number of Preview for Avatar.
It will cover more cases, and it will limit the risk of conflict on screenshot, which happen each time we touch AvatarSize.
2025-10-09 09:55:19 +02:00
ganfra
eb51b5cc3f Merge pull request #5492 from element-hq/feature/bma/spaceAvatarCluster
Disable avatar cluster for now
2025-10-08 20:32:27 +02:00
ElementBot
67c5dfa4af Update screenshots 2025-10-08 16:24:49 +00:00
Benoit Marty
a13664456c Disable Avatar cluster for now. 2025-10-08 18:08:08 +02:00
Benoit Marty
73a85db574 Format code. 2025-10-08 17:54:13 +02:00
Benoit Marty
33b31e7473 Merge pull request #5488 from element-hq/feature/fga/space_room_heroes
Space : makes sure to use room heroes for avatar
2025-10-08 17:36:12 +02:00
ElementBot
1a5dff2b60 Update screenshots 2025-10-08 15:04:35 +00:00
Benoit Marty
8aacdc4954 Improve and add previews. 2025-10-08 16:49:26 +02:00
Benoit Marty
9dd6f7be68 Let SpaceRoom be stable the proper way. 2025-10-08 16:42:48 +02:00
Benoit Marty
da78386d25 Add Konsist test to check that toPersistentList() is not used.
Same for `toPersistentSet()` and `toPersistentMap()`.
Fix existing issues.
2025-10-08 15:51:18 +02:00
Benoit Marty
af8a9da94c Merge pull request #5486 from element-hq/sync-localazy
Sync Strings
2025-10-08 14:13:46 +02:00
ganfra
4dd9c9ab73 feature(space): use room heroes for avatar 2025-10-08 14:09:51 +02:00
ganfra
4b39c668db feature(space): makes sure SpaceRoom is marked as Immutable 2025-10-08 14:07:57 +02:00
Benoit Marty
764952468c Remove dead code. 2025-10-08 14:04:32 +02:00
Benoit Marty
a7b4d896e8 Merge pull request #5485 from element-hq/feature/bma/previewOnAllIcons
Add preview with all icons in the Showkase browser
2025-10-08 12:37:59 +02:00
bmarty
03ae925f2a Sync Strings from Localazy 2025-10-08 10:23:22 +00:00
Benoit Marty
1dce112c90 Fix import ordering 2025-10-08 12:18:00 +02:00