Commit Graph

2792 Commits

Author SHA1 Message Date
Bnyro
a5d41b7802 fix: crash when trying to vote while there are no sb segments yet 2023-11-17 14:57:35 +01:00
Bnyro
563af5ecca fix: increase area that can be used to control the time bar 2023-11-17 14:53:17 +01:00
Bnyro
c84f445711
Merge pull request #5174 from Zoo-M0/auto-fullscreen-bug
fix: auto fullscreen stops working after first rotation
2023-11-17 14:40:58 +01:00
Simone Summo
98dc929dbc fix orientation change with auto fullscreen enabled 2023-11-17 14:39:45 +01:00
Simone Summo
0b63c145a3 update transitions if order for better readability 2023-11-17 10:10:14 +01:00
Thomas
aae83f9210 Fix setting navigation graph with custom startDestination 2023-11-16 20:15:56 +01:00
FineFindus
20e30b5bb0
style: run ktlint 2023-11-15 19:04:04 +01:00
FineFindus
27c175648b
fix(comment): only show highlight for owner
Fixes a problem where, due to the way recycler views work, the show highlight was not reset properly, causing the highlight to be displayed on the wrong users.
2023-11-15 19:03:35 +01:00
Bnyro
9604e02772
Merge pull request #5032 from Silther/master
feat: filter options for Watch History Tab
2023-11-15 17:27:45 +01:00
Bnyro
6b192a6085 style: run ktlint 2023-11-15 17:25:58 +01:00
Bnyro
d7d9db8343 refactor: simplify watch status filtering and other misc improvements 2023-11-15 17:22:56 +01:00
Bnyro
2759121036 fix: add database migrations for isShort in watchHistoryItem 2023-11-15 17:14:14 +01:00
Silther
d1cb212e98 feat: filter options for watch history tab 2023-11-15 17:07:43 +01:00
Bnyro
4f6531b619 refactor: set the wake mode everywhere and simplify player listener initializations 2023-11-15 16:59:54 +01:00
Paul Scheduikat
981890acb9
fix: background service audio playback when screen locked (#5142) 2023-11-15 16:55:09 +01:00
Bnyro
c8749888e9 fix: horizontal margin of fullscreen player not updated 2023-11-15 16:51:15 +01:00
Bnyro
5245e62f97 fix: video can't be resumed after pausing it 2023-11-15 16:13:45 +01:00
Bnyro
1abc9cfe8c style: run ktlint 2023-11-14 19:06:38 +01:00
Paul Scheduikat
4e27222883 fix: upload date shown as 0 weeks ago in some cases 2023-11-14 19:04:56 +01:00
Bnyro
3ca65b1091 fix: related streams are not visible in landscape layout 2023-11-09 14:43:09 +01:00
Bnyro
d5241c97a5 fix: parse playlist descriptions as html 2023-11-07 17:38:57 +01:00
Bnyro
25e36659dc refactor: create a custom view for expendable text views 2023-11-07 17:35:59 +01:00
Bnyro
992ba1f78d refactor: remove unnecessary repeatOnLifecycle calls 2023-11-07 17:16:15 +01:00
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
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