Commit Graph

15 Commits

Author SHA1 Message Date
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
Andy Uhnak 125eca2426 Fix tests 2022-04-26 08:26:14 +01:00
SBiOSoftWhare 958da2c221 MockRoomSummary: Update with userIdsSharingLiveBeacon property. 2022-04-08 12:30:37 +02:00
SBiOSoftWhare 56a31a0d13 MockRoomSummary: Update with new property. 2022-03-28 10:14:11 +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 2cfe8fce78 Adapt to counts api changes 2022-01-04 04:29:26 +03:00
ismailgulek d9ad8422c9 Implement new summary properties 2021-11-11 19:52:21 +03:00
ismailgulek f8c024672d Introduce RiotSettings.showAllRoomsInHomeSpace and adapt changes in filter options 2021-10-19 16:36:43 +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