1. 99d0ce9 Clear SearchView query field when collapsed as an action view by Adam Powell · 12 years ago
  2. 343e113 Fix bug #6427629 Clean up layout direction APIs by Fabrice Di Meglio · 12 years ago
  3. e56ffdc Fix bug #6427629 Clean up layout direction APIs by Fabrice Di Meglio · 12 years ago
  4. 4457e85 Fix bug #6427629 Clean up layout direction APIs by Fabrice Di Meglio · 12 years ago
  5. b788556 am ad17717e: am d3b74b91: am b307ceb4: Merge "SearchWidget: passing APP_DATA to voice intent" by Jean-Baptiste Queru · 12 years ago
  6. 1bcfe84 SearchWidget: passing APP_DATA to voice intent by Jorge Ruesga · 12 years ago
  7. 3a69bea Make SearchView RTL aware by Fabrice Di Meglio · 12 years ago
  8. 13a3a87 am dc99555d: Merge "Pass SearchView suggestion cursor exception to Log." by Romain Guy · 12 years ago
  9. 73af451 Pass SearchView suggestion cursor exception to Log. by Jake Wharton · 12 years ago
  10. 9ce1116 Do not run the spell checker in SearchView by Satoshi Kataoka · 12 years ago
  11. 2427192 Fix for IOOB in SearchView by Gilles Debunne · 12 years ago
  12. 3d3e7a5 Javadoc improvements in SearchView per API review. by Amith Yamasani · 12 years ago
  13. eca59d3 Add some missing getters for XML/Java API consistency. by Amith Yamasani · 12 years ago
  14. 8a78fd4 AccessibilityEvent/AccessibilityNodeInfo class name property should be set to only framework classes. by Svetoslav Ganov · 13 years ago
  15. 3aef8e1d docs: Add developer guide cross-references, Project ACRE, round 4 by Joe Fernandez · 13 years ago
  16. cf72ab4 Don't show the submit button when it isn't enabled. by Amith Yamasani · 13 years ago
  17. d69c203 Merge "Close suggestions cursor when SearchView is detached." into ics-mr1 by Amith Yamasani · 13 years ago
  18. 8790764 Close suggestions cursor when SearchView is detached. by Amith Yamasani · 13 years ago
  19. 434c73f Don't expand the SearchView if already expanded. by Amith Yamasani · 13 years ago
  20. 535698c Remove the mic from the keyboard in SearchView by Luca Zanolin · 13 years ago
  21. 53f56c4 Fix bug 5358705 - Request no full-screen mode of the IME when a by Adam Powell · 13 years ago
  22. a465b2d Fix an unintentional change in method signature and avoid an API change. by Amith Yamasani · 13 years ago
  23. a95e488 Don't force measurement when SearchView is in iconified mode. by Amith Yamasani · 13 years ago
  24. 167d69a Voice search icon replaced by X on typing. by Amith Yamasani · 13 years ago
  25. 5607a38 Added methods to change text entry mode in SearchView. by Amith Yamasani · 13 years ago
  26. b47c4fd Don't call onQueryTextChanged more often than necessary. by Amith Yamasani · 13 years ago
  27. 44df62c Merge "Don't submit a query if it's whitespace only." by Amith Yamasani · 13 years ago
  28. ccdd4ee Fix bug 5087980 - MenuItem#expandActionView should work from within by Adam Powell · 13 years ago
  29. 6a7421b Don't submit a query if it's whitespace only. by Amith Yamasani · 13 years ago
  30. 84935dc Merge "Make sure that suggestions are queried on focus or tapping." by Amith Yamasani · 13 years ago
  31. 10da590 Handle callbacks to CollapsibleActionViews that are in an actionLayout. by Amith Yamasani · 13 years ago
  32. f28d187 Make sure that suggestions are queried on focus or tapping. by Amith Yamasani · 13 years ago
  33. 763bc07 Implement CollapsibleActionView on SearchView. by Amith Yamasani · 13 years ago
  34. b4569fb SearchView behavioral and visual changes by Amith Yamasani · 13 years ago
  35. 2465298 SearchView improvements per design. by Amith Yamasani · 13 years ago
  36. 068d73c Keep track of USER_QUERY to pass to the intent. by Amith Yamasani · 13 years ago
  37. 462012d am abdf0d53: docs: update search dev guide with SearcView widget by Scott Main · 13 years ago
  38. abdf0d5 docs: update search dev guide with SearcView widget by Scott Main · 14 years ago
  39. 79f7430 Searchview layout cleanup. Some more tweaks required for Market. by Amith Yamasani · 13 years ago
  40. 940ef38 Pass AppData to the app from SearchDialog queries. by Amith Yamasani · 13 years ago
  41. 1b64c3b Don't change keyboard state in setIconifiedByDefault. by Amith Yamasani · 14 years ago
  42. cccdbe9 docs: SearchView is iconified by default by Scott Main · 14 years ago
  43. 7f8aef6 Heed the focusability flag in SearchView and set the default to true. by Amith Yamasani · 14 years ago
  44. 01f2135 SearchView API Review - bug 3370353 and bug 3370338 by Adam Powell · 14 years ago
  45. 9b2e302 Fix position and size of searchfield and buttons. by Amith Yamasani · 14 years ago
  46. c0171d5 Fix bug 3242262 - Add queryHint attribute for SearchView by Adam Powell · 14 years ago
  47. 4e6319b Add initial support for TAB navigation. by Jeff Brown · 14 years ago
  48. 73e00df Fix SearchView collapse on text input. by Amith Yamasani · 14 years ago
  49. 4aedb39 New SearchView assets and close-button behavior change. by Amith Yamasani · 14 years ago
  50. acd8d2d Prevent SearchView dropdown from showing up when SearchView is hidden. by Amith Yamasani · 14 years ago
  51. 4838548 Added to SearchView : getQuery() and setOnSearchClickListener() by Amith Yamasani · 14 years ago
  52. 968ec93 Use SearchView in SearchDialog for legacy apps using the old model. by Amith Yamasani · 14 years ago
  53. 87c5025 Moving cursor to the end of the search query when set explicitly. by Dmitri Plotnikov · 14 years ago
  54. b1818e8 Update dropdown colors and list readability for SearchView. by Amith Yamasani · 14 years ago
  55. 5931b1f Fix layout issues, add a maxWidth attribute to SearchView. by Amith Yamasani · 14 years ago
  56. ebcf5a3a Add voice button and a bunch of minor fixes for focus and visibility of ime, submit button and drop down. by Amith Yamasani · 14 years ago
  57. 0594476 SearchView: Add some more listeners, IME dismiss improvements and focus control. by Amith Yamasani · 14 years ago
  58. 6a81b82 focus issues by repo sync · 14 years ago
  59. e678f46 Query refinement feature in SearchView. by Amith Yamasani · 14 years ago
  60. 9322775 Add a missing setOnCloseListener and a new setIconfied method. by Amith Yamasani · 14 years ago
  61. 733cbd5 SearchView API by Amith Yamasani · 14 years ago