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

Reproduction steps 1. Quote a message and send the reply 2. Edit the quoted message Result: The quoted message does not show the updated text of the original message 3....

compose
ui-components

### ๐ŸŽฏ Goal Rerevert of #3818 ### ๐Ÿ›  Implementation details Updated `ChannelLogic` which determines if the pagination has reached either end or start of the messages list. Also added checks...

compose
ui-components
core
v6-candidate

`Plugin` interface doesn't apport any value to our SDK, it only asks you to set a `name` that is not used. On the other hand, the instance of `Plugin` are...

core

### Context & proposal Events parsing is moved in `ChatSocket`. Test cases must be written that check if our parsing logic is correct. ### Acceptance criteria To accept this task...

core

### ๐ŸŽฏ Goal Satisfies the first acceptance criteria of #3722 ### ๐Ÿ›  Implementation details Wrote a guide that touched upon the most common mistakes found in our codebase. ### ๐Ÿงช...

### Context & proposal It should not be possible to change the state of the SDK outside of LLC module, so this interface should be internal and be accessed only...

core

### Context & proposal We currently have an implementation of Channel search by name (and member name), but we need to add message search too and separate UI that represents...

compose

### Context & proposal We need to write tests for the new implementation of OkHttp Websocket that emit events as flow. ### Acceptance criteria To accept this task we need...

core