mirror of
https://github.com/stoatchat/for-android.git
synced 2026-07-10 15:53:26 -04:00
[PR #24] feat: add jump to reply message functionality #54
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/stoatchat/for-android/pull/24
Author: @alexjyong
Created: 8/6/2025
Status: 🔄 Open
Base:
dev← Head:feature-jump-to-reply-message📝 Commits (4)
af9af1ffeat: add jump to reply message functionalitybf3c72dfeature: Adding support for Github codespaces (#25)501a4d6Merge branch 'dev' into feature-jump-to-reply-message7f07a5cMerge branch 'dev' into feature-jump-to-reply-message📊 Changes
4 files changed (+58 additions, -15 deletions)
View changed files
📝
app/src/main/java/chat/revolt/composables/chat/Message.kt(+19 -15)📝
app/src/main/java/chat/revolt/composables/screens/chat/atoms/RegularMessage.kt(+4 -0)📝
app/src/main/java/chat/revolt/screens/chat/views/channel/ChannelScreen.kt(+12 -0)📝
app/src/main/java/chat/revolt/screens/chat/views/channel/ChannelScreenViewModel.kt(+23 -0)📄 Description
Please make sure to check the following tasks before opening and submitting a PR
This resolves https://github.com/revoltchat/android/issues/23
Added the ability to jump to the original message a that another message is replying to.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.