Skip to content

Tags: Sam42a/DUNE

Tags

v0.1.1

Toggle v0.1.1's commit message
Fix disk cache directory handling and preference

Update image cache initialization to only create the disk cache directory if it does not exist, instead of deleting and recreating it. on app restart
Also, fixes the default value retrieval for disk cache size in DeveloperPreferencesScreen to use the current preference value.

v0.1.0

Toggle v0.1.0's commit message
Remove inforow and titles from the BrowsegridFragment

- Remove top inforow/title
- Disable Dimming effect
- Adds Sort options toolbar spacing between the icons
- Small spacing between cards
- Enables Info under cards

v0.0.9

Toggle v0.0.9's commit message
Bump enhanced variant version to 0.0.9

v0.0.8

Toggle v0.0.8's commit message
Add Default Subtitle Language Preference

This adds Default subtitle Language Preference
A new Implementation for the Default Audio track preference,  that follows similar approach as the Subtitle default preference to fix previous issue with some Audio Codecs not Direct playing or taking too long to be Selected.

v0.0.7

Toggle v0.0.7's commit message
Refactor CardPresenter formatting and focus logic

v0.0.6

Toggle v0.0.6's commit message
Add playback stats ''Stats for nerds'' overlay to video player

Introduces a new StatsAction  and overlay_stats_binding.xml layout to display detailed playback information, including video, audio, and transcoding details. Updates CustomPlaybackTransportControlGlue to include the stats overlay action and adds relevant strings for the overlay UI.

v0.0.5

Toggle v0.0.5's commit message
Restored some Player original Implementation

Restored some Player original Implementation, with new improvements for detecting HDR Formats on the fly.

v0.0.4

Toggle v0.0.4's commit message
Homescreen Enhancements

- reduced left side empty space for better visibility for the backdrops
- Better text ( title/info/Summary) visibility
- Removed Suggested Movies/Series rows as they were receiving too many Items results  than the limit that was set ( too lazy to find out why )
- throttle fast clicking on home screen when UI is loading to prevent crashes
- New Dedicated Collections row with personal Cards sizing, these cards will be displaying thumb images instead of Primary
- Included the Library Buttons to integrate with the new added themes
- Removed Media info ( Video format / sound format etc ) as it will be added in later updates within the player UI