Yuito-app-android/app/src/main/java/com/keylesspalace/tusky/components
Nik Clayton 09d4f62004
Start/end the thread divider in the middle of the avatar (#3892)
Previously, the thread indicator would start at the top of the avatar
for the status at the start of the thread, and end at the top of the
avatar for the status at the end of the thread.

If these avatars were partially transparent the thread indicator could
either (a) poke out of the top of the avatar at the start of the thread,
(b) not properly connect with the avatar at the end of the thread, or
(c) both.

Partially fix this by making the divider start/stop in the middle of the
avatar. This assumes that this area will typically have opaque content,
even if some of the rest of the avatar is transparent. This is not
always true, but it's still better than the current behaviour.
2023-08-10 19:25:33 +02:00
..
account Fix extra clicks on media tab (#3930) 2023-08-07 19:30:56 +02:00
accountlist Cache locked state of connected accounts (#3790) 2023-07-27 00:09:26 +02:00
announcements Officially rename error elephant to errorphant (#3922) 2023-08-05 15:39:07 +02:00
compose Correct the calculations for choosing the earliest day to show in the calendar / selected day (#3923) 2023-08-07 19:30:08 +02:00
conversation Composite semi-transparent avatars over a solid background (#3874) 2023-08-08 23:09:59 +02:00
drafts update ktlint plugin to 11.3.1, format code (#3442) 2023-03-13 13:16:39 +01:00
filters Officially rename error elephant to errorphant (#3922) 2023-08-05 15:39:07 +02:00
followedtags Simplify repeated code that shows errors (#3762) 2023-06-19 23:49:20 +02:00
instanceinfo Show additional bug report info in AboutActivity (#3802) 2023-08-03 12:20:35 +02:00
instancemute Simplify repeated code that shows errors (#3762) 2023-06-19 23:49:20 +02:00
login Kotlin 1.9.0 (#3835) 2023-08-02 09:04:24 +02:00
notifications Fix extra clicks on media tab (#3930) 2023-08-07 19:30:56 +02:00
preference Filters> Tabs: use checkbox instead of switch (#3927) 2023-08-06 11:50:11 +02:00
report Ensure text field has focus when reporting statuses 2023-05-04 14:53:27 +02:00
scheduled Simplify repeated code that shows errors (#3762) 2023-06-19 23:49:20 +02:00
search Retain text in search view when switching tabs before first search (#3540) 2023-07-19 11:40:08 +02:00
timeline Simplify repeated code that shows errors (#3762) 2023-06-19 23:49:20 +02:00
trending Officially rename error elephant to errorphant (#3922) 2023-08-05 15:39:07 +02:00
viewthread Start/end the thread divider in the middle of the avatar (#3892) 2023-08-10 19:25:33 +02:00