Changelog
- section screen and filter based search
- 18+ togglr
- (player): control playback speed by tap & hold right side of player , increase or decrease by vertical swipe
- (player): highlight intro and outro + next and previous buttons in bottom area of player to change episodes
- (aniskip): implemented aniskip
- (ui): enhanced UX
- sort anime search by popularity descending
- (ui): many ui upgraded and optimizations.
- adjust auth button layout, padding, and text sizes for small screens.
- implement characters tab in details screen to display character information.
- Enhance UI/UX for account settings and watchlist screens, and refactor authentication buttons.
- Introduce explore view with trending, popular, and upcoming anime to the browse screen and implement search debouncing.
- Redesign continue watching card with episode badge, play icon overlay, and updated text styling.
- Enhance default spotlight UI with rounded corners, shadows, updated gradient, and new meta-information tags.
- Add Material 3 and dynamic color theming while removing the M3U8 downloader service and FFmpeg dependencies.
- Enhance subtitle customization with new styling options, presets, and an improved player settings UI.
- add episode tap functionality to open anime from watch history.
- Add multiple episode view modes, sort continue watching, and improve Jikan sync state.
- Implement download source selection and enhance download item metadata with content type, subtitles, and total segments.
- advance download settings.
- display episode watch progress, refactor loading state management, and remove compression/subtitle style models
- Refactor SpotlightSection to a StatefulWidget, accept a direct list of anime, and add mouse scroll navigation for the carousel.
- Relocate update check from home to loading screen and remove finalization delay from initialization.
- Display upcoming anime on homepage and refactor section generation.
- hivestore error in client
- Remove redundant
GestureDetectorfrom player center controls causing controls to not hide on tapping. - double legacy source initialization
- caching issues on home screen.
- add missing media_kit_libs_video package
- grayed content if episode is marked as completed.
- sources not loading quickly.
- improved caching for graphql queries.
- direct router config without riverpod
- display average score as decimal and use Wrap for meta tags in spotlight.
- setting items
- utilize logging features for better readablity
- removed extra registery initialization call.
- Extract player center controls into dedicated widgets with
AnimatedSwitcher, adjust UI styling and decrease video filter quality - delegate initial subtitle selection to
changeSubtitlemethod. - Bump version to 1.7.4+10
- clean up unused models
- update media_kit dependencies to git,
- update dependencies and refine settings, UI, and core logic across various modules.