nextcloud-talk-android/app/src/main/java/com/nextcloud/talk
Daniel Calviño Sánchez d42fe61e89 Add listener for offer messages
Unlike the WebRtcMessageListener, which is bound to a specific peer
connection, an OfferMessageListener listens to all offer messages, no
matter which peer connection they are bound to. This can be used, for
example, to create a new peer connection when a remote offer for which
there is no previous connection is received.

Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
2022-12-23 20:40:01 +01:00
..
activities Add listener for offer messages 2022-12-23 20:40:01 +01:00
adapters Implement hasCode based on equals() elements to fullfil hasCode/equals contract 2022-12-19 09:37:01 +01: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
callbacks Replace Fresco with Coil 2022-12-07 13:45:42 +01:00
components/filebrowser Migrate to new current user provider 2022-07-23 16:33:45 +02:00
controllers avoid NPE in processAutocompleteUserList 2022-12-23 11:16:53 +01:00
conversation/info Fix wrong guests access option status 2022-09-27 13:07:47 +02:00
dagger/modules RepositoryModule: fix wrong injection for dateUtils 2022-12-19 17:35:19 +01:00
data PushUtils: update only pushState when updating users 2022-12-15 13:11:40 +01:00
events add missed call notification, show delivery delay in debug mode 2022-11-10 12:17:23 +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 react to given reactions inside message 2022-12-02 14:53:45 +01:00
polls Replace Fresco with Coil 2022-12-07 13:45:42 +01:00
presenters remove any use of org.jetbrains.annotations.NotNull 2022-10-11 12:47:45 +02:00
receivers DirectReplyReceiver: fetch avatar in background 2022-12-07 13:46:02 +01:00
remotefilebrowser pass DateUtils instance to viewHolder 2022-12-15 08:33:10 +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 Add listener for offer messages 2022-12-23 20:40:01 +01:00
ui remove unneeded class cast 2022-12-15 13:23:06 +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 Implement closing for file input/output streams 2022-12-19 09:37:06 +01:00
webrtc Use temporary SignalingMessageReceiver implementation in CallActivity 2022-12-23 20:40:01 +01:00