mirror of
https://github.com/stoatchat/for-android.git
synced 2026-07-16 07:04:27 -04:00
[PR #22] feat: Long pressing on a server icon will display the server overflow menu #51
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/22
Author: @alexjyong
Created: 8/6/2025
Status: 🔄 Open
Base:
dev← Head:feature-add-server-context-menu-long-press📝 Commits (10+)
aa1d90dCreate devcontainer.json1658e9ffeat: Adding support for long press on server icon should bring up context menu579d3c7Merge branch 'revoltchat:dev' into feature-add-server-context-menu-long-press3320ceaMerge branch 'revoltchat:dev' into feature-add-server-context-menu-long-pressac2abf7Merge remote-tracking branch 'upstream/dev' into feature-add-server-context-menu-long-press6f7f18dRemoving unneeded files, updating documentation and devcontainer setup.85ad6b5stashing changes7ffd14eSaving more changese2fe8b2chore: cleaning up some code976d8c0chore: removing gitmodule i added in by mistake📊 Changes
1 file changed (+51 additions, -6 deletions)
View changed files
📝
app/src/main/java/chat/revolt/composables/screens/chat/drawer/ChannelSideDrawer.kt(+51 -6)📄 Description
Signed-off-by: Alex Yong alexjyong@gmail.com## Please make sure to check the following tasks before opening and submitting a PR
resolves: https://github.com/revoltchat/android/issues/20
Edit: Per feedback on Revolt Server
Long press on a server icon will bring up the server context menu, much like when you tap on the overflow menu button on the server banner.
https://github.com/user-attachments/assets/e97472df-e6cb-427d-ab49-001826c5c9ed
Signed-off-by: Alex Yong alexjyong@gmail.com
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.