History log of /packages/apps/QuickSearchBox/src/com/android/quicksearchbox/google/AbstractGoogleSourceResult.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
fb8ce18922dae59db424fce906b5c113797fe81e 21-Oct-2010 Bjorn Bringert <bringert@android.com> Allow removing individual history items.

Bug: 2864750
Change-Id: Ib7266f91e512a116e6cc14152462714242b4740a
/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/google/AbstractGoogleSourceResult.java
5229b06f00d20aac76cd8519b37f2a579d61c54f 01-Oct-2010 Mathew Inwood <mathewi@google.com> Support for custom suggestion views.

Each Source can now define its own view factory to be used to display
suggestions from that source. Suggestions now also support extras (extra
columns in the cursor) that can be displayed in a custom suggestion layout.

Change-Id: Ie8dcedbbccfe7673804703adc8fabaae467626d9
/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/google/AbstractGoogleSourceResult.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/google/AbstractGoogleSourceResult.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/google/AbstractGoogleSourceResult.java