History log of /packages/apps/QuickSearchBox/src/com/android/quicksearchbox/SuggestionUtils.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
40736d6090ddc45af9c44a436dfcdaef93e5d025 16-Nov-2010 Mathew Inwood <mathewi@google.com> Tidy up SuggestionUtils.normalizeUrl() and add some tests.

Change-Id: Iad5e256dd960b5521eaf4379321f95267f4a7ee6
/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/SuggestionUtils.java
f32ccb142919068f22ac0a0c19459c9153f70eca 15-Nov-2010 Mathew Inwood <mathewi@google.com> Improvements to suggestion clustering in right pane.

Changes:
- Space between clusters increased to 50% of suggestion height.
- Color of lines between suggestions toned down.
- Don't show duplicate suggestions when the appear in the promoted
cluster
- Don't cluster when we only have results from one corpus
- Show web search that aren't web search suggestions in clusters.

Bug: 3162608
Change-Id: I68f93890a839dc203a36ccf2ba552c1dac69ab48
/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/SuggestionUtils.java
38eb02e676db9e5a633e3c88a90beb8a477b1ca1 17-Sep-2010 Bjorn Bringert <bringert@android.com> Allow per-suggestion Intent components

Bug: 2972252

Change-Id: I221f6d2be3a29374ef080bc66594f1740a25e8dd
/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/SuggestionUtils.java
93bd2e70b8b08da1ec37fd0e990dac05551d2e90 29-Jun-2010 Bjorn Bringert <bringert@android.com> Another big QSB refactoring

- Change GoogleSource to return a suggestion cursor backed directly
by the JSON returned by the server, to avoid unecessary conversions
when showing web suggestions in QSB and improve laziness.

- Add SuggestionCursorBackedCursor to keep the web suggestion
ContentProvider working after the above.

- Extract Suggestion interface from SuggestionCursor, and use it to
replace DataSuggestionCursor use with ListSuggestionCursor.

- Add GoogleClient.isLocationAware(). GoogleSource previously
always returned true.

Change-Id: Ibe5ab2839267546b15488fa0a31e8535c014232a
/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/SuggestionUtils.java