Nicolas Pomepuy
4356d65c42
Add a shadow to the brightness / volume bar in the player
Fixes #2217
5 years ago
Nicolas Pomepuy
a6675ca84f
Allow vertical resizing for widgets
Fixes #2195
5 years ago
Nicolas Pomepuy
1e36c0f001
Prevent the medialibrary search button to be displayed when browsing
5 years ago
Nicolas Pomepuy
3c9b2b5f82
Bump app version to 3.4.3 Beta 2
5 years ago
Nicolas Pomepuy
f2aef14a46
Fix NullPointerExceptions in beta logs
5 years ago
VideoLAN
bc14d7a793
l10n: Swedish update
100% translated
Signed-off-by: Nicolas Pomepuy <nicolas@videolabs.io>
5 years ago
Dilip Re
ac1f091b96
l10n: Malayalam update
100% translated
Signed-off-by: Nicolas Pomepuy <nicolas@videolabs.io>
5 years ago
Mindaugas Baranauskas
fd4f2e00ca
l10n: Lithuanian update
100% translated
Signed-off-by: Nicolas Pomepuy <nicolas@videolabs.io>
5 years ago
VideoLAN
34d470827b
l10n: Korean update
100% translated
Signed-off-by: Nicolas Pomepuy <nicolas@videolabs.io>
5 years ago
VideoLAN
307d396f94
l10n: Basque update
100% translated
Signed-off-by: Nicolas Pomepuy <nicolas@videolabs.io>
5 years ago
VideoLAN
c5b72ff540
l10n: Danish update
100% translated
Signed-off-by: Nicolas Pomepuy <nicolas@videolabs.io>
5 years ago
Patriccollu
c8e587c9fb
l10n: Corsican update
100% translated
Signed-off-by: Nicolas Pomepuy <nicolas@videolabs.io>
5 years ago
Nicolas Pomepuy
07a55c7c0d
Fix wrong time saved in the medialibrary
5 years ago
Nicolas Pomepuy
6e2dc1ac7d
Fix bad position when playing all videos while grouping by name
Fixes #1421
5 years ago
Nicolas Pomepuy
7369fef51c
Ask for MANAGE_EXTERNAL_STORAGE to be able to write files
5 years ago
Nicolas Pomepuy
5d7a78be10
Target API 30
5 years ago
Nicolas Pomepuy
dde5581306
Bump app version to 3.4.3 Beta 1
5 years ago
Nicolas Pomepuy
cf98724673
Bump libs to 3.4.5 / 0.9.5
5 years ago
Nicolas Pomepuy
49a2c040f4
Remove libass patch that has been merged upstream
5 years ago
Nicolas Pomepuy
a87a43fec0
Fix reading intent from third party apps by converting it sooner
Fixes #2224
5 years ago
Nicolas Pomepuy
75b500df92
Add a lot of logs in beta to try to understand the null media queue issue
5 years ago
Nicolas Pomepuy
0ba900db4f
Prevent NullPointerException in PlaylistManager
5 years ago
Nicolas Pomepuy
e2eaec5194
Prevent IllegalArgumentException in PlaylistManager due to a race condition
5 years ago
Nicolas Pomepuy
350bab5649
Add a watermark to forced logged exceptions
That way it will be easier to find them in the crash reporter email
5 years ago
Nicolas Pomepuy
6e84b10b0a
Fix NullPointerException when showing the audio tips
Fixes #2201
5 years ago
Nicolas Pomepuy
14d7dac7cc
Fix NullPointerException when showing the video tips in renderer mode
5 years ago
Nicolas Pomepuy
013b33cfff
Try to prevent NullPointerExceptions
5 years ago
Nicolas Pomepuy
25fee5db0c
Bump app to 3.4.2
5 years ago
Nicolas Pomepuy
7c9cd1a804
Wait for the medialibrary to be ready before launching the paged queries
Fixes #2210
If we start the paging too soon, the medialibrary is not started.
In that case, all queries will come back empty, delaying the media display.
By waiting that the ML is started, we display he media as soon as we can.
5 years ago
Nicolas Pomepuy
875376d49b
Add a new waitForML method to block the current coroutine while ML init
5 years ago
Nicolas Pomepuy
cb877634a0
Bump libs to 3.4.4 / 0.9.4
5 years ago
Nicolas Pomepuy
7c15f04514
Prevent an IllegalStateException when the MediaDiscoverer is already released
5 years ago
Nicolas Pomepuy
e42fa88be7
Proper crash fix for the NullPointerException triggered by a race condition
The fix made in 65cac21c98
was not working because MediaWrapperImpl was overriding the
getTitle method. The useless override has been removed
5 years ago
Rahul Gill
6d5e5d63c3
Breadcrumb fix
1. fixed #2206 : breadcrumb navigation fix
2. when chosing subtitle file, navigating to parent directories
makes the breadcrumb invisible
5 years ago
Nicolas Pomepuy
d80f98933c
Bump app to 3.4.1
5 years ago
abuyop
30eb3ee9d1
l10n: Malay update
100% translated
Signed-off-by: Nicolas Pomepuy <nicolas@videolabs.io>
5 years ago
VideoLAN
7046dddb65
l10n: Indonesian update
100% translated
Signed-off-by: Nicolas Pomepuy <nicolas@videolabs.io>
5 years ago
Patriccollu
cb10554508
l10n: Corsican update
100% translated
Signed-off-by: Nicolas Pomepuy <nicolas@videolabs.io>
5 years ago
Nicolas Pomepuy
0bfb475230
Fix the wrong position of audio playback for audio on TV
Fixes #2203
5 years ago
Nicolas Pomepuy
d3df81dcfb
Bump app to 3.4.1 Beta 3
5 years ago
Nicolas Pomepuy
13b8de3703
Fix Android auto title flickering
Restrict the metadata update to streams as it's the only
media type that can change its meta during playback
5 years ago
Nicolas Pomepuy
86e3040de8
Bump libs to 3.4.3 / 0.9.3
5 years ago
Nicolas Pomepuy
4b1aacda0f
Implement the new clear medialibrary database return value
5 years ago
Nicolas Pomepuy
69c8a52ca4
Bump libs to 3.4.2 / 0.9.2
5 years ago
Nicolas Pomepuy
65cac21c98
Prevent NullPointerException by avoiding race conditions
5 years ago
Nicolas Pomepuy
31ac8d0a32
Prevent IllegalStateException when the EqualizerFragment is not attached
5 years ago
Duncan McNamara
4d2cb4771b
Benchmark: fix repeating stuck to REPEAT_MODE_ONE
This caused a playback loop if the first sample was played in hardware
decoding and the user previously had set his player to REPEAT_MODE_ONE.
5 years ago
Robert Stone
459b0c90a7
Show rewind and fast forward icons on wearable
5 years ago
Nicolas Pomepuy
fd8d827cbe
Fix external media titles set to filename
Fixes #1434
Also fixes the streams not added to history
5 years ago
Nicolas Pomepuy
77fef6cb2b
Fix the media time update when navigating the play queue
It needs a medialibrary API change to be fully optimised
See https://code.videolan.org/videolan/medialibrary/-/issues/369
Fixes #2189
5 years ago