Rework info text, add split-screen swipe hint, drop food location - #87
Merged
Merged
Conversation
softprops/action-gh-release@v2 targets the deprecated Node.js 20 runtime and is being forced onto Node.js 24. v3.0.0 moves the action to Node 24 with no breaking changes to the inputs this workflow uses. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01Gj9vwiAFZwRn1N7zpzMjF3
- Rephrase the home screen's info label to a short, generic description and point users to Settings to configure providers. - Show a "Swipe middle up or down to choose" snackbar (auto-dismissed after 3s) whenever the ride or food split screens are opened, since the hint applies to either. - Remove the food search location field: the food delivery apps already know the user's location once logged in, so only the query text is sent now. Also rephrases the food search disclaimer to be shorter and more accurate about deep-link support. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01Gj9vwiAFZwRn1N7zpzMjF3
Reflects behavior already in the app but missing from the README: food delivery comparison (Uber Eats / Bolt Food / Glovo, pick 2 via Settings) alongside ride comparison, and the swipe hint shown when either split screen opens. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01Gj9vwiAFZwRn1N7zpzMjF3
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
foodLocationstate, and thelocationparam fromFoodDeepLinks.createSearchLink- the food delivery apps already know the user's location once logged in, so only the query text is sent now. Also rephrased the food search disclaimer to "App deep linking is not officially supported. Search might not be triggered automatically".pttranslations for all changed strings.FoodDeepLinksTest,MainViewModelFoodSearchTest) to match the dropped location parameter.Test plan
./gradlew testpasses.🤖 Generated with Claude Code
https://claude.ai/code/session_01Gj9vwiAFZwRn1N7zpzMjF3
Generated by Claude Code