Nicolas Pomepuy
55c52e3242
Remote access: add media to playlists
2024-06-25 12:59:41 +02:00
Nicolas Pomepuy
e3594cd027
Add remaining strings to remote access
2024-06-25 11:50:11 +02:00
Nicolas Pomepuy
9b7c82cf3a
Add strings to remote access
2024-06-25 10:07:09 +02:00
Nicolas Pomepuy
cae02363ef
Remote access: add / remove favorites
2024-06-20 10:31:06 +02:00
Nicolas Pomepuy
f1825762e0
Send the favorite status to the remote access
2024-06-20 10:31:06 +02:00
Nicolas Pomepuy
e00f8e1f0c
Coerce the slider value to avoid crashing
2024-06-19 16:22:11 +00:00
Nicolas Pomepuy
5dfac4ec8a
Migrate the equalizer seekbar to material sliders
2024-06-19 16:22:11 +00:00
Nicolas Pomepuy
2a25abb087
Add the bookmark information to the now playing data for the remote access
2024-06-19 13:48:30 +02:00
Nicolas Pomepuy
1389315736
Bump the remote access hash
2024-06-19 07:33:26 +00:00
Nicolas Pomepuy
48454e4648
Share the history with the remote access
2024-06-19 07:33:26 +00:00
Nicolas Pomepuy
782570c103
Add the group icon back to be used by the remote access
2024-06-19 07:33:26 +00:00
Nicolas Pomepuy
c96fe2c8e3
Fix crash when dav1d thread number is empty
2024-06-19 09:24:58 +02:00
Duncan McNamara
747ac96ec4
AdvSettings: add dav1d thread number prompt
...
This is to be able to change dav1d's thread number on the fly
2024-06-18 13:00:53 +00:00
Nicolas Pomepuy
4e272de47c
Bump the remote access hash
2024-06-18 07:48:45 +02:00
Nicolas Pomepuy
8da607725c
Bump app to 3.6.0 Beta 3
2024-06-14 09:11:56 +00:00
Nicolas Pomepuy
e6654c6e7c
Add Duncan McNamara to the author list
2024-06-14 10:25:52 +02:00
Nicolas Pomepuy
eead622a02
Add the remote access to the library list
2024-06-14 10:25:09 +02:00
Nicolas Pomepuy
1ec164b66b
Bump the remote access hash
2024-06-14 10:21:15 +02:00
Duncan McNamara
686d031bf3
ABRepeat: disable fast seek
...
Fixes #3056
2024-06-13 13:13:59 +00:00
Nicolas Pomepuy
5a856b2af2
Use a dedicated version code for the no tv builds
2024-06-13 14:50:09 +02:00
Nicolas Pomepuy
be9b8d1555
Split notv builds into apks by arch
2024-06-13 12:56:20 +02:00
Nicolas Pomepuy
fc4a1c5dc5
Create a new noTV CI job
2024-06-13 12:56:20 +02:00
Nicolas Pomepuy
34e4ab47ed
Use a custom file name for the no TV builds
2024-06-13 12:56:20 +02:00
Nicolas Pomepuy
3c301c1710
Force using the release flag when using the no tv one in the compilation script
2024-06-13 12:56:20 +02:00
Nicolas Pomepuy
0fa62c2343
Make the CI compile the app without TV
2024-06-13 12:56:20 +02:00
Nicolas Pomepuy
072cae83ab
Allow compiling the app without TV
2024-06-13 12:53:35 +02:00
VideoLAN
5bb53a7934
Update translations
2024-06-12 12:55:51 +00:00
Nicolas Pomepuy
b5050e7a42
Change the constraints in the about dialog to avoid text overlaps
2024-06-12 12:12:22 +00:00
Nicolas Pomepuy
17350e9c95
Add the remote access version and hash to the About dialog
2024-06-12 12:12:22 +00:00
Duncan McNamara
ee30c519e4
ABRepeat: Fix regression when history disabled
...
Removed the condition so that even with history disabled, ABRepeat
markers could still be set, but add saving the marker's position only
when history is enabled.
2024-06-12 11:16:32 +00:00
Nicolas Pomepuy
3223b6297f
Bump the remote access hash
2024-06-12 07:01:13 +02:00
Nicolas Pomepuy
4294ab403b
Fix the default sleep timer being not applied
2024-06-10 09:14:36 +02:00
Nicolas Pomepuy
9a9ee5d16c
Fix the sleep timer reset on interaction being always on
2024-06-10 07:43:57 +02:00
Nicolas Pomepuy
2e765c1484
Add a default sleep timer setting
...
Fixes #3065
2024-06-10 07:27:31 +02:00
Nicolas Pomepuy
e865f10c99
Save and restore the sleep timer reset interaction checkbox state
2024-06-10 07:27:31 +02:00
Nicolas Pomepuy
7e0a729421
Allow resetting the sleep timer on any interaction
2024-06-10 07:27:31 +02:00
Nicolas Pomepuy
7a7ad100e0
Remove the useless checkbox in the jump to time dialog
2024-06-10 07:27:31 +02:00
Nicolas Pomepuy
7c9bde64da
Migrate the time picker to databinding
2024-06-10 07:27:31 +02:00
Nicolas Pomepuy
8bf5635494
Change max playback speed to 8
2024-06-05 14:51:13 +00:00
Nicolas Pomepuy
f521ea50f2
Remove the bold / size from the reset playback speed dialog button
2024-06-05 14:51:13 +00:00
Nicolas Pomepuy
0949cf3ad8
Fix the video player playback speed dialog crash
2024-06-05 14:51:13 +00:00
Nicolas Pomepuy
676d062f2d
Add a third speed to the repeat listeners
2024-06-05 14:51:13 +00:00
Nicolas Pomepuy
748bc83d23
Add the limits to the playback speed changes
2024-06-05 14:51:13 +00:00
Nicolas Pomepuy
02d5804878
Simplify the repeat listeners
2024-06-05 14:51:13 +00:00
Nicolas Pomepuy
dfbc130946
Improve the playback speed dialog
2024-06-05 14:51:13 +00:00
Nicolas Pomepuy
76c87a18b0
Migrate the playback speed dialog to data binding
2024-06-05 14:51:13 +00:00
Nicolas Pomepuy
7ae96ff627
Auto fill playlist name when creating from a folder
...
Fixes #3071
2024-06-05 14:20:28 +00:00
Duncan McNamara
09c6326f5f
FileBrowser: fix back pressed
...
The addition of the onBackPressed callback in
3125cb2c39
overrides the browser
onBackPressed behavior by forcing finish() instead of going back up the
directory tree.
2024-06-05 11:51:16 +00:00
Alexandre Perraud
e1a9537ed3
Applying icons based on Play
2024-06-05 11:46:38 +00:00
Alexandre Perraud
bc1855eb26
Adjusting icons based on Play
2024-06-05 11:46:38 +00:00