Commit Graph

518 Commits

Author SHA1 Message Date
Bnyro
a1b24d455a Show currently applied playlist sort order 2023-06-03 11:51:05 +02:00
Bnyro
373d0136ba Don't rely on Locale#getDefault for the currently set locale 2023-06-02 16:24:47 +02:00
Bnyro
de8aa43611 Use DASH in the audio only/background player 2023-06-01 18:28:44 +02:00
Bnyro
6d90c7d69c Fix that the info in the audio player doesn't update 2023-06-01 18:03:59 +02:00
Bnyro
10383c8ba6 Fix position of FAB when mini player closed 2023-06-01 10:30:33 +02:00
Bnyro
dca3eb4b5e Preference to edit the home tab content 2023-05-31 21:43:50 +02:00
Bnyro
e949293a97 Add feed filter for livestreams 2023-05-30 12:21:05 +02:00
Bnyro
e902d42b38 Update watch positions every second to avoid outdated positions 2023-05-30 12:17:16 +02:00
Bnyro
771a897492 Support for playlist descriptions 2023-05-23 17:56:11 +02:00
Bnyro
f6f2d37584
Merge pull request #3779 from Bnyro/media3
Migration to Media3
2023-05-22 14:26:25 +02:00
Bnyro
ceb7ebeaac Fix issues with watch positions 2023-05-21 19:27:36 +02:00
Bnyro
024d55dd16 Fix thumbnail quality in notification and use proper metadata 2023-05-18 16:37:00 +02:00
Bnyro
af516770f7 Fix various Picure in Picture issues 2023-05-18 14:43:26 +02:00
Bnyro
95e65ae7e3 Migration to Media3 2023-05-15 17:21:49 +02:00
Bnyro
80eb36887b Fix deleting videos of sorted playlist 2023-05-15 15:05:39 +02:00
Bnyro
a392cb07da Improve and simplify sorting strings and fix playlist sorting 2023-05-15 14:42:29 +02:00
Bnyro
5b6b1a3dfa Fix crash in CommentsMainFragment 2023-05-15 14:19:14 +02:00
Bnyro
7a7efa73cd Fix crash when closing player due to view bindings 2023-05-10 19:48:09 +02:00
Bnyro
ffb31c3fc7 Fix CI builds by migrating the code to ktlint 0.49.0 2023-05-09 18:41:05 +02:00
Bnyro
8cf4f76d4e Convert channel group dialogs to bottom sheets 2023-05-08 17:59:55 +02:00
Bnyro
72cd0837c7 Filter shorts from featured on home fragment according to feed filter 2023-05-08 17:30:29 +02:00
Bnyro
c0a1deaa8a Add button to close audio player 2023-05-08 17:24:59 +02:00
Bnyro
a5a3a552e6 Exclude HDR streams when not supported by device 2023-05-08 17:04:40 +02:00
Bnyro
76f1f8041f Fix importing large playlists or CSV playlist from YT 2023-05-08 16:47:03 +02:00
Dilantha Jayathiratne
8b6e638369 ChannelFragment NPE fix 2023-05-05 12:27:15 +02:00
Bnyro
2873ee345e
Merge pull request #3669 from Bnyro/master
Remember the comments progress, scroll to top button for comments
2023-04-30 11:14:28 +02:00
Bnyro
c4ccdedb93 Remember the comments progress, scroll to top button for comments 2023-04-30 11:14:22 +02:00
Faisal Khan
1a2d8ddd0b Improvement of links in description and comment texts. 2023-04-28 16:14:39 +05:30
Bnyro
ffe84474dc Fix crash when sorting playlists 2023-04-28 11:07:34 +02:00
Bnyro
b33ecff67e Fix top margin when viewing video in vertical fullscreen 2023-04-27 20:24:15 +02:00
Bnyro
9cd1fd9d58 Sort menu for local and private playlist 2023-04-27 20:12:34 +02:00
Bnyro
fc970d7cdf Fix crash in Subscriptions fragment 2023-04-27 19:39:22 +02:00
Bnyro
7c08838d1c Fix various crashes caused by view bindings 2023-04-27 09:03:53 +02:00
xz-dev
bf2c927961
dismiss comment dialog while fullscreen mode 2023-04-27 03:26:09 +08:00
xz-dev
f6884204fd
Half expand comment dialog when roll player 2023-04-26 20:36:17 +08:00
Bnyro
2b446d5b0f Fix crash when a channel doesn't have a description 2023-04-15 19:24:48 +02:00
Bnyro
451320b7de Fix crash in library fragment due to view bindings 2023-04-14 11:01:45 +02:00
Bnyro
e241207c1c Fix duplicating downloads 2023-04-14 10:57:59 +02:00
Isira Seneviratne
4615c662b4 Run load tasks concurrently. 2023-04-11 20:49:25 +05:30
Isira Seneviratne
6b69353e67 Switch to repeatOnLifecycle extension. 2023-04-11 20:49:23 +05:30
Bnyro
338e3dafa9 Fix crash in TrendsFragment caused by bindings 2023-04-11 10:00:05 +02:00
Bnyro
dcdd1af176 Audio/background player for downloads 2023-04-10 15:54:09 +02:00
Bnyro
57b7dfdda9 Separate swipe gestures and fullscreen gestures 2023-04-10 14:53:28 +02:00
Bnyro
db4a32e845 Update displayed chapter while scrubbing time bar 2023-04-10 14:04:36 +02:00
Bnyro
5b2d502f89 Fix crashes in downloads fragment 2023-04-10 13:34:19 +02:00
Bnyro
c0241222ee Fix crashes caused by view bindings 2023-04-10 13:31:58 +02:00
Bnyro
e7995b4bd9
In-built browser intent chooser (#3511)
Co-authored-by: Isira Seneviratne <31027858+Isira-Seneviratne@users.noreply.github.com>
2023-04-10 12:44:41 +02:00
Isira Seneviratne
8e8a6d6b7d Use TransitionAdapter. 2023-04-09 16:39:32 +05:30
Isira Seneviratne
cea8d0062c Free fragment view bindings when their fragments are destroyed. 2023-04-08 07:14:44 +05:30
Isira Seneviratne
58f1871abd Add single item insertion methods. 2023-04-05 06:32:00 +05:30