talk-android/app/src/main/java/com/nextcloud/talk/webrtc
Tim Krüger dedbe40cc0
Launch 'MagicBluetoothManager' independently
This change is needed to make the 'MagicBluetoothManager' startable
after the from Android SDK 31 introduced BLUETOOTH_CONNECT is granted by
the user.

Before this change the 'MagicBluetoothManager' was only started in
'MagicAudioManager#start'. Now the new method
'MagicAudioManager#startBluetoothManager' can be used to start the
'MagicBluetoothManager'.

This change is also a preperation to fix #1309 and #2114.

See: #2132, #1309, #2124

Signed-off-by: Tim Krüger <t@timkrueger.me>
2022-06-17 15:51:44 +02:00
..
Globals.java Add null checks and extract constants 2022-05-05 13:06:15 +02:00
MagicAudioManager.java Launch 'MagicBluetoothManager' independently 2022-06-17 15:51:44 +02:00
MagicBluetoothManager.java Launch 'MagicBluetoothManager' independently 2022-06-17 15:51:44 +02:00
MagicProximitySensor.java remove obsolete sdk version check 2022-05-18 17:29:14 +02:00
MagicWebRTCUtils.java Remove implied default locale in case conversion 2021-12-21 12:03:57 +01:00
MagicWebSocketInstance.java Migrate participant to kotlin data class 2022-05-16 23:06:29 +02:00
PeerConnectionWrapper.java Fix typo in name of method to check if video should not be received 2022-05-02 13:36:13 +02:00
WebSocketConnectionHelper.java add logging for calls 2021-11-22 22:41:17 +01:00