History log of /packages/apps/QuickSearchBox/src/com/android/quicksearchbox/SearchSettingsImpl.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
ecf356c15143ab0583c64682de16d94a57f7dd1c 20-Sep-2013 Mathew Inwood <mathewi@google.com> Remove content provider querying from the search app.

The global search API that is used for this is being deprecated, since it
has long been beset by performance problems. Remove all related code from
the search app.

Bug: 10487397

Change-Id: Ifa91b50d784cb469cb39d6008284aa44ff54e62b
/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/SearchSettingsImpl.java
f4e4f922ad11b7d5bdc6347436f1e129fbae9041 18-Dec-2010 Narayan Kamath <narayan@google.com> Fix a race condition in the SearchBaseUrlHelper.

This race condition is seen only when the app starts up
for the first time *and* checkSearchDomain( ) takes a
while to return, *and* getSearchDomain is called
beforei it does.

bug:3132422
Change-Id: I3e1bcc08ce6bffaedddb02e33832007b6e48db97
/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/SearchSettingsImpl.java
8f65daa6e6df644d6cc6a9a2e100c01feb33bbd2 16-Dec-2010 Narayan Kamath <narayan@google.com> Account for language/locale changes in base urls.

If the user changes his locale / language, the base
search url should be changed as well (the hl= param).

bug:3287871

Change-Id: If460e1f6395bb0fcb009b5d8504cd13630ae4de3
/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/SearchSettingsImpl.java
3ee5c8a646ac4d49c0ae6040c7e383d2ad8e985b 03-Dec-2010 Narayan Kamath <narayan@google.com> Change name of another pref, increase visibility.

Useful for registering listeners on it.

Change-Id: Ic4c90e27b8a68af07e9460611d6dc81c14af0187
/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/SearchSettingsImpl.java
b1cdcbce5d9c5edb20309c59b7cb52f76bbfac72 03-Dec-2010 Narayan Kamath <narayan@google.com> Make getSearchSettings() public.

Useful for UI components that want to listen to changed
settings.

Change-Id: Id01968974b8c465e5ce7853483e02396026a84c7
/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/SearchSettingsImpl.java
8074f659cbe5406f0a31c8d1cd764660964f0d53 03-Dec-2010 Narayan Kamath <narayan@google.com> Rename use_google_com preference as per convention

Should be USE_GOOGLE_COM_PREF, not USE_GOOGLE_COM and
it should be visible to the PreferenceController. Also
add some @Override annotations as appropriate.

Change-Id: I43561893098c13e52ed3da74f283bc24d9621051
/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/SearchSettingsImpl.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/SearchSettingsImpl.java
269256d0aff25596395479cbfcd7cca5f60a2531 23-Nov-2010 Bjorn Bringert <bringert@android.com> Use SharedPreferencesCompat

Bug: 3220424
Change-Id: I8eaa46724e9250036a4a93c51ec3885ba8a404a3
/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/SearchSettingsImpl.java
d84f30fc2964eded2bf559c06d6d8e77ae26a2d0 23-Nov-2010 Bjorn Bringert <bringert@android.com> Use apply() to save preferences in Honeycomb and later

Bug: 3220424
Change-Id: I4327b8b729c10d35e107c214efbe466f5aa241c5
/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/SearchSettingsImpl.java
73a375928e0b8f0b2bfa09e4b252cfcbdad4ef84 17-Nov-2010 Bjorn Bringert <bringert@android.com> Allow hiding disabled menu items in two-pane popup menu

Bug: 3154500
Change-Id: I5c702ce349b40508027b0b399e6a6297167c15c9
/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/SearchSettingsImpl.java
34955d44dddabfc672a26263363190f971c337a8 02-Nov-2010 Mathew Inwood <mathewi@google.com> Remove 'Show web suggestions' from Search Settings.

Bug: 3145966
Dependant on change: Ida30fb0340f865057893045bb5a8faffac1d8ceb
Change-Id: Ia86b69c761e79a5a668cb2eeb34972f2acd9ee0e
/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/SearchSettingsImpl.java
8749e77dddec9e7984ee86a7be6f5ba4fce44362 26-Oct-2010 Bjorn Bringert <bringert@android.com> Add mechanism for hiding web search shortcuts

Bug: 3086361
Change-Id: I05bcc0eb3a10a2a5747fe41246e889f7d38a3ccb
/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/SearchSettingsImpl.java
96fec862c3d494aebcb4e1d93589a241385a2ba7 21-Sep-2010 Bjorn Bringert <bringert@android.com> QSB settings overhaul

- Put Google and Phone search settings on the same screen.

- Use a local preference for SHOW_WEB_SUGGESTIONS instead
of the soon deprecated Settings.System.SHOW_WEB_SUGGESTIONS,
see http://b/issue?id=3021480

- Refactor settings code to get rid of un-mockable static methods.

- Define options menus in XML.

- Use DialogPreference for "Clear shortcuts" dialog.

Bug: 3017828
Change-Id: I198d19f8df809adfb91cc0df1f2b11998451cd6b
/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/SearchSettingsImpl.java