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
**Describe the bug** When you send a video via Stream on a channel, you don't have any preview on Android, but on iOS yes. (see screenshots below) **SDK version** -...
### Context & proposal If the thread messages were not previously loaded when entering the thread the scroll position is at the top of the list. The thread should open...
### Context & proposal Prepare and publish contribution guidelines. We can use Flutter [document](https://github.com/GetStream/stream-chat-flutter/blob/develop/CONTRIBUTING.md) as an inspiration
### Context & proposal As per the [discussion](https://getstream.slack.com/archives/C01FT5767AS/p1654589954824069?thread_ts=1654585733.288489&cid=C01FT5767AS) when applying a custom message style through transformations and a custom message item type. ### Acceptance criteria To accept this task we...
### Context & proposal Currently, it is possible to disconnect the user on the messages screen and reconnect with another user all while viewing the same channel. The channel can...
### Context & proposal Standardize the attachments through testing based correction. ### Acceptance criteria To accept this task we need to complete the following items: - [ ] Generate files...
### Context & proposal In order to keep better tabs on our recomposition performance, Compose compiler reports should be generated on every Compose related PR. ### Acceptance criteria To accept...
### Context & proposal Due to the fact that certain dependencies such as our media player are written using legacy Views, we are not able to reduce SDK bloat. Analyze...
### Context & proposal Performance optimizing our SDK would mean breaking most of the public APIs since we would replace existing unstable classes with new immutable or stable classes. This...
### Context & proposal Due to the way `messageListItemViewHolderFactory.decoratorProvider` is initialized inside `MessageListView` the runtime mutability of `DeletedMessagesVisibility` is limited. Explore if we can make the footer respond to changes...