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/SuggestionData.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/SuggestionData.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/SuggestionData.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/SuggestionData.java
|
870b826dfbc5ef7518826007f22343dc963d6d04 |
|
09-Mar-2010 |
Bjorn Bringert <bringert@android.com> |
Use @VisibleForTesting instead of proguard.flags Change-Id: Ib6a8cceaa24da843d46ea3561c9d237a21c2b83e
/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/SuggestionData.java
|
f252dc7a25ba08b973ecc1cfbbce58eb78d42167 |
|
26-Feb-2010 |
Bjorn Bringert <bringert@android.com> |
Refactoring to make it easier to add the apps+market corpus I created an abstract MultiSourceCorpus implementation of Corpus, and changed WebCorpus to use that as its base class. Once we have Market suggestions, I will use the same bas class for the Apps corpus. This is part of the fix for http://b/issue?id=2312744 Change-Id: I804555a95ace92eeafd4922e27f86a90dda7889e
/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/SuggestionData.java
|
dbce1abe91200e83a41bcd95aaf5ea89496e5e48 |
|
02-Mar-2010 |
Bjorn Bringert <bringert@android.com> |
Store suggestion log type in shortcut repository Change-Id: I24436d41e4de8f63c5b9e5a4edab5146ac5678ae Fixes: http://b/issue?id=2480280
/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/SuggestionData.java
|
965d98377ddfdc52b772c2444d840000b665e000 |
|
01-Mar-2010 |
Bjorn Bringert <bringert@android.com> |
Support SUGGEST_COLUMN_TEXT_2_URL Part of the fix for http://b/issue?id=2380681 Change-Id: Ifd03bdc9a466e8159724ffeba6642ee260d58920
/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/SuggestionData.java
|
c29c9f854db8fa0c85f17cc32bae33dc17c6b127 |
|
23-Feb-2010 |
Bjorn Bringert <bringert@android.com> |
Create shortcuts from web searches Web searches and URLs entered in the All and Web corpora now create shortcuts that show up in All. Fixes http://b/issue?id=2127437 Change-Id: I269fcf93590d2335e10d43255b8989ffd4103f5b
/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/SuggestionData.java
|