Nicolas Pomepuy
6bf850dc4b
Crash fix on the webserver
3 years ago
Nicolas Pomepuy
bf61dc94ae
Prevent restarting the server if not needed
3 years ago
Nicolas Pomepuy
cbf8d344a8
Webserver: implement medialibrary content settings
3 years ago
Nicolas Pomepuy
9d8235c4bc
Improve the web server preferences and port it to TV
3 years ago
Nicolas Pomepuy
2da6fa400c
Bump kotlin and android plugin versions
3 years ago
Nicolas Pomepuy
b62757195c
Fix leak on the audio player options delegate
3 years ago
Nicolas Pomepuy
6134de7211
Bump compile version to 34
3 years ago
Nicolas Pomepuy
a4672c1d59
Fix TV browser focus when navigating with the breadcrumb
3 years ago
Duncan McNamara
b509cbc2e2
Remove uses of mediawrapper type group
The implementation of groups was changed a couple of years ago, there is
now specific items in the medialibrary for groups and this type is now
deprecated.
3 years ago
Duncan McNamara
edfdaf4d97
AudioPlaylistMode: fix tracks for TV
When playing a track on tv, there wasn't any check on playlist mode
3 years ago
Nicolas Pomepuy
b610eb7f67
Remove useless Handler in AudioPlayerActivity
3 years ago
Nicolas Pomepuy
de5cf46498
Implement the new scheduler in the main TV activity
3 years ago
Nicolas Pomepuy
85340c57ba
Restrict access to bookmarks when safe mode is activated
3 years ago
Nicolas Pomepuy
b12917ec1c
Add a PIN lock item to the TV main screen
Fixes #2966
3 years ago
Nicolas Pomepuy
14935027f5
Safe mode implementation on TV
3 years ago
Nicolas Pomepuy
452456a9b3
Implement the settings PIN code restriction on TV
3 years ago
Nicolas Pomepuy
bbb6264de9
Add the parental control settings on TV
3 years ago
Duncan McNamara
154f35e8ac
Tracks: fix sort by insertion date
Fixes #2925 , 2920
3 years ago
Andres Bott
ba51e4ef71
add TV setting to toggle hidden files in file browser
3 years ago
Nicolas Pomepuy
1f5e2b127a
Implement the only favorites queries
4 years ago
Duncan McNamara
a30347d363
AndroidTV: re-enable audio section in ui prefs
The audio section in ui prefs for tv was set to not visible, meaning
that the audio playlist mode wasn't available.
Fixed #2868
4 years ago
NyanCatTW1
05bacb8ff1
Add an option to ignore media button presses when a headset is inserted
4 years ago
Duncan McNamara
b790c79469
AndroidTv: refresh ml after storage perm granted
After granting storage permission, if calling activity is an instance
of CustomActionController, it will trigger onStorageAccessGranted
callback. Added implementation to MainTvActivity to trigger ML refresh
on storage permission granting so that the main ui doesn't stay stuck on
the request permission headers.
4 years ago
Duncan McNamara
b01da1c903
ClearHistory: also clear playback resume
Resume playback snackbar is based on KEY_CURRENT_AUDIO/MEDIA not just
KEY_AUDIO/MEDIA_LAST_PLAYLIST. Clearing history should remove all saved
sharedPreference related to current playback.
4 years ago
Robert Stone
20dc62fc72
Specify gradle build tools version and relocate jvmTarget to top-level config
4 years ago
Nicolas Pomepuy
7eb4bb39e3
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
8de0eead6e
Normalize tv browser icon names and favorite icon names
4 years ago
Nicolas Pomepuy
cd23a83d47
Change the aout setting depending on the Android version and VLC major version
4 years ago
Thomas Guillem
6eb30a92b8
Add aaudio option
AAudio need to be the new default: 0 (and replace the previous audiotrack default choice)
4 years ago
Nicolas Pomepuy
0f231358dc
Use RenderEffect instead of RenderScript on API 31+
4 years ago
Nicolas Pomepuy
cace460dcc
Fix issues when back is pressed
4 years ago
Nicolas Pomepuy
014f7dff7e
Suppress all the unchecked cast warnings
4 years ago
Nicolas Pomepuy
fff7e64f98
Fix the Handler empty constructor deprecation
4 years ago
Nicolas Pomepuy
f02f7980b3
Remove deprecated onActivityCreated
4 years ago
Nicolas Pomepuy
5d76588656
Remove useless conditions
4 years ago
Nicolas Pomepuy
843967af8c
Fix extension and variable shadowing
4 years ago
Nicolas Pomepuy
2181c71f56
Fix onBackPressed deprecations
4 years ago
Nicolas Pomepuy
20e6d65aee
Remove unused variables and expressions
4 years ago
Nicolas Pomepuy
0e6b833c8c
Fix parcelable warnings on intents and bundles
4 years ago
Nicolas Pomepuy
c3c08957a6
Medialibrary: implement the playlist type
4 years ago
Nicolas Pomepuy
504894569f
Fix the video playlist mode on TV
4 years ago
Nicolas Pomepuy
c858cd1bad
Completely remove the obsolete extensions
4 years ago
Nicolas Pomepuy
ba8b6cc6c3
TV: allow mixing folders and files in the browser
Fixes #2686
4 years ago
Nicolas Pomepuy
76cfd2b9a1
Fix subtitle default settings
4 years ago
Nicolas Pomepuy
a87422049f
TV color picker: force selection a pure variant upon color change
4 years ago
Nicolas Pomepuy
aa8c415f37
Add a subtitle preset with size and contrast set to the max
4 years ago
Nicolas Pomepuy
c22639d58f
Add subtitles settings presets
4 years ago
Nicolas Pomepuy
ee81db03b2
TV color picker: add previous color and fix theme
4 years ago
Nicolas Pomepuy
dd34748b3c
Settings: prevent restarting vlc from blocking the UI Thread
4 years ago
Nicolas Pomepuy
ff9f277115
Add more subtitle settings for TV with a brand new color picker
4 years ago