Commit Graph

739 Commits

Author SHA1 Message Date
Bnyro
8431716a14 Use custom animation handlers for player controls 2023-01-20 18:34:11 +01:00
Bnyro
187086d2d8 Rename the Community section to Help and add a FAQ 2023-01-17 19:32:19 +01:00
Bnyro
fe6506179c Ability to skip silence when playing videos 2023-01-17 18:38:39 +01:00
Bnyro
fe42714c52 Convert queued videos in a playlist 2023-01-15 13:17:02 +01:00
Bnyro
7ca39daedc Remove unused radio buttons from download dialog 2023-01-14 18:28:15 +01:00
Bnyro
7a90acd824
Merge branch 'master' into feat/new-downloader 2023-01-14 17:54:02 +01:00
Bnyro
3890bc3bcc Add indicators for current position and duration 2023-01-13 19:35:32 +01:00
Bnyro
4a5bed6f99 Make the seekbar functional 2023-01-13 18:53:57 +01:00
Bnyro
186925dfa1 Add play and pause functionality 2023-01-13 18:35:38 +01:00
Bnyro
59697caebf Layout and skip+prev functionality 2023-01-13 18:20:00 +01:00
Bnyro
de02f75116 Add Netflix-like seek animation 2023-01-12 18:59:28 +01:00
Bnyro
48776977ea Cleanup the rewind and forward animation 2023-01-12 18:42:51 +01:00
Bnyro
62566ff527 Better forward and rewind icon 2023-01-12 18:00:50 +01:00
Bnyro
8735f7ae8c Increase the clickable space to toggle the description 2023-01-09 15:54:52 +01:00
Bnyro
2302515c26 Fix that only the first few videos in the watch history are visible 2023-01-07 19:23:43 +01:00
Bnyro
6832e97b4b Fix scroll behavior in library 2023-01-05 16:55:02 +01:00
Bnyro
a6a0654f5b Fix some overflow issues 2023-01-04 19:09:28 +01:00
Bnyro
446f641b99 Unify similar layouts for watch history, playlists and videos 2023-01-04 19:05:59 +01:00
Bnyro
56f8fdf84f Add a horizontal margin to the player controls at landscape 2023-01-03 18:44:04 +01:00
Bnyro
444bdd8583 Add bookmarks to the library fragment 2023-01-03 18:31:16 +01:00
Bnyro
06545767a2 Unify the button style of the create playlist dialog 2023-01-03 17:59:45 +01:00
Bnyro
15afbc2a82 Replace the autoplay option with a switch 2023-01-01 15:41:48 +01:00
Bnyro
09d3e496a3
Merge branch 'master' into feat/new-downloader 2022-12-28 17:48:30 +01:00
Bnyro
2945f3c27a Add a clear button to the watch history 2022-12-28 17:07:35 +01:00
Bnyro
8b39c9924d Increase the start padding of the filter text view 2022-12-28 16:49:24 +01:00
Bnyro
f3eab0484b Add shorts filter to the feed 2022-12-28 16:46:57 +01:00
Bnyro
f1afd1d13a Fix issues with the video duration using SponsorBlock 2022-12-27 19:14:25 +01:00
Bnyro
0dfb47143b Create a AppNameTextView component to clean up dialogs 2022-12-26 17:17:36 +01:00
Bnyro
5cdf670b15 Add a Clone Playlist action to the create playlist dialog 2022-12-26 16:42:47 +01:00
Bnyro
3434974efc Use playlists layout for bookmarks 2022-12-26 16:18:09 +01:00
Bnyro
d339e044c8 Cleanup #2504 2022-12-25 17:17:36 +01:00
Bnyro
1109a93d23 Fix the SponsorBlock marker size 2022-12-25 16:59:55 +01:00
Bnyro
e2e86c4d4a Don't use the LibreTube icon as channel avatar on Data Saver Mode 2022-12-25 16:10:08 +01:00
Bnyro
9a8e6ce565 Show the video duration when SponsorBlock segments get skipped 2022-12-25 15:50:48 +01:00
Krunal Patel
4ea77859bc Add subtitle download spinner 2022-12-25 14:37:01 +05:30
Bnyro
ce9ef0693f Reformat the whole project 2022-12-23 14:57:10 +01:00
Bnyro
7ac31f9fb5 Remove the CircleImageView dependency 2022-12-23 14:54:53 +01:00
Krunal Patel
d62c50c2c6 Fix download fragment layout and add uploader 2022-12-21 21:41:48 +05:30
Krunal Patel
4f0f9b7560 Fix notification action, download fragment and resource leak
- Bind service when service started using notification resume action.

- Use `HttpURLConnection` to download file.

- Use progress bar to determine overall progress.
2022-12-21 21:41:37 +05:30
Bnyro
b799bbefd1 improve the player action buttons 2022-12-20 17:05:37 +01:00
Bnyro
b607ea945b Theme the pull refresh progress 2022-12-20 16:37:37 +01:00
Bnyro
785180c64f fix the search when no results were found 2022-12-19 17:13:50 +01:00
Bnyro
a6ec362928 Some seekbar preview layout improvements 2022-12-17 11:30:39 +01:00
Bnyro
68eff4fd3e Add a seekbar preview on scrubbing 2022-12-17 11:22:46 +01:00
Bnyro
b014050d06 fix overlapping text in the playlist page 2022-12-10 13:16:08 +01:00
Bnyro
1234aa7583 Improve mini player buttons padding 2022-12-08 18:41:10 +01:00
Bnyro
1c1bebf6e4 improve nothing here appearance 2022-12-05 20:09:56 +01:00
Bnyro
e578cdf084 Library fragment redesign 2022-12-05 20:00:22 +01:00
Bnyro
bac760cb5c same corner radius for all thumbnails 2022-12-05 19:23:20 +01:00
Krunal Patel
bf1d9d46ba Change play pause implementation to use a single image button
Remove `exo_play_pause` and make use of the custom image view gives more accessibility
2022-12-02 17:56:00 +05:30
Krunal Patel
9dd505917d Fix player control repeat icon on the video end
A new image button for reapeat button is needed, changing `exo_play_pause` doesn't work because it is updated by  `StyledPlayerControlView`. So, when the video ends hide `exo_play_pause` and show `repeatBTN`.
2022-12-02 12:28:02 +05:30
Bnyro
7bdc7f3a74 Indicator the the feed got caught up for subscriptions 2022-11-27 19:51:30 +01:00
Bnyro
9d9709be7b Option to disable double tap to seek 2022-11-27 18:41:34 +01:00
Bnyro
b6e44cbe7a add a button to toggle SponsorBlock while playing a video 2022-11-27 18:17:50 +01:00
Bnyro
35ed8e22d4
Merge pull request #2102 from Bnyro/improve-comments-sheet
Improve the comments sheet
2022-11-27 14:24:45 +01:00
Bnyro
06f7d5c945 add progress and error messages if comments disabled or empty 2022-11-27 14:21:17 +01:00
Krunal Patel
03c85e7af1 Fix gesture control view resize 2022-11-27 15:51:20 +05:30
Bnyro
039f898556 replace open with with PiP 2022-11-26 18:45:55 +01:00
Bnyro
ee4581f2e3 fix crash when clicking channel 2022-11-26 18:25:07 +01:00
Bnyro
35602aaaca move the comments into a bottom sheet 2022-11-26 17:53:40 +01:00
Krunal Patel
cf18adc75b Fix link opening issues 2022-11-26 16:49:10 +05:30
Bnyro
2c069837fe hide the open with button by default 2022-11-25 18:57:53 +01:00
Bnyro
6419d13b00
Merge pull request #2047 from Bnyro/master
improve slider dialog accessability
2022-11-25 18:36:46 +01:00
Bnyro
51cf08676f improve slider dialog accessability 2022-11-25 18:36:03 +01:00
Krunal Patel
f509e63c2a Fix typo, implement player options instead of creating variable 2022-11-25 20:33:22 +05:30
Krunal Patel
7d58a71d27 Add swipe gesture control for brightness and volume
Create interface `PlayerGestureOptions` that defines all controlles.
`PlayerGestureController` takes this as listner and call apropriate method.
Double tap events are also called from this class.
2022-11-25 20:33:20 +05:30
Bnyro
77be9424fc add option to set default start tab 2022-11-24 17:38:14 +01:00
Bnyro
975930625f bind the recview padding of playlists and watch history to the mini player visibility 2022-11-24 16:58:39 +01:00
Bnyro
74d9615c1d fix the misaligned no-network icon 2022-11-23 17:48:30 +01:00
Bnyro
0dccb05a54 add a summary 2022-11-21 16:23:59 +01:00
Bnyro
e90291be59 add app icon preview bottom sheet 2022-11-21 16:12:21 +01:00
Bnyro
8bc3c59686 Fill Search Controller When Tapping on Arrow 2022-11-21 14:58:17 +01:00
Bnyro
0d65071c79 add frontend support 2022-11-20 15:54:55 +01:00
Bnyro
3105a46e2b allow creating playlists from addin 2022-11-19 11:12:26 +01:00
Bnyro
7211143398 add a bookmarks fragment to the library 2022-11-19 10:52:27 +01:00
Bnyro
7e984dd57f improve the UI 2022-11-18 18:28:41 +01:00
Bnyro
48951f13c3 add support for bookmarking playlists 2022-11-18 18:01:11 +01:00
Bnyro
89be23a858 improve home section 2022-11-18 16:23:45 +01:00
Bnyro
42e326f9b8 fix the lagging user experience 2022-11-18 16:08:09 +01:00
Bnyro
576f72bc36 fix some scrolling issues 2022-11-17 19:01:46 +01:00
Bnyro
214aaf6612 implement logic 2022-11-17 18:58:53 +01:00
Bnyro
79b08c2e5a initial UI creation 2022-11-17 18:16:12 +01:00
Bnyro
6c5cb27eb8 add a new empty home fragment 2022-11-17 17:23:10 +01:00
Bnyro
12adebd4bf add a reverse queue button 2022-11-17 16:25:34 +01:00
Bnyro
c3c24a73b3 add playlists padding 2022-11-17 15:49:37 +01:00
Bnyro
b9ca17cd77
Merge pull request #1824 from GilesMunn/master
Minor visual edits
2022-11-12 19:27:14 +01:00
Bnyro
11ec5bef68 some visual changes 2022-11-12 19:25:43 +01:00
Bnyro
0786e8f87c add option for it 2022-11-12 19:04:40 +01:00
Bnyro
610121dd90 add alternative layout for related streams 2022-11-12 18:40:54 +01:00
Bnyro
df92e17108 channel layout fixes 2022-11-11 17:52:27 +01:00
Bnyro
7a65fdb228 playlist layout fixes 2022-11-07 19:18:55 +01:00
Bnyro
26b9a5d1ae decrease channel height 2022-11-07 19:08:02 +01:00
Bnyro
c21f553fa4 layout fixes 2022-11-06 16:35:36 +01:00
Bnyro
a85bf705db some UI changes 2022-11-06 15:50:52 +01:00
Bnyro
7bdcf9e3bd add a share button 2022-11-06 12:53:41 +01:00
Bnyro
0b99bfdfa0 new playlist layout 2022-11-06 12:35:23 +01:00
Bnyro
632f4d6df4 allow clicking queue items 2022-11-06 11:50:04 +01:00
Bnyro
d18e0dfc1f hide when not subscribed 2022-11-06 11:30:38 +01:00
Bnyro
861e319aeb add the notification bell UI 2022-11-06 11:26:24 +01:00
Bnyro
9795f9846f cleanup 2022-11-05 19:08:02 +01:00
Bnyro
51bdc79d34 chapter timestamps 2022-11-05 18:02:42 +01:00
Bnyro
30cb9815f1 reset btns for speed and pitch 2022-11-05 17:27:13 +01:00
Bnyro
d852726ecf
Merge pull request #1761 from Bnyro/master
Minor fixes
2022-11-05 14:29:17 +01:00
Bnyro
1049669cb8 close #1704 again 2022-11-05 14:24:48 +01:00
Bnyro
6a065f625f
Merge pull request #1759 from Bnyro/master
minor rtl improvements
2022-11-05 12:29:13 +01:00
Bnyro
8d094f9e34 minor rtl improvements 2022-11-05 12:28:57 +01:00
Bnyro
d067790a4f
Merge pull request #1758 from Bnyro/master
UI/UX improvements
2022-11-05 12:12:35 +01:00
Bnyro
8601feaffc playlist improvements 2022-11-05 12:06:55 +01:00
shantanu1k
8af36adae2 Added the reference to styles.xml 2022-11-01 21:22:48 +05:30
shantanu1k
a60e5ffda1 fixed the TextView sizing for video options 2022-10-31 21:44:57 +05:30
Bnyro
d756a1fb0c alternative global layout 2022-10-29 17:33:12 +02:00
Bnyro
c8d8fdbe41 Channel tab fixes 2022-10-29 16:25:15 +02:00
Bnyro
8119462cb7 Fixed minor bugs and improved Chip UI 2022-10-29 12:16:48 +02:00
Bnyro
18eebe663b UI for channel tabs 2022-10-29 12:06:25 +02:00
Bnyro
38d286bb94 fix shuffle and clear 2022-10-28 23:04:44 +02:00
Bnyro
67982186c6 bug fixes 2022-10-28 22:18:18 +02:00
Bnyro
7837ce1c60 add shuffle and clear to playing queue 2022-10-28 22:08:50 +02:00
Bnyro
6de599a310 show sponsorblock markers 2022-10-28 20:14:04 +02:00
Bnyro
2e4b6beb2f Add a toggle at the player fragment 2022-10-23 15:58:06 +02:00
Bnyro
a4b0857879 layout improvements 2022-10-23 15:50:45 +02:00
Bnyro
220f131cb8 Open queue from navbar menu 2022-10-23 15:49:12 +02:00
Bnyro
afe25fc67a Queue bottom sheet in player fragment 2022-10-23 11:33:35 +02:00
Bnyro
d6232b1ddc Playing queue layout 2022-10-23 11:12:02 +02:00
Bnyro
b8c2c8901b Make history fully visible when using the miniplayer 2022-10-19 20:08:41 +02:00
Bnyro
296a4a7950 use more rounded ripples 2022-10-19 20:04:09 +02:00
Bnyro
30d9d7b04a layout fixes 2022-10-19 20:02:11 +02:00
Bnyro
c02b815ff2 fix linter 2022-10-19 19:53:18 +02:00
Bnyro
31f20219d5 Toggle the channel description 2022-10-19 19:46:54 +02:00
Bnyro
0e8c3043ae Show the comment reply count 2022-10-17 18:27:05 +02:00
Bnyro
f7dacbb9bb Customize the share time code 2022-10-15 16:50:18 +02:00
Bnyro
b8b3159362 download thumbnail images 2022-10-15 16:29:12 +02:00
Bnyro
e836625223 allow fetching more comment replies 2022-10-13 14:10:39 +02:00
Bnyro
51b8af4606 use rounded ripples 2022-10-12 20:16:35 +02:00
Bnyro
0c09147b25 use the same layout for replies and comments 2022-10-12 20:07:59 +02:00
Bnyro
bf2db3ce48 layout improvements 2022-10-10 17:03:03 +02:00
Bnyro
500e56e760 add metadata to downloads 2022-10-10 16:58:26 +02:00
Bnyro
abc86aabc4
Merge pull request #1529 from Bnyro/channelshare
Backup of sharing channels by @GilesMunn
2022-10-09 22:13:56 +02:00
Bnyro
94e4f90a01 UI improvements 2022-10-09 22:13:41 +02:00
Bnyro
9b242d3b3e finer playback speed controls 2022-10-09 19:23:54 +02:00
GilesMunn
22c7ebcc9c Added share button for channels. Closes #1510 2022-10-09 14:34:39 +01:00
Bnyro
0ebf1b13c8
Merge pull request #1512 from Bnyro/master
show the subscriptions count in the channel fragment
2022-10-07 18:56:11 +02:00
Bnyro
cb4a61648f show the subscriptions count in the channel fragment 2022-10-07 18:55:31 +02:00
Bnyro
e523c901bf
Merge pull request #1504 from Bnyro/master
Option to sort playlists
2022-10-06 15:14:39 +02:00
Bnyro
c75ec150fe playlist sorting option 2022-10-06 15:14:06 +02:00
Bnyro
f4b9614e68
Merge pull request #1503 from Bnyro/master
Rename files when downloading + indicate when comments are available
2022-10-06 14:37:37 +02:00
Bnyro
8c41347f05 UI improvements 2022-10-06 14:36:46 +02:00
Bnyro
5c4a23aa33 indicate when replies are available 2022-10-06 14:35:42 +02:00
Bnyro
1018fd80fb allow renaming files to download 2022-10-06 14:26:30 +02:00
Bnyro
e471d3c665
Merge pull request #1500 from Bnyro/master
Player improvements
2022-10-05 22:18:42 +02:00
Bnyro
2587e9b98a fix the time bar colors 2022-10-05 22:17:55 +02:00
Bnyro
9851da67e6
Merge pull request #1497 from Bnyro/master
allow toggling the password visibility in dialogs
2022-10-05 21:40:40 +02:00
Bnyro
977acaefbf allow toggling the password visibility in dialogs 2022-10-05 21:40:15 +02:00
GilesMunn
0cf31945d4 Minor aesthetic changes. 2022-10-02 13:26:15 +01:00
GilesMunn
02fbf2eda6 Removed drop shadow from subscriptions toggle box. 2022-10-02 12:08:18 +01:00
Bnyro
57b266aeb7 playback speed bottom sheet 2022-10-01 11:43:40 +02:00
Bnyro
03701818da move navigation bar settings to appearance 2022-09-26 18:55:10 +02:00
Bnyro
bec75bb4ae use proper icons 2022-09-24 11:04:01 +02:00
Bnyro
840ce157ad add toolbar to community tab 2022-09-24 10:59:14 +02:00
Bnyro
d6c3a77a98 use material library inbuilts 2022-09-24 10:55:16 +02:00
Bnyro
31fee99282 use material library inbuilts 2022-09-24 10:47:17 +02:00
Bnyro
6f3834fcef fix the channel rows 2022-09-24 10:39:05 +02:00
Bnyro
bac4b6ecc3 improved download dialog 2022-09-23 14:29:16 +02:00
Bnyro
c637a0e106 improve bottom sheet layout 2022-09-23 14:21:32 +02:00
Bnyro
5ec053b3b1 fix the backpress behavior 2022-09-22 18:34:13 +02:00
Bnyro
f9f634de1a code structure 2022-09-20 19:53:34 +02:00
Bnyro
11c2ca7558 small layout improvements 2022-09-20 19:06:30 +02:00
Bnyro
bd618d032f preference dialog 2022-09-20 18:36:23 +02:00
Bnyro
a86c6c658d improve channel layout 2022-09-20 17:03:15 +02:00
Bnyro
8be5a293bc format 2022-09-18 19:17:38 +02:00
Bnyro
b22611fe21 bug fixes 2022-09-18 13:03:48 +02:00
Bnyro
26ec53f654 codebase for unified backup 2022-09-18 12:41:35 +02:00
Bnyro
6f9c2c368e UI improvements 2022-09-17 19:09:11 +02:00
Bnyro
471c828964 skip btn transparency 2022-09-17 18:55:14 +02:00
Bnyro
5034d461ae add option for manually skipping sponsorblock segments 2022-09-17 18:47:46 +02:00
Bnyro
c10672f837 improve padding without drawable 2022-09-11 18:34:15 +02:00
Bnyro
437438fd56 make drawable optional 2022-09-10 16:56:17 +02:00
Bnyro
1d5d254457 refactor player options 2022-09-10 16:32:40 +02:00
Bnyro
915795eaf0 bottom sheet for sorting 2022-09-10 16:13:02 +02:00
Bnyro
9c91386ecd show when downloads are empty 2022-09-10 12:20:51 +02:00
Bnyro
a4daa35d53 bug fixes 2022-09-09 16:49:00 +02:00
Bnyro
462d247bd9 make it accessible when offline 2022-09-09 16:27:34 +02:00
Bnyro
226350e21c add offline player activity 2022-09-09 15:40:10 +02:00
Bnyro
97031be690 fix UI 2022-09-09 14:42:46 +02:00
Bnyro
6bb065a870 add download fragment 2022-09-09 14:23:39 +02:00
Bnyro
693623c1ee bottom sheet UI fixes 2022-09-08 21:50:51 +02:00
Bnyro
fb238577f4 use m3 switches in prefs 2022-09-08 21:25:43 +02:00
Bnyro
726ef9276f update dependencies 2022-09-08 20:56:55 +02:00
Bnyro
a75d8f7225 fix layout 2022-08-26 19:09:09 +02:00
Bnyro
58efe901d9 allow toggling share with time code in dialog 2022-08-26 09:37:28 +02:00
Bnyro
f9cdd2da5f code improvements 2022-08-26 09:04:35 +02:00
Bnyro
6998310809 bug fixes 2022-08-26 08:42:13 +02:00
Bnyro
fbc6a14c58 add custom slider preference 2022-08-25 23:05:04 +02:00
Bnyro
207fe64b58 add continous playback speed slider 2022-08-25 22:48:12 +02:00
Bnyro
f5d54a307c better split screen support 2022-08-25 11:37:58 +02:00
Bnyro
47a4187d52 add device info dialog 2022-08-24 18:29:39 +02:00
Bnyro
64af78dfaf allow sharing the app in about 2022-08-24 18:06:43 +02:00
Bnyro
298023b702 add legacy subscriptions view 2022-08-24 17:56:57 +02:00
Bnyro
95b91e60d9 add custom break reminder time 2022-08-23 15:51:00 +02:00
Bnyro
ef816aa53e remove unused resources 2022-08-21 10:02:47 +02:00
Bnyro
6914e9500a layout improvements 2022-08-15 09:59:48 +02:00
Bnyro
6694eb972e add resize mode pref 2022-08-14 17:53:51 +02:00
Bnyro
109f47f43f improve dialog layout 2022-08-14 17:35:17 +02:00
Bnyro
a455fe52be improve loading UI 2022-08-13 11:59:13 +02:00
Bnyro
3a725f7d59 layout fixes 2022-08-12 14:08:00 +02:00
Bnyro
3cde15c96f refactor advanced player options 2022-08-12 14:03:55 +02:00
Bnyro
21a5f17a19 improve chip layout 2022-08-12 11:50:03 +02:00
Bnyro
252e42f0c1 layout fixes 2022-08-11 11:48:55 +02:00
Bnyro
e78e7daf0a minor player UI improvements 2022-08-09 14:37:40 +02:00
Bnyro
27fcf05347 initial structure for prev and next buttons 2022-08-08 16:56:18 +02:00
Bnyro
67132a92d6 playlist bug fixes 2022-08-08 15:22:08 +02:00
Bnyro
077d5728fa fix auth api playlists 2022-08-08 11:25:31 +02:00
Bnyro
725a4c1802 unauthenticated subscriptions 2022-08-03 13:41:45 +02:00
Bnyro
8e86b35477 remove ffmpeg and allow downloading by video name 2022-08-03 09:05:34 +02:00
Bnyro
346e3bbe80 indicate empty history and results 2022-08-01 09:17:36 +02:00
Bnyro
f4a4ad41bb fixes 2022-08-01 08:55:38 +02:00
Bnyro
5ef883ca67 new search filter layout 2022-07-31 23:08:58 +02:00
Bnyro
022281e107 new search behavior 2022-07-31 22:17:36 +02:00
Bnyro
6b1d3c20c9 new toolbar 2022-07-31 21:09:47 +02:00
Bnyro
c12b904514 change appbar layout 2022-07-31 15:14:39 +02:00
Bnyro
1fe6965611 add weblate to about fragment 2022-07-31 14:57:23 +02:00
Bnyro
c777560e54 layout improvements 2022-07-30 14:00:14 +02:00
Bnyro
8e72180057 layout improvements 2022-07-30 13:47:45 +02:00
Bnyro
3dfd0ba562 indicate time difference 2022-07-30 13:36:06 +02:00
Bnyro
5271a279f3 indicate that a video is live 2022-07-30 13:09:57 +02:00
Bnyro
211881ad92 sort subscriptions feed 2022-07-29 12:39:03 +02:00
Bnyro
07a9418570 hide watch progress by default 2022-07-29 11:40:36 +02:00
Bnyro
46acb3bda2 maximize on single tap 2022-07-29 09:33:00 +02:00
Bnyro
7fc855aaef improve watch history 2022-07-29 08:47:37 +02:00
Bnyro
03a6e190a1 fix the double tap overlay margin 2022-07-29 07:57:16 +02:00
Bnyro
8c196ac91b fix ci 2022-07-28 16:16:12 +02:00
Bnyro
3ca4d5bd2b fix warnings 2022-07-28 16:11:35 +02:00
Bnyro
206867d21c fix duration size 2022-07-28 16:00:37 +02:00
Bnyro
3cf1c1c9cb watch progress for playlists 2022-07-28 14:55:05 +02:00
Bnyro
9fefb0fc32 show watched time under the video 2022-07-28 09:18:32 +02:00
Bnyro
9ea9e63ef6 merge all videoRows into one 2022-07-28 08:02:21 +02:00
Bnyro
c9740a2d5f toggle autoplay while playing video 2022-07-27 11:57:04 +02:00
Bnyro
51ef6cab24 huge double tap refactor 2022-07-27 08:55:44 +02:00
Bnyro
9e09b3a634 highlight current chapter 2022-07-22 23:58:23 +02:00
Bnyro
f15a98175c fix animations 2022-07-21 18:06:09 +02:00
Bnyro
276d611a9f fix subs page 2022-07-21 17:58:51 +02:00
Bnyro
e3f538422e fix subscriptions 2022-07-21 17:11:17 +02:00
Bnyro
88da71502f minor fixes 2022-07-20 13:49:56 +02:00
Bnyro
77abc8eef6 improve controller behavior 2022-07-19 14:59:16 +02:00
Bnyro
98c3df00ab move double tap overlay to custom view 2022-07-19 14:08:12 +02:00
Bnyro
072f31a1e8 cleanup 2022-07-18 19:36:21 +02:00
Bnyro
e48da1109a rewrite double tap forward/rewind UI 2022-07-18 16:55:48 +02:00
Bnyro
64751dfd96 support for opening links with /c/ or /user/ 2022-07-17 22:06:43 +02:00
Bnyro
803e1546e1 fix PiP 2022-07-17 12:19:55 +02:00
Bnyro
9cf86a7675 new icon for open 2022-07-17 11:10:46 +02:00
Bnyro
b9a6d5aa88 custom subtitles dialog 2022-07-16 22:49:32 +02:00