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

**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** -...

enhancement
feature request
v6-candidate

### 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...

bug
compose

### 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

compose
ui-components
core

### 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...

ui-components

### 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...

compose
ui-components

### Context & proposal Standardize the attachments through testing based correction. ### Acceptance criteria To accept this task we need to complete the following items: - [ ] Generate files...

compose

### 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...

compose

### 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...

compose

### 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...

compose

### 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...

ui-components