Tusky-App-Android/app/src/main/java/com/keylesspalace/tusky/adapter
Konrad Pozniak db27186b5c
fix memory leak in CompositeWithOpaqueBackground (#4150)
Found with Leak canary: The transformation ends up in Glide's memory
cache and leaks whole Activities through the view -> context reference.

This fixes the problem by removing the background detection logic (so
the view reference is no longer needed) and setting the background
directly instead. Looks exactly as before.
2023-12-10 07:37:54 +01:00
..
AccountFieldEditAdapter.kt Fix ArrayIndexOutOfBoundsException (#3808) 2023-07-06 19:57:35 +02:00
AccountSelectionAdapter.kt use PrefKeys everywhere 2023-09-11 19:12:33 +02:00
AccountViewHolder.kt Convert AccountViewHolder from Java to Kotlin (#3044) 2022-12-28 19:07:43 +01:00
EmojiAdapter.kt respect "animate emojis" setting in emoji picker (#2996) 2022-12-05 19:15:28 +01:00
FollowRequestViewHolder.kt Resets the paging3 changes of 3159 back to the (java) fragment code before. 2023-09-09 21:29:24 +02:00
LocaleAdapter.kt Convert util/{HttpHeaderLink,PairedList,TimestampUtils,ThemeUtils} to Kotlin (#3046) 2022-12-31 13:01:35 +01:00
NotificationsAdapter.java update minSdk to 24, cleanup code (#4014) 2023-09-12 19:25:45 +02:00
PlaceholderViewHolder.kt Keep scroll position when loading missing statuses (#3000) 2023-01-13 19:26:24 +01:00
PollAdapter.kt update ktlint plugin to 11.3.1, format code (#3442) 2023-03-13 13:16:39 +01:00
PreviewPollOptionsAdapter.kt add ktlint plugin to project and apply default code style (#2209) 2021-06-28 21:13:24 +02:00
ReportNotificationViewHolder.kt Resets the paging3 changes of 3159 back to the (java) fragment code before. 2023-09-09 21:29:24 +02:00
StatusBaseViewHolder.java fix memory leak in CompositeWithOpaqueBackground (#4150) 2023-12-10 07:37:54 +01:00
StatusDetailedViewHolder.java Fix lint warnings (#4019) 2023-09-13 09:20:53 +02:00
StatusViewHolder.java Fix lint warnings (#4019) 2023-09-13 09:20:53 +02:00
TabAdapter.kt Show a close button for hashtag tab chips (#3140) 2023-01-09 21:24:37 +01:00