chinwag-android/app
Konrad Pozniak ba4f57ecaa
use the correct paddings for status info and follow notifications (#4958)
On my device the status info was just slighty misaligned, so I
investigated. Turns out the dp values were correct, but the
`Utils.dpToPx` method calculates with the exact density of the device,
whereas everything else uses the density buckets Android defines. And on
some devices that makes a visible difference. Did a little refactor and
now everything should always be aligned correctly.

And in `item_follow` the padding was just different from other
notification items.
2025-02-28 10:20:17 +01:00
..
schemas/com.keylesspalace.tusky.db.AppDatabase various not push related notification improvements (#4929) 2025-02-24 14:53:05 +01:00
src use the correct paddings for status info and follow notifications (#4958) 2025-02-28 10:20:17 +01:00
build.gradle Full support for Android 15, edge-to-edge mode on Android 15 (#4897) 2025-02-06 11:37:54 +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