Commit Graph

2768 Commits

Author SHA1 Message Date
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
656337e5b6 feat: show title/name in playlist/video/channel bottom sheet 2023-11-05 14:25:42 +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
c6350d36ed refactor: use true dialog buttons everywhere instead of xml layout buttons 2023-11-03 15:45:55 +01:00
Bnyro
27432ff8ca refactor: remove AppNameTextView's in favor of dialog titles 2023-11-03 15:45:53 +01:00
Bnyro
f639470aeb
Merge pull request #5104 from Bnyro/master
feat: show navigation bar when showing controller if gesture navigati…
2023-11-03 15:20:39 +01:00
Bnyro
73b2e70e99 feat: show navigation bar when showing controller if gesture navigation enabled 2023-11-03 15:20:28 +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
Bnyro
4a99d3c1e4
Merge pull request #5091 from Bnyro/master
fix: new created playlist not immediately visible
2023-11-02 13:45:42 +01:00
Bnyro
f0fd37e690 fix: new created playlist not immediately visible 2023-11-02 13:45:25 +01:00
Bnyro
e7bb7b26e7
Merge pull request #5090 from Bnyro/master
fix: watch positions can't be reset
2023-11-02 13:41:25 +01:00
Bnyro
db91919cb6 fix: watch positions can't be reset 2023-11-02 13:41:03 +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
Bnyro
3e1e082ea8
Merge pull request #5067 from Bnyro/master
refactor: cleanup queue sort options at the bottom
2023-10-30 12:15:53 +01:00
Bnyro
197247fedd refactor: move reverse queue button to sort dialog 2023-10-30 12:15:10 +01:00
Bnyro
fc64e6b0ad refactor: move shuffle queue button to sort dialog 2023-10-30 12:13:01 +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
841a4c9cc6
Merge pull request #5062 from Bnyro/master
fix: crash on startup when auto fullscreen enabled
2023-10-29 18:53:44 +01:00
Bnyro
1bbd5c7591 fix: hide scroll to top button for replies 2023-10-29 15:53:03 +01:00
Bnyro
a212e0a3c3
Merge pull request #5060 from Bnyro/master
fix: hide scroll to top button for replies
2023-10-29 15:51:48 +01:00
Bnyro
40e85152ac refactor: simplify SubscriptionsHelper 2023-10-29 15:44:53 +01:00
Bnyro
b72a6ad29f
Merge pull request #5059 from Bnyro/master
refactor: simplify SubscriptionsHelper
2023-10-29 15:44:02 +01:00
Bnyro
d03a58a296 fix: crash when blocked due to too many requests in playing queue 2023-10-29 15:40:22 +01:00
Bnyro
299bb7cd9c
Merge pull request #5058 from Bnyro/master
fix: crash when blocked due to too many requests in playing queue
2023-10-29 15:39:21 +01:00
Bnyro
47bd510aef fix: channel avatar placeholder visible for shorts of a channel 2023-10-29 15:32:00 +01:00
Bnyro
8a95bff496
Merge pull request #5057 from Bnyro/master
fix: channel avatar placeholder visible for shorts of a channel
2023-10-29 15:30:43 +01:00
Bnyro
a5c80ff0bf
Merge pull request #5040 from FineFindus/feat/highlight-creator-comment
feat(comments): highlight creator comments
2023-10-26 15:59:09 +02:00
Bnyro
b9c59d492f refactor: use '--' for int decremention instead of '-= 1' 2023-10-26 15:58:44 +02:00
Bnyro
373b297f97 feat: add undo action after removing video from playlist 2023-10-26 15:57:17 +02:00
FineFindus
eacd335c30
feat(comments): highlight creator comments 2023-10-25 16:42:20 +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
fc9e3e6501
Merge pull request #4981 from Bnyro/landscape-player-page
feat: landscape layout for player page
2023-10-23 17:52:45 +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
e92d5b9bc5 fix: channel groups are temporarily duplicated after editing 2023-10-19 18:58:24 +02:00