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
### 🎯 Goal https://github.com/GetStream/android-internal-board/issues/56 Improve snapshot tests ### 🛠 Implementation details Noticed several areas of improvement: - Fixed channel item for muted channel - Improved snapshots in dark mode -...
### Context & proposal Events are not being received because plugins were created wrongly and the event handler was not created correctly. ### Acceptance criteria - [ ] All events...
### 🎯 Goal Stop showing the empty state screen every time the SDK loads channels without database data. ### 🛠 Implementation details - Separating setLoadingMore and setLoadingFirstPage and letting the...
### Context & proposal When there is no database data in the SDK, we show the empty state screen before showing the loaded channels. There's a blink with an empty...
### Context & proposal Currently embedded activities in UI Components like gallery Activity show purple status bar. Activities in Compose don't have explicit themes at all. That means that if...
### 🎯 Goal closes #4255 ### 🛠 Implementation details Added the thumbnail url the backend returns upon uploading a file both as a thumbnail url and an image url in...
### Context & proposal The overlay used to show how much more media is left in a message is too light when the device is in dark mode and creates...
### Context & proposal Review constants placed in classes like `ModelType` and `MessageType`. Consider moving them to the `core` module and eliminate duplications.
### Context & proposal Create a guide in the common guides section on how to subscribe for events. Also, as an example we can showcase how `NotificationRemovedFromChannelEvent` event can be...
**Describe the bug** The message should not be highlighted when `MessageListView` is recreated. **Screenshots** https://user-images.githubusercontent.com/9600921/187471235-b7d480d7-8b1a-4c09-97bc-aa22c8c4e361.mp4