element-ios/Riot/Modules/Common
Phl-Pro ece07c4446
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
..
ActivityIndicator New loading indicators when creating a room 2022-03-29 17:18:11 +01:00
Avatar Release 1.9.10 (#7019) 2022-11-01 14:14:46 +03:00
Buttons BetaAnnounceCell: Update close button. 2021-05-06 15:46:06 +02:00
Cells Update all Objective-C MatrixKit imports to handle new location. 2021-11-30 16:09:53 +01:00
CoachMessages SP1.5: Let people know when rooms have moved #5228 2022-02-10 19:25:06 +01:00
CollectionView Remove old collection view right align layout. 2022-02-03 17:52:12 +01:00
KeyboardAvoiding Move scroll method to an extension 2020-08-05 15:22:27 +03:00
Models Address Steve's comments. 2021-10-20 19:29:23 +01:00
NavigationController Fix drag sutters and enable swipe to pop gesture. 2022-01-26 14:25:48 +00:00
PresenceIndicator Setup a dedicated listener owned by PresenceIndicatorView 2022-05-12 10:55:00 +02:00
Presentation Fixed various project warnings. Completely disabled nullability checks, went down from ~20k to 195. 2022-02-10 08:43:18 +02:00
Recents VoiceBroadcast: Manage app crash cases when recording (#7188) 2022-12-23 15:25:52 +01:00
SectionFooters Address Steve's comments. 2021-10-20 19:29:23 +01:00
SectionHeaders App Layout: UI tweaks for Tabs 2022-08-22 16:23:20 +02:00
SegmentedViewController Fixed various project warnings. Completely disabled nullability checks, went down from ~20k to 195. 2022-02-10 08:43:18 +02:00
SwiftUI Release 1.9.13 (#7123) 2022-11-29 19:50:07 +03:00
TableView Change cells, add separator, fix room display name, fix content height, introduce AutoSizedTableView 2020-09-15 11:58:14 +03:00
Toasts Fixed UI glitches in dark mode 2022-09-03 22:03:54 +02:00
UserIndicators Prevent Unable to activate constraint with anchors .. because they have no common ancestor. crashes. Only link toasts to the top safe area instead of the navigation controller 2022-11-08 15:16:55 +02:00
Views Fix review remarks 2022-02-03 14:25:14 +03:00
WebViewController Update all Objective-C MatrixKit imports to handle new location. 2021-11-30 16:09:53 +01:00