Skip to content

fix(client-integration): icon crash#16582

Merged
alperozturk96 merged 3 commits intomasterfrom
fix/client-integration-icon-crash
Apr 15, 2026
Merged

fix(client-integration): icon crash#16582
alperozturk96 merged 3 commits intomasterfrom
fix/client-integration-icon-crash

Conversation

@alperozturk96
Copy link
Copy Markdown
Collaborator

Exception java.util.concurrent.ExecutionException: com.bumptech.glide.load.engine.GlideException: Failed to load resource
There was 1 root cause:
com.bumptech.glide.load.HttpException(Failed to connect or obtain data, status code: -1)
 call GlideException#logRootCauses(String) for more detail
  at com.bumptech.glide.request.RequestFutureTarget.doGet (RequestFutureTarget.java:217)
  at com.bumptech.glide.request.RequestFutureTarget.get (RequestFutureTarget.java:130)
  at com.nextcloud.utils.GlideHelper.getDrawable (GlideHelper.kt:179)
  at com.nextcloud.ui.fileactions.ClientIntegration$inflateClientIntegrationActionView$itemBinding$1$2.invokeSuspend (ClientIntegration.kt:90)
  at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith (ContinuationImpl.kt:34)
  at kotlinx.coroutines.DispatchedTask.run (DispatchedTask.kt:101)
  at kotlinx.coroutines.internal.LimitedDispatcher$Worker.run (LimitedDispatcher.kt:113)
  at kotlinx.coroutines.scheduling.TaskImpl.run (Tasks.kt:89)
  at kotlinx.coroutines.scheduling.CoroutineScheduler.runSafely (CoroutineScheduler.kt:589)
  at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.executeTask (CoroutineScheduler.kt:823)
  at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker (CoroutineScheduler.kt:720)
  at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run (CoroutineScheduler.kt:707)

@alperozturk96 alperozturk96 marked this pull request as draft February 24, 2026 14:21
@github-actions
Copy link
Copy Markdown

APK file: https://www.kaminsky.me/nc-dev/android-artifacts/16582.apk

qrcode

To test this change/fix you can simply download above APK file and install and test it in parallel to your existing Nextcloud app.

Signed-off-by: alperozturk96 <alper_ozturk@proton.me>

# Conflicts:
#	app/src/main/java/com/nextcloud/utils/GlideHelper.kt
Signed-off-by: alperozturk96 <alper_ozturk@proton.me>
@alperozturk96
Copy link
Copy Markdown
Collaborator Author

/backport to stable-33.1.0

@alperozturk96 alperozturk96 marked this pull request as ready for review April 15, 2026 07:03
Signed-off-by: alperozturk96 <alper_ozturk@proton.me>
@github-actions
Copy link
Copy Markdown

blue-Light-Screenshot test failed, but no output was generated. Maybe a preliminary stage failed.

@github-actions
Copy link
Copy Markdown

APK file: https://github.com/nextcloud/android/actions/runs/24441828247/artifacts/6445379734
To test this change/fix you can simply download above APK file and install and test it in parallel to your existing Nextcloud app.
qrcode (please click on link to get QR code displayed)

@github-actions
Copy link
Copy Markdown

Codacy

SpotBugs

CategoryBaseNew
Bad practice3535
Correctness6969
Dodgy code227227
Experimental11
Internationalization77
Malicious code vulnerability22
Multithreaded correctness3434
Performance4242
Security1616
Total433433

@alperozturk96 alperozturk96 merged commit 562e799 into master Apr 15, 2026
12 of 19 checks passed
@alperozturk96 alperozturk96 deleted the fix/client-integration-icon-crash branch April 15, 2026 09:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

App crashing upon pressing the hamburger menu (3 dots) on any file

3 participants