13b4f2dc4b339790c2b9b0220be47c8e77fd61ea |
|
22-Sep-2010 |
Mathew Inwood <mathewi@google.com> |
Some tidying up and extra debug. Change-Id: Ida60e25f7b3cb4a53c9f3c1bd4f0914b6f320dbf
/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/google/GoogleSuggestionProvider.java
|
848fa7a19abedc372452073abaf52780c7b6d78d |
|
26-Jul-2010 |
Amith Yamasani <yamasani@google.com> |
Two-pane UI implemented. Show query suggestions on the left and all other results on the right. There is one major issue with this as it stands: *all* shortcuts currently appear in the right pane. They need to be split between the left and right pane as web results are (presumably). Change-Id: I4b433fb319d9911a83ccd974493de246300a1ddc
/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/google/GoogleSuggestionProvider.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/GoogleSuggestionProvider.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/GoogleSuggestionProvider.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/GoogleSuggestionProvider.java
|
b5fc08b7f16a32d3865f44b7f26d8aaa5304a2ad |
|
19-Mar-2010 |
Bjorn Bringert <bringert@android.com> |
Disable debug logging and remove unused imports and classes Fixes http://b/issue?id=2410136 Change-Id: I2416c9b6c1b9e819ec17d7954b6b70bf106f0414
/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/google/GoogleSuggestionProvider.java
|
dfabb7cfae91f6af3b5a9a9584cdec5557d1fceb |
|
25-Feb-2010 |
Dianne Hackborn <hackbod@google.com> |
Update to reflect android-common no longer in framework.
/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/google/GoogleSuggestionProvider.java
|
76b349110c4c88d27967695a432c6e23232ac9d0 |
|
10-Feb-2010 |
Dan Egnor <egnor@google.com> |
Pass a Context to AndroidHttpClient.getInstance(), to enable persistent SSL session caching.
/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/google/GoogleSuggestionProvider.java
|
18c681a8ab3c5227fb536501572c96b92c914a07 |
|
15-Jan-2010 |
Bjorn Bringert <bringert@android.com> |
Shuffle web search stuff around to prepare for GoogleQuickSearchBox - Move Google search classes under com.android.quicksearchbox. - Change Google suggestion URI to one that doesn't look like a class name. The suggestion URI has never been published, so it should be fine to change. - Put query in the URI path instead of a selection value. Change-Id: Id177caf3d44ba9802cf3ba2d3187c00324eb6415
/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/google/GoogleSuggestionProvider.java
|