- 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
-
- Mar 25, 2025
-
-
Fixes #3176
-
-
Fixes #3174
-
-
-
-
Fixes #3179
-
Fixes #3178
-
Nicolas Pomepuy authored
-
Nicolas Pomepuy authored
-
Nicolas Pomepuy authored
-
Nicolas Pomepuy authored
Fixes #2142
-
Nicolas Pomepuy authored
-
Nicolas Pomepuy authored
Fixes #876
-
Nicolas Pomepuy authored
Fixes #2142
-
- Mar 21, 2025
-
-
When playing a video with "Play in background" enabled, if the screen is switched off, the player will switch to audio, triggering a ACTION_SHOW_PLAYER scheduled with a 100L delay that has been there since java. Because the screen is switched off, onPause is called, triggering a cancellation of ACTION_SHOW_PLAYER in the LifecyleAwareScheduler, before it can execute it. To ensure ACTION_SHOW_PLAYER is executed when switching the screen back on, a flag is set and checked in onResume to call showAudioPlayerImpl
-
- Mar 20, 2025
-
-
Fixes #3175
-
Fixes #3169
-
Nicolas Pomepuy authored
Fixes #3172
-
- Mar 18, 2025
-
-
Amazon store now requires app bundles, though unlike the play store, it requires API 17+ Fixes #3168
-
Nicolas Pomepuy authored
-
Nicolas Pomepuy authored
-
Nicolas Pomepuy authored
-
Nicolas Pomepuy authored
-
- Mar 17, 2025
-
-
Nicolas Pomepuy authored
-
Nicolas Pomepuy authored
-