fluxa/shared
KhooLy 1bd1ea4644 fix: show avatar names in pack picker, fix blank thumbnails
Avatar image URLs pulled from pack.json can contain literal spaces
(e.g. category folders like "Attack On Titan"). Coil's OkHttp fetcher
rejects unencoded spaces and fails silently with no placeholder, so
the thumbnail just stayed blank even though the URL works fine in a
browser. Percent-encode spaces before handing the URL to Coil.

Also label each avatar in the pack picker grid with its name instead
of showing bare, unlabeled images.
2026-07-28 01:25:15 +03:00
..
src fix: show avatar names in pack picker, fix blank thumbnails 2026-07-28 01:25:15 +03:00
build.gradle.kts Add a TV hero carousel to the catalog home 2026-07-21 14:50:37 +03:00