Skip to content

Use a clearer downloaded-episode icon in the episode list (issue #174) - #182

Merged
mapitman merged 1 commit into
mainfrom
clearer-download-status-icon-174
Aug 15, 2026
Merged

Use a clearer downloaded-episode icon in the episode list (issue #174)#182
mapitman merged 1 commit into
mainfrom
clearer-download-status-icon-174

Conversation

@mapitman

Copy link
Copy Markdown
Owner

Summary

  • The episode list's download-status indicator already existed, but its icon (DownloadDone) read as an ambiguous plain checkmark at the row's small 16dp size -- reported as easily mistaken for something else (e.g. read/played status).
  • Swapped for OfflinePin, Material's own icon for "available offline" -- a distinct pin-with-check shape that stays recognizable at that size. The in-progress Downloading icon is unchanged (already sufficiently distinct).

Closes #174

Test plan

  • ./gradlew assembleDebug testDebugUnitTest lintDebug
  • Installed on device, launched, no crash

The download-status indicator already existed, but its icon
(DownloadDone) read as an ambiguous plain checkmark at the row's small
16dp size, easily mistaken for something else (e.g. read/played).
Swapped for OfflinePin, Material's own icon for "available offline" --
a distinct pin-with-check shape that stays recognizable at that size.
@mapitman
mapitman merged commit ebe95d4 into main Aug 15, 2026
1 check passed
@mapitman
mapitman deleted the clearer-download-status-icon-174 branch August 15, 2026 03:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Show an episode's download status in the episode list

1 participant