History log of /packages/apps/QuickSearchBox/src/com/android/quicksearchbox/ui/SuggestionsAdapterBase.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/SuggestionsAdapterBase.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/SuggestionsAdapterBase.java
77909685887bd6db7454b73cf274afc3aca2f58d 17-Nov-2010 Bjorn Bringert <bringert@android.com> Clean up suggestion layouts and fix spacing

This adds a special layout for web suggestions,
with fewer views, and moves all the web search suggestion specific
code out of DefaultSuggestionView.
It also gets rid of the per-source SuggestionViewFactories and creates
a global factory that delegates to other factories. This is to make
the choice of view dependent on the suggestion type instead of the
source.

Bug: 3202129
Bug: 3202115
Change-Id: Ie1963acd90bedda523f6c25c26b76b6a075b41af
/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/ui/SuggestionsAdapterBase.java
116affd19a834a2df4226a1ae37afcc1113a230e 16-Nov-2010 Mathew Inwood <mathewi@google.com> Always publish results even when none are promoted.

This fixes a bug which caused result never to be published
when a suggestions provider never returns, and there are no
shortcut matches.

Bug: 3200540
Change-Id: Ic63a69c4606f4e97d83028a9b26389b0dbd3b601
/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/ui/SuggestionsAdapterBase.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/SuggestionsAdapterBase.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/SuggestionsAdapterBase.java