1. 73b8ec0 Import revised translations. DO NOT MERGE by Eric Fischer · 16 years ago donut-release main master android-1.6_r2
  2. a4dd30e Import revised translations. DO NOT MERGE by Eric Fischer · 16 years ago
  3. 182e26f Address comment in 23137 - protect against null. by Mike LeBeau · 16 years ago donut-release2 android-1.6_r1 android-1.6_r1.1 android-1.6_r1.2 android-1.6_r1.3 android-1.6_r1.4 android-1.6_r1.5
  4. c60f9b4 Turn new suggestion sources off by default. The user will have to turn them by Mike LeBeau · 16 years ago
  5. 74d8c2b Put 3rd party sources last in searchable items settings by Bjorn Bringert · 16 years ago
  6. b60bd73 Use existing respond hack to close GlobalSearch cursor by Bjorn Bringert · 16 years ago
  7. a5697c4 Never promote 3rd party sources with < 3 clicks. by Bjorn Bringert · 16 years ago
  8. c754a9c Added slow and spammy test 3rd party suggestion sources by Bjorn Bringert · 16 years ago
  9. 3ab07db Merge change 23051 into donut by Android (Google) Code Review · 16 years ago
  10. 843adb9 Only shortcut suggestions from promoted sources. by Mike LeBeau · 16 years ago
  11. 58e886a Allow a small set of system apps to put their results into the promoted list before we have by Karl Rosaen · 16 years ago
  12. 592150a Remove the search engine setting. Hard-code the search engine to Google, by Anonymous Coward · 16 years ago
  13. 500413e Import revised translations. DO NOT MERGE by Eric Fischer · 17 years ago
  14. 0fbc519 Import revised translations. DO NOT MERGE by Eric Fischer · 17 years ago
  15. 09796fc Merge change 9611 into donut by Android (Google) Code Review · 17 years ago
  16. a3deddc Fix regressions in source mixing logic by going back to previous approach with a longer promoted source timeout. by Karl Rosaen · 17 years ago
  17. 061720a Import revised translations. DO NOT MERGE by Eric Fischer · 17 years ago
  18. 637bc28 Add MODULE_LICENSE_APACHE2 to GlobalSearch to allow it to be open-sourced. by Mike LeBeau · 17 years ago
  19. 2d1aa40 Add year to the open source headers in GlobalSearch that were missing it, by Mike LeBeau · 17 years ago
  20. c79ba5f Show "More results" only after all slots are filled (or all promoted done) by Bjorn Bringert · 17 years ago
  21. 4f50174 Demote Music source by default. by Bjorn Bringert · 17 years ago
  22. a8e011f More SourceSuggestionBacker refactoring by Bjorn Bringert · 17 years ago
  23. 37fb56e Even more SourceSuggstionBacker refactoring. by Bjorn Bringert · 17 years ago
  24. e0622a9 More SourceSuggestionBacker refactoring. by Bjorn Bringert · 17 years ago
  25. 7500ac8 Some refactoring in SourceSuggestionBacker by Bjorn Bringert · 17 years ago
  26. 31248aa Close session on empty query. by Bjorn Bringert · 17 years ago
  27. 7231348 Close SuggestionCursor in finalize() by Bjorn Bringert · 17 years ago
  28. 307312f Some debug printing in GlobalSearch by Bjorn Bringert · 17 years ago
  29. 0865b80 Only record impressions after a click by Bjorn Bringert · 17 years ago
  30. 4637e09 Remove "Show web suggestions" setting from GlobalSearch by Bjorn Bringert · 17 years ago
  31. 2dc7e56 Don't spam logs with 'Cancelling' messages in global search by Karl Rosaen · 17 years ago
  32. 02765d9 Limits concurrent queries for each source to 3. by Karl Rosaen · 17 years ago
  33. cb87a39 Merge change 8271 into donut by Android (Google) Code Review · 17 years ago
  34. b03c193 Use a separate, smaller, thread pool for shortcut refresh tasks. by Karl Rosaen · 17 years ago
  35. 6e6ab8f Remove intent launching and perms from GlobalSearch by Bjorn Bringert · 17 years ago
  36. 21d0fe0 Merge change 8219 into donut by Android (Google) Code Review · 17 years ago
  37. efd5437 Correctly handle shortcut refreshing for isSpinnerWhileRefreshing. by Karl Rosaen · 17 years ago
  38. 11bbb84 Add test for intent_key change in shortcut refresher by Bjorn Bringert · 17 years ago
  39. 4eab5cd Add an index on shortcuts(source,shortcut_id) by Bjorn Bringert · 17 years ago
  40. 74b5dd1 Update clicklog entries when shortcuts change intent_key by Bjorn Bringert · 17 years ago
  41. 33b78cd Use replace in shortcut updating by Bjorn Bringert · 17 years ago
  42. 6cddacf Retrieve spinnerWhileRefreshing attribute from db. by Karl Rosaen · 17 years ago
  43. 9d3d337 Update all shortcut fields after shortcut refresh. by Bjorn Bringert · 17 years ago
  44. 508bfd7 Merge change 7973 into donut by Android (Google) Code Review · 17 years ago
  45. b287ba1 Merge change 7968 into donut by Android (Google) Code Review · 17 years ago
  46. 86c074e Change the name of the broadcast intent sent when search settings by Mike LeBeau · 17 years ago
  47. c19da2e Remove logic associated with typing delay optimization from global search by Karl Rosaen · 17 years ago
  48. 579320c Broadcast a settings changed message not just when searchables change by Mike LeBeau · 17 years ago
  49. 6e03221 Save action_msg_call in shortcut DB. by Bjorn Bringert · 17 years ago
  50. bbb04c1 Include intent extra data in shortcut refresh request by Bjorn Bringert · 17 years ago
  51. 3db869c Merge change 7765 into donut by Android (Google) Code Review · 17 years ago
  52. 9f6896e Change the way we handle strings for the web search engine. Fixes http://b/1986789. by Mike LeBeau · 17 years ago
  53. ee60e29 If the cursor hasn't received a respond bundle with PRE_CLOSE by the time it is closed, call the close callback. by Karl Rosaen · 17 years ago
  54. 392e12c Various tweaks to global search in light of the filter thread being prioritized properly. by Karl Rosaen · 17 years ago
  55. 4fac308 Merge change 7090 into donut by Android (Google) Code Review · 17 years ago
  56. abaa20c run global search in acore (the process tag was on the manifest, not the application, whoops) by Karl Rosaen · 17 years ago
  57. 37aa2ac Merge change 6975 into donut by Android (Google) Code Review · 17 years ago
  58. 8dd5b9a Import new translations by Eric Fischer · 17 years ago
  59. 53a95c7 fix global search permissions tests. by Karl Rosaen · 17 years ago
  60. 13f642f Merge change 6951 into donut by Android (Google) Code Review · 17 years ago
  61. ad094fb Limit the number of shortcuts returned to 12. by Karl Rosaen · 17 years ago
  62. 986d92a Merge change 6914 into donut by Android (Google) Code Review · 17 years ago
  63. 582da72 Merge change 6917 into donut by Android (Google) Code Review · 17 years ago
  64. 21e8f15 Merge change 6916 into donut by Android (Google) Code Review · 17 years ago
  65. 0048ba8 Remove unused strings from GlobalSearch by Bjorn Bringert · 17 years ago
  66. fff81a3 Removed unused icons from GlobalSearch by Bjorn Bringert · 17 years ago
  67. f871d74 Return null on interrupt() in shortcut refreshing. by Bjorn Bringert · 17 years ago
  68. c4b17a9 Don't dump stack when a web search provider has been removed. by Bjorn Bringert · 17 years ago
  69. 6301b56 Run SearchSettings in acore. by Bjorn Bringert · 17 years ago
  70. 14c179d Give SET_PREFERRED_APPLICATIONS permission to GlobalSearch by Bjorn Bringert · 17 years ago
  71. 7022450 When all non-promoted sources have zero results, remove the "more results" entry. by Karl Rosaen · 17 years ago
  72. 1cc6ffd Merge change 6559 into donut by Android (Google) Code Review · 17 years ago
  73. 830d8a8 Fix source impression tracking for corpus results. by Karl Rosaen · 17 years ago
  74. 409555c Combine the "Search the web / for whatever" strings into a single string. by Eric Fischer · 17 years ago
  75. ce8152a Merge change 6602 into donut by Android (Google) Code Review · 17 years ago
  76. eb1cbe5 Merge change 6601 into donut by Android (Google) Code Review · 17 years ago
  77. 4474287 Make suggestion text color change based on the item state by Satish Sampath · 17 years ago
  78. 771b57f Guard against a searchable being null, which it shouldn't be, but we by Mike LeBeau · 17 years ago
  79. a3c4b1f Change branding to Quick Search Box now that we're good to go with that name. by Mike LeBeau · 17 years ago
  80. 6859b6e Clean up some global search permissions. by Dianne Hackborn · 17 years ago
  81. 88e0d90 Merge change 6505 into donut by Android (Google) Code Review · 17 years ago
  82. 1715f83 Tweak the typing delay heuristic to back off to 800ms if the average delay is < 800ms over the last 3 characters. by Karl Rosaen · 17 years ago
  83. 7855cbb Merge change 6472 into donut by Android (Google) Code Review · 17 years ago
  84. 4eace3f Added benchmark for web search provider #1. by Bjorn Bringert · 17 years ago
  85. ebb3f92 Turn on autoUrlDetect in search dialog for global search. by Satish Sampath · 17 years ago
  86. e7e803e Add source latency logging to global search. Leave it on for now. by Karl Rosaen · 17 years ago
  87. 609ae7e Timeout sources after 10 seconds. by Karl Rosaen · 17 years ago
  88. 6f9534f Avoid NPE when websource is null. by Karl Rosaen · 17 years ago
  89. 5d24bb4 detect duplicates between source in addition to duplicates of shortcuts. by Karl Rosaen · 17 years ago
  90. 7776941 Merge change 5871 into donut by Android (Google) Code Review · 17 years ago
  91. 0d02cc7 Show Google as first item in the list in search settings. by Satish Sampath · 17 years ago
  92. 6a3c0a4 Add ability to distinguish normal suggestion results from errors and cancelled requests. Don't cache non-ok results. by Karl Rosaen · 17 years ago
  93. aae22cc Tweak search settings strings as discussed with Roy today. by Mike LeBeau · 17 years ago
  94. 6753a23 Add accessor for new settings description attribute of searchables and by Mike LeBeau · 17 years ago
  95. 0e09bae Use int constants instead of enum in SourceStat. by Karl Rosaen · 17 years ago
  96. 21692a3 Display suggestions from Music app properly. by Satish Sampath · 17 years ago
  97. 8a4d0ee s/Google Inc./The Android Open Source Project/g in global search. by Karl Rosaen · 17 years ago
  98. 85ffbf6 Refactors SuggestionSession to make it testable, adds some tests. by Karl Rosaen · 17 years ago
  99. 2b3bbbf Fix session management again; the problem was we weren't decrementing the query count when cancelling the work. by Karl Rosaen · 17 years ago
  100. 0c91dd8 Merge change 5304 into donut by Android (Google) Code Review · 17 years ago