Commit Graph

713 Commits

Author SHA1 Message Date
Bnyro
d791e12b6f fix: show error message toast when playlist is not available 2023-11-07 17:05:07 +01:00
Bnyro
948c5d4158 fix: improve alignment of chapter title and simplify 2023-11-07 17:02:28 +01:00
Bnyro
488c90e72c fix: remove redundant button to close audio player 2023-11-07 16:39:48 +01:00
Bnyro
d0a4e53901 fix: show exit fullscreen button on auto-fullscreen for shorts 2023-11-05 14:16:45 +01:00
Bnyro
314c594368 fix: repeat all doesn't work if auto-insert to queue is enabled 2023-11-05 14:03:13 +01:00
Bnyro
0740432e53 fix: hide audio player options that aren't useful 2023-11-05 13:55:21 +01:00
Bnyro
f7db69fb77 refactor: make audio player more accessible and redesign 2023-11-05 13:49:27 +01:00
Bnyro
a593da17c1 fix: restore fullscreen after PiP 2023-11-05 13:11:24 +01:00
Bnyro
9d9ec7ad2f
Merge pull request #5103 from Bnyro/master
refactor: only initialize on click actions once
2023-11-03 14:37:54 +01:00
Bnyro
259cb3b8d9 refactor: only initialize on click actions once 2023-11-03 14:37:37 +01:00
Bnyro
705231a4fb
Merge pull request #5102 from Bnyro/master
fix: multiple seekbar listeners interfering with each other
2023-11-03 14:31:02 +01:00
Bnyro
1efe09d492 fix: multiple seekbar listeners interfering with each other 2023-11-03 14:30:44 +01:00
Isira Seneviratne
55e7fa516f
Merge pull request #5063 from Isira-Seneviratne/TypedValueCompat
refactor: Use TypedValueCompat
2023-10-31 20:43:41 +05:30
Bnyro
ff1f64ac71
Merge pull request #5068 from Bnyro/master
fix: fullscreen video doesn't use landscape
2023-10-30 12:17:27 +01:00
Bnyro
228be1a075 fix: fullscreen video doesn't use landscape 2023-10-30 12:17:05 +01:00
IndusAryan
b7c14a2186
Update PlayerFragment.kt 2023-10-30 13:51:58 +05:30
Isira Seneviratne
75054780ff refactor: Use TypedValueCompat 2023-10-30 05:19:58 +05:30
Bnyro
c49eef5faf fix: crash on startup when auto fullscreen enabled 2023-10-29 18:54:50 +01:00
Bnyro
1bbd5c7591 fix: hide scroll to top button for replies 2023-10-29 15:53:03 +01:00
Bnyro
373b297f97 feat: add undo action after removing video from playlist 2023-10-26 15:57:17 +02:00
Bnyro
c000b1ee7b refactor: enabled alternative player layout by default and remove option 2023-10-23 18:00:40 +02:00
Bnyro
f99198f99a style: run ktlint 2023-10-23 17:55:09 +02:00
Bnyro
ae40d08dec fix: orientation change issues in portrait mode 2023-10-23 17:53:17 +02:00
Bnyro
54dfb2d8e9 fix: crash when closing player while in fullscreen mode 2023-10-23 17:33:41 +02:00
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
ca2d5625f9 feat: landscape layout for player page 2023-10-14 13:16:30 +02:00
Bnyro
882a436a50 refactor: move description layout into its own view 2023-10-14 11:20:25 +02:00
FineFindus
b1c16cc622
style: run ktlint 2023-10-11 18:13:32 +02:00
FineFindus
9e8216acb0
feat(comments): show if creator replied 2023-10-11 18:04:25 +02:00
Bnyro
8c8e80ba3f feat: hide watched videos from featured in homepage when enabled 2023-10-11 09:18:19 +02:00
Bnyro
770bb0e39f fix: chapters stop working when starting different video 2023-10-06 17:49:50 +02:00
Bnyro
064c5279a6 fix: conflicts between chapters and video highlight 2023-10-06 17:37:20 +02:00
Bnyro
ed4f65eb92 fix: date parsing crash due to YouTube AB testing 2023-10-05 14:45:38 +02:00
FineFindus
33d25fa1da
feat: option to autoplay videos in playlist (#4829) 2023-10-05 14:19:19 +02:00
Bnyro
acc43b815f fix: search query stays the old one during back presses 2023-09-30 12:35:51 +02:00
Bnyro
ac5bf43846 fix: crash when starting video upon auto fullscreen 2023-09-29 11:26:29 +02:00
Bnyro
153e4a14d8 refactor: simplify creation of new exo player instances 2023-09-26 13:22:12 +02:00
Bnyro
0d8275f4a5 fix: crash when navigating too fast in replies 2023-09-26 13:05:02 +02:00
Bnyro
5699a9ce87 fix: crash after being idle in comments sheet main fragment 2023-09-26 12:59:04 +02:00
Bnyro
cfcf674509 feat: option to set a different default resolution when not in fullscreen 2023-09-25 10:44:36 +02:00
Bnyro
9b57434792 style: run ktlint 2023-09-25 10:05:18 +02:00
Bnyro
c3cd1aa2ee
Merge pull request #4844 from Bnyro/image-preview
feat: zoomable preview of channel avatar and banner
2023-09-25 10:03:21 +02:00
Bnyro
8e7d85ecdf feat: zoomable preview of channel banner 2023-09-25 10:03:08 +02:00
Bnyro
c7d727356b feat: show large, zoomable channel avatar on click 2023-09-25 09:57:39 +02:00
Bnyro
b92cdd0bc6 feat: support for YouTube music artists as search filter 2023-09-24 21:31:39 +02:00
Bnyro
4adfa4f2b6
Merge pull request #4843 from Bnyro/master
feat: support for YouTube music artists as search filter
2023-09-24 21:30:39 +02:00
FineFindus
d2cce61edc
style: run ktlint 2023-09-21 10:13:20 +02:00
Bnyro
7ae5865ba2 feat: parse YouTube links in the search bar 2023-09-19 11:27:27 +02:00
Bnyro
797a7ceec9
Merge pull request #4818 from Bnyro/master
feat: parse YouTube links in the search bar
2023-09-19 11:26:43 +02:00