chinwag-android/app
Konrad Pozniak 3c728d9bea
fix images sometimes flickering when interacting with a post (#4971)
Glide compares the previous load with the current load, and if they are
identical, does basically nothing. Thats what we want, because otherwise
it flickers when the requested image is not in the memory cache.
The problem is, we decode the blurhash we use as placeholder everytime.
And the BitmapDrawables we get don't have a proper equals
implementation.
So Glide is like: Aha, different placeholder, better load again ->
Flicker
I added a BlurhashDrawable with custom equals/hashCode and now the
flickering is gone.
2025-03-05 19:53:53 +01:00
..
schemas/com.keylesspalace.tusky.db.AppDatabase various not push related notification improvements (#4929) 2025-02-24 14:53:05 +01:00
src fix images sometimes flickering when interacting with a post (#4971) 2025-03-05 19:53:53 +01:00
build.gradle prepare Release 130 (#4949) 2025-03-03 20:25:15 +01:00
getGitSha.gradle Previous attempt to fix git sha on non-git build broke git build. (#3322) 2023-02-16 20:20:52 +01:00
lint-baseline.xml fix new warnings, regenerate lint-baseline.xml (#4684) 2024-09-16 20:57:27 +02:00
lint.xml fix(deps): update kotlin (#4774) 2025-01-10 14:00:00 +01:00
proguard-rules.pro Replace Gson library with Moshi (#4309) 2024-04-02 21:01:04 +02:00