Reader search design review - #4122
Conversation
… approach - just add a menu
…ss-Android into feature/reader-search-toolbar
…ss-Android into feature/reader-search-toolbar
…ss-Android into feature/reader-search-toolbar
…ss-Android into feature/reader-search-toolbar
…toolbar Feature/reader search toolbar
…ss-Android into feature/reader-search-master Conflicts: WordPress/src/main/java/org/wordpress/android/datasets/ReaderDatabase.java WordPress/src/main/java/org/wordpress/android/datasets/ReaderTagTable.java
|
Thanks for the design review, @jancavan!
Added in aa4a6e3
Added in c5d2664
The text size and color is determined by Android itself. With some effort we can customize it, but I think it's better to stick with the defaults here. Good call on using "Search WordPress.com" - added in 99d5868
Yuck, glad you noticed that! I think it's unlikely that users will enter such a long search query, though. What do you think about simply limiting dropdown items to a single line, like this?
The dialog style is determined by Android itself and is consistent with other dialogs in the app, but I agree the text could use some work. However, the text "Would you like to clear your recent searches?" is a bit long for mobile, and goes against Google's recommendations here. Looking at Google's recs for dialogs, I think we can drop the dialog title entirely and simply use this: I added that in de89715. Thoughts? |
@jancavan Those colors are used throughout the app for similar messages, so I think they shouldn't change. That text copy I'm using for no results matches what we currently have on Calypso search, but I'm happy to change it. However, I don't think it should be changed to use "We couldn't find any..." since Google recommends avoiding the pronoun "We". I did tweak it slightly and added <em> formatting of the query string in bf08137 - let me know if you'd prefer different copy. |
…ss-Android into feature/reader-search-master
…ss-Android into feature/reader-search-master
…ch-analytics Issue/4105 reader search analytics
|
Thanks for working on the updates, it's looking good!
Gotcha. Ok, let's just keep the default styles then.
Good call, I think this is great. When I checked the branch out, there's a space between the last letter and ellipsis. Or is the ellipses added, I think, after 30 characters including spaces?
Yup, this works. Much better than the original.
Ok, makes sense. I think the latest version is good. Re aa4a6e3, sorry I missed this the last time, but I think it's worth adding a dialog box (Would you like to clear the recent search alligator?) to avoid inadvertently deleting a recent search item. Re the Search icon, I also noticed the white Search icon isn't a Gridicon - so both white and gray one: |
@jancavan I think that may be overkill, since all the user is doing is removing a query string (no other data is affected). I do agree with a confirmation when clearing all items, though.
Sorry - I missed that in your previous comment. Can you provide SVGs? |
…ss-Android into feature/reader-search-master
|
Here's the Search icon SVG. Let me know if there's anything else you need. |
|
Design LGTM 👍 |
Support library v24.0 should be out soon, we could at least wait 2 weeks (before wpandroid 5.6 freeze) before merging this. |
…ss-Android into feature/reader-search-master
…ss-Android into feature/reader-search-master
…ss-Android into feature/reader-search-master
…ch-disable-swipe-to-refresh Disable swipe-to-refresh for reader search results
…ss-Android into feature/reader-search-master
…ss-Android into feature/reader-search-master
…ss-Android into feature/reader-search-master
|
Support library v24.0.0 was merged, so it's time to |







Reader search passed code review in PR #4096, now it just needs a design review before it can be merged into develop.
Needs review @jancavan