Nicolas Pomepuy
646d065e01
Bump to 3.5.4 Beta 1
(cherry picked from commit a647981c95 )
4 years ago
Nicolas Pomepuy
50a8c0bd4b
Bump libs to 3.5.4-eap1 / 0.13.5-eap2
4 years ago
Nicolas Pomepuy
f6292d808e
Update the maven plugin version to 0.22.0
(cherry picked from commit 8c879bc876 )
4 years ago
Nicolas Pomepuy
7b2a0aa0af
Improve the resolution shown in the video list
Fixes #2797
4 years ago
Nicolas Pomepuy
fad03ab5fe
Fix intent result when using StartActivity
Fixes #2776
(cherry picked from commit b38f5eea6d )
4 years ago
Nicolas Pomepuy
cc11f2a3c3
Fix play item in ctx not shown on browser items
Fixes #2782
(cherry picked from commit 0b786cd44d )
4 years ago
Nicolas Pomepuy
027756a0b4
TvUtils openmedia: remove unused model argument
The model was never used and prevented the playback of items
when it was null
Fixes #2770
4 years ago
Nicolas Pomepuy
3437c7c960
Add logs to the Uri resolver
4 years ago
Duncan McNamara
5ebf06c43f
Bluetooth: fix MediaButtonReceiver
When instanciating a media session, the wrong pending intent was created
to restart the playback service from media buttons after it's
detruction.
4 years ago
Duncan McNamara
fd958d2596
Bump app version to 3.5.3
(cherry picked from commit ec7a57cb35 )
4 years ago
Nicolas Pomepuy
705a410927
Proper fix for the notification permission check
(cherry picked from commit 4b7262e708 )
4 years ago
Nicolas Pomepuy
76baa8dae1
Bump to 3.5.3 beta 2
(cherry picked from commit 247b0700cf )
4 years ago
Nicolas Pomepuy
7c4e971fc3
Fix the notification permission asked on Android 12
(cherry picked from commit 554d7772fb )
4 years ago
Nicolas Pomepuy
ad2e0126f6
Fix broadcasted metadata and add the chapter
Fixes #2725
(cherry picked from commit 0cbe78a43f )
4 years ago
Nicolas Pomepuy
eeeb65b03b
Broadcast the right metadata title for internet radio
Fixes #2721
(cherry picked from commit 1a9ba63d3f )
4 years ago
Duncan McNamara
99adb7bcb7
VideoPlayer: save media index when leaving app.
On some low performance devices, when leaving the app, the paused
service will be killed, and respawned when the app is restarted.
As the medialist was saved but not the index, resuming would go to
the 1st media in the saved medialist. This saves the media index
also.
Fixes #2705
(cherry picked from commit 72ed253419 )
4 years ago
Duncan McNamara
b0948924a6
ResolutionStrings: reset HD...qHD to 720p...1440p
As for most users 720p, 1080p, and 1440p is easier to understand
for most users than the official nomenclature HD, FHD, and qHD.
This reverts back to it.
(cherry picked from commit 762a17f7a4 )
4 years ago
Nicolas Pomepuy
44c5453542
Fix the video playlist mode on TV
4 years ago
Nicolas Pomepuy
a5763eeceb
Bump version to 3.5.3 Beta 1
(cherry picked from commit e15ab3fd4c )
4 years ago
Nicolas Pomepuy
fd606895e3
Bump libs versions to 3.5.3-eap1 and 0.13.4-eap1
(cherry picked from commit d616e19f11 )
4 years ago
Duncan McNamara
3db6b9bb06
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.
(cherry picked from commit 9e6675b0c8 )
4 years ago
Nicolas Pomepuy
a77af19a6a
Fix the video resolution text generation
Fixes #2699
4 years ago
Nicolas Pomepuy
ef489711bd
Prevent showing an edit favorite ctx to non supported schemes
Fixes #2703
4 years ago
Nicolas Pomepuy
98e04ac86a
TV: allow mixing folders and files in the browser
Fixes #2686
(cherry picked from commit ba8b6cc6c3 )
4 years ago
Nicolas Pomepuy
838bf5ba30
Fix notification actions for Android 13
4 years ago
Nicolas Pomepuy
276248c502
Fix the car detection method
See https://issuetracker.google.com/issues/207389461
4 years ago
Nicolas Pomepuy
7552bc16d4
Implement the new notification icon
4 years ago
Alexandre Perraud
49f6d72315
Add new notification and scan onboarding icons
4 years ago
Nicolas Pomepuy
254f4f1690
Ask for notification on app startup if needed
4 years ago
Nicolas Pomepuy
0b2c0d2370
Target API 33 and ask for notification permission in onboarding
4 years ago
Nicolas Pomepuy
6cbdac99cc
Fix the "audio force shuffle" setting being applied for videos
Fixes #2675
4 years ago
Nicolas Pomepuy
2c7e0f68ad
Subtitle dialog: fix initial state set to error
Fixes #2696
4 years ago
Nicolas Pomepuy
d1724774e4
Fix initial sort on files
4 years ago
Nicolas Pomepuy
43994279cf
Bump the gradle plugin version
(cherry picked from commit 07afbcca26 )
4 years ago
Duncan McNamara
d24955bd36
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
(cherry picked from commit 2338bd92a0 )
4 years ago
Simon Marquis
f9a70d3812
Fix ActionMode invalidation in onLongClick callbacks
(cherry picked from commit 7775dd4976 )
4 years ago
Nicolas Pomepuy
ec41752ab2
Enable the control settings for the TV video player
4 years ago
Nicolas Pomepuy
39b4a5da8a
Allow deleting videos in the main view, even when grouping is name of folder
Fixes #2690
4 years ago
Nicolas Pomepuy
cb163b8040
Migrate the subtitles color setting
Fixes #2691
4 years ago
Nicolas Pomepuy
616354d059
Apply the VersionMigration sooner
It can be useful when trying to migrate settings used by the
VLCInstance init to make sure the setting is migrated before
4 years ago
Nicolas Pomepuy
215ef9bc96
Add a "force shuffling" audio control setting
Fixe's #2675
4 years ago
Nicolas Pomepuy
0fc47844d2
Fix the filename "natural" sort when file names have prepending 0
4 years ago
Nicolas Pomepuy
90421e0e7c
Change the browser filename sort to a more "natural" one
Fixes #2631
4 years ago
Nicolas Pomepuy
31987d0991
Replace the call to the TelephonyManager to avoid a crash
4 years ago
Nicolas Pomepuy
4159c8c8a2
Make the app compatible with target sdk 32
4 years ago
Nicolas Pomepuy
5ec82dae97
Make the app compatible with target sdk 31
4 years ago
Nicolas Pomepuy
5346a2c737
Set compileSdkVersion to 33
4 years ago
Duncan McNamara
b71317adde
Albums: add show/hide track number setting
(cherry picked from commit 8440693786 )
4 years ago
Nicolas Pomepuy
849b289606
Fix subtitle default settings
4 years ago
Nicolas Pomepuy
e55aa4394c
Make the black real black
It was initially used to make sure the player had a background but
is not used in this context anymore
4 years ago