stream-chat-android
stream-chat-android copied to clipboard
:speech_balloon: Android Chat SDK ➜ Stream Chat API. UI component libraries for chat apps. Kotlin & Jetpack Compose messaging SDK for Android chat
@liviu-timar These docs need to be added to the re-structured docs you are working on. _Originally posted by @JcMinarro in https://github.com/GetStream/stream-chat-android/pull/5193#discussion_r1512273927_
**Describe the bug** I catch a crash with the below console prints: ``` java.lang.ArrayIndexOutOfBoundsException: length=4; index=4 at java.util.ArrayList.add(ArrayList.java:468) at io.getstream.chat.android.client.plugins.requests.ApiRequestsDumper.registerRequest(ApiRequestsDumper.kt:47) at io.getstream.chat.android.client.api.interceptor.ApiRequestAnalyserInterceptor.intercept(ApiRequestAnalyserInterceptor.kt:42) at okhttp3.internal.http.RealInterceptorChain.proceed(RealInterceptorChain.kt:109) at io.getstream.chat.android.client.api.interceptor.HeadersInterceptor.intercept(HeadersInterceptor.kt:33) at okhttp3.internal.http.RealInterceptorChain.proceed(RealInterceptorChain.kt:109) at io.getstream.chat.android.client.api.interceptor.ApiKeyInterceptor.intercept(ApiKeyInterceptor.kt:31)...
**Incoming attachments not displaying** Incoming attachments are not showing attachments content like image or any other file. This is showing just a text attachment sent. But attachments that i am...
### 🎯 Goal Documentation for database replacement. ### ☑️Contributor Checklist #### General - [x] I have signed the [Stream CLA](https://docs.google.com/forms/d/e/1FAIpQLScFKsKkAJI7mhCr7K9rEIOpqIDThrWxuvxnwUq2XkHyG154vQ/viewform) (required) - [x] Assigned a person / code owner group...
**Describe the bug** Marking a message of mine as unread is not working, this is a bug discovered on the recently implemented feature: https://github.com/GetStream/stream-chat-android/issues/5032 **SDK version** - 6.0.11 **To Reproduce**...
**Describe the bug** ``` Fatal Exception: java.lang.RuntimeException: Unable to start activity ComponentInfo{REDACTED/io.getstream.chat.android.compose.ui.attachments.preview.MediaGalleryPreviewActivity}: java.lang.IllegalArgumentException: Missing messageId necessary to load images. at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:3449) at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:3601) at android.app.servertransaction.LaunchActivityItem.execute(LaunchActivityItem.java:85) at android.app.servertransaction.TransactionExecutor.executeCallbacks(TransactionExecutor.java:135) at android.app.servertransaction.TransactionExecutor.execute(TransactionExecutor.java:95) at...
**Describe the bug** After attaching the video attachment in the chat, thumbnail is not showing even after making it enabled using videoThumbnailsEnabled = true, **SDK version** - 6.0.10 **To Reproduce**...
**Describe the bug** I test on streamchat compose sample. In channel when i open Photo video picker dialog, i havn't Message "there is no photo or video" **SDK version** -...
**Describe the bug** getUnreadMessagesCount returns a valid number if get channel using `chatClient.queryChannel` but if I call `chatClient.queryChannels` it returns 0. Working: ```kotlin chatClient.queryChannel( channelType = event.channelType, channelId = event.channelId,...
**Describe the bug** Currently I cant make UserAvatarView scaled center cropped **SDK version** - 6.0.4 **To Reproduce** Steps to reproduce the behavior: 1. Go to 'ChannelListView.' **Expected behavior** There should...