Commit Graph

739 Commits

Author SHA1 Message Date
Bnyro
feea8ac795 refactor: combine submitting and voting SponsorBlock segments into one dialog 2024-04-11 15:33:32 +02:00
Bnyro
ba31405ad4 fix: remove unnecessary margin at search results recycler view 2024-04-02 17:08:41 +02:00
Bnyro
2fbc1361b2
Merge pull request #5759 from nik-conder/fix-playlist
fix: hide thumbnail space, buttons and filters when playlist empty
2024-03-20 19:00:16 +01:00
Nikita
856ff4ba46 fix: hide buttons and sort menu if playlist empty
Co-authored-by: Bnyro <82752168+Bnyro@users.noreply.github.com>
2024-03-20 18:57:34 +01:00
Bnyro
33e2b87bbc fix: icon color of toggle comments button 2024-03-18 13:25:57 +01:00
Bnyro
250bea4a7a fix: items cut off in watch history 2024-03-17 12:30:54 +01:00
Bnyro
cfe578154b feat: support for albums channel tab, drop discontinued channels tab 2024-03-13 18:21:56 +01:00
Bnyro
1257ed44b9 fix: stuttering when scrolling in watch history 2024-02-25 14:08:56 +01:00
Bnyro
eb4190abd0 fix: bad performance when scrolling in subscriptions feed 2024-02-25 13:54:08 +01:00
Bnyro
066e01be51
Merge pull request #5607 from abGit9/fix_stuttering_list_2
fix: resolve stuttering when scrolling to the bottom of channel/playlist videos list
2024-02-25 12:56:20 +01:00
Ankur
6f471163ce Fix [PlaylistFragment]: main layout becomes visible after data fetched 2024-02-20 15:01:49 -08:00
Ankur
0d77505285 Fix [ChannelFragment]: main layout becomes visible after data fetched 2024-02-12 18:39:25 -08:00
Bnyro
f87e22dd3f feat: (re)add player actions for external player and pip 2024-02-11 12:39:48 +01:00
Bnyro
9e16789b96 fix: SponsorBlock UserID field only accepts numeric inputs 2024-02-08 11:51:40 +01:00
Ankur
b698699679 Fix [PlaylistFragment]: resolve stuttering at bottom of scroll
-Removed ScrollView. RecyclerView itself handles scrolling, nesting it inside a ScrollView is possibly leading to conflicting scrolling behavior effecting performance(i.e stuttering when scrolling at bottom and updating list with new data items).

-Used AppBarLayout and CollapsingToolbarLayout as containers for content(image etc) above list of video items. Together with CoordinatorLayout, these components streamline scrolling behavior and UI interactions with each other and RecyclerView.
2024-02-06 20:22:50 -08:00
Ankur
5d65725ead Fix [ChannelFragment]: resolve stuttering at bottom of scroll
-Removed ScrollView. RecyclerView itself handles scrolling, nesting it inside a ScrollView is possibly leading to conflicting scrolling behavior effecting performance(i.e stuttering when scrolling at bottom and updating list with new data items).

-Used AppBarLayout and CollapsingToolbarLayout as containers for content(banner etc) above list of videos items. Together with CoordinatorLayout, these components streamline scrolling behavior and UI interactions with each other and RecyclerView.
2024-02-06 16:17:52 -08:00
Bnyro
e6abf05cb3 fix: player seekbar can be hard to grab 2024-01-26 14:46:48 +01:00
Vedant.R.J.Chourey
02d30f1f17 feat: add delete all button for downloads 2024-01-22 19:34:17 +01:00
Bnyro
16c7986469 feat: support for downloading whole playlist at once 2024-01-22 14:00:04 +01:00
RafaRamos
e31943f5ab
feat: Improve new user experience + adjust home load (#5491)
* Added necessary translations

* Added support for redirecting directly to IntentSettings

* Create HomeViewModel

* Used HomeViewModel

* Update app/src/main/java/com/github/libretube/ui/fragments/HomeFragment.kt

Co-authored-by: Bnyro <82752168+Bnyro@users.noreply.github.com>

* Update app/src/main/java/com/github/libretube/ui/fragments/HomeFragment.kt

Co-authored-by: Bnyro <82752168+Bnyro@users.noreply.github.com>

* Update app/src/main/java/com/github/libretube/ui/fragments/HomeFragment.kt

Co-authored-by: Bnyro <82752168+Bnyro@users.noreply.github.com>

* Swap elvis operator for if statement for improved readability.

* Move runSafely to separate file

* Change when statement by if statement

Co-authored-by: Bnyro <82752168+Bnyro@users.noreply.github.com>

* Format if statement

* * Remove LiveData properties;
* Change buttons style for consistency;
* Move updateIfChanged to a separate file;

---------

Co-authored-by: Bnyro <82752168+Bnyro@users.noreply.github.com>
2024-01-19 16:03:17 +01:00
Bnyro
ed48f0ca49 feat: option to shuffle downloads in background 2024-01-17 17:45:30 +01:00
Bnyro
1876fa643c feat: add 'hide watched videos' to feed filter options 2024-01-15 18:00:43 +01:00
RafaRamos
444eb693d4
feat: Support multiple filter selection (#5478)
Co-authored-by: Bnyro <82752168+Bnyro@users.noreply.github.com>
2024-01-12 15:56:17 +01:00
Bnyro
d140170e2b fix: properly vertically center align channel search results 2024-01-11 17:17:29 +01:00
Bnyro
d7f95cd23d feat: show duration in downloads and improve downloads UI 2024-01-08 20:01:48 +01:00
Bnyro
9c2abeeca1
Merge pull request #5443 from RafaelsRamos/imp/feed
fix: Improve home feed layout and fix issue where incorrect cache size was defaulted.
2024-01-06 14:03:31 +01:00
Bnyro
c4da395b58
Merge pull request #5425 from RafaelsRamos/feat/5418
feat: Support setting sleep timer on Audio player
2024-01-06 14:00:24 +01:00
RafaRamos
2057d4cef6 Tweak home layout 2024-01-05 19:05:14 +01:00
RafaRamos
0a73d5311f Tweak speed/pitch bottom sheet layout 2024-01-04 10:10:46 +01:00
RafaRamos
0ed6676a19 Minor positioning adjustment. 2024-01-03 14:12:32 +01:00
RafaRamos
2fe757d815 Add Sleep timer icon to Audio player. 2024-01-03 14:05:02 +01:00
Bnyro
887d062b12
Merge pull request #5366 from RafaelsRamos/fix/5363
fix: improve constrast between background and buttons
2023-12-23 18:41:09 +01:00
Bnyro
5c8bcc5fe1
Merge pull request #5364 from FineFindus/feat/copy-video-id
feat: add copy video ID button in stats sheet
2023-12-21 22:21:45 +01:00
RafaRamos
caf4dd41cf Adjust background color on fragment_player.xml to improve contrast between background and buttons 2023-12-20 20:40:06 +01:00
FineFindus
47e435ff0b
fix: increase bottom margin of tags
Increase the bottom margin of tags in a video description, letting them display their shadow.
2023-12-20 19:33:29 +01:00
FineFindus
39f9fb07f5
feat(player/stats-dialog): add copy button to video id 2023-12-20 19:22:38 +01:00
Bnyro
df50f1c612 feat: separate landscape grid columns pref + more impacted adapters 2023-12-19 15:59:41 +01:00
Bnyro
2cbeedce6e feat: add preset to use 1.75x playback speed 2023-12-19 15:20:42 +01:00
Bnyro
9566de68be feat: quick actions to add a channel to a group 2023-12-15 16:15:00 +01:00
Bnyro
ad88ecb4c5 style: also apply new player design to landscape layout 2023-12-15 15:14:22 +01:00
Bnyro
a7cbced326 style: various player UI improvements, fix navigation bar color 2023-12-15 15:03:59 +01:00
Bnyro
d00299bea7 style: new player layout and various UI improvements 2023-12-06 15:29:30 +01:00
Bnyro
acb8e8ec03 refactor: remove bottom reached toast and show progress indicator instead 2023-11-27 20:23:58 +01:00
Bnyro
867f2ac087 feat: new sleep timer (integrated into the player UI) 2023-11-19 15:14:21 +01:00
Bnyro
7df3eb36a5 fix: light theme setting doesn't work properly 2023-11-17 20:10:02 +01:00
Bnyro
155682bccc refactor: simplify logic of loading comments and replies 2023-11-17 15:23:53 +01:00
Thomas
aae83f9210 Fix setting navigation graph with custom startDestination 2023-11-16 20:15:56 +01:00
Bnyro
d7d9db8343 refactor: simplify watch status filtering and other misc improvements 2023-11-15 17:22:56 +01:00
Silther
d1cb212e98 feat: filter options for watch history tab 2023-11-15 17:07:43 +01:00
Bnyro
25e36659dc refactor: create a custom view for expendable text views 2023-11-07 17:35:59 +01:00