stream-chat-android icon indicating copy to clipboard operation
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

Results 214 stream-chat-android issues
Sort by recently updated
recently updated
newest added

### 🎯 Goal Prepare ThreadQueryListenerImpl to handle both state and/or persistence accordingly with how users configure the SDK. ### 🛠 Implementation details - `ThreadLogic` is no longer the implementation of...

core
merge-before-release

### 🎯 Goal Add function to switch users. `ChatClient.switchUser`. ### 🛠 Implementation details Events of disconnection are being handled synchronously instead of async. Then the connection of a new user...

### 🎯 Goal Closes #4034 Reaction of the current user are lost and turn grey. ### 🛠 Implementation details Ensured that we don't lose own reactions when a new reaction...

compose
ui-components
core
merge-before-release

**Describe the bug** Current user reactions turn grey after they are synced. **To Reproduce** Steps to reproduce the behavior: 1. Go to the message list screen 2. React to a...

bug

I have followed all steps listed here - https://getstream.io/chat/docs/sdk/android/client/guides/push-notifications/firebase/ to implement push notifications with get stream and firebase. Have added private key generated from firebase to get stream dashboard and...

core

Currently, we have a single coroutine scope instance available within the `ChatClient` instance. Would be nice If we could create/extract `per-user-scope` as we do for plugins in order to avoid...

### 🎯 Goal https://github.com/GetStream/android-internal-board/issues/43 We decided to migrate only guides from https://github.com/GetStream/Android-Samples to the main repo. ### 🛠 Implementation details Merged the guides into one application to avoid code duplication...

compose
ui-components

### 🎯 Goal _Describe why we are making this change_ ### 🛠 Implementation details _Describe the implementation_ ### 🎨 UI Changes _Add relevant screenshots_ | Before | After | |...

**Describe the bug** Some times, when a new message arrives, the unread count indicator blinks for a small time. It should 1, then disapears, and then reappears again. **SDK version**...

bug

**Describe the bug** During a photo upload, the user data attached to the each of the messages in the channel authored by the current user have empty fields, such as...

bug
core