* feat: add video file metadata on `MediaInfoFragment`
* feat(metadata): add chips within a chipgroup to showcase major parameters
Set a "temp" text as default for chips since without it, the style resets when text is changed through code
(kind of a hacky fix)
* feat(parser): implement data model for VideoMetadata and parse function
* feat(metadata): show dolby/dts audio codecs and hide SDR display profile
* feat(dolby): add a dolby logo after the rating and per-theme color
* feat(settings): add a preference switch for showing detailed A/V & Subs info
* feat: add dolby logo for video and audio profile inside chip
* feat: handle different audio profiles and change raw names
* feat(audio): add atmos text with the audio codec itself
* feat: only parse metadata when item is a movie
Also correct spacing when there are no chips
* fix(metadata): check for DoVi title since codec shows as HDR10
* fixup!: parsing of audio codecs and display name
---------
Co-authored-by: Jarne Demeulemeester <jarnedemeulemeester@gmail.com>
* Add intro skipper support
* Fix checking for 404
* Add back missing Intro class and dependencies due to rebase
* Add preference
* Clean up visibility logic
* Update skip intro button design
* Add proguard file to keep Serializable classes
* Move introCheck to a separate Runnable and fix Runnables are never cleaned up
* Simplify check before starting runnable
Co-authored-by: Jarne Demeulemeester <jarnedemeulemeester@gmail.com>
* Update android-plugin to v7.4.0
* Set Java version to 11
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Jarne Demeulemeester <jarnedemeulemeester@gmail.com>
* Split app into core and app:phone
* Use global versionCode and versionName
* Clean up gradle dependencies
* Use string formatting inside getString function
* Move proguard file to app:phone
* Move app_navigation and BasePlayerActivity to app:phone
* Add buildTypes to core gradle and remove buildFeatures
* Add suffix core to core namespace
* Split code into 4 more modules: data, preferences, player:core and player:video
* Clean up some gradle files
* Clean up data gradle
* Remove duplicate Constants.kt
* Use AppPreferences in more places
* Split off strings
* Remove unused animations
* Make about_libraries strings non-translatable
* Move mpv assets to player:video module
* Make AppPreferences a Singleton