Tusky-App-Android/app
Konrad Pozniak 81d1722731
correctly scale gifs in FocusDialog (#4537)
Found while testing #4528

The problem seems to be that Glide does not scale GIFs as it does static
images. This workaround makes sure they still show up correctly.

before / after

<img
src="https://github.com/tuskyapp/Tusky/assets/10157047/92c5e423-fa69-4bd5-b353-d5fac46f3074"
width="260" />
<img
src="https://github.com/tuskyapp/Tusky/assets/10157047/200f801b-0910-44dd-aa8b-39c383f07107"
width="260" />
2024-06-30 16:52:21 +02:00
..
schemas/com.keylesspalace.tusky.db.AppDatabase
src correctly scale gifs in FocusDialog (#4537) 2024-06-30 16:52:21 +02:00
build.gradle
getGitSha.gradle
lint-baseline.xml
lint.xml
proguard-rules.pro