mirror of
https://github.com/bbara04/Purefin.git
synced 2026-07-23 19:26:50 +00:00
feat(player): add next episode overlay that appears 20s before episode end
Show an "Up Next" card with the next episode thumbnail, play overlay, and title when within 20 seconds of the current episode ending. Tapping it immediately starts the next episode from the playlist queue. - Add nextEpisode field to PlayerUiState derived from queue - Create NextEpisodeOverlay for mobile with artwork + title - Create TvNextEpisodeOverlay for TV with D-pad focus support - Integrate into both PlayerScreen and TvPlayerScreen - Auto-focus overlay on TV when it appears
This commit is contained in:
@@ -57,7 +57,9 @@ dependencies {
|
||||
implementation(project(":core"))
|
||||
implementation(project(":core-model"))
|
||||
implementation(project(":core-ui"))
|
||||
implementation(libs.androidx.compose.animation)
|
||||
implementation(libs.androidx.core.ktx)
|
||||
implementation(libs.androidx.foundation)
|
||||
implementation(libs.androidx.lifecycle.runtime.ktx)
|
||||
implementation(libs.androidx.lifecycle.runtime.compose)
|
||||
implementation(libs.androidx.lifecycle.viewmodel.compose)
|
||||
|
||||
Reference in New Issue
Block a user