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