pachli-android/core
Nik Clayton f477c63ab4
fix: Improve readability of status media labels (#778)
Previous code did not provide whitespace between different media labels
when media is not loaded.

In addition, the icon for the media was centre-aligned vertically with
the text, making it difficult to scan and determine when one media label
ends and another one starts.

Fix this by adding an 8dp margin between the media labels, and using a
TextView subclass that vertically aligns the media icon with the first
line of text.

Set the compound drawables with relative alignment, so they behave
appropriately in RTL layouts.

Fixes #751.
2024-06-25 11:53:47 +02:00
..
accounts fix: Ensure logging out accounts completes (#515) 2024-03-10 12:25:12 +01:00
activity refactor: Use androidx.core:core-splashscreen library (#766) 2024-06-19 16:27:49 +02:00
common refactor: Improve blurhash decoding performance (#770) 2024-06-20 13:19:15 +02:00
data feat: Show "Suggested accounts" (#734) 2024-06-17 21:43:12 +02:00
database refactor: Remove `TabData` type (#576) 2024-03-30 23:27:25 +01:00
designsystem fix: Ensure text in nav menu account header is legible (#773) 2024-06-22 16:55:57 +02:00
model refactor: Remove `TabData` type (#576) 2024-03-30 23:27:25 +01:00
navigation feat: Show "Suggested accounts" (#734) 2024-06-17 21:43:12 +02:00
network feat: Support server filters in GoToSocial 0.16.0 (#765) 2024-06-19 14:38:01 +02:00
network-test change: Move MediaUploadApi to the correct package 2024-04-30 16:23:34 +02:00
preferences refactor: Move CardViewMode to core.preferences (#729) 2024-06-10 16:28:55 +02:00
testing fix(deps): update dependency org.robolectric:robolectric to v4.12.2 (#707) 2024-06-18 14:30:17 +02:00
ui fix: Improve readability of status media labels (#778) 2024-06-25 11:53:47 +02:00
AndroidManifest.xml refactor: Start creating core modules (#286) 2023-12-04 16:58:36 +01:00