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

Quoted message disappears on thread reply. Reproducible in both xml and compose. https://user-images.githubusercontent.com/9600921/187460838-7893342d-f5b0-46eb-8480-686ccc9b35b4.mp4

bug
compose
ui-components

### Context & proposal We are using [Dexter](https://github.com/Karumi/Dexter) for permissions checks. The library is deprecated and should be replaced

ui-components

### Context & proposal Improve asking for permissions on Android 13. Android 13 separated `READ_EXTERNAL_STORAGE` permission into: - READ_MEDIA_IMAGES - READ_MEDIA_AUDIO - READ_MEDIA_VIDEO Currently, we don't allow choosing attachments if...

compose
ui-components

### 🎯 Goal Fix unread count when SDK is syncing at the same time ### 🛠 Implementation details 1 - Buffering events when requesting channels This is necessary because this...

ui-components
core

### Context & proposal We need to download videos in order to share them, however we currently don't have an API to do so. ### Acceptance criteria To accept this...

core

Currently, `retryFailedEntities` is being called right before syncing. This is because the `syncing` process fetches events from the previous session, thereby may override all `SYNC_NEEDED` messages from that session with...

**Describe the bug** The Android recipient user will be allowed to edit the sender's message. So as this is bug can you please remove this option for edit the sender's...

bug

**Describe the bug** Crash tracks: ``` Fatal Exception: java.lang.NullPointerException: Attempt to invoke virtual method 'boolean java.lang.Class.isInterface()' on a null object reference at java.lang.Class.isAssignableFrom(Class.java:824) at java.lang.Class.isInstance(Class.java:774) at java.util.concurrent.atomic.AtomicReferenceFieldUpdater$AtomicReferenceFieldUpdaterImpl.accessCheck(AtomicReferenceFieldUpdater.java:421) at java.util.concurrent.atomic.AtomicReferenceFieldUpdater$AtomicReferenceFieldUpdaterImpl.get(AtomicReferenceFieldUpdater.java:479) at...

bug

### 🎯 Goal Show label when a message was edited ### 🛠 Implementation details The `Message` entity has a new property notifying us a text message was edited. The `Fotenote`...

### 🎯 Goal _Describe why we are making this change_ ### 🛠 Implementation details _Describe the implementation_ ### 🎨 UI Changes _Add relevant screenshots_ | Before | After | |...