talk-android/app
Marcel Hibbe 27ba2acf86
catch http 405 if endpoint is not available.
E.g. for older server versions

Without this fix there would be the crash:

 E  FATAL EXCEPTION: main
 Process: com.nextcloud.talk2, PID: 7161
  retrofit2.HttpException: HTTP 405
  at retrofit2.KotlinExtensions$await$2$2.onResponse(KotlinExtensions.kt:53)
  at retrofit2.OkHttpCall$1.onResponse(OkHttpCall.java:164)
  at okhttp3.internal.connection.RealCall$AsyncCall.run(RealCall.kt:519)
  at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
  at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:644)
  at java.lang.Thread.run(Thread.java:1012)
Suppressed: kotlinx.coroutines.internal.DiagnosticCoroutineContextException: [StandaloneCoroutine{Cancelling}@4a67b41, Dispatchers.Main.immediate]

Signed-off-by: Marcel Hibbe <dev@mhibbe.de>
2025-06-04 13:10:42 +02:00
..
schemas/com.nextcloud.talk.data.source.local.TalkDatabase modify layout 2025-05-27 14:38:21 +02:00
src catch http 405 if endpoint is not available. 2025-06-04 13:10:42 +02:00
build.gradle Weekly 22.0.0 Alpha 04 2025-06-02 03:11:10 +00:00
lint.xml ci: bump lint score 2025-05-14 10:55:10 +02:00
proguard-rules.pro Add SPDX header 2024-03-17 14:19:56 +01:00