History log of /packages/apps/QuickSearchBox/src/com/android/quicksearchbox/ui/BaseSuggestionView.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/BaseSuggestionView.java
3bcf2de0b52d088a928f0efe962608baa9cc1e39 18-Jan-2011 Bjorn Bringert <bringert@android.com> New search history removal confirmation UI

Before, this was a context menu, but that doesn't allow
OK and Cancel buttons. Now we use an AlertDialog instead
of a ContextMenu.

Bug: 3141702
Change-Id: I41d67d8db673c8d9d66dee8aedf2757bf89cd8be
/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/ui/BaseSuggestionView.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/BaseSuggestionView.java