Use beta version of compose for now (1.7.x)
TV compose foundation library removed
No longer using bom to specify dependencies (doesn't work with the beta versions)
* feat: native trickplay
TODO: update downloaded trickplay data
* chore: fix tv build
* fix: set dispatcher on image loading to remove flicker
* feat: download trickplay data
* refactor: simplify trickplay info by only loading a single resolution
* refactor: follow jellyfin naming of trickplay
* refactor: upgrade to jellyfin 10.9
* chore: upgrade to jellyfin sdk 1.5.0-beta.2
* fix: don't show resumable items in next up
* chore: upgrade to jellyfin sdk 1.5.0-beta.3
* fix: sync offline playback progress
* refactor: initialize BrandingApi in JellyfinApi
* refactor: speed up quick connect auth
* perf: load home data on Default dispatcher
* add login disclaimer support
* refactor: move disclaimer to `UiState.Normal`
This makes more sense in the current architecture
* feat: add login disclaimer to tv version
* refactor: add margin to bottom of disclaimer
* lint: add missing trailing comma
---------
Co-authored-by: Jarne Demeulemeester <jarnedemeulemeester@gmail.com>
* mixed collection
* Mixed libraries to show up in "Latest"
Co-authored-by: Freya Winters <freya@justgamingtld.nl>
* Do not recurse if folders are shown
* Added folder navigation for tv
* Removed assumption that folder == mixed
* refactor: add default values to `FindroidFolder`
* fix: add chapters to findroidfolder
---------
Co-authored-by: Freya Winters <freya@justgamingtld.nl>
Co-authored-by: Jarne Demeulemeester <jarnedemeulemeester@gmail.com>
* Add chapter markers and "skip chapter" on long press
* Fix linting problems
- Missing comma
- Unused import
- Comment block
* Add preferences options
* Drop chapter support for ExoPlayer
* Fix linting
* Remove Trailing spaces
* Remove TODO from marker color
* Move code to function
* Optimize imports
* Fix crash on episode skip
* Disable player control view animation
* Avoid crash when there are no chapters for media item
* Skip to next episode when skipping last chapter
* Load chapters from Jellyfin API instead of MPV Player
* Remove chapter gesture
* Fix build
* Fix linting
* Fix linting
* Support chapters with offline media
* Remove debug print
* Add chapter skipping
* Remove trailing spaces
* fix(chapters): display correct chapter while seeking
* refactor: faster and cleaner `getCurrentChapterIndex`
* refactor: seek to start of current chapter if player position is more than 5 seconds past start of chapter
* refactor: change "Matroska chapters" to just "Chapters"
The chapters feature also works for MP4 files so just make it generic
* Bump database version
* Add auto-migration for database version bump
* Save database schema
* chore: clean up
---------
Co-authored-by: Jarne Demeulemeester <jarnedemeulemeester@gmail.com>