Commit Graph

186 Commits

Author SHA1 Message Date
Bnyro
22e375e89a refactor: simplify fullscreen player logic 2023-10-20 11:07:37 +02:00
Bnyro
cfdae3e6b1 refactor: use a dialog for playing video in fullscreen 2023-10-19 21:08:33 +02:00
Bnyro
882a436a50 refactor: move description layout into its own view 2023-10-14 11:20:25 +02:00
Bnyro
c3d6314718 fix: max concurrent download speed preference shows decimals 2023-09-25 10:14:33 +02:00
Bnyro
9b57434792 style: run ktlint 2023-09-25 10:05:18 +02:00
Bnyro
c7d727356b feat: show large, zoomable channel avatar on click 2023-09-25 09:57:39 +02:00
Bnyro
749a6160d8 fix: crash when view handler got destroyed 2023-09-17 15:34:32 +02:00
Bnyro
67d82c28ac style: fix formatting 2023-09-10 14:36:29 +02:00
Bnyro
1d236ded79 feat: allow resuming playback after disconnect 2023-09-10 14:33:28 +02:00
Bnyro
ebe7330c8a fix: hide autoplay countdown when miniplayer visible 2023-09-10 14:21:39 +02:00
Bnyro
7eec444635 fix: issues with fragment result listener 2023-09-10 13:43:33 +02:00
Bnyro
e9fe9621e5 feat: preference to disable sponsorblock submit button 2023-09-08 22:19:20 +02:00
Ansh Tyagi
f260c48f0a refactor: use Bundle for DialogFragment arguments
- ColorPickerDialog
- DeletePlaylistDialog
- RenamePlaylistDialog
2023-09-08 15:21:58 +02:00
Ansh Tyagi
7f80d97770 refactor: save keys of Bundle in IntentData 2023-09-08 15:19:59 +02:00
Ansh Tyagi
995868b96c refactor: use Bundle for DialogFragment arguments 2023-09-08 15:19:59 +02:00
Bnyro
fc1260ce4d
Merge pull request #4590 from Bnyro/submit-sb-segments
feat: support for submitting SponsorBlock segments
2023-08-25 19:39:44 +02:00
Bnyro
16dc7a5217 feat: support for submitting SponsorBlock segments 2023-08-25 19:40:18 +02:00
Bnyro
3dc3216999 fix: limit chapter bottom sheet to one instance 2023-08-24 18:00:36 +02:00
Bnyro
d28683e2e0 chore: simplify and remove unused code 2023-08-24 16:45:46 +02:00
Bnyro
c398936355 fix: exit fullscreen gesture 2023-08-24 16:32:43 +02:00
Bnyro
f84d9b4a17 feat(player): show if quality is auto or limited 2023-08-16 18:46:08 +02:00
Bnyro
2d5ccf7911
Merge pull request #4498 from FineFindus/feat/pause-while-buffering
fix: allow pausing when loading
2023-08-16 17:17:11 +02:00
FineFindus
901e8df787 fix: allow pausing when loading 2023-08-16 17:17:08 +02:00
FineFindus
e5efe97693 feat: add tooltips to playback sheet 2023-08-15 14:59:30 +02:00
FineFindus
7052c621bc feat(player): add tooltips player buttons 2023-08-15 14:58:19 +02:00
Bnyro
de1b3285fa fix: persistance of sponsorblock category prefs 2023-08-13 15:01:38 +02:00
Isira Seneviratne
5d9d27105a Fix compilation errors 2023-08-12 06:21:48 +05:30
Bnyro
b42bcf66c7 feat: hide status bar if player locked 2023-08-07 19:07:04 +02:00
Bnyro
d3d78a93ce feat: forward and rewind controls for audio player 2023-08-04 18:28:58 +02:00
Bnyro
05fa57b912 refactor: replace View#setVisibility with kotlin visibility extension 2023-08-03 14:53:09 +02:00
Bnyro
3a106c449b chore: remove unneeded type annotations 2023-08-03 14:39:35 +02:00
Bnyro
c74afe0b51 fix: remove option to disable sb markers, now handled per category 2023-07-31 15:31:18 +02:00
Bnyro
8e133f79ca chore: fix project formatting 2023-07-20 15:02:13 +02:00
Bnyro
de97da8bff Show selected track type in player options bottom sheet
Co-authored-by: AudricV <74829229+AudricV@users.noreply.github.com>
2023-07-16 20:11:37 +02:00
Isira Seneviratne
231fe0d503 Add segment start and end variable. 2023-07-04 07:01:43 +05:30
Bnyro
fb1ff597be Show time left when clicking player duration 2023-06-27 11:57:37 +02:00
Bnyro
e39259abe2 Don't rely on ExoPlayer for updating the current video position 2023-06-27 11:25:39 +02:00
Bnyro
57bf610df1 Make autoplay toggle in player global and remove autoplay preference 2023-06-25 10:20:06 +02:00
Bnyro
4bb64bee05 Reformat project as attempt to fix the ktlint action 2023-06-24 19:57:00 +02:00
general-a
2e56db0219
Custom SponsorBlock segment colors option (#4055)
Co-authored-by: Bnyro <bnyro@tutanota.com>
2023-06-22 15:31:41 +02:00
general-a
0e6ef50159
Options to choose which categories are skipped automatically or manually (#4021)
Co-authored-by: general-a <404aaronm@gmail.com>
Co-authored-by: Bnyro <bnyro@tutanota.com>
2023-06-19 12:40:47 +02:00
Bnyro
1c1520efde Prevent audio miniplayer from being minimized with gestures 2023-06-14 09:31:06 +02:00
Bnyro
44d54d37c1 Code refactor: Separate online and offline player 2023-06-11 14:18:52 +02:00
Bnyro
2a4aad88ee Show status bar automatically with controls in offline player 2023-06-09 09:53:00 +02:00
Bnyro
70fdd10a21 Fix the position of the SponsorBlock markers 2023-05-29 10:28:25 +02:00
Bnyro
95e65ae7e3 Migration to Media3 2023-05-15 17:21:49 +02:00
Bnyro
04c9b9488e
Merge pull request #3771 from Bnyro/master
Enter/Exit fullscreen gesture on whole screen if swipe gestures disabled
2023-05-15 14:15:47 +02:00
Bnyro
19390368e8 Enter/Exit fullscreen gesture on whole screen if swipe gestures disabled 2023-05-15 14:15:47 +02:00
Bnyro
cd12dbd7db Merge AGP_8.0 with upstream and fix some deprecations 2023-05-10 19:39:37 +02:00
Bnyro
ffb31c3fc7 Fix CI builds by migrating the code to ktlint 0.49.0 2023-05-09 18:41:05 +02:00