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
FineFindus
42d081f04e
fix(player): allow pausing while loading
...
Fixes https://github.com/libre-tube/LibreTube/issues/4784 , the player should only pause when it has no buffer to play, not when it is loading, as it always loads, until the allocated buffer is full.
2023-09-17 11:32:21 +02:00
Isira Seneviratne
e2ee77674b
refactor: Improve getSerializable extensions
2023-09-17 07:28:00 +05:30
Isira Seneviratne
43b9aa8d37
feat: Show upload time in stream notifications
2023-09-17 07:12:46 +05:30
FineFindus
e48e1d75ad
fix(channelgroups): update values on confirm
2023-09-15 15:47:22 +02:00
Bnyro
cb4afc2584
style: run ktlint
2023-09-13 17:50:17 +02:00
Bnyro
8adb2b1fec
refactor: remove fragment constructors from channel groups sheets
2023-09-13 17:44:53 +02:00
Bnyro
2bf504c030
refactor: remove constructors from PlaylistOptionsBottomSheet
2023-09-13 16:37:16 +02:00
Bnyro
efa1c44b8d
refactor: remove constructors from ChaptersBottomSheet
2023-09-13 16:14:21 +02:00
Bnyro
360a611601
refactor: remove constructors from StatsSheet
2023-09-13 15:53:15 +02:00
Bnyro
a154f5241f
fix: crash when long pressing watch history item
2023-09-11 11:11:48 +02:00
Bnyro
0ebe784a90
refactor: remove constructors from PlaybackOptionsSheet
2023-09-11 11:09:22 +02:00
Bnyro
4b8482722f
refactor: remove constructors from IntentChooserSheet
2023-09-11 11:02:17 +02:00
Bnyro
a32e5c2841
fix: crash when long pressing search result
2023-09-11 10:54:06 +02:00
Bnyro
32a7d836cf
fix: crash when deleting playlist, playlist description not shown
2023-09-10 20:02:54 +02:00
Bnyro
67d82c28ac
style: fix formatting
2023-09-10 14:36:29 +02:00
Bnyro
6a6dbc7ccb
Merge pull request #4746 from Bnyro/master
...
feat: allow resuming playback after disconnect
2023-09-10 14:32:35 +02:00
Bnyro
1d236ded79
feat: allow resuming playback after disconnect
2023-09-10 14:33:28 +02:00
Bnyro
087a39757f
fix: unexpected crashes from seekbar preview bitmap parsing
2023-09-10 14:24:57 +02:00
Bnyro
ceca2a28d7
Merge pull request #4745 from Bnyro/master
...
fix: unexpected crashes from seekbar preview bitmap parsing
2023-09-10 14:23:59 +02:00
Bnyro
ebe7330c8a
fix: hide autoplay countdown when miniplayer visible
2023-09-10 14:21:39 +02:00
Bnyro
d45a954d74
Merge pull request #4744 from Bnyro/master
...
fix: hide autoplay countdown when miniplayer visible
2023-09-10 14:20:45 +02:00
Bnyro
31769c756d
fix: remove fragment constructors from video and channel options bottom sheet
2023-09-10 14:08:39 +02:00
Bnyro
c11cb94f6d
Merge pull request #4743 from Bnyro/master
...
fix: remove fragment constructors from video and channel options bott…
2023-09-10 14:08:23 +02:00
Bnyro
7eec444635
fix: issues with fragment result listener
2023-09-10 13:43:33 +02:00
Bnyro
5e2e6069f1
Merge pull request #4742 from Bnyro/master
...
fix: issues with fragment result listener
2023-09-10 13:42:31 +02:00
Bnyro
ede67a6d85
fix: importing playlists without a header containing its name
2023-09-10 13:13:24 +02:00
Bnyro
5b59c81577
Merge pull request #4740 from Bnyro/master
...
fix: importing playlists without a header containing its name
2023-09-10 13:12:39 +02:00