- Dec 19, 2024
-
-
Nicolas Pomepuy authored
-
Nicolas Pomepuy authored
-
- Dec 18, 2024
-
-
Nicolas Pomepuy authored
-
- Dec 17, 2024
-
-
Nicolas Pomepuy authored
Fixes #3120
-
- Dec 16, 2024
-
-
ndk.dir is deprecated since 4.1 [1]. We don't specify the NDK version as it should pick the default one from the NDK path. [1] https://github.com/android/ndk-samples/wiki/Configure-NDK-Path
-
Nicolas Pomepuy authored
Fixes #3119
-
- 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
-