summaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)Author
2024-02-02Migrate Test Targets to New Android Ownership ModelAditya Choudhary
2022-08-15Fix array-related errorprone warningsCole Faust
2022-01-27Fix license and license text.Bob Badour
2021-02-05Merge "[LSC] Add LOCAL_LICENSE_KINDS to packages/apps/QuickSearchBox" am: 6f0...Bob Badour
2021-02-05[LSC] Add LOCAL_LICENSE_KINDS to packages/apps/QuickSearchBoxBob Badour
2020-07-30Merge "AOSP/QuickSearchBox - Update language to comply with Android's inclusi...Treehugger Robot
2020-07-30AOSP/QuickSearchBox - Update language to comply with Android's inclusive lang...Raman Tenneti
2020-05-21Add an exported flag in manifestAshwini Oruganti
2019-01-11Convert Android.mk file to Android.bpSasha Smundak
2018-01-25QuickSearchBox: Move tests to SDK 9Andreas Gampe
2013-09-23Remove content provider querying from the search app.Mathew Inwood
2010-12-16Account for language/locale changes in base urls.Narayan Kamath
2010-12-07Don't shortcut typed searchesBjorn Bringert
2010-12-03Introduce the SearchBaseUrlHelper class.Narayan Kamath
2010-11-18Clean up suggestion layouts and fix spacingBjorn Bringert
2010-11-17Merge "Allow hiding disabled menu items in two-pane popup menu"Bjorn Bringert
2010-11-17Allow hiding disabled menu items in two-pane popup menuBjorn Bringert
2010-11-17Some refactoring and tidyig up.Mathew Inwood
2010-11-16Fix some spelling mistakes.Mathew Inwood
2010-11-16Tidy up SuggestionUtils.normalizeUrl() and add some tests.Mathew Inwood
2010-11-16Only show shortcuts in the first cluster.Mathew Inwood
2010-11-15Fixed a bug that caused RankAwarePromoter return fewer resultsPeter Visontay
2010-11-12Cluster results by suggestion type.Mathew Inwood
2010-10-29Improve startup latency logging.Mathew Inwood
2010-10-27Allow removing individual history items.Bjorn Bringert
2010-10-26Add mechanism for hiding web search shortcutsBjorn Bringert
2010-10-26Fix creating state bug in CachedLaterBjorn Bringert
2010-10-20Get corpora excluded from All to work in the single pane UIBjorn Bringert
2010-10-20Improve PackageIconLoader thread handing.Mathew Inwood
2010-10-18Add option to limit suggestions displayed by space available.Mathew Inwood
2010-10-15Optionally don't show zero-query suggestions & shortcuts.Mathew Inwood
2010-10-15Load icons from other processes in a seperate thread.Mathew Inwood
2010-10-12Added strawman tablet corpus selection UIBjorn Bringert
2010-10-06Replace Source.isWebSuggestionSource() with getMaxShortcuts()Bjorn Bringert
2010-10-05Support for custom suggestion views.Mathew Inwood
2010-10-04Allow corpora to be excluded from All but still enabledBjorn Bringert
2010-10-01Sort corpora alphabetically in corpus selectorBjorn Bringert
2010-09-23QSB settings overhaulBjorn Bringert
2010-09-22Change to make defaulting of Contacts corpora more reliable.Mathew Inwood
2010-08-24Get rid of the last shortcut DB reads on the UI threadBjorn Bringert
2010-08-23Don't limit shortut count in single-corpus mode.Bjorn Bringert
2010-08-23Get shortcuts asynchronously.Bjorn Bringert
2010-08-19Move Promoter to SuggestionsAdapter to have a single Suggestions objectBjorn Bringert
2010-08-17Delete unused code, string and resources.Mathew Inwood
2010-08-17Filter shortcuts between the two panes, and other fixes.Mathew Inwood
2010-08-12Fix the tests.Mathew Inwood
2010-08-12Merge commit '09208161' into manualmergeMathew Inwood
2010-08-12Only refresh shortcuts that are displayed in the UI.Mathew Inwood
2010-08-09Delay shortcut DB updates to avoid priority inversion.Mathew Inwood
2010-08-05Two-pane UI implemented.Amith Yamasani