25cbd7d054b92df1fe857d155ccc12f8191c12cf |
|
29-Jul-2010 |
Mathew Inwood <mathewi@google.com> |
Shortcut improvements. - Change the name of GoogleSource so it's the same as earlier versions of QSB. - Allow a SearchableSource to decide if it's compatible with another version of that source. - Allow SearchableSources.createSearchableSource to be overridden This means that web shortcuts will persist after upgrading QSB. Change-Id: Ia0a6a63153ba4642cf1e4cb1f9c92063014c6d01
/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/google/GoogleSource.java
|
69494b842a3f907164a457852c385f86dbe71d15 |
|
22-Jul-2010 |
Bjorn Bringert <bringert@android.com> |
Distinguish internal and external web suggestion queries Bug: 2858489 Change-Id: I57f31ffcd92c45d35fb6af5000dada11472e7a01
/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/google/GoogleSource.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/GoogleSource.java
|
49fd8e0994577badc6194c2c3b5f771f2b793fe4 |
|
28-Jun-2010 |
Bjorn Bringert <bringert@android.com> |
Refactoring to make QSB more modular Change-Id: I3bd5444bdcf4ac62a921c8c921306cc17aa440dc
/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/google/GoogleSource.java
|