Skip to content
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

Merged
merged 2 commits into from
Jun 30, 2020

Conversation

mauriciocolli
Copy link
Contributor

@mauriciocolli mauriciocolli commented Apr 5, 2020

What is it?

  • Bug fix
  • Feature
  • Code base improvement
  • Meta improvement to the project

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

@mauriciocolli mauriciocolli added feature request Issue is related to a feature in the app GUI Issue is related to the graphical user interface labels Apr 5, 2020
@justanidea
Copy link
Contributor

justanidea commented Apr 6, 2020

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 :)

Copy link
Member

@Stypox Stypox left a 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

@Stypox
Copy link
Member

Stypox commented Apr 15, 2020

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.

@TobiGr TobiGr modified the milestones: 0.19.3, 0.19.4 Apr 23, 2020
@wb9688 wb9688 added the feed Issue is related to the feed label Apr 29, 2020
@TobiGr TobiGr modified the milestones: 0.19.4, 0.20.0 May 18, 2020
@TobiGr
Copy link
Contributor

TobiGr commented Jun 27, 2020

@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.
@mauriciocolli mauriciocolli force-pushed the feed-add-search-sub-list branch from 841f47e to 9f3b356 Compare June 27, 2020 14:28
@mauriciocolli
Copy link
Contributor Author

@Stypox: 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.

I think I forgot to update the test APK when I last pushed, already fixed.

@TobiGr: What's the status of this PR and #3404?

Completed, just needed a rebase.

@wb9688 wb9688 modified the milestones: 0.20.0, 0.19.6 Jun 27, 2020
@TobiGr TobiGr merged commit 734680b into TeamNewPipe:dev Jun 30, 2020
This was referenced Jul 8, 2020
@mauriciocolli mauriciocolli deleted the feed-add-search-sub-list branch December 8, 2021 16:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature request Issue is related to a feature in the app feed Issue is related to the feed GUI Issue is related to the graphical user interface
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants