Commit Graph

571 Commits

Author SHA1 Message Date
Bnyro
eb386fdcdb feat: option to force lowest audio quality 2023-07-19 10:09:05 +02:00
Bnyro
08584b9bfc refactor: let player handle video codecs pref and support it with HLS 2023-07-19 09:44:22 +02:00
Bnyro
110d29c50a feat: add 'Continue watching' section to home tab 2023-07-19 09:26:24 +02:00
Bnyro
217dca9918 fix: add bottom margin to subscriptions when mini player visible 2023-07-17 09:36:11 +02:00
Bnyro
df4df4fccc Ignore unknown audio track types
Co-authored-by: AudricV <74829229+AudricV@users.noreply.github.com>
2023-07-16 20:11:37 +02:00
Bnyro
9d25d32bff Rely on ExoPlayer audio tracks instead of Piped streams for selection
Co-authored-by: AudricV <74829229+AudricV@users.noreply.github.com>
2023-07-16 20:11:37 +02:00
Bnyro
d21daf341d Add UI support for audio track types
Co-authored-by: AudricV <74829229+AudricV@users.noreply.github.com>
2023-07-16 20:11:37 +02:00
Bnyro
c052075380 Support track types for HLS streams
Co-authored-by: AudricV <74829229+AudricV@users.noreply.github.com>
2023-07-16 20:11:23 +02:00
Bnyro
9cb0725be9 fix: disabled proxy when lbry stream available 2023-07-16 16:49:41 +02:00
Bnyro
88acb79725 chore: Minor code cleanups and use #toUri instead of Uri#parse 2023-07-11 12:46:29 +02:00
Bnyro
2c08668a9b Fix: hide SponsorBlock skip button in miniplayer 2023-07-11 12:37:15 +02:00
Bnyro
8e09823e8d Fix: watch positions don't retain 2023-07-11 12:15:44 +02:00
Bnyro
8a4a2ebaf4
Merge pull request #4172 from Bnyro/master
Audio player: only show chapters when not empty
2023-07-06 12:48:39 +02:00
Bnyro
6d99a3e821 Audio player: only show chapters when not empty 2023-07-06 12:49:01 +02:00
Bnyro
55d40c5777 Use the orEmpty extension function where possible 2023-07-06 12:36:46 +02:00
Bnyro
437cf1ebb4
Merge pull request #4171 from Bnyro/master
Use the orEmpty extension function where possible
2023-07-06 12:36:20 +02:00
Isira Seneviratne
52f9ac5a9c Improve video duration formatting. 2023-07-04 07:30:53 +05:30
Isira Seneviratne
231fe0d503 Add segment start and end variable. 2023-07-04 07:01:43 +05:30
Bnyro
78b85e4ab1 Add support for videos count for playlist bookmarks 2023-07-02 14:07:10 +02:00
Bnyro
10c9978bc8 Fix immediate transition to next video when starting player 2023-06-30 15:56:31 +02:00
Bnyro
aa537455b8 Option to fallback to Piped proxy when proxy disabled 2023-06-30 10:17:42 +02:00
Bnyro
119019825f Show the comment and reply count in the comments sheet 2023-06-27 21:57:35 +02:00
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
1cffeeb9c9 Fix: hide the nothing here indicator when refreshing home page 2023-06-27 10:55:20 +02:00
Bnyro
62ebf61988 Always show mark as watched button and revert to mark as watched with 90%+ 2023-06-25 15:28:34 +02:00
Bnyro
d868c6c911 Treat videos as watched when progress is 25%+ 2023-06-25 12:45:31 +02:00
Bnyro
8660e4cf3b Dynamically update playlist bookmark title 2023-06-25 12:26:16 +02:00
Bnyro
8b5674f1da Notification action to stop download 2023-06-25 11:35:07 +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
Myzel394
e42af2adb0
Add Sponsorblock highlight to chapters (#4060)
Co-authored-by: Bnyro <bnyro@tutanota.com>
2023-06-24 19:38:39 +02:00
Bnyro
dd268cb10e Chapters dialog: highlight current chapter and auto scroll to it 2023-06-24 18:57:33 +02:00
Bnyro
ad4d477834
Fixed skip button not disappearing (#4072)
Co-authored-by: general-a <404aaronm@gmail.com>
2023-06-23 14:04:58 +02:00
Bnyro
4e001d881c Show nothing here indicator if home tab is empty 2023-06-22 15:53:55 +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
Isira Seneviratne
c8e8d3b5ce Make the Comment class parcelable. 2023-06-20 05:18:56 +05:30
Bnyro
3d55aba2d1 Hide channel name in channel tabs for shorts and livestreams 2023-06-19 15:02:57 +02:00
Bnyro
a764e3a7b3 Fix subscribe button text color and increase corner radius 2023-06-19 13:46:52 +02:00
Bnyro
83899affaa Chapters support in audio player 2023-06-19 12:56:53 +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
Isira Seneviratne
230bb38822 Fix crash when opening comments 2023-06-18 19:40:02 +05:30
Isira Seneviratne
5bb4f303b0 Add PlayerData class. 2023-06-17 19:04:19 +05:30
Bnyro
76da6c2fc1 Show minimized audio player when starting backround mode 2023-06-14 09:46:39 +02:00
Bnyro
ea9332f873 Preference to disable search suggestions 2023-06-13 10:33:11 +02:00
Bnyro
827bbe8d6e Fix watch positions while playing a playlist or using autoplay 2023-06-12 20:11:26 +02:00
Bnyro
8259ccda19 Support for changing the playlist description 2023-06-11 17:09:29 +02:00
Bnyro
8df7cac06d Hide playlist description text view if no desc available 2023-06-11 14:58:58 +02:00
Bnyro
f1b7b2f0a7 Keep queue when switching from audio to video mode and vice versa 2023-06-11 14:55:39 +02:00
Bnyro
dfccac56ef Don't show auto play countdown if queue is finished 2023-06-11 14:45:48 +02:00