element-x-ada/app
Jorge Martin Espinosa 619aa6f2de
Split MatrixRoom into BaseRoom and JoinedRoom (#4561)
`JoinedRoom` will now contain both a mandatory live timeline reference and all the functionality associated to it.

`BaseRoom` on the other hand will contain only functionality that's shared for both joined and not joined rooms.

`NotJoinedRoom` is a wrapper around `RoomPreviewInfo` data and a possible local `BaseRoom`, if it exists.

The `RustRoomFactory` cache is now gone since the persistent event cache should have the same effect.
2025-04-23 15:53:40 +02:00
..
signature Setup nighlty build + GitHub action 2022-11-23 15:11:27 +01:00
src Split MatrixRoom into BaseRoom and JoinedRoom (#4561) 2025-04-23 15:53:40 +02:00
build.gradle.kts Upate datastore to 1.1.4 (#4551) 2025-04-14 14:59:19 +00:00
proguard-rules.pro Update android.gradle.plugin to v8.5.2 (#3004) 2024-08-09 15:04:10 +02:00