Commit Graph

15 Commits

Author SHA1 Message Date
Phl-Pro 22aceb6040 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 4de0901f36 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 418236d6e8 Fix tests 2022-04-26 08:26:14 +01:00
SBiOSoftWhare c80775d52d MockRoomSummary: Update with userIdsSharingLiveBeacon property. 2022-04-08 12:30:37 +02:00
SBiOSoftWhare 9932887510 MockRoomSummary: Update with new property. 2022-03-28 10:14:11 +02:00
ismailgulek f86ff9dccc Reload section if total number of rooms changes, fixes #5448 2022-02-02 16:43:52 +03:00
ismailgulek 4c69041e91 Implement pagination in recents list service 2022-01-04 04:30:12 +03:00
ismailgulek 22a41a1f89 Adapt to counts api changes 2022-01-04 04:29:26 +03:00
ismailgulek 21df1862e1 Implement new summary properties 2021-11-11 19:52:21 +03:00
ismailgulek 587bfc06d7 Introduce RiotSettings.showAllRoomsInHomeSpace and adapt changes in filter options 2021-10-19 16:36:43 +03:00
ismailgulek 6c8f66c087 Improve mocking performance 2021-10-12 22:42:16 +03:00
ismailgulek eee31468d7 Remove extra argument labels 2021-10-05 15:17:30 +03:00
ismailgulek dd52f6de80 Add comments 2021-10-05 13:29:41 +03:00
ismailgulek 02a1d05c11 Generate server notice rooms 2021-10-05 13:17:15 +03:00
ismailgulek a86cd9511d Generate some mock data 2021-10-05 11:44:24 +03:00