- Dec 12, 2024
-
-
Nicolas Pomepuy authored
-
Nicolas Pomepuy authored
-
- Dec 10, 2024
-
-
Nicolas Pomepuy authored
-
Nicolas Pomepuy authored
-
Nicolas Pomepuy authored
-
Nicolas Pomepuy authored
-
Nicolas Pomepuy authored
Fixes #2398
-
- Dec 09, 2024
-
-
Nicolas Pomepuy authored
-
- Dec 06, 2024
-
-
- Dec 05, 2024
-
-
Nicolas Pomepuy authored
So it's now completely standalone
-
Nicolas Pomepuy authored
-
Nicolas Pomepuy authored
-
-
-
-
-
-
-
-
-
-
-
Nicolas Pomepuy authored
-
Nicolas Pomepuy authored
-
-
-
- Dec 04, 2024
-
-
Nicolas Pomepuy authored
-
Nicolas Pomepuy authored
-
With the same SHA512SUM check.
-
-
-
This is to use getMedia and get a MediaWrapper with meta data from the medialibrary instead of a bland/empty MediaWrapper. When opening a media from an other app, if the media wasn't previously indexed, getMedia will return null, hence the additional use of getAbstractMediaWrapper(uri). If not the player would just stop without any warning.
-
Some browsers won't prefix intent types with "video", if a video is already playing in background, it will play the new video in background. Because of this, it is safer to stop the player, causing 'isPlaying' to go false in playIndex(...) and not keeping the previous state.
-
- Dec 03, 2024
-
-
Nicolas Pomepuy authored
Fixes #3114
-
Nicolas Pomepuy authored
-
Nicolas Pomepuy authored
-
Nicolas Pomepuy authored
-
Nicolas Pomepuy authored
-
- Nov 28, 2024
-
-
Duncan McNamara authored
On 757baf34 I forgot two instances.
-
- Nov 27, 2024
-
-
Fixes #3072
-