History log of /packages/apps/QuickSearchBox/src/com/android/quicksearchbox/ui/SuggestionsListView.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
45f42cab0664a8a23975e8913dbe77c1fd8ad86c 21-Dec-2010 Mathew Inwood <mathewi@google.com> Fix keyboard navigation and highlight issues.

- Make all focusable UI elements have a focused state
- Fix issues with pressing enter on various UI elements
- Make some touch targets slightly bigger.

Bug: 3291344
Bug: 3291338
Bug: 3291333
Change-Id: I16a88b68d960c9a7b2f245b4915fda9cfd8d3206
/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/ui/SuggestionsListView.java
fd4a4cbc1143a734d357897531daa7105db6459b 11-Nov-2010 Mathew Inwood <mathewi@google.com> Refactor suggestions adapters for clustering of results.

This allows an alternative SuggestionsView to be based on an
ExpandableListView instead of a regular list view.

Skeleton ExpnadableListView based classes added, but not functional
yet.

Bug: 3162608
Change-Id: Ic78e9397ed00423855732e5dcc1dd4d4136d6a90
/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/ui/SuggestionsListView.java