talk-android/app/src/main/java/com/nextcloud/talk
Marcel Hibbe 6ac9fa5fff
avoid error when declining recording consent
When declining recording consent, 404 might be returned when leaving the call (because the call was not joined before).
It might not be the best option to handle this via onError, but for the moment (18.0.0 release) it's the most robust/lowest-risk solution without to change some state handling to check if the call was joined).
finish was added which makes sense anyway, but for declining recording consent the error snackbar was removed.

Signed-off-by: Marcel Hibbe <dev@mhibbe.de>
2023-12-05 16:20:28 +01:00
..
account Add fixes and changes to push handling 2023-12-01 13:35:53 +01:00
activities avoid error when declining recording consent 2023-12-05 16:20:28 +01:00
adapters - Fixed bug with occasional crash with stop 2023-11-29 11:38:25 +01:00
api Add fixes and changes to push handling 2023-12-01 13:35:53 +01:00
application Use own okHttpClient for coil ImageLoader 2023-03-14 16:28:27 +00:00
arbitrarystorage Fix code formatting for kotlin files 2023-09-21 23:27:27 +02:00
bottomsheet/items remove conductor 2023-11-23 13:26:01 +01:00
call codacy: Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes. 2023-06-01 22:27:43 +02:00
callbacks codacy: inefficient use of StringBuffer.toString using call StringBuffer.length instead 2022-12-29 11:37:00 +01:00
callnotification remove conductor 2023-11-23 13:26:01 +01:00
chat small adjustments 2023-11-29 11:38:26 +01:00
components/filebrowser Rename some "magic" 2023-03-14 16:28:27 +00:00
contacts remove conductor 2023-11-23 13:26:01 +01:00
conversation theme dialogs (rename and create conversation) 2023-10-10 18:25:20 +02:00
conversationinfo Fix wrong url for webinar. Add logging+snackbar for onError 2023-12-01 13:31:53 +01:00
conversationinfoedit Replaced all the Toasts with Snackbar 2023-08-19 17:38:52 +05:30
conversationlist Add fixes and changes to push handling 2023-12-01 13:35:53 +01:00
dagger/modules reformat code 2023-10-26 13:26:53 +02:00
data Bump room to 2.6.0 and rename paramter to match super class in case of use of names paramters 2023-10-19 10:55:20 +02:00
events Rename some "magic" 2023-03-14 16:28:27 +00:00
extensions Note to Self 2023-10-24 13:57:03 +02:00
fullscreenfile followup changes to save file feature 2023-11-08 11:39:19 +01:00
interfaces Migrate dialogs on ConversationList to Material3 2022-08-18 13:40:09 +02:00
jobs Add fixes and changes to push handling 2023-12-01 13:35:53 +01:00
location remove conductor 2023-11-23 13:26:01 +01:00
lock fix screen locking feature 2023-05-04 10:33:11 +02:00
messagesearch Replaced all the Toasts with Snackbar 2023-08-19 17:38:52 +05:30
models file captions 2023-11-16 15:46:18 +01:00
openconversations Replaced all the Toasts with Snackbar 2023-08-19 17:38:52 +05:30
polls Replaced all the Toasts with Snackbar 2023-08-19 17:38:52 +05:30
presenters Spotbugs: precize allocation of a collection 2022-12-29 11:36:56 +01:00
profile remove conductor 2023-11-23 13:26:01 +01:00
raisehand fix license header 2023-02-20 13:14:05 +01:00
receivers remove conductor 2023-11-23 13:26:01 +01:00
remotefilebrowser file captions 2023-11-16 15:46:18 +01:00
repositories Avoid to send conversation and user via intent 2023-06-30 07:30:18 +02:00
settings translate "no proxy" in settings 2023-11-29 11:43:18 +01:00
shareditems solve ktlint + detekt warnings 2023-09-06 12:58:33 +02:00
signaling Align typing indicator to new concept 2023-06-02 15:35:16 +02:00
translate Adjusting Translation Provider 2023-11-16 16:01:35 +01:00
ui - Fixed bug with occasional crash with stop 2023-11-29 11:38:25 +01:00
upload Rename some "magic" 2023-03-14 16:28:27 +00:00
users ensure that there is always a current user 2022-12-15 13:11:41 +01:00
utils Add fixes and changes to push handling 2023-12-01 13:35:53 +01:00
viewmodels avoid usage of instanceState (use viewmodel instead) 2023-10-02 15:07:32 +02:00
webrtc Added Instrumentation Test and Unit Tests 2023-09-19 11:48:03 +05:30