Wholphin/app/src/main/java/com/github/damontecres/wholphin/util
damontecres 98fc996bd5
Load movie & tv recommendations asynchronously (#183)
Previously all of the rows on the recommended tab for Movies & TV Shows
were loaded sequentially before any results were shown. This is not a
great experience because some of the queries (eg top rated unwatched)
can take a while sometimes.

This PR starts displaying content once the first 1 or 2 rows is loaded
and then shows placeholders while the rest are querying.

Finally the row queries are now mostly independent so if one errors out,
the rest of the rows will still be displayed.

Closes #180
2025-11-09 17:40:47 -05:00
..
profile Add toggles to override direct playback (#24) 2025-10-17 12:46:55 -04:00
ApiRequestPager.kt Fix only loading 100 episode in a season (#187) 2025-11-09 17:40:13 -05:00
AppUpgradeHandler.kt Add ability to style subtitles (#177) 2025-11-08 19:54:51 -05:00
BlockingList.kt Rebrand 2025-10-15 15:27:30 -04:00
CodecUtils.kt Rebrand 2025-10-15 15:27:30 -04:00
Constants.kt Extract strings into resources (#151) 2025-11-03 15:38:12 -05:00
CrashReportSenderFactory.kt Extract strings into resources (#151) 2025-11-03 15:38:12 -05:00
EqualityMutableLiveData.kt Rebrand 2025-10-15 15:27:30 -04:00
ExceptionHandler.kt Rebrand 2025-10-15 15:27:30 -04:00
FocusPair.kt Rebrand 2025-10-15 15:27:30 -04:00
Formatting.kt Add settings to show the current time (#155) 2025-11-04 15:27:38 -05:00
LoadingExceptionHandler.kt Rebrand 2025-10-15 15:27:30 -04:00
LoadingState.kt Load movie & tv recommendations asynchronously (#183) 2025-11-09 17:40:47 -05:00
RememberTabManager.kt Fix several UI focus issues (#81) 2025-10-27 20:44:04 -04:00
ServerEventListener.kt UI Updates & Fixes (#114) 2025-10-30 13:41:46 -04:00
ThemeSongPlayer.kt Play theme song for movies (#149) 2025-11-03 11:50:47 -05:00
TrackActivityPlaybackListener.kt Don't report playback started until it actually starts (#107) 2025-10-29 13:15:17 -04:00
TrackSupport.kt Support playing multiple file versions (#30) 2025-10-18 14:11:06 -04:00
TransformList.kt Support basic adding to playlists (#157) 2025-11-04 15:27:26 -05:00
UpdateChecker.kt Show update download progress (#165) 2025-11-06 18:15:25 -05:00
Version.kt Rebrand 2025-10-15 15:27:30 -04:00