- Apr 04, 2025
- Apr 03, 2025
-
-
Fixes #3185
-
- Apr 02, 2025
-
-
-
Fixes #3193
-
-
-
-
-
-
Fixes #3190
-
Nicolas Pomepuy authored
Fixes #3188
-
-
Nicolas Pomepuy authored
Fixes #3189
-
Nicolas Pomepuy authored
-
- Apr 01, 2025
-
-
Fixes #3186
-
-
Fixes #3191
-
Nicolas Pomepuy authored
-
Nicolas Pomepuy authored
If was incorrectly set to 1. It has to be the same value that the ones declared in VlcMigrationHelper and VLCOptions
-
Nicolas Pomepuy authored
-
Nicolas Pomepuy authored
-
In onSaveInstanceState, without a currentMediaList we would default to savedMediaList, but without a currentIndex, we would default to 0 and not to savedMediaIndex. When restarting the videoplayer, we do have a savedInstanceState in the on create that is used to reload the previous medialist, but it only reloaded 0.
-
- Mar 28, 2025
-
-
Nicolas Pomepuy authored
-
startTime in playIndex should default to the time saved in the medialibrary and not savedTime. savedTime is mostly used to resume when we don't saveMediaMeta, and will be less precise than the medialibrary saved time.
-
This ensures that we get all meta data for the file being played.
-
When you open pip with play in background, when you quit pip, in the onStop, it will switch to audio. If you check if system Pip is running you can stop that, but it will stop playback from running with the screen off, so check for screen off also. This means that isInPiPMode will stay true, even though PiP has been killed a while ago, audio playback in background is still running.
-
- Mar 27, 2025
- Mar 26, 2025
-
-
Nicolas Pomepuy authored
-
Fixes #3180
-
-
Nicolas Pomepuy authored
-
Nicolas Pomepuy authored
Fixes #3166 Fixes #3014
-
Nicolas Pomepuy authored
-