change: Document the WELLBEING_* preferences (#1010)

This commit is contained in:
Nik Clayton 2024-10-18 01:29:39 +02:00 committed by GitHub
parent a5c8bf5e7e
commit 2a9293cf3b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 14 additions and 0 deletions

View File

@ -59,7 +59,21 @@ object PrefKeys {
const val SHOW_STATS_INLINE = "showStatsInline"
const val CUSTOM_TABS = "customTabs"
/**
* True if post stats (# boosts, # favourites) are hidden in a
* status' detailed view. False to show them.
*/
const val WELLBEING_HIDE_STATS_POSTS = "wellbeingHideStatsPosts"
/**
* True if the following should be hidden on profile pages:
*
* - Whether or not the account follows you
* - # statuses posted by this account
* - # followers this account has
* - # accounts this account is following
*/
const val WELLBEING_HIDE_STATS_PROFILE = "wellbeingHideStatsProfile"
const val HTTP_PROXY_ENABLED = "httpProxyEnabled"