History log of /packages/apps/QuickSearchBox/src/com/android/quicksearchbox/ui/SuggestionsListView.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
ecf356c15143ab0583c64682de16d94a57f7dd1c 20-Sep-2013 Mathew Inwood <mathewi@google.com> Remove content provider querying from the search app.

The global search API that is used for this is being deprecated, since it
has long been beset by performance problems. Remove all related code from
the search app.

Bug: 10487397

Change-Id: Ifa91b50d784cb469cb39d6008284aa44ff54e62b
/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/ui/SuggestionsListView.java
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