fluxa/app
KhooLy d5f3819ebe Fix shared UI boundary violations from the CMP player overlay migration
checkSharedUiBoundary was failing on master because the July 17 move of
player overlays into shared/commonMain kept imports of data/player domain
types (Meta, Stream, Video, IntroTimestamps, UserProfile, Chapter,
MediaTrack, TorrentStreamStatus, TrailerCue). Relocate the plain value
types into the shared-safe com.fluxa.app.shared.feature.player package,
and replace the remaining domain-object usages with small UI models
(StreamSourceUiModel, SkipSegmentUiModel, NextEpisodePreviewUiModel)
mapped at the Android call sites. Also drops the dead, UserProfile-only
QuickSettingsSidebar/TrackSidebar composables that had no callers.
2026-07-20 15:37:30 +03:00
..
schemas Initial commit 2026-06-05 14:43:08 +03:00
src Fix shared UI boundary violations from the CMP player overlay migration 2026-07-20 15:37:30 +03:00
build.gradle.kts Export bindgen env vars for the Android NDK when building fluxa-core 2026-07-20 02:18:15 +03:00
compose-stability.conf Make cards skippable and stop focus-driven card rebuilds 2026-07-02 00:44:22 +03:00
proguard-rules.pro Replace TorrServer namings with Native torrent engine 2026-07-14 16:57:20 +03:00