fluxa/app/src
KhooLy d4c9ae6edd Move zero-dependency utility files from app module to shared KMP
AndroidMetadataRules.kt (renamed MetadataRules.kt), PlayerEngineSnapshot.kt, and
FluxaIcons.kt had no Android-specific dependencies once traced (pure Regex/
String logic, @Immutable data classes, and material-icons lookups already
resolvable in commonMain). Dropped their `internal` modifiers since Kotlin's
`internal` is module-scoped, not package-scoped, and app-module callers now
sit in a different Gradle module than the shared declarations.
2026-07-16 00:09:59 +03:00
..
androidTest/java/com/fluxa/app Replace TorrServer namings with Native torrent engine 2026-07-14 16:57:20 +03:00
main Move zero-dependency utility files from app module to shared KMP 2026-07-16 00:09:59 +03:00
mobile Keep mobile home controls accessible 2026-07-14 21:59:28 +03:00
test/java/com/fluxa/app Remove dead legacy code identified in KMP migration audit 2026-07-16 00:05:01 +03:00
tv Rewire Android TV Home screen onto shared CatalogHomeStore 2026-07-14 13:18:29 +03:00