-
Notifications
You must be signed in to change notification settings - Fork 226
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
Search history - Merge feature branch #784
Conversation
Search history: Data layer
Added separator explicitly removing space after comma.
Search history: Display results
…-all-and-navigation Search history: Navigation and Clear All
Set up end of year modal bottom sheet when user is logged in only when eligible. Otherwise a blank compose modal sheet gets added that can take up focus and cause issues with talkback.
If podcastIds is empty, list should be empty after splitting by delimiter
This reverts commit 38f33b4
Max history count is added so that search history table doesn't grow too large
…m/Automattic/pocket-casts-android into task/752-search-history-fine-tune
…tune Search history: Design review
…y-analytics # Conflicts: # modules/services/analytics/src/main/java/au/com/shiftyjelly/pocketcasts/analytics/AnalyticsEvent.kt
…tics Search history - Analytics
# Conflicts: # CHANGELOG.md
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.
Retested and everything is still working great! Wonderful work here @ashiagr !
One possible future improvement that came to my mind while I was testing... it might be nice if when you tap on a history item that item was moved to the top of the history list the next time you opened the list.
Closes #752
Description
This merges "Search history" feature branch to
main
.Testing Instructions
All PRs in #752 were reviewed and tested before merging into the feature branch. Smoke test the feature to see if everything's working after merging conflict resolutions.
Checklist
modules/services/localization/src/main/res/values/strings.xml
I have tested any UI changes...