-
-
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
Display search suggestion: did you mean & showing result for #3471
Conversation
You haven't changed |
Oh, I did. It's just I wasn't sure I'm supposed to include it in the PR, I will add it. |
cb4da91
to
7714b8e
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.
When I go back to search from a video, it won't display the search suggestion anymore.
Btw I rebased this and fixed a NullPointerException
.
8403ca9
to
5c8d1bf
Compare
app/src/main/java/org/schabi/newpipe/fragments/list/search/SearchFragment.java
Outdated
Show resolved
Hide resolved
app/src/main/java/org/schabi/newpipe/fragments/list/search/SearchFragment.java
Show resolved
Hide resolved
I rebased and used a switch preference instead of "follow … (theme 1)" "follow … (theme 2)" |
Yes 🤦♂️ |
cce44a1
to
a1b6746
Compare
I rebased, applied the suggestions above, and changed commit names to a better format. Test apk: app-debug.zip |
@Stypox: What do you mean?
It doesn't open the keyboard for me. It also would be nice if it'd have the cursor at the end of the query instead of the start. |
a1b6746
to
cce9904
Compare
* add searchSuggestionString, isCorrectedSearch fields to state and load onResume
cce9904
to
13a0d1d
Compare
I rebased again and fixed the problems reported by @wb9688
The background that makes bubbles around touches: Another testing apk: app-debug.zip |
@Stypox: Ah, you mean ripple? |
Looks good to me. Btw. is there a reason, why the bold and italic font effects were removed from the search terms? |
@TobiGr yes, read this thread: #3471 (comment) |
acccc6e
to
b96d171
Compare
What is it?
Description of the changes in your PR
Display search suggestions: "did you mean" and "showing result for" (in YouTube & YouTube Music).
Fixes the following issue(s)
Relies on the following changes
Testing apk
NewPipe_gisplaysearchsuggestion-debug.zip
Agreement