Nicolas Pomepuy
e15ab3fd4c
Bump version to 3.5.3 Beta 1
4 years ago
Nicolas Pomepuy
8e0220cc06
Bump libs versions for VLC 4
4 years ago
Nicolas Pomepuy
d616e19f11
Bump libs versions to 3.5.3-eap1 and 0.13.4-eap1
4 years ago
Duncan McNamara
9e6675b0c8
MlStorage: fix ban / unban when space in filename
The list of banned folders returned by the medialibrary returns an
encoded path, including spaces which aren't encoded by
VLCUtil.encodeVLCString. To properly compare strings in the ban unban
callback, it is necessary to manually encode the space.
4 years ago
Nicolas Pomepuy
7d2bbb4245
Fix the video resolution text generation
Fixes #2699
4 years ago
Nicolas Pomepuy
7c51aa8f5b
Prevent showing an edit favorite ctx to non supported schemes
Fixes #2703
4 years ago
Nicolas Pomepuy
e2f8bbf3e6
Add a dump of VLCOptions to the debug logs
4 years ago
Nicolas Pomepuy
25d8d5d781
Add vlc and liv vlc commit hashes to the debug log
4 years ago
Nicolas Pomepuy
bd06f530d8
Change the version name for VLC 4
4 years ago
Nicolas Pomepuy
e3b331da6f
Fix some warnings
4 years ago
Nicolas Pomepuy
89f453c3f5
Video player: allow disabling tracks for VLC 4
4 years ago
Nicolas Pomepuy
5356af2614
Make media track accessors nullable
4 years ago
Nicolas Pomepuy
657987fb7d
Add a isVLC4 util function
4 years ago
Nicolas Pomepuy
ba8b6cc6c3
TV: allow mixing folders and files in the browser
Fixes #2686
4 years ago
Nicolas Pomepuy
d20f343a25
Fix notification actions for Android 13
4 years ago
Nicolas Pomepuy
600a19b272
Fix the car detection method
See https://issuetracker.google.com/issues/207389461
4 years ago
Nicolas Pomepuy
161b68c861
Implement the new notification icon
4 years ago
Alexandre Perraud
409b73d460
Add new notification and scan onboarding icons
4 years ago
Nicolas Pomepuy
94449a6b5a
Ask for notification on app startup if needed
4 years ago
Nicolas Pomepuy
a277b16f51
Target API 33 and ask for notification permission in onboarding
4 years ago
Nicolas Pomepuy
346c032e1b
Fix the "audio force shuffle" setting being applied for videos
Fixes #2675
4 years ago
Nicolas Pomepuy
a666e69177
Subtitle dialog: fix initial state set to error
Fixes #2696
4 years ago
Nicolas Pomepuy
53bd185315
Fix initial sort on files
4 years ago
VideoLAN
b33f774945
l10n: Chinese (Taiwan) update
100% translated
Signed-off-by: Nicolas Pomepuy <nicolas@videolabs.io>
4 years ago
VideoLAN
1dae4ee2e1
l10n: Chinese (China) update
100% translated
Signed-off-by: Nicolas Pomepuy <nicolas@videolabs.io>
4 years ago
VideoLAN
d3b1b5cbc4
l10n: Ukrainian update
100% translated
Signed-off-by: Nicolas Pomepuy <nicolas@videolabs.io>
4 years ago
VideoLAN
b2703da383
l10n: Turkish update
100% translated
Signed-off-by: Nicolas Pomepuy <nicolas@videolabs.io>
4 years ago
VideoLAN
fae83bad29
l10n: Swedish update
100% translated
Signed-off-by: Nicolas Pomepuy <nicolas@videolabs.io>
4 years ago
VideoLAN
3324bac9f5
l10n: Slovak update
100% translated
Signed-off-by: Nicolas Pomepuy <nicolas@videolabs.io>
4 years ago
VideoLAN
7b7f19fdcc
l10n: Sardinian update
100% translated
Signed-off-by: Nicolas Pomepuy <nicolas@videolabs.io>
4 years ago
VideoLAN
3824b9aa09
l10n: Romanian update
100% translated
Signed-off-by: Nicolas Pomepuy <nicolas@videolabs.io>
4 years ago
VideoLAN
bccffa9f30
l10n: Lithuanian update
100% translated
Signed-off-by: Nicolas Pomepuy <nicolas@videolabs.io>
4 years ago
VideoLAN
73b5f4ed63
l10n: Korean update
100% translated
Signed-off-by: Nicolas Pomepuy <nicolas@videolabs.io>
4 years ago
VideoLAN
ba391cce09
l10n: Japanese update
100% translated
Signed-off-by: Nicolas Pomepuy <nicolas@videolabs.io>
4 years ago
VideoLAN
80d96b2415
l10n: Italian update
100% translated
Signed-off-by: Nicolas Pomepuy <nicolas@videolabs.io>
4 years ago
VideoLAN
2e1eeb8010
l10n: Hungarian update
100% translated
Signed-off-by: Nicolas Pomepuy <nicolas@videolabs.io>
4 years ago
VideoLAN
6937fbb669
l10n: Hebrew update
100% translated
Signed-off-by: Nicolas Pomepuy <nicolas@videolabs.io>
4 years ago
VideoLAN
8243856fb8
l10n: French update
100% translated
Signed-off-by: Nicolas Pomepuy <nicolas@videolabs.io>
4 years ago
VideoLAN
e11bc5220a
l10n: Greek update
100% translated
Signed-off-by: Nicolas Pomepuy <nicolas@videolabs.io>
4 years ago
VideoLAN
b89f7d4cb4
l10n: German update
100% translated
Signed-off-by: Nicolas Pomepuy <nicolas@videolabs.io>
4 years ago
VideoLAN
d7af70dd03
l10n: Danish update
100% translated
Signed-off-by: Nicolas Pomepuy <nicolas@videolabs.io>
4 years ago
VideoLAN
72d113b2ae
l10n: Czech update
100% translated
Signed-off-by: Nicolas Pomepuy <nicolas@videolabs.io>
4 years ago
VideoLAN
33f8d69e30
l10n: Catalan update
100% translated
Signed-off-by: Nicolas Pomepuy <nicolas@videolabs.io>
4 years ago
Nicolas Pomepuy
07afbcca26
Bump the gradle plugin version
4 years ago
Duncan McNamara
2338bd92a0
Ml: fix discovery-failure after onboarding skip
If storage access isn't granted, the medialibrary init will not add the
internal storage as a medialibrary device. After this, it is only
possible to add external devices. So later discovery of internal storage
will fail, not being registered in the medialibrary database.
To fix this, in the late device addition, a check for internal storage
is added.
Fixes #2689
4 years ago
Nicolas Pomepuy
3706c4be2d
Bump libs versions for VLC 4
4 years ago
Nicolas Pomepuy
300ca4f2c2
Update CI to use the right image for VLC 4 builds
4 years ago
Nicolas Pomepuy
512a75cb3d
Implement new vlc4 track API
4 years ago
Nicolas Pomepuy
c06ba83e92
Bump lib versions for vlc 4
4 years ago
Nicolas Pomepuy
c62b9e2571
CI: make it build vlc4 when needed
By making it run the vlc 4 jobs when the java or jni is modified
and by allowing to tag libvlc-4xxx to launch an aar generation
with vlc4. it also bumps the docker image to fix some python dependency
4 years ago