1. 2a11aab Convert Android.mk file to Android.bp by Sasha Smundak · 5 years ago
  2. dad7a83 QuickSearchBox: Move tests to SDK 9 by Andreas Gampe · 6 years ago
  3. ecf356c Remove content provider querying from the search app. by Mathew Inwood · 11 years ago
  4. 8f65daa Account for language/locale changes in base urls. by Narayan Kamath · 13 years ago
  5. 3109221 Don't shortcut typed searches by Bjorn Bringert · 13 years ago
  6. c953ef0 Introduce the SearchBaseUrlHelper class. by Narayan Kamath · 14 years ago
  7. 7790968 Clean up suggestion layouts and fix spacing by Bjorn Bringert · 14 years ago
  8. 74c4910 Merge "Allow hiding disabled menu items in two-pane popup menu" by Bjorn Bringert · 14 years ago
  9. 73a3759 Allow hiding disabled menu items in two-pane popup menu by Bjorn Bringert · 14 years ago
  10. 27691bf Some refactoring and tidyig up. by Mathew Inwood · 14 years ago
  11. 24f58f7 Fix some spelling mistakes. by Mathew Inwood · 14 years ago
  12. 40736d6 Tidy up SuggestionUtils.normalizeUrl() and add some tests. by Mathew Inwood · 14 years ago
  13. af1ca2c Only show shortcuts in the first cluster. by Mathew Inwood · 14 years ago
  14. 9a8c6b4 Fixed a bug that caused RankAwarePromoter return fewer results by Peter Visontay · 14 years ago
  15. 7a0c3a7 Cluster results by suggestion type. by Mathew Inwood · 14 years ago
  16. 98cbee7 Improve startup latency logging. by Mathew Inwood · 14 years ago
  17. fb8ce18 Allow removing individual history items. by Bjorn Bringert · 14 years ago
  18. 8749e77 Add mechanism for hiding web search shortcuts by Bjorn Bringert · 14 years ago
  19. 7f5ff91 Fix creating state bug in CachedLater by Bjorn Bringert · 14 years ago
  20. dfc1772 Get corpora excluded from All to work in the single pane UI by Bjorn Bringert · 14 years ago
  21. 5167813 Improve PackageIconLoader thread handing. by Mathew Inwood · 14 years ago
  22. fdb80c2 Add option to limit suggestions displayed by space available. by Mathew Inwood · 14 years ago
  23. e15fe38 Optionally don't show zero-query suggestions & shortcuts. by Mathew Inwood · 14 years ago
  24. e29d52a Load icons from other processes in a seperate thread. by Mathew Inwood · 14 years ago
  25. 8b29366 Added strawman tablet corpus selection UI by Bjorn Bringert · 14 years ago
  26. 53aab8c Replace Source.isWebSuggestionSource() with getMaxShortcuts() by Bjorn Bringert · 14 years ago
  27. 5229b06 Support for custom suggestion views. by Mathew Inwood · 14 years ago
  28. f3f70e5 Allow corpora to be excluded from All but still enabled by Bjorn Bringert · 14 years ago
  29. 22da5e4 Sort corpora alphabetically in corpus selector by Bjorn Bringert · 14 years ago
  30. 96fec86 QSB settings overhaul by Bjorn Bringert · 14 years ago
  31. 09552c7 Change to make defaulting of Contacts corpora more reliable. by Mathew Inwood · 14 years ago
  32. 6859aea Get rid of the last shortcut DB reads on the UI thread by Bjorn Bringert · 14 years ago
  33. f165f2d Don't limit shortut count in single-corpus mode. by Bjorn Bringert · 14 years ago
  34. b42184f Get shortcuts asynchronously. by Bjorn Bringert · 14 years ago
  35. b83882b Move Promoter to SuggestionsAdapter to have a single Suggestions object by Bjorn Bringert · 14 years ago
  36. e25e3e3 Delete unused code, string and resources. by Mathew Inwood · 14 years ago
  37. 4572856 Filter shortcuts between the two panes, and other fixes. by Mathew Inwood · 14 years ago
  38. 120040e Fix the tests. by Mathew Inwood · 14 years ago
  39. 3f38435 Merge commit '09208161' into manualmerge by Mathew Inwood · 14 years ago
  40. 9038d65 Only refresh shortcuts that are displayed in the UI. by Mathew Inwood · 14 years ago
  41. b1d058c Delay shortcut DB updates to avoid priority inversion. by Mathew Inwood · 14 years ago
  42. 848fa7a Two-pane UI implemented. by Amith Yamasani · 14 years ago
  43. 93ba3b9 Fix for bug 2879253. by Mathew Inwood · 14 years ago
  44. f881fbe Change shortcut ordering algorithm to preserve click order by Bjorn Bringert · 14 years ago
  45. f16bea9 More edit distance optimization by Bjorn Bringert · 14 years ago
  46. fbbf9be Performance improvement for suggestion bolding. by Mathew Inwood · 14 years ago
  47. 132a8af Allow suggested & query text style to be defined in XML. by Mathew Inwood · 14 years ago
  48. 08ff0a7 Limit the number of shortcuts per corpus in All mode by Bjorn Bringert · 14 years ago
  49. 2fb3a12 Implemented suggestion bolding. by Mathew Inwood · 14 years ago
  50. 93bd2e7 Another big QSB refactoring by Bjorn Bringert · 14 years ago
  51. 49fd8e0 Refactoring to make QSB more modular by Bjorn Bringert · 14 years ago
  52. ced9f76 Delay suggestion updates 200 ms and group them by Bjorn Bringert · 14 years ago
  53. bf03c6a Get tests to build in unbundled tree. by Bjorn Bringert · 14 years ago
  54. cd1e3ba Allow corpora to differ results when only 1 is selected. by Mathew Inwood · 14 years ago
  55. 839a9fd Drop "query jamming" feature from QSB by Bjorn Bringert · 14 years ago
  56. 3cb8178 Minor logging improvement & bugfixing. by Mathew Inwood · 14 years ago
  57. 1e53e72 Changes to support bug 2601034. by Mathew Inwood · 14 years ago
  58. 46dfa30 Fix broken unit test by Bjorn Bringert · 14 years ago
  59. 96c7058 Add config resource for hiding corpora from corpus selector by Bjorn Bringert · 14 years ago
  60. 21bff9b Clean up corpus update handling by Bjorn Bringert · 14 years ago
  61. 81a0897 Refactoring to prepare for external shortcuts by Bjorn Bringert · 14 years ago
  62. 7a9b12c Remove unused action key methods by Bjorn Bringert · 14 years ago
  63. 148154b Write to click log asynchronously by Bjorn Bringert · 14 years ago
  64. 87331ef Click logging performance improvements by Bjorn Bringert · 14 years ago
  65. 39bbcdc Various changes to shorcut promotion logic. by Bryan Mawhinney · 14 years ago
  66. 2353e9c Use resource names in stored shortcut icons URIs by Bjorn Bringert · 14 years ago
  67. 6d5cbd6 Don't show shortcuts for upgraded apps by Bjorn Bringert · 14 years ago
  68. a65408f Fix ShouldQueryStrategy.shouldQuery by Bjorn Bringert · 14 years ago
  69. f95ce10 Logging improvements and better corpus selector handling by Bjorn Bringert · 14 years ago
  70. 9a3f0f7 Make MultiSourceCorpusTest:testGetSuggestions deterministic by Bjorn Bringert · 14 years ago
  71. 72cad65 Merge "Fix shortcut refreshes that delete shortcuts" by Bjorn Bringert · 14 years ago
  72. 72f9b08 Use a separate thread pool for Web corpus, to avoid deadlock by Bjorn Bringert · 14 years ago
  73. 6855d58 Fix shortcut refreshes that delete shortcuts by Bjorn Bringert · 14 years ago
  74. 47d02f7 Always use the same SuggestionsProvider by Bjorn Bringert · 14 years ago
  75. 62adab8 More refactoring to enable Apps+Market source by Bjorn Bringert · 14 years ago
  76. 85e5767 Merge "Test application for partial suggestions." by Amith Yamasani · 14 years ago
  77. 07627cc Test application for partial suggestions. by Amith Yamasani · 14 years ago
  78. ce4cdcf Boost ranking of default enabled corpora by Bjorn Bringert · 14 years ago
  79. e06b7cb Only included queried corpora in qsb_click log event by Bjorn Bringert · 14 years ago
  80. 82bcf00 Use actual set of promoted corpora in suggestion promoter by Bjorn Bringert · 14 years ago
  81. f252dc7 Refactoring to make it easier to add the apps+market corpus by Bjorn Bringert · 14 years ago
  82. dbce1ab Store suggestion log type in shortcut repository by Bjorn Bringert · 14 years ago
  83. 965d983 Support SUGGEST_COLUMN_TEXT_2_URL by Bjorn Bringert · 14 years ago
  84. 5691f90 Show "Google" hint for Web and All, source hint for others by Bjorn Bringert · 14 years ago
  85. c29c9f8 Create shortcuts from web searches by Bjorn Bringert · 14 years ago
  86. 26d8526 Show menu in corpus selector, update corpus list dynamically by Bjorn Bringert · 14 years ago
  87. dbdffd8 Add missing pieces for suggestions footer change. by Bjorn Bringert · 14 years ago
  88. 883c1bf Add a suggestions footer view by Bjorn Bringert · 14 years ago
  89. a4cd9e7 Consider corpora rankings when choosing results to promote. by Bryan Mawhinney · 14 years ago
  90. a48af08 Use one thread pool per corpus / source by Bjorn Bringert · 14 years ago
  91. 02d897e Copy slow, spammy and benchmark tests from eclair GlobalSearch by Bjorn Bringert · 14 years ago
  92. 04a180b Add unit tests for ShortcutRefresher by Bjorn Bringert · 14 years ago
  93. fde948e Merge Google and Browser sources and call them Web by Bjorn Bringert · 14 years ago
  94. 3e6381e Remove hard-coded package from ActivityInstrumentationTestCase2 constructor. by Bryan Mawhinney · 14 years ago
  95. 53bf140 Respect the queryAfterZeroResults flag. by Bryan Mawhinney · 14 years ago
  96. ca78085 Log QSB events to EventLog by Bjorn Bringert · 14 years ago
  97. 2755e76 Fix build by adding missing getSuggestionIntentDataString by Bryan Mawhinney · 14 years ago
  98. 1e938ea Show contact suggestions using QuickContactBadge. by Bryan Mawhinney · 14 years ago
  99. 94e8a2b Implement refreshing of shortcuts in QSB. by Bryan Mawhinney · 14 years ago
  100. bf8d7b6 Merge "Remove duplicate method Source.getSearchActivity()." by Bjorn Bringert · 14 years ago