91da7b135300cbbe482e6d1da64bd52ce629245d |
|
11-Aug-2011 |
Bjorn Bringert <bringert@android.com> |
Handle EXTRA_WEB_SEARCH_PENDINGINTENT (QSB) Bug: 4988580 Change-Id: I5ef9d68c34f1b38d2194c06c5ac0b3b13e9047eb
/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/google/GoogleSearch.java
|
bfafb70b43802f4ca37aab3ea7f6e9568aa7361f |
|
15-Dec-2010 |
Bjorn Bringert <bringert@android.com> |
Add whitelist for hl country variants google.com currently only supports hl=lang-country for a small number of locales. This change adds a whilelist of such locales. This workaround can be removed once bug 3232296 is fixed. Bug: 3232296 Change-Id: I1ec075efe1ceb7655286329fa908f170ea25546f
/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/google/GoogleSearch.java
|
c953ef06f0fc1fb4157fe67aa145cf702ee204d0 |
|
02-Dec-2010 |
Narayan Kamath <narayan@google.com> |
Introduce the SearchBaseUrlHelper class. Issues requests to /searchdomaincheck to retrive the users search domain based on IP. Following this, I will submit another change to turn it on and add the settings UI. Change-Id: I91e37b3a4b853b088216df81f4a2fb6122cb54c4
/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/google/GoogleSearch.java
|
c4e96e6c09422ab54984144ad618b2ecefb4b891 |
|
07-Oct-2010 |
Mathew Inwood <mathewi@google.com> |
Remove gl paramater from suggest & SRP URLs. The country is now determined server side based on IP address. This resolves problems for (e.g.) German speakers in Switzerland (previously, we set gl=de which is incorrect). Bug: http://b/issue?id=2813127 Change-Id: I06c8d7328220f7c7c679ab2913b8d693479a2a3b
/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/google/GoogleSearch.java
|
3f71a11f8858b9164ca83e8d2f558dd8a8a5e2de |
|
10-Feb-2010 |
Bjorn Bringert <bringert@android.com> |
Use Search.SOURCE from android-common The SOURCE (search source identifier) constant is moving from hidden in android.app.SearchManager to com.android.common.Search. Part of http://b/issue?id=2429556 Change-Id: Idef59c61ce6e2d7c0dba491e125417745372ce2b
/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/google/GoogleSearch.java
|
905f56c52d322c4fd74c9989d0c3c54337f1e741 |
|
02-Feb-2010 |
Jeff Hamilton <jham@android.com> |
Remove the usage of GoogleSettings. Change-Id: Ia444793e799179c84ea239b7329701caf3cfc0cd
/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/google/GoogleSearch.java
|
4a1c1325ac4b141b1610faeba49f2f3e54772eb6 |
|
30-Jan-2010 |
Bjorn Bringert <bringert@android.com> |
Remove geolocation code from open-source QuickSearchBox This code was not tested well, used a @hidden extra to pass location to the browser, and did not prompt the user to opt-in to sharing location. If we want location in the open-source QuickSearchBox in the future, we should take the code from GoogleQuickSearchBox. Change-Id: Iab269a356c1020c424d346cb91c34723f90f96e3
/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/google/GoogleSearch.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/GoogleSearch.java
|