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
### 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`...
### 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...
**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...
**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...
### 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...
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...
### 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...
### 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...
### Context & proposal Rerevert bidirectional communication and fix issues that are left. ### Acceptance criteria To accept this task we need to complete the following items: - [ ]...
### 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...