1. 70b3fb4 For search suggestions in the search dialog, allow the 'title' by Mike LeBeau · 14 years ago
  2. 4d891d1 don't assume Cursor.getExtras returns non-null by Mark Wagner · 15 years ago
  3. defb1df Show AutoCompleteTextView dropdown in Search dialog when cursor updates. Fixes b/2426929 by Amith Yamasani · 15 years ago
  4. c37cb24 Feature to return an extra in the cursor that keeps the spinny going. by Amith Yamasani · 15 years ago
  5. 0b49ab5 Add SearchManager.SUGGEST_COLUMN_TEXT_2_URL by Bjorn Bringert · 15 years ago
  6. 479ae0a Cleanup of global search references in SearchDialog and SearchManager. by Amith Yamasani · 15 years ago
  7. 2126aac Move android.server.search.SearchableInfo to android.app by Bjorn Bringert · 15 years ago
  8. 3fc7c67 Pass limit=50 to all suggestion sources. by Bjorn Bringert · 15 years ago
  9. 6d318b4 Use icon URI as icon cache key in search dialog by Bjorn Bringert · 15 years ago
  10. 5417f09 Send action key and msg with GlobalSearch clicks by Bjorn Bringert · 15 years ago
  11. 4c87a3f Use Resources to load search icons with android.resource URIs by Bjorn Bringert · 15 years ago
  12. c297480 Fix issue #2116977: buttons are huge and bent by Dianne Hackborn · 15 years ago
  13. 2fcaf79 Tell GlobalSearch about searches without a suggestion by Bjorn Bringert · 15 years ago
  14. ba22376 Close suggestion cursors that arrive after adapter is closed by Bjorn Bringert · 15 years ago
  15. e303d2c Send a special respond to the cursor in SuggestionsAdapter to tell it to by Mike LeBeau · 15 years ago
  16. a02d0d6 Guard against remote process dying when retrieving column from cursor. by Karl Rosaen · 15 years ago
  17. 9377738 Remove search dialog PRE_CLOSE event by Bjorn Bringert · 15 years ago
  18. 6ddaa34 Send max displayed position in search dialog click event by Bjorn Bringert · 15 years ago
  19. 92f461e add some more defensiveness to SuggestionsAdapter to avoid system process crashes. by Karl Rosaen · 15 years ago
  20. 6aaeba2 Remove background padding workaround from SuggestionsAdapter by Bjorn Bringert · 15 years ago
  21. 8051172 Work around StateListDrawable padding in search suggestions by Bjorn Bringert · 15 years ago
  22. dfefa3e Copy cached drawables in search dialog. by Bjorn Bringert · 15 years ago
  23. 8bf92e0 Add ability to delay messages in Filter based on constraint. Use this to delay 500ms for delete keys in the search dialog. by Karl Rosaen · 15 years ago
  24. 84ee743 Only parse search suggestions that look like HTML by Bjorn Bringert · 15 years ago
  25. 391eaa3 Get rid of drawing hacks for search dialog suggestions by Bjorn Bringert · 15 years ago
  26. c1d82e6 Use activity icon when search suggestion icon is missing by Bjorn Bringert · 15 years ago
  27. 313ea43 Make suggestion text color change based on the item state. by Satish Sampath · 15 years ago
  28. 544450b Fix NPE in SuggestionsAdapter when cursor is null. by Bjorn Bringert · 15 years ago
  29. 8d15382 Make all static methods in SearchManager non-static. by Bjorn Bringert · 15 years ago
  30. 7f50c08 Show proper suggestion item hilite on selection. by Satish Sampath · 15 years ago
  31. aba34d9 Fix display of the selection background for search results. by Satish Sampath · 15 years ago
  32. 048d1a4 Show progress spinner while waiting for results in in app search. by Karl Rosaen · 15 years ago
  33. 1c5fa0f Adds UI support for custom search widget item backgrounds. by Satish Sampath · 15 years ago
  34. 320b2ee SearchDialog should only do DialogCursorProtocol stuff when in global search mode. by Karl Rosaen · 15 years ago
  35. 1c54cf0 Detect impressions, and cleanup the SearchDialog / SuggestionCursor communication. by Karl Rosaen · 15 years ago
  36. 3250fa7 Remove support for bitmap icons in search suggestions. by Bjorn Bringert · 15 years ago
  37. 33a22dc Close icon input stream in SuggestionsAdapter. by Bjorn Bringert · 15 years ago
  38. a058f02 progress towards impression and click stats on all sources, plus some internal cleanup by Karl Rosaen · 15 years ago
  39. b791f34 Added some icon debug logging to SuggestionsAdapter. by Bjorn Bringert · 15 years ago
  40. ae9760b Add framework support for scrolling to the "More results..." list item by Mike LeBeau · 15 years ago
  41. 91bc6f2 Cause the icon drawables to animate automatically by calling setVisible by Mike LeBeau · 15 years ago
  42. 1480eb2 Add support to SuggestionsAdapter to query the 'working' status by Mike LeBeau · 15 years ago
  43. a920413 Refactor SearchableInfo. by Bjorn Bringert · 15 years ago
  44. 4369397 AI 147681: Fix SearchDialog crash on missing FORMAT suggestion column. by Bjorn Bringert · 15 years ago
  45. 875d50a AI 147564: Merge back from search branch to donut. Notes: by Karl Rosaen · 15 years ago