ganfra

Results 16 issues of ganfra

## Type of change - [ ] Feature - [X] Bugfix - [ ] Technical - [ ] Other : ## Content Extract PinUnlock to a separate Activity so we...

Context : https://github.com/element-hq/element-x-android/issues/2910 The idea would be to expose a new api to resolve multiple notifications. Indeed, currently we are running a lot of sliding sync requests where we could...

## Content This PR takes care of 3 things : - Do not use RoomSummary directly in the ui model, so creates new models when necessary - Let RoomSummary uses...

PR-Misc

Redaction of latest timeline event is not reflected in `RoomSummary.latestEvent` so you can still see the message in the RoomList. #### How to reproduce Just redact the latest event in...

A-Room-List

When building the room summaries, we got a lot of `RoomListItem.roomInfo().displayName()` being `null`. Then after some time, they get updated, but only in memory. Indeed, when launching the app in...

Currently, using the room preview api for room we already know, like those with `invited` or `knocked` states, is waiting for the server to return, because we want to ensure...