History log of /packages/apps/QuickSearchBox/src/com/android/quicksearchbox/ui/ClusteredSuggestionsView.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/ClusteredSuggestionsView.java
bb57ae79a795983f048d1f43aa6dfc538906bc6a 23-Nov-2010 Mathew Inwood <mathewi@google.com> Speculative fix for monkey crash observed.

Also fix a NPE seen in crash reports.

Bug: 3215522
Change-Id: Ic3f4f43dd69faba8e2b34964c10b90b379ff883b
/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/ui/ClusteredSuggestionsView.java
7a0c3a7c6fdabce949b59e0a2c6ec1d44a140c24 12-Nov-2010 Mathew Inwood <mathewi@google.com> Cluster results by suggestion type.

This uses a ExpandableListView for results, with the first
group showing promoted suggestions, and the remaining groups
showing all suggestions by corpus type.

Bug: 3162608
Dependant on change: I579339ca208a83ecb9813175da7b8afbb3aa3c9f
Change-Id: I20fbc3945a8b89e8d94287856874cdee561542e6
/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/ui/ClusteredSuggestionsView.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/ClusteredSuggestionsView.java