feat: M3 weighted shuffle v1 — real /api/radio with scoring #21

Merged
bvandeusen merged 262 commits from dev into main 2026-04-27 11:00:29 -04:00
Showing only changes of commit e82710dc0b - Show all commits
@@ -10,11 +10,11 @@ import javax.inject.Inject
import javax.inject.Singleton
/**
* Thin facade over `/api/me/*` for the Settings Profile + Password
* cards. No Room caching — the Settings card fetches on screen
* mount and writes go straight to the server. Network errors
* surface to the caller for UI snackbar; no offline-queue path
* because changing your own password offline doesn't make sense.
* Thin facade over the `/api/me` endpoints for the Settings Profile
* and Password cards. No Room caching — the Settings card fetches
* on screen mount and writes go straight to the server. Network
* errors surface to the caller for UI snackbar; no offline-queue
* path because changing your own password offline doesn't make sense.
*/
@Singleton
class MeRepository @Inject constructor(retrofit: Retrofit) {