From c3c9bd016ec1ed40f1c2c7f41c955740c9965458 Mon Sep 17 00:00:00 2001 From: Claude Date: Wed, 25 Mar 2026 02:59:40 +0000 Subject: [PATCH] feat: separate favorite relay feeds into their own category in nav popup Relay feeds were previously grouped under the generic "Feeds" category in the top nav bar filter dialog. This adds a dedicated "Relays" group so users can more easily find their favorite relay feeds. https://claude.ai/code/session_016gjbPgYRXrQCoY1zKPz5PX --- .../amethyst/ui/navigation/topbars/FeedFilterSpinner.kt | 2 ++ amethyst/src/main/res/values/strings.xml | 1 + 2 files changed, 3 insertions(+) diff --git a/amethyst/src/main/java/com/vitorpamplona/amethyst/ui/navigation/topbars/FeedFilterSpinner.kt b/amethyst/src/main/java/com/vitorpamplona/amethyst/ui/navigation/topbars/FeedFilterSpinner.kt index be00e4845..4fe59d6de 100644 --- a/amethyst/src/main/java/com/vitorpamplona/amethyst/ui/navigation/topbars/FeedFilterSpinner.kt +++ b/amethyst/src/main/java/com/vitorpamplona/amethyst/ui/navigation/topbars/FeedFilterSpinner.kt @@ -328,6 +328,7 @@ private enum class FeedGroup( HASHTAGS(R.string.feed_group_hashtags), COMMUNITIES(R.string.feed_group_communities), LISTS(R.string.feed_group_lists), + RELAYS(R.string.feed_group_relays), } private fun groupFeedDefinitions(options: ImmutableList): Map> { @@ -337,6 +338,7 @@ private fun groupFeedDefinitions(options: ImmutableList): Map FeedGroup.HASHTAGS is CommunityName -> FeedGroup.COMMUNITIES is PeopleListName -> FeedGroup.LISTS + is RelayName -> FeedGroup.RELAYS else -> FeedGroup.FEEDS } } diff --git a/amethyst/src/main/res/values/strings.xml b/amethyst/src/main/res/values/strings.xml index 965229207..43853d196 100644 --- a/amethyst/src/main/res/values/strings.xml +++ b/amethyst/src/main/res/values/strings.xml @@ -1567,6 +1567,7 @@ Hashtags Communities Lists + Relays Log off on device lock Private Message