nextcloud-talk-android/app/src/main/java/com/nextcloud/talk
Daniel Calviño Sánchez 5681084a14 Create and destroy helper listeners based on call participants
The listeners for call participant messages and for the call participant
nick provided by offers / answers were created and destroyed based on
the peer connections, although they were implicitly associated to a call
participant. Now they are explicitly created and destroyed based on its
associated call participant.

Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
2023-01-16 09:05:51 +00:00
..
activities Create and destroy helper listeners based on call participants 2023-01-16 09:05:51 +00:00
adapters Update ParticipantDisplayItem from CallParticipantModel 2023-01-16 09:05:50 +00:00
api improve fetching of user statuses in conversation list 2022-10-13 12:12:47 +02:00
application Migrate to emoji2 2022-12-07 15:59:01 +01:00
arbitrarystorage Migrate AccountRemovalWorker from requery to room 2022-07-23 14:29:41 +02:00
call Move handling of call participants to its own class 2023-01-16 09:05:50 +00:00
callbacks codacy: inefficient use of StringBuffer.toString using call StringBuffer.length instead 2022-12-29 11:37:00 +01:00
components/filebrowser Migrate to new parcelize Implementation for Kotlin 1.8, also extend chatKit MessageInput to provide access to UI elements of that component 2022-12-30 16:58:42 +01:00
controllers Add deprecation messages for newly added Kotlin migrations 2022-12-30 16:58:44 +01:00
conversation/info Fix wrong guests access option status 2022-09-27 13:07:47 +02:00
dagger/modules Spotbug: Method stores return result in local before immediately returning it 2022-12-29 11:37:18 +01:00
data Migrate to new parcelize Implementation for Kotlin 1.8, also extend chatKit MessageInput to provide access to UI elements of that component 2022-12-30 16:58:42 +01:00
events Spotbug: Method stores return result in local before immediately returning it 2022-12-29 11:37:18 +01:00
extensions Replace Fresco with Coil 2022-12-07 13:45:42 +01:00
interfaces Migrate dialogs on ConversationList to Material3 2022-08-18 13:40:09 +02:00
jobs Migrate to emoji2 2022-12-07 15:59:01 +01:00
messagesearch bump compileSdkVersion to 32 2022-11-16 11:15:21 +01:00
models Migrate to new parcelize Implementation for Kotlin 1.8, also extend chatKit MessageInput to provide access to UI elements of that component 2022-12-30 16:58:42 +01:00
polls use improt alias to enforce use of kotlin map function 2022-12-30 16:58:44 +01:00
presenters Spotbugs: precize allocation of a collection 2022-12-29 11:36:56 +01:00
receivers DirectReplyReceiver: fetch avatar in background 2022-12-07 13:46:02 +01:00
remotefilebrowser Migrate to new parcelize Implementation for Kotlin 1.8, also extend chatKit MessageInput to provide access to UI elements of that component 2022-12-30 16:58:42 +01:00
repositories react to given reactions inside message 2022-12-02 14:53:45 +01:00
shareditems Localize time formatting 2022-12-15 08:33:05 +01:00
signaling Extract interface to send signaling messages 2022-12-27 14:28:57 +01:00
ui Added license header 2022-12-30 16:58:45 +01:00
upload use listOf instead Arrays.asList 2022-10-28 16:03:53 +02:00
users ensure that there is always a current user 2022-12-15 13:11:41 +01:00
utils Spotbug: Method stores return result in local before immediately returning it 2022-12-29 11:37:18 +01:00
webrtc Keep track of the stream in the peer connection 2023-01-16 09:05:50 +00:00