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 254 stream-chat-android issues
Sort by recently updated
recently updated
newest added

### Context & proposal Currently ui-components and compose SDK have separate ViewModels, all with separate logic, creating boilerplate code and feature misalignment. We should refactor the ViewModels to use `MessageListController`...

compose
ui-components

### Context & proposal #3237 was introduced in order to fix Kotlin 1.6.0 compiler [issue](https://youtrack.jetbrains.com/issue/KT-49793) that should be fixed in `1.6.20` release. Revert the workaround and make sure everything works...

ui-components

**Describe the bug** App is crashing after implement the demo code as per your doc. I want to test in my application in java programming language but when I am...

bug

**Describe the bug** Watcher count not updated in `MessageListHeader`. **To Reproduce** Steps to reproduce the behavior: 1. User 1: Open a channel and check the number of online users in...

bug
compose

### Context & proposal After implementing bi directional pagination we need to insure that further changes to the code do not break it. To prevent any major bugs we should...

compose
ui-components
core

We are looking to add a custom button inside the composer input. Please see desired layout below. We have been able to achieve this using the Swift UI SDK, but...

ui-components

### Context & proposal Currently we are using `.asLiveData()` without passing in a `CoroutineContext`. Depending on how smart the implementation of `.asLiveData()` is, this may or may not lead to...

ui-components

### Context & proposal Steps to reproduce: 1. Find a channel with a cooldown period 2. Send a **message with an attachment** 3. Reply to the message immediately after the...

compose
ui-components

### Context & proposal Rerevert bidirectional communication and fix issues that are left. ### Acceptance criteria To accept this task we need to complete the following items: - [ ]...

compose
ui-components
core
v6-candidate

### Context & proposal We have already covered Compose code style and organization internal guidelines, however we are lacking guidelines focusing on writing good skippable composables that would favor smart...

compose