Commit Graph

2726 Commits

Author SHA1 Message Date
Bnyro
f84ec13f58 feat: show success toast when segment was submitted successfully 2023-10-12 18:09:50 +02:00
Bnyro
d6bf7b5a05
Merge pull request #4955 from FineFindus/feat/highlight-creator-comment
feat(comments): show if creator replied
2023-10-12 17:49:06 +02:00
FineFindus
b1c16cc622
style: run ktlint 2023-10-11 18:13:32 +02:00
FineFindus
9e8216acb0
feat(comments): show if creator replied 2023-10-11 18:04:25 +02:00
Ayan Malik
98e6c02595 wrong comment opening bug fixed 2023-10-11 13:11:44 +05:30
Bnyro
8c8e80ba3f feat: hide watched videos from featured in homepage when enabled 2023-10-11 09:18:19 +02:00
Bnyro
37cb75b9f0 fix: remove view count from continue watching section 2023-10-11 09:11:15 +02:00
Bnyro
87835f9747 feat: shorten youtube links when sharing video 2023-10-11 09:03:00 +02:00
Bnyro
770bb0e39f fix: chapters stop working when starting different video 2023-10-06 17:49:50 +02:00
Bnyro
064c5279a6 fix: conflicts between chapters and video highlight 2023-10-06 17:37:20 +02:00
Bnyro
07c8142119 fix: crash when search suggestions get created before search view 2023-10-06 11:03:37 +02:00
Bnyro
60db5e3691 feat: option to set default playback speed manually 2023-10-05 14:59:48 +02:00
Bnyro
235f7f9796 fix: use safe date conversion for database converters 2023-10-05 14:51:37 +02:00
Bnyro
ed4f65eb92 fix: date parsing crash due to YouTube AB testing 2023-10-05 14:45:38 +02:00
FineFindus
33d25fa1da
feat: option to autoplay videos in playlist (#4829) 2023-10-05 14:19:19 +02:00
Bnyro
acc43b815f fix: search query stays the old one during back presses 2023-09-30 12:35:51 +02:00
Bnyro
ac5bf43846 fix: crash when starting video upon auto fullscreen 2023-09-29 11:26:29 +02:00
Bnyro
5f50c8104a feat: option to allow playback during call 2023-09-26 13:33:28 +02:00
Bnyro
153e4a14d8 refactor: simplify creation of new exo player instances 2023-09-26 13:22:12 +02:00
Bnyro
02bac319b8 fix: buggy icon to pause download 2023-09-26 13:12:32 +02:00
Bnyro
0d8275f4a5 fix: crash when navigating too fast in replies 2023-09-26 13:05:02 +02:00
Bnyro
5699a9ce87 fix: crash after being idle in comments sheet main fragment 2023-09-26 12:59:04 +02:00
Bnyro
92dc47b922 fix: crash when importing old backup 2023-09-26 12:39:19 +02:00
Bnyro
4cfcde6e03 fix: stick add to playlist, download and share bottom sheet options at bottom 2023-09-25 10:53:09 +02:00
Bnyro
cfcf674509 feat: option to set a different default resolution when not in fullscreen 2023-09-25 10:44:36 +02:00
Bnyro
c3d6314718 fix: max concurrent download speed preference shows decimals 2023-09-25 10:14:33 +02:00
Bnyro
9b57434792 style: run ktlint 2023-09-25 10:05:18 +02:00
Bnyro
c3cd1aa2ee
Merge pull request #4844 from Bnyro/image-preview
feat: zoomable preview of channel avatar and banner
2023-09-25 10:03:21 +02:00
Bnyro
8e7d85ecdf feat: zoomable preview of channel banner 2023-09-25 10:03:08 +02:00
Bnyro
c7d727356b feat: show large, zoomable channel avatar on click 2023-09-25 09:57:39 +02:00
Bnyro
b92cdd0bc6 feat: support for YouTube music artists as search filter 2023-09-24 21:31:39 +02:00
Bnyro
4adfa4f2b6
Merge pull request #4843 from Bnyro/master
feat: support for YouTube music artists as search filter
2023-09-24 21:30:39 +02:00
FineFindus
d2cce61edc
style: run ktlint 2023-09-21 10:13:20 +02:00
FineFindus
adb051e24f
fix: allow pausing when buffer is less than min buffer
Fixes a regression in 42d081f04e. The player should pause when it is unable to play, as long as the buffered time is less than the minimum buffer needed for playing.
2023-09-21 10:11:05 +02:00
ARBoyGo
5a2867057b
chore: add donation link in About Activity (#4823) 2023-09-20 11:03:10 +02:00
Bnyro
72dce05409 chore: update website url in app code 2023-09-20 09:18:58 +02:00
Bnyro
eb966dbc43
Merge pull request #4822 from Bnyro/master
chore: update website url in app code
2023-09-20 09:18:00 +02:00
Bnyro
b77972b08c feat: also parse piped.video links 2023-09-19 11:43:41 +02:00
Bnyro
b49a59aa73
Merge pull request #4819 from Bnyro/master
feat: also parse piped.video links
2023-09-19 11:42:53 +02:00
Bnyro
7ae5865ba2 feat: parse YouTube links in the search bar 2023-09-19 11:27:27 +02:00
Bnyro
797a7ceec9
Merge pull request #4818 from Bnyro/master
feat: parse YouTube links in the search bar
2023-09-19 11:26:43 +02:00
FineFindus
4530b53ddc
fix: hide dislikes if no RYD data available (#4812)
Co-authored-by: Bnyro <82752168+Bnyro@users.noreply.github.com>
2023-09-18 16:24:10 +02:00
Bnyro
a32e081011 fix: wrong channel group shown as selected 2023-09-18 09:26:46 +02:00
Bnyro
7641024bc9 fix: default SponsorBlock categories are not being respected 2023-09-18 09:13:33 +02:00
Isira Seneviratne
c5fcd56391
Merge pull request #4793 from Isira-Seneviratne/Stream_when
feat: Show upload time in stream notifications
2023-09-17 19:29:01 +05:30
Isira Seneviratne
835339d85d
Merge pull request #4795 from Isira-Seneviratne/Improve_extensions
refactor: Improve getSerializable extensions
2023-09-17 19:28:38 +05:30
Bnyro
749a6160d8 fix: crash when view handler got destroyed 2023-09-17 15:34:32 +02:00
Bnyro
3cc6690220 fix: don't resume initial video on fragment recreation 2023-09-17 15:31:25 +02:00
Bnyro
0b40039e96 fix: crash when the app was closed for a while 2023-09-17 15:24:28 +02:00
Bnyro
d1979c21e0 fix: crash when restoring backups 2023-09-17 15:18:56 +02:00