Skip to content
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 screen – Android Auto #17209

Open
7 tasks done
dmpr0 opened this issue May 17, 2023 · 3 comments · Fixed by #18793
Open
7 tasks done

Search screen – Android Auto #17209

dmpr0 opened this issue May 17, 2023 · 3 comments · Fixed by #18793
Assignees
Labels
Milestone

Comments

@dmpr0
Copy link
Contributor

dmpr0 commented May 17, 2023

ToDo

After changed we made in #16632, that allows to access all used data from the main screen, I propose to update Search first screen.

Current Proposed

Search screen

Screenshot
  • Show History as first item
  • Show Address as second item
  • Show search categories below

Address, Figma

Add step-by-step address search for Android Auto.

Screenshot
Select cit Select street Select building
  • Step 1, Nearest City: Show list of nearest cities
  • Step 2, Streets: show list of streets for selected city
  • Step 3, Buildings: show list of buildings for selected street
  • Step 4, Navigation screen with selected address
@dmpr0 dmpr0 added the and-auto label May 17, 2023
@vshcherb vshcherb added this to the 4.6-android milestone Jun 4, 2023
@Chumva Chumva assigned Chumva and unassigned Chumva Sep 26, 2023
@vshcherb vshcherb assigned Corwin-Kh and unassigned Chumva Dec 18, 2023
@Chumva Chumva self-assigned this Dec 21, 2023
@Chumva Chumva linked a pull request Dec 21, 2023 that will close this issue
@vshcherb vshcherb modified the milestones: 4.6-android, 4.7-android Dec 27, 2023
@ntruchsess
Copy link
Contributor

I propose to make use of the TabTemplate that comes with car-library version 1.3.0.
A maximum of 4 tabs is permitted, those could be 'Free Search', 'Address', 'Categories' and 'Favorites'.
Free-search would be default. As long there is no search-phrase it would list the recently used destinations (this is what the current searchscreen already does).

@vshcherb vshcherb modified the milestones: 4.7-android, 4.8-android Mar 26, 2024
@vshcherb
Copy link
Member

We don't how to clear or append text after you click on City, so we can't allow to have incremental search. Like type "Bos" -> select "Boston" and text field would display "Boston " or "".

@ntruchsess
Copy link
Contributor

ntruchsess commented Mar 28, 2024

@vshcherb
to clear the input just push another instance of searchscreen on the stack. This also has the benefit one can go 'back' to each previous step (both via action or hardware-button)

@vshcherb vshcherb modified the milestones: 4.8-android, 4.7-android Apr 1, 2024
@vshcherb vshcherb modified the milestones: 4.7-android, 4.8-android Apr 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

5 participants