feat: add :app-tv module as Android TV starting point

Creates a new :app-tv application module that reuses shared business
logic from :core:model, :core:data, :core:player, and :feature:shared,
with its own TV-specific UI layer.

- TvApplication + TvActivity with full Hilt + Navigation3 wiring
- TvHomePage reusing HomePageViewModel from :feature:shared
- Copied common UI components (PosterCard, WaitingScreen, etc.)
- Copied login screen and form components
- TV navigation module with Home + Login route entry builders
- Material3 theme copied from mobile (ready for TV customization)
- AndroidManifest with LAUNCHER + LEANBACK_LAUNCHER intent filters
- Excludes :feature:download (downloads are mobile-only)
This commit is contained in:
2026-02-21 10:21:35 +01:00
parent 7333781f83
commit 75f3313aa9
54 changed files with 2897 additions and 0 deletions

View File

@@ -0,0 +1,3 @@
<resources>
<string name="app_name">Purefin</string>
</resources>