Wholphin/app/src/main/java/com/github/damontecres/wholphin/preferences
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
..
AppPreference.kt Option to combine continue watching & next up rows (#192) 2025-11-18 15:21:50 -05:00
AppPreferencesSerializer.kt Add experimental MPV player backend (#161) 2025-11-16 18:46:25 -05:00
Extensions.kt Rebrand 2025-10-15 15:27:30 -04:00
UserPreferences.kt Rebrand 2025-10-15 15:27:30 -04:00