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
Nicolas Pomepuy
5dfd1c181e
Fix regression preventing the media session to get the right time after a seek
5 years ago
Nicolas Pomepuy
a2d19bd085
Add shift modifiers for video player arrows key events
Related to #458
5 years ago
Nicolas Pomepuy
89cd730e18
Bump app to 3.4.1 Beta 2
5 years ago
Nicolas Pomepuy
9d0c61bf29
Prevent displaying tips on TV as it leads to crashes
5 years ago
Nicolas Pomepuy
32a20b760b
Fix storage fragment toolbar icons not working
Also fixes the crash introduced in !1100
Also avoids displaying the renderer icon on the storage fragment as it's useless here
5 years ago
Anton Regnander
099b92af9f
l10n: Swedish update
100% translated
Signed-off-by: Nicolas Pomepuy <nicolas@videolabs.io>
5 years ago
Arnold Marko
029701f500
l10n: Slovenian update
100% translated
Signed-off-by: Nicolas Pomepuy <nicolas@videolabs.io>
5 years ago
Balázs Meskó
a9e8a73679
l10n: Hungarian update
100% translated
Signed-off-by: Nicolas Pomepuy <nicolas@videolabs.io>
5 years ago
Nicolas Pomepuy
334c17e0b9
Bump app to 3.4.1 Beta 1
5 years ago
Robert Stone
18e63b60e0
Add audiobook/podcast mode to hide previous and next buttons
5 years ago
Robert Stone
a082f45fcd
Reshuffle custom action order. Add new actions for rewind and fast forward.
5 years ago
Robert Stone
cfeba9d5ce
Add support for displaying chapter name in car mode
5 years ago
Robert Stone
461fb3e046
Add Android Auto specific fast forward and rewind icons
5 years ago
Robert Stone
f30e3b73a1
Pass bitmap to the media session when not in Android Auto mode.
Fixes #2159
5 years ago
Robert Stone
3ec4c42eb9
Attempt to load embedded artwork directly from media as a last resort
5 years ago
Nicolas Pomepuy
a0a75daa3c
Bump libs to 3.4.1 / 0.9.1
5 years ago
Hugo Beauzée-Luyssen
efc5c129f8
medialibrary: Save a couple copies of std::set
5 years ago
Hugo Beauzée-Luyssen
3a85bc787e
medialibrary: use utils::jni::longArray for native long arrays
5 years ago