mirror of
https://github.com/FluxaMedia/fluxa.git
synced 2026-08-06 08:48:51 +00:00
Let users customize the "who's watching" screen: add GitHub-hosted avatar packs to pick profile pictures from, and set a background image behind the profile grid. The Rust side (GitHub URL/tree/manifest parsing and validation) already existed in fluxa_core but was never wired to Kotlin; this adds the FFI wrappers, an OkHttp-driven GitHub crawl, a small global picker-settings store, and the new/updated Compose screens. Android only for now — iOS/desktop keep compiling via default no-op ProfilePersistence methods. |
||
|---|---|---|
| .. | ||
| androidMain/kotlin/com/fluxa/app | ||
| androidUnitTest/kotlin/com/fluxa/app/data/repository | ||
| appleMain/kotlin/com/fluxa/app/data | ||
| commonMain/kotlin/com/fluxa/app | ||
| commonTest/kotlin/com/fluxa/app | ||