From b23ca456a3216c83d4c26bc48945e64b0891c648 Mon Sep 17 00:00:00 2001 From: Conny Duck Date: Tue, 6 May 2025 20:16:32 +0200 Subject: [PATCH] fix empty conversations message --- app/src/main/java/com/keylesspalace/tusky/util/SpanUtils.kt | 2 ++ app/src/main/res/values/strings.xml | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/app/src/main/java/com/keylesspalace/tusky/util/SpanUtils.kt b/app/src/main/java/com/keylesspalace/tusky/util/SpanUtils.kt index 0872a5602f..3a850b256d 100644 --- a/app/src/main/java/com/keylesspalace/tusky/util/SpanUtils.kt +++ b/app/src/main/java/com/keylesspalace/tusky/util/SpanUtils.kt @@ -102,6 +102,8 @@ private val iconNameMapping: Map = mapOf( "{{search}}" to R.drawable.ic_search_24dp, "{{manage_accounts}}" to R.drawable.ic_manage_accounts_24dp, "{{chevron_right}}" to R.drawable.ic_chevron_right_24dp, + "{{public}}" to R.drawable.ic_public_24dp, + "{{edit}}" to R.drawable.ic_edit_24dp_filled ) /** diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml index 4dfbcf48ad..ca195b0080 100644 --- a/app/src/main/res/values/strings.xml +++ b/app/src/main/res/values/strings.xml @@ -830,7 +830,7 @@ %1$s: %2$s This is your home timeline. It shows the recent posts of the accounts you follow.\n\nTo explore accounts you can either discover them in one of the other timelines. For example the local timeline of your instance {{group}}. Or you can search them by name {{search}}; for example search for Tusky to find our Mastodon account. - Here are your private messages; sometimes called conversations or direct messages (DM).\n\nPrivate messages are created by setting the visibility {{public}} of a post to {{mail}} Direct and mentioning one or more users in the text.\n\nFor example you can start on the profile view of an account and tap the create button [iconics gmd_edit] and change the visibility. + Here are your private messages; sometimes called conversations or direct messages (DM).\n\nPrivate messages are created by setting the visibility {{public}} of a post to {{mail}} Direct and mentioning one or more users in the text.\n\nFor example you can start on the profile view of an account and tap the create button {{edit}} and change the visibility.\n\nNote that messages on the Fediverse are not end-to-end encrypted. Do not share any sensitive information. This is your lists view. You can define a number of private lists and add accounts to that.\n\nNOTE that you can only add accounts you follow to your lists.\n\nThese lists can be used as a tab in Account preferences {{manage_accounts}} {{chevron_right}} Tabs. Load newest notifications