talk-android/app/src/main/java/com/nextcloud/talk
Daniel Calviño Sánchez 45224741fd
Fix ParticipantDisplayItems not updated on events
The ParticipantDisplayItems were associated to both the session ID and
the video stream type ("video" or "screen"), but the code that gets them
was not updated to include the video stream type in the key.

Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
2022-11-16 15:45:38 +01:00
..
activities Fix ParticipantDisplayItems not updated on events 2022-11-16 15:45:38 +01:00
adapters Use comparison operator rather than equals for enums in adapters 2022-11-14 11:30:00 +01:00
api improve fetching of user statuses in conversation list 2022-10-13 12:12:47 +02:00
application Base framework for server theming 2022-08-10 19:17:30 +02:00
arbitrarystorage Migrate AccountRemovalWorker from requery to room 2022-07-23 14:29:41 +02:00
callbacks bump kotlin to 17.0.20 and mark declaration usage as opt-in 2022-10-05 22:10:48 +02:00
components/filebrowser Migrate to new current user provider 2022-07-23 16:33:45 +02:00
controllers simplify logic for server selection screen 2022-10-24 13:03:53 +02:00
conversation/info Fix wrong guests access option status 2022-09-27 13:07:47 +02:00
dagger/modules Use comparison operator rather than equals for enums in Dagger modules 2022-11-14 11:30:06 +01:00
data Automatically update current user with room observable 2022-08-10 19:17:34 +02:00
events add missed call notification, show delivery delay in debug mode 2022-11-10 12:17:23 +01:00
interfaces Migrate dialogs on ConversationList to Material3 2022-08-18 13:40:09 +02:00
jobs suppress some detekt warnings 2022-11-10 15:40:04 +01:00
messagesearch remove unused imports 2022-08-11 09:50:56 +02:00
models suppress some detekt warnings 2022-11-10 15:40:04 +01:00
polls align poll buttons to right 2022-09-29 11:20:10 +02:00
presenters remove any use of org.jetbrains.annotations.NotNull 2022-10-11 12:47:45 +02:00
receivers Migrate SignalingSettingsWorker from requery to room 2022-07-23 16:05:48 +02:00
remotefilebrowser Refactor and extract ViewThemeUtils to common library 2022-08-31 19:54:05 +02:00
repositories Add guests access preferences to conversation info 2022-08-29 18:42:56 +02:00
shareditems Refactor and extract ViewThemeUtils to common library 2022-08-31 19:54:05 +02:00
ui improve fetching of user statuses in conversation list 2022-10-13 12:12:47 +02:00
upload use listOf instead Arrays.asList 2022-10-28 16:03:53 +02:00
users Move current user listening logic out of UserModule and into a new CurrentUserProvider 2022-08-10 19:22:02 +02:00
utils suppress some detekt warnings 2022-11-10 15:40:04 +01:00
webrtc Fix video stream type not included in PeerConnectionEvent 2022-11-16 15:45:34 +01:00