fluxa/data/src
KhooLy a17144a416 feat: add profile picker avatar packs and background image (Android)
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.
2026-07-28 01:16:12 +03:00
..
androidMain/kotlin/com/fluxa/app feat: add profile picker avatar packs and background image (Android) 2026-07-28 01:16:12 +03:00
androidUnitTest/kotlin/com/fluxa/app/data/repository Move shared app policies into fluxa core 2026-07-22 16:56:20 +03:00
appleMain/kotlin/com/fluxa/app/data Complete shared KMP and CMP migration 2026-07-16 15:50:35 +03:00
commonMain/kotlin/com/fluxa/app feat: use core-computed calendar artwork priority 2026-07-28 00:38:47 +03:00
commonTest/kotlin/com/fluxa/app Move shared app policies into fluxa core 2026-07-22 16:56:20 +03:00