-
-
Notifications
You must be signed in to change notification settings - Fork 3.3k
Feed group tab #12325
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feed group tab #12325
Conversation
Copied select_channel_fragment to select_feed_group_fragment Copied select_channel_item to select_feed_group_item # Change Replaced the Layout references in the new Class SelectFeedGroupFragment
- use default fragment_feed_title for TabName - only clear FeedFragment bar subtitle when it matches the groupName to clear.
The Tabname displays the default Feed title.
Thanks for the PR, but NewPipe is not currently accepting new features. You could rebase this onto the refactor branch and target it there instead. |
@Isira-Seneviratne you'd be right :-) |
Should I try to write generic Code for the Select[XY]Fragments used in the settings? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
|
What is it?
Description of the changes in your PR
Add FeedGroups as optional Tabs. With this change you can use the settings of the main page content to add FeedGroups directly to the Main Page Tabs.
Before/After Screenshots/Screen Record
New possibility:
PR_AddingTabs_low.webm
PR_SavedTabs_low.webm
Fixes the following issue(s)
APK testing
The APK can be found by going to the "Checks" tab below the title. On the left pane, click on "CI", scroll down to "artifacts" and click "app" to download the zip file which contains the debug APK of this PR. You can find more info and a video demonstration on this wiki page.
Due diligence