-
-
Notifications
You must be signed in to change notification settings - Fork 3.1k
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
Add search for subscription picker in the feed group dialog #3373
Add search for subscription picker in the feed group dialog #3373
Conversation
Oh damn! That's cool! Also, now that you are working on it again, what would you think about a checkbox to show only the subs that still arent in a group? I think it could be handy when you have a lot of subscritptions (>100). Any idea about it :) ? Oops, i didnt see that #3377, please consider it :) |
app/src/main/java/org/schabi/newpipe/database/subscription/SubscriptionDAO.kt
Show resolved
Hide resolved
a91ee2d
to
841f47e
Compare
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.
Code looks good to me
app/src/main/java/org/schabi/newpipe/local/subscription/dialog/FeedGroupDialog.kt
Outdated
Show resolved
Hide resolved
I found an issue while testing on Android 7.0: while filtering items with a search query, when clicking on those items nothing happens (i.e. no tick appears), but they are correctly added to the selected ones. The checkbox appears as soon as the query changes. |
@mauriciocolli What's the status of this PR and #3404? I moved both PRs to the 0.20.0 milestone, because there were no code changes. I am happy to merge them for 0.19.5 as soon as the reviews were addressed. |
The adapter could not tell the items were the same because the subscription class was missing some methods (i.e. equals and hashcode), so a full rebind was being done.
841f47e
to
9f3b356
Compare
I think I forgot to update the test APK when I last pushed, already fixed. Completed, just needed a rebase. |
What is it?
Description of the changes in your PR
Let the user search for subscriptions in the feed group dialog.
Testing apk
feed-add-search-sub-list.apk.zip