chinwag-android/app/src/main/java/com/keylesspalace/tusky/adapter
Konrad Pozniak 326676a9c6
split out FilteredStatusViewHolder from StatusBaseViewHolder (#4543)
This is way more efficient than before as less views need to be inflated
and bound for a filtered status to be rendered. It also should fix the
bug where sometimes a `StatusViewHolder` that is set up for showing a
status gets bound to a status that is filtered, leading to a crash.
2024-07-05 10:13:37 +02:00
..
AccountFieldEditAdapter.kt full sdk 34 support (#4224) 2024-02-23 10:27:19 +01:00
AccountSelectionAdapter.kt inject SharedPreferences (#4441) 2024-05-24 08:05:09 +02:00
AccountViewHolder.kt Convert AccountViewHolder from Java to Kotlin (#3044) 2022-12-28 19:07:43 +01:00
EmojiAdapter.kt Sort by category in emoji picker (#4533) 2024-06-29 19:38:27 +02:00
FilteredStatusViewHolder.kt split out FilteredStatusViewHolder from StatusBaseViewHolder (#4543) 2024-07-05 10:13:37 +02:00
FollowRequestViewHolder.kt don't load custom emojis in their full size (#4429) 2024-05-10 12:22:07 +02:00
LocaleAdapter.kt upgrade ktlint plugin to 12.0.3 (#4169) 2024-01-04 17:00:55 +01:00
PlaceholderViewHolder.kt Refactor notifications to Kotlin & paging (#4026) 2024-05-03 18:27:10 +02:00
PollAdapter.kt upgrade ktlint plugin to 12.0.3 (#4169) 2024-01-04 17:00:55 +01:00
PreviewPollOptionsAdapter.kt upgrade ktlint plugin to 12.0.3 (#4169) 2024-01-04 17:00:55 +01:00
StatusBaseViewHolder.java split out FilteredStatusViewHolder from StatusBaseViewHolder (#4543) 2024-07-05 10:13:37 +02:00
StatusDetailedViewHolder.java Fix various lint warnings (#4409) 2024-05-05 08:34:41 +02:00
StatusViewHolder.java Fix lint warnings (#4019) 2023-09-13 09:20:53 +02:00
TabAdapter.kt upgrade ktlint plugin to 12.0.3 (#4169) 2024-01-04 17:00:55 +01:00