pperrin / media-button-router

Automatically exported from code.google.com/p/media-button-router
Apache License 2.0
0 stars 0 forks source link

Display Visual Indication of selection. #3

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Launch Media Button Router 
2. Navigate the List using BT headset controls
3. Observe that there's no visual indication of the selection except the list 
scrolling to keep the selection in view. The only real indication is through 
the text-to-speech.

What is the expected output? What do you see instead?
Would be nice to display selection to the user using the selector that shows up 
on keyboard nav of lists. This is PITA to do. The only way I could do it before 
was simulating keyUp and keyDowns to navigate the list, but that doesn't  let 
us do wrapping behavior cleanly. 

Please use labels and text to provide additional information.

Original issue reported on code.google.com by harleens...@gmail.com on 19 May 2011 at 1:37

GoogleCodeExporter commented 9 years ago

Original comment by harleens...@gmail.com on 19 May 2011 at 1:38

GoogleCodeExporter commented 9 years ago
In order of showing selection, I'm thinking of having small rectangle show to 
the left of the selected media app in the list. It would look like this (Music 
is the selected app):

   <Icon> Pandora
[] <Icon> Music
   <Icon> Listen

Original comment by harleens...@gmail.com on 28 Dec 2011 at 6:13

GoogleCodeExporter commented 9 years ago
Issue 20 has been merged into this issue.

Original comment by harleens...@gmail.com on 4 Mar 2012 at 6:19

GoogleCodeExporter commented 9 years ago
Fixed in 1.4.0

Original comment by harleens...@gmail.com on 6 Mar 2012 at 2:31