Yuito-app-android/app/src/main/java/com/keylesspalace/tusky/components/trending
Nik Clayton b6102a755a
Rename "Trending" to "TrendingTags" or similar where necessary (#3906)
The "trending" functionality will expand to include trending links and
posts. But at the moment the "Trending" references in the code are
exclusively to hashtags.

Rename "Trending" to "TrendingTags" or similar everywhere necessary in
order to prepare for this.

This includes a database migration, as the identifier for the "Trending
tags" tab in the account preferences was changed from "Trending" to
"TrendingTags". The migration updates the stored value if necessary.
2023-08-19 12:54:35 +02:00
..
viewmodel Rename "Trending" to "TrendingTags" or similar where necessary (#3906) 2023-08-19 12:54:35 +02:00
TrendingActivity.kt Rename "Trending" to "TrendingTags" or similar where necessary (#3906) 2023-08-19 12:54:35 +02:00
TrendingDateViewHolder.kt Refactor "trending hashtags" code (#3595) 2023-06-10 19:47:07 +02:00
TrendingTagViewHolder.kt Refactor "trending hashtags" code (#3595) 2023-06-10 19:47:07 +02:00
TrendingTagsAdapter.kt Rename "Trending" to "TrendingTags" or similar where necessary (#3906) 2023-08-19 12:54:35 +02:00
TrendingTagsFragment.kt Rename "Trending" to "TrendingTags" or similar where necessary (#3906) 2023-08-19 12:54:35 +02:00