Surfaces the server's you_might_like_albums / you_might_like_artists Home
sections (shipped server-side in v2026.06.11) on the Android Home screen,
mirroring the Rediscover block.
HomeIndexWire: two new slices, defaulted to emptyList() (safe decode
against older servers).
HomeRepository: two section constants + observeYouMightLikeAlbums/Artists
(reusing the existing album/artist hydration helpers); refreshIndex replaces
both sections and pre-warms their artists. No Room schema change.
HomeScreen: HomeSections +2 fields; the ViewModel combine is split to
respect the coroutines 5-arity limit; a YouMightLikeBlock renders an
albums-then-artists block below Rediscover, with a "still learning your taste"
empty state for the cold-start/gated case.
CI-green on dev (ktlint + detekt + unit tests). Completes #790 end-to-end
(server + client). Merging to main produces the signed APK / debug artifact.
Surfaces the server's `you_might_like_albums` / `you_might_like_artists` Home
sections (shipped server-side in v2026.06.11) on the Android Home screen,
mirroring the Rediscover block.
- `HomeIndexWire`: two new slices, defaulted to `emptyList()` (safe decode
against older servers).
- `HomeRepository`: two section constants + `observeYouMightLikeAlbums/Artists`
(reusing the existing album/artist hydration helpers); `refreshIndex` replaces
both sections and pre-warms their artists. No Room schema change.
- `HomeScreen`: `HomeSections` +2 fields; the ViewModel `combine` is split to
respect the coroutines 5-arity limit; a `YouMightLikeBlock` renders an
albums-then-artists block below Rediscover, with a "still learning your taste"
empty state for the cold-start/gated case.
CI-green on dev (ktlint + detekt + unit tests). Completes #790 end-to-end
(server + client). Merging to main produces the signed APK / debug artifact.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Surface the server's you_might_like_albums / you_might_like_artists sections
(daily-built, cold-start gated, taste-aware) on the Home screen, mirroring the
Rediscover block.
- HomeIndexWire: two new slices, defaulted to emptyList() so decode is safe
against older servers that don't emit them (Class-B discipline).
- HomeRepository: two section constants + observeYouMightLikeAlbums/Artists
(reusing the existing album/artist hydration helpers) + refreshIndex now
replaces both sections and pre-warms their artists. No Room schema change —
cached_home_index stores the section string verbatim.
- HomeScreen: HomeSections gains the two fields (+ isAllEmpty); the ViewModel
combine is split (core 5 → +2 you-might-like → +playlists) to stay within the
coroutines 5-arity limit; a YouMightLikeBlock + youMightLikeSection render an
albums-then-artists block below Rediscover, with a "still learning your taste"
empty state for the cold-start/gated case.
Server side already shipped in v2026.06.11; this makes it visible on device.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
The two new you-might-like observe accessors pushed HomeRepository from 11 to
13 functions, tripping detekt's per-class default. It's accessor density (one
observe method per Home row) on a thin pass-through repository, not complexity —
suppressed with a one-line rationale per the project convention. ktlint already
passed; this was the only detekt finding.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
Surfaces the server's
you_might_like_albums/you_might_like_artistsHomesections (shipped server-side in v2026.06.11) on the Android Home screen,
mirroring the Rediscover block.
HomeIndexWire: two new slices, defaulted toemptyList()(safe decodeagainst older servers).
HomeRepository: two section constants +observeYouMightLikeAlbums/Artists(reusing the existing album/artist hydration helpers);
refreshIndexreplacesboth sections and pre-warms their artists. No Room schema change.
HomeScreen:HomeSections+2 fields; the ViewModelcombineis split torespect the coroutines 5-arity limit; a
YouMightLikeBlockrenders analbums-then-artists block below Rediscover, with a "still learning your taste"
empty state for the cold-start/gated case.
CI-green on dev (ktlint + detekt + unit tests). Completes #790 end-to-end
(server + client). Merging to main produces the signed APK / debug artifact.
🤖 Generated with Claude Code