Petar Velikov

Results 11 issues of Petar Velikov

### 🎯 Goal This PR is the first request related to the Threads V2 feature. It covers the `ThreadList` component, and the logic fetching the data behind it. ### 🛠...

### 🎯 Goal We currently don't show anything in the message preview when quoting a message with a poll. This PR introduces default content so that we don't show an...

### 🎯 Goal Resolves: https://linear.app/stream/issue/AND-605/remove-deprecate-attachmenttypelink-from-android-sdk The attachment type `link` is not an officially supported (see: https://getstream.io/chat/docs/android/message_format/#attachment-format and https://getstream.io/chat/docs/android/message_format/#open-graph-scraper). Exposing the `AttachmentType.LINK` as a public type can be confusing for customers,...

### 🎯 Goal Adds a new (optional) functionality in the Message List, allowing users to quickly show the original text of an auto-translated message. Resolves: https://linear.app/stream/issue/AND-450/show-original-translation Depends on: https://github.com/GetStream/stream-chat-android/pull/5843 ###...

### 🎯 Goal Adds a new (optional) functionality in the Message List, allowing users to quickly show the original text of an auto-translated message. Resolves: https://linear.app/stream/issue/AND-450/show-original-translation ### 🛠 Implementation details...

### 🎯 Goal Introduces the "Message Reminders" feature to the low-level client SDK. Allows creating/updating/deleting reminders for messages for which the user will be notified in the future, or saving...

### 🎯 Goal Resolves: https://linear.app/stream/issue/AND-610/exoplayer-compatibility-issue Resolves a crash happening when attempting to play a video attachment from the SDK, while the integrator app includes the legacy `com.google.android.exoplayer` library. **Crash details:**...

### 🎯 Goal **Note: This PR targets the feature/message-reminders branch, as a separate change on which the "Message Reminders" depends** - Extends the SDK logic for handling push notifications of...

### 🎯 Goal Introduces a way to access the pending messages in the channel for the current user. Additionally, exposes an operation to fetch a pending message (and its metadata)...

### 🎯 Goal Part 1 of the `ChannelLogic`/`JumpToMessage` refactoring. Sets the baseline on which the new and optimised channel logic will be built: 1. Extracts a `ChannelLogic` interface with the...