History log of /packages/apps/QuickSearchBox/src/com/android/quicksearchbox/ui/SearchActivityViewSinglePane.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/ui/SearchActivityViewSinglePane.java
138c0a8d821f02d13e73bfc579ad9bded7d4d683 23-Nov-2010 Ying Wang <wangying@google.com> Move icons to mipmap.

Change-Id: Id7da3d48f8b65c8077bc218529b543794b6c777e
/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/ui/SearchActivityViewSinglePane.java
f95d552f5a4d8b61219f4c06ce6698ed2a5f0e10 16-Nov-2010 Bjorn Bringert <bringert@android.com> Change overflow menu button to show a drop-down menu

The menu currently contains Search settings and Manage search history.

Bug: 3154500
Change-Id: I3ef7d2a1dd29d3b8ac4f74c9b980f3c8ff8c63cd
/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/ui/SearchActivityViewSinglePane.java
8b2936607176720172aee068abc5631bdf77e843 12-Oct-2010 Bjorn Bringert <bringert@android.com> Added strawman tablet corpus selection UI

Bug: 3053103
Change-Id: Iaca9605fe88c53581ef20a79d07724fc4bfd5e8b
/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/ui/SearchActivityViewSinglePane.java
8749e424d7645e708f238530621248abb567e3be 06-Oct-2010 Bjorn Bringert <bringert@android.com> Expose methods for hiding suggestions and keyboard

Change-Id: I0c12b8c7bb83b52c0096473e334b07bad612a515
/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/ui/SearchActivityViewSinglePane.java
0a73d81f02118d0343d3f1c9219a8354466f72b3 02-Sep-2010 Mathew Inwood <mathewi@google.com> Refactored split between single pane & two pane UI.

SearchActivityView is now an abstract class, with SearchActivityViewSinglePane
and SearchActivityViewTwoPane deriving from it. This ensures that the corpus
selection dialog and other corpus selection code can never interfere with the
two pane UI.

Also updated the widget in xlarge so no corpus indicator is shown, just a
search icon.

Change-Id: I9236352bde35544dbb4f3be72c1e86ba8e6b4794
/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/ui/SearchActivityViewSinglePane.java