Feature/reader search toolbar#4085
Feature/reader search toolbar#4085daniloercoli merged 65 commits intofeature/reader-search-masterfrom
Conversation
…e user could have cancelled them on the PlayStore). Re-synch purchases when the user buys a subscription from the store.
…ss-Android into feature/plans-integrate-store-step-one
Add comments.
…ss-Android into feature/plans-integrate-store-step-one
…ss-Android into feature/plans-integrate-store-step-one
…ss-Android into feature/plans-integrate-store-step-one
… during release checksum
…ss-Android into feature/plans-integrate-store-step-one
…an subscription, and redirect the user to support. We're not going to enable upgrades whitin the apps.
…ss-Android into feature/plans-integrate-store-step-one # Conflicts: # WordPress/src/main/res/values/strings.xml
…lan attached to it.
… approach - just add a menu
…ss-Android into feature/reader-search-toolbar
I see this quite often in the emulator, not just with this PR but with others. I don't see this on a real device, though - are you also only seeing it in the emulator? |
I'm not sure if you wanted me to ignore this, but just in case you didn't: I don't think we need to lowercase the string. I think the user would expect to see it remembered using the same casing they used when they entered the query. |
Good catch! Fixed in 62317a9. |
|
Noticed that with the "Search interface" on the screen the back button closes the app, instead of returning you to the main Reader interface. |
Seeing it on emulators only. Sorry for the false alarm, usually emulators don't have this kind of issue. |
I see a similar behavior if you start tapping something in the "search field" and then rotate the device. |
…ss-Android into feature/reader-search-toolbar
Glad you found that one - fixed in 6279f18. |
That turned out to be a nasty one to fix, but it's taken care of now. So, ready for another round. Thanks! |
…e-store-step-one [Plans] Integrate Google Store calls, and synch IAP with backend - step one
…ss-Android into feature/reader-search-toolbar
Nevermind it was a design decision. |
|
@aerych - I've done with the review. If you want to take a look at this PR you're welcome. |
Merge away :) No need to wait for me |
|
|


This is the first of several PRs which will implement WordPress.com search in the Android reader. This PR doesn't perform any search yet - it simply adds a basic search UI to the reader, which includes:
FilteredRecyclerViewto allow for a menu to be inflated in the toolbarSearchViewNote that the wording used in this PR isn't final - it's simply a placeholder until a later design review.