fluxa/appleApp/AppleCore
KhooLy afea67d02f
Some checks failed
Apple / iOS simulator (push) Has been cancelled
Apple / tvOS simulator (push) Has been cancelled
Platform Verification / Android shared modules (push) Has been cancelled
fix: resolve FluxaCore/FluxaShared type identity mismatch after moving Apple snapshot DTOs
Kotlin/Native generates distinct Swift types for a class depending on
whether it's imported directly from its owning module or transitively
re-exported through another framework, so files consuming these DTOs
via FluxaShared's re-export of core no longer matched the FluxaCore
type Loader/ResourceLoader now return directly. Route Bootstrap and
HomeEffectHandler through FluxaCore consistently, and add an explicit
FluxaCore->FluxaShared stream conversion where DetailStartup crosses
back into FluxaApple.shared's Shared-typed API.
2026-07-28 19:42:59 +03:00
..
FluxaAppleAddonCatalogResolver.swift Move shared app policies into fluxa core 2026-07-22 16:56:20 +03:00
FluxaAppleAddonConfigurationStore.swift Track enabled/disabled addon state and respect it when fetching content 2026-07-20 15:05:25 +03:00
FluxaAppleAddonResourceLoader.swift fix: move Apple catalog/detail/discover/search snapshot DTOs from shared to core 2026-07-28 19:04:13 +03:00
FluxaAppleAddonStoreManager.swift Move shared app policies into fluxa core 2026-07-22 16:56:20 +03:00
FluxaAppleAuthStore.swift Build real Stremio login for iOS Auth, Keychain-backed session storage 2026-07-14 13:56:30 +03:00
FluxaAppleCatalogBootstrap.swift fix: resolve FluxaCore/FluxaShared type identity mismatch after moving Apple snapshot DTOs 2026-07-28 19:42:59 +03:00
FluxaAppleCatalogLoader.swift fix: move Apple catalog/detail/discover/search snapshot DTOs from shared to core 2026-07-28 19:04:13 +03:00
FluxaAppleHeadlessCoordinator.swift Migrate shared Apple UI bridges to KMP 2026-07-14 16:55:16 +03:00
FluxaAppleHeadlessRuntime.swift Silence Apple runtime teardown warning 2026-07-13 16:10:42 +03:00
FluxaAppleLibraryStore.swift Complete shared KMP and CMP migration 2026-07-16 15:50:35 +03:00
FluxaAppleNetGuard.swift Add Swift PluginHttpClient implementation for iOS plugin scrapers 2026-07-20 14:43:39 +03:00
FluxaApplePlatformEffectExecutor.swift Add Apple platform effect executor 2026-07-13 15:50:42 +03:00
FluxaApplePluginHttpClient.swift Add Swift PluginHttpClient implementation for iOS plugin scrapers 2026-07-20 14:43:39 +03:00
FluxaApplePluginRepositoryManager.swift Add FluxaApplePluginRepositoryManager owning a dedicated plugin engine 2026-07-20 14:43:43 +03:00
FluxaAppleStremioAuthClient.swift Build real Stremio login for iOS Auth, Keychain-backed session storage 2026-07-14 13:56:30 +03:00
FluxaCoreStremio.swift Move shared app policies into fluxa core 2026-07-22 16:56:20 +03:00