Commit Graph

1597 Commits

Author SHA1 Message Date
Bnyro
06289c5943 chore: optimize imports 2024-05-08 16:52:33 +02:00
Bnyro
1aaa801657 fix: navigation bar missing when closing player in fullscreen 2024-05-08 16:42:49 +02:00
Bnyro
1c310cba84 fix: enter PiP mode when clicking link in description 2024-05-08 16:12:19 +02:00
Bnyro
a56b8ccf0b fix: crash when ending player service / fragment 2024-05-08 16:05:55 +02:00
Bnyro
df087054d9 refactor: move some player view related code to OnlinePlayerView.kt 2024-05-07 18:12:42 +02:00
Bnyro
9f69770b39 fix: auto fullscreen causes player layout issues 2024-05-07 17:44:53 +02:00
Bnyro
278ba4ea32 fix: crash when trying to dearrow feed items 2024-05-07 12:28:14 +02:00
Bnyro
800d6704cf feat: add pagination to dearrow in feed 2024-05-06 14:05:50 +02:00
Bnyro
ccaedfafbc fix: dearrow for playing video and watch history 2024-05-06 13:42:21 +02:00
Bnyro
7cd05c15c4 fix: status bar doesn't follow app theme 2024-05-06 00:11:58 +02:00
Bnyro
3dfd87b8e2 fix: welcome activity does not permit auto rotation 2024-05-05 13:58:34 +02:00
Bnyro
6670a67306 fix: comments reloading on sheet reopen and scroll position not restored 2024-05-02 11:03:44 +02:00
Bnyro
2ad84ed9bd chore: enable hls for streaming by default 2024-05-01 17:59:46 +02:00
Bnyro
afdbf099c3 fix: wrong navigation bar color 2024-05-01 17:56:57 +02:00
Bnyro
6b82d954e8 fix: video links dont open on android 10 and below 2024-05-01 17:37:16 +02:00
Bnyro
d40e4eb9fa fix: scroll state not preserved after rotation change at some places
Affected fragments: SubscriptionsFragment, WatchHistoryFragment, ChannelFragment, PlaylistFragment
2024-05-01 17:27:13 +02:00
Bnyro
7868695987 fix: activity is sometimes unnecessarily restarted 2024-05-01 16:12:21 +02:00
Bnyro
e57a55a769 fix: missing horizontal player spacing with display cutout 2024-05-01 14:42:20 +02:00
Bnyro
4649b084e2 feat: preference to force maximum audio quality 2024-04-23 15:20:20 +02:00
Bnyro
d77ee8fbfd feat: automatically scroll to current chapter 2024-04-23 14:10:21 +02:00
Bnyro
064b886546
Merge pull request #5927 from Bnyro/master
fix: missing spacing in comment info row
2024-04-20 12:40:25 +02:00
Bnyro
50ceb70076 fix: missing spacing in comment info row 2024-04-20 12:39:55 +02:00
Bnyro
221a33c623
Merge pull request #5925 from Bnyro/master
refactor: simplify notification/player actions logic
2024-04-18 18:48:47 +02:00
Bnyro
6780f62c2c refactor: simplify notification/player actions logic 2024-04-18 18:48:28 +02:00
Bnyro
7304d2bc37
Merge pull request #5924 from Bnyro/master
feat: now playing notification for downloaded videos
2024-04-18 18:13:43 +02:00
Bnyro
b655a6b1eb feat: now playing notification for downloaded videos 2024-04-18 18:13:25 +02:00
Bnyro
b9a761de68
Merge pull request #5923 from Bnyro/master
feat: pip controls for offline player
2024-04-18 18:06:15 +02:00
Bnyro
11d7b687d5 feat: pip controls for offline player 2024-04-18 18:05:48 +02:00
Bnyro
1ccde40e0c
Merge pull request #5797 from manish99verma/fix-default-quality-setting-for-shorts
fix: default quality setting should respect video aspect ratio
2024-04-17 19:27:01 +02:00
Manish Kumar Verma
1f218ff10a fix: default quality setting should respect video aspect ratio 2024-04-17 19:26:40 +02:00
Ajay
58e901d72c fix: change DeArrow title submission default 2024-04-17 19:21:50 +02:00
Bnyro
2ef3da3d38 fix: thumbnail time defaults in contribute to DeArrow dialog 2024-04-15 14:04:34 +02:00
Bnyro
2e582653fd fix: don't show autoplay countdown controls in PiP mode 2024-04-14 13:15:33 +02:00
Bnyro
a47eac5352 fix: submit segment dialog closes when there are no segments yet 2024-04-14 13:00:59 +02:00
Bnyro
81bdd71558 fix: DownloadPlaylistDialog overflowing on small devices 2024-04-11 16:56:32 +02:00
Bnyro
cd1eb0f7ff feat: support for contributing to DeArrow 2024-04-11 16:47:15 +02:00
Bnyro
feea8ac795 refactor: combine submitting and voting SponsorBlock segments into one dialog 2024-04-11 15:33:32 +02:00
Bnyro
f35ea239d5 feat: chapters support for downloaded videos 2024-04-06 15:24:34 +02:00
Bnyro
f889b36e6c feat: support for importing temporary playlists from YouTube 2024-04-06 13:37:25 +02:00
Bnyro
bb691d3249 feat: respect swipe controls option in audio mode 2024-04-01 20:20:24 +02:00
Bnyro
0c25951766
Merge pull request #5834 from FineFindus/fix/typo
style: fix typo
2024-03-28 21:11:53 +01:00
FineFindus
b96241a3bb
style: fix typo 2024-03-28 20:25:42 +01:00
Bnyro
e1ec0aa943
Merge pull request #5830 from Bnyro/master
fix: various comment/replies related issues
2024-03-28 17:30:49 +01:00
Bnyro
0b5e4185d8 fix: various comment/replies related issues 2024-03-28 17:30:07 +01:00
Bnyro
ee3a964b19
Merge pull request #5829 from Bnyro/master
chore: use hls if piped proxy disabled, remove piped proxy fallback option
2024-03-28 16:36:05 +01:00
Bnyro
e637fc59b7 chore: use hls if piped proxy disabled, remove piped proxy fallback option 2024-03-28 16:35:38 +01:00
Bnyro
9b74af991f
Merge pull request #5828 from Bnyro/master
feat: dismiss keyboard at back press on search page
2024-03-28 16:20:28 +01:00
Bnyro
868bcde79d feat: dismiss keyboard at back press on search page 2024-03-28 16:20:08 +01:00
Bnyro
c2aea42037
Merge pull request #5827 from Bnyro/master
fix: autofullscreen stops working after orientation change
2024-03-28 16:07:50 +01:00
Bnyro
24f0c1322e fix: autofullscreen stops working after orientation change 2024-03-28 16:07:30 +01:00