André Mion
André Mion
Set a custom converter to parse only useful data on serializing layer of Retrofit
`deviceInfoXState.iosInfo.name` only returns `"iPhone"` when running on any physical iPhone device
### Expected - Get the device name using `deviceInfoXState.iosInfo.name` should return `"iPhone 15"` when running on an **iPhone 15** device - Get the device name using `deviceInfoXState.iosInfo.name` should return `"iPhone...
### 🎯 Goal Showcase how to support adding members to a group in the channel info screen ### 🎨 UI Changes Phone Tablet
### 🎯 Goal Fix #5753 ### 🛠 Implementation details The `MessageReadEvent` was being processed for both messages and threads. This change ensures that the `MessageReadEvent` is only processed if it's...
### 🎯 Goal Introduce the ability to cancel link previews in the message composer. ### 🛠 Implementation details - Added a `cancelLinkPreview` method to `MessageComposerController` and `MessageComposerViewModel`. - Updated `ComposerLinkPreview`...