talk-android/app/src/main/java/com/nextcloud/talk/controllers
Daniel Calviño Sánchez 6b2720653a Always pass the session id in "NICK_CHANGE" PeerConnectionEvents
Before the NICK_CHANGE event include either the session id or the user
id, depending on whether the participant was a guest or a user. However,
as the session id is also known for users the event can be unified to
always include the session id only.

This also fixes an exception when handling the "NICK_CHANGE" event, as
the session id was got from the user id given in the event, but if the
event already included the session id the look up failed and the session
id was replaced with an empty value. This in turn caused an exception
when trying to use the view for the now invalid session id. Now the
session id provided in the event is always directly used.

Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
2020-10-01 19:07:25 +02:00
..
base Better scroll on new messages & Kotlin 2019-09-09 21:59:40 +02:00
bottomsheet Bug fixes related to guest account 2019-09-26 13:29:00 +02:00
AccountVerificationController.java Lobby & Various bugfixes and improvements 2019-08-30 12:13:33 +02:00
CallController.java Always pass the session id in "NICK_CHANGE" PeerConnectionEvents 2020-10-01 19:07:25 +02:00
CallNotificationController.java Fix spamming participants 2020-04-15 12:02:56 +02:00
ChatController.kt Fix join call directly after first start 2020-09-29 09:40:46 +02:00
ContactsController.java Update version 2020-01-16 10:12:40 +01:00
ConversationInfoController.kt Implemented most of message replies 2020-01-13 12:07:32 +01:00
ConversationsListController.java Fix avatars 2020-01-13 12:41:38 +01:00
LockedController.java Lobby & Various bugfixes and improvements 2019-08-30 12:13:33 +02:00
RingtoneSelectionController.java Lobby & Various bugfixes and improvements 2019-08-30 12:13:33 +02:00
ServerSelectionController.java Lobby & Various bugfixes and improvements 2019-08-30 12:13:33 +02:00
SettingsController.java Fix #601 2019-08-30 13:45:35 +02:00
SwitchAccountController.java Lobby & Various bugfixes and improvements 2019-08-30 12:13:33 +02:00
WebViewLoginController.java Lobby & Various bugfixes and improvements 2019-08-30 12:13:33 +02:00