feat(mobile): progressive home UX, smooth transitions, predictive back, and instant details hydration - #598
Merged
ProdigyV21 merged 12 commits intoAug 26, 2026
Conversation
Himanth-reddy
force-pushed
the
feat/mobile-progressive-home-ux
branch
2 times, most recently
from
August 25, 2026 09:59
307cb4b to
980a7fe
Compare
…launch UX - Publish mobile catalog rows progressively as metadata arrives without blocking on slower catalogs or image decodes - Add SkeletonMobileHeroBanner and preserve top header in MobileHeroCarousel to prevent frame-0 layout shifts - Decouple card image loading with smooth Coil crossfade and branded gradient fallbacks with titles - Filter locked sports addons, IPTV, and placeholders from mobile hero candidates - Add slow network detector and retry button on mobile - Keep TV loading pipeline completely untouched
…g, and background IMDb rating hydration
… persistent viewport across screens
…ansitions and logo crossfade
…adata/button transitions
…ctive back for plugins and telegram
…ration, and keep unwatched series start label
…l sync summary foundation
…prefetch TV seasons, and polish mobile sports feed
Himanth-reddy
force-pushed
the
feat/mobile-progressive-home-ux
branch
from
August 25, 2026 17:39
56be949 to
0f0e5c6
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
This PR delivers comprehensive UI/UX refinements across the mobile app, focusing on progressive loading, layout stability, unified screen transitions, predictive back integration, instant media hydration, and a horizontal sliding season viewport:
1. Progressive Home UX & Catalog Stabilization
2. Horizontal Sliding Season Viewport Transition
CubicBezierEasing(0.25f, 0.1f, 0.25f, 1.0f)over 340ms.AnimatedVisibility) once scraped and ready.3. Profile Selection & Persistent Viewport
4. Search & Details Refinements
HomeScreen,SearchScreen, andDetailsScreenso backdrop and logo render on frame 0 without skeleton lag.5. Settings & Predictive Back Navigation
MobileSettingsSubPagewith standard navigation header and visual consistency.BackHandlers so predictive back gestures smoothly reveal the parent Settings screen underneath for both Telegram and Plugins.Verification
upstream/mainwith all conflicts resolved.:app:assembleSideloadStagingcleanly with zero compiler errors.