Checklist
Feature description
FeedFragment provides the option to hide upcoming and fully-/partially-watched videos. I would like a similar dialog in ChannelFragment. This will de-clutter the feed as well as make both feeds consistent.
Probably should have separate (but global) pref keys for the channel feed (for example, add a new channel_feed_show_partially_watched_items_key instead of reusing feed_show_partially_watched_items_key).
Why do you want this feature?
Discovering old/unwatched videos from a channel currently requires scrolling for miles.
Why is the feature relevant to this fork?
Upstream is not accepting new features in the current stable version.
Additional information
I'd be happy to develop this feature, if it's green-lit.
Edit: After reviewing the codebase (especially the differences between the two fragments)... I will probably need some guidance.
Checklist
Feature description
FeedFragmentprovides the option to hide upcoming and fully-/partially-watched videos. I would like a similar dialog inChannelFragment. This will de-clutter the feed as well as make both feeds consistent.Probably should have separate (but global) pref keys for the channel feed (for example, add a new
channel_feed_show_partially_watched_items_keyinstead of reusingfeed_show_partially_watched_items_key).Why do you want this feature?
Discovering old/unwatched videos from a channel currently requires scrolling for miles.
Why is the feature relevant to this fork?
Upstream is not accepting new features in the current stable version.
Additional information
I'd be happy to develop this feature, if it's green-lit.
Edit: After reviewing the codebase (especially the differences between the two fragments)... I will probably need some guidance.