Commit Graph

10 Commits

Author SHA1 Message Date
Mauro Romito fc1c22c08c refactor completed 2023-03-06 14:59:03 +01:00
Phl-Pro 746391ae23 VoiceBroadcast: Manage app crash cases when recording (#7188)
* Cancel automatically a Voice Broadcast from a room after an app crash
* We limit for the moment the uncompleted voice broadcast cleaning to the breadcrumbs rooms list

By considering potential performance issues, we decided to limit the uncompleted VB cleaning in the recents list service:
- we run the process only once when the application is resumed
- we run the process only on the breadcrumbs rooms list

This prevent us from checking several times in parallel the same room (because a room may be listed in several recents sections)
This prevent us from checking several times the same room (each room should be checked only once after the app resume)
If a room is not checked from the recents list, a sanity check is still done in RoomViewController (to clean the room when the user opens it)
2022-12-23 15:25:52 +01:00
Gil Eluard 0aa5b4f4a1 Delight edit layout experiment (#6384)
* Delight: Edit layout experiment #6079
* Feature flag new App Layout #6406
* Update All chats screen with latest design #6407
2022-08-02 17:27:33 +02:00
ismailgulek bbd8b3e764 Reload section if total number of rooms changes, fixes #5448 2022-02-02 16:43:52 +03:00
ismailgulek 9641b85548 Implement pagination in recents list service 2022-01-04 04:30:12 +03:00
ismailgulek 78b072cfc5 Improve mocking performance 2021-10-12 22:42:16 +03:00
ismailgulek 6f80bb04bf Remove extra argument labels 2021-10-05 15:17:30 +03:00
ismailgulek 43d122b73e Add comments 2021-10-05 13:29:41 +03:00
ismailgulek cc403113cb Generate server notice rooms 2021-10-05 13:17:15 +03:00
ismailgulek 8d75f61961 Generate some mock data 2021-10-05 11:44:24 +03:00