Wholphin/app/src/main/java/com/github/damontecres/wholphin/ui
damontecres cda5b118a3
Option to combine continue watching & next up rows (#192)
A real implementation for combining the `Continue Watching` and `Next
Up` rows on the home page.

It requires a query for every next up item, so it could become slow
especially for many items and larger servers. The app makes a best
effort to cache the information.

The order is determined by querying each episode in next up to associate
it to its immediately previous episode's last played date. Then both
continue watching & next up items are reversed sorted by the last played
data. So this only makes sense if you watch series in order.

Closes #19
2025-11-18 15:21:50 -05:00
..
cards Better video grid, poster images, & home page images (#238) 2025-11-17 13:44:03 -05:00
components Better video grid, poster images, & home page images (#238) 2025-11-17 13:44:03 -05:00
data Add a few more sort options (#223) 2025-11-14 19:48:47 -05:00
detail Better video grid, poster images, & home page images (#238) 2025-11-17 13:44:03 -05:00
main Option to combine continue watching & next up rows (#192) 2025-11-18 15:21:50 -05:00
nav Adjust color & size of the nav drawer (#228) 2025-11-15 15:42:26 -05:00
playback Option to combine continue watching & next up rows (#192) 2025-11-18 15:21:50 -05:00
preferences Add experimental MPV player backend (#161) 2025-11-16 18:46:25 -05:00
setup Always initialize server/user view models 2025-11-14 13:33:33 -05:00
theme Rebrand 2025-10-15 15:27:30 -04:00
CoilConfig.kt Rebrand 2025-10-15 15:27:30 -04:00
CoilTrickplayTransformation.kt Rebrand 2025-10-15 15:27:30 -04:00
CrossFadeFactory.kt Better video grid, poster images, & home page images (#238) 2025-11-17 13:44:03 -05:00
Extensions.kt Log while navigating around the app (#195) 2025-11-11 20:10:16 -05:00
Formatting.kt Dev: Move services into their own package (#214) 2025-11-13 19:39:37 -05:00
UiConstants.kt Fix & refactor some image aspect ratios (#222) 2025-11-14 16:13:18 -05:00