1. 7849a3d Fix crash when restoring SearchView. by Aurimas Liutikas · 8 years ago
  2. 13fdea0 Start saving iconified state of SearchView. by Aurimas Liutikas · 8 years ago
  3. b635fda Remove some sized based resource (match support lib removal). by Filip Gruszczynski · 9 years ago
  4. 777ef95 Use Context.getSystemService(Class<T>) for InputMethodManager. by Yohei Yukawa · 9 years ago
  5. 53b165e Hide SearchView icon when no drawable set by Alan Viverette · 9 years ago
  6. b4004df ActionBar SearchView's default hint shouldn't override SearchableInfo by Alan Viverette · 9 years ago
  7. 08c7116 Remove unused imports in frameworks/base. by John Spurlock · 9 years ago
  8. a7bb6fb First quick implementation of auto assist data. by Dianne Hackborn · 9 years ago
  9. a54956a Fix accessibility delegation by Alan Viverette · 10 years ago
  10. cb8ed37 Remove underline and search icon from ActionBar search view by Alan Viverette · 10 years ago
  11. 362f984 Make SearchView styles public, remove public Holo styles added in L by Alan Viverette · 10 years ago
  12. ea4ecd6 Fix a regression in SearchView focusability by Adam Powell · 10 years ago
  13. 5dddb70 Add style for SearchView by Alan Viverette · 10 years ago
  14. 2182f2a SearchView improvement for IME by Fabrice Di Meglio · 10 years ago
  15. 8eea3ea Add APIs for obtaining themed Drawable from Theme, Context by Alan Viverette · 10 years ago
  16. 617feb9 Add View constructor that supplies a default style resource by Alan Viverette · 11 years ago
  17. 99d0ce9 Clear SearchView query field when collapsed as an action view by Adam Powell · 12 years ago
  18. 343e113 Fix bug #6427629 Clean up layout direction APIs by Fabrice Di Meglio · 12 years ago
  19. e56ffdc Fix bug #6427629 Clean up layout direction APIs by Fabrice Di Meglio · 12 years ago
  20. 4457e85 Fix bug #6427629 Clean up layout direction APIs by Fabrice Di Meglio · 12 years ago
  21. b788556 am ad17717e: am d3b74b91: am b307ceb4: Merge "SearchWidget: passing APP_DATA to voice intent" by Jean-Baptiste Queru · 12 years ago
  22. 1bcfe84 SearchWidget: passing APP_DATA to voice intent by Jorge Ruesga · 12 years ago
  23. 3a69bea Make SearchView RTL aware by Fabrice Di Meglio · 12 years ago
  24. 13a3a87 am dc99555d: Merge "Pass SearchView suggestion cursor exception to Log." by Romain Guy · 12 years ago
  25. 73af451 Pass SearchView suggestion cursor exception to Log. by Jake Wharton · 12 years ago
  26. 9ce1116 Do not run the spell checker in SearchView by Satoshi Kataoka · 12 years ago
  27. 2427192 Fix for IOOB in SearchView by Gilles Debunne · 12 years ago
  28. 3d3e7a5 Javadoc improvements in SearchView per API review. by Amith Yamasani · 12 years ago
  29. eca59d3 Add some missing getters for XML/Java API consistency. by Amith Yamasani · 12 years ago
  30. 8a78fd4 AccessibilityEvent/AccessibilityNodeInfo class name property should be set to only framework classes. by Svetoslav Ganov · 13 years ago
  31. 3aef8e1d docs: Add developer guide cross-references, Project ACRE, round 4 by Joe Fernandez · 13 years ago
  32. cf72ab4 Don't show the submit button when it isn't enabled. by Amith Yamasani · 13 years ago
  33. d69c203 Merge "Close suggestions cursor when SearchView is detached." into ics-mr1 by Amith Yamasani · 13 years ago
  34. 8790764 Close suggestions cursor when SearchView is detached. by Amith Yamasani · 13 years ago
  35. 434c73f Don't expand the SearchView if already expanded. by Amith Yamasani · 13 years ago
  36. 535698c Remove the mic from the keyboard in SearchView by Luca Zanolin · 13 years ago
  37. 53f56c4 Fix bug 5358705 - Request no full-screen mode of the IME when a by Adam Powell · 13 years ago
  38. a465b2d Fix an unintentional change in method signature and avoid an API change. by Amith Yamasani · 13 years ago
  39. a95e488 Don't force measurement when SearchView is in iconified mode. by Amith Yamasani · 13 years ago
  40. 167d69a Voice search icon replaced by X on typing. by Amith Yamasani · 13 years ago
  41. 5607a38 Added methods to change text entry mode in SearchView. by Amith Yamasani · 13 years ago
  42. b47c4fd Don't call onQueryTextChanged more often than necessary. by Amith Yamasani · 13 years ago
  43. 44df62c Merge "Don't submit a query if it's whitespace only." by Amith Yamasani · 13 years ago
  44. ccdd4ee Fix bug 5087980 - MenuItem#expandActionView should work from within by Adam Powell · 13 years ago
  45. 6a7421b Don't submit a query if it's whitespace only. by Amith Yamasani · 13 years ago
  46. 84935dc Merge "Make sure that suggestions are queried on focus or tapping." by Amith Yamasani · 13 years ago
  47. 10da590 Handle callbacks to CollapsibleActionViews that are in an actionLayout. by Amith Yamasani · 13 years ago
  48. f28d187 Make sure that suggestions are queried on focus or tapping. by Amith Yamasani · 13 years ago
  49. 763bc07 Implement CollapsibleActionView on SearchView. by Amith Yamasani · 13 years ago
  50. b4569fb SearchView behavioral and visual changes by Amith Yamasani · 13 years ago
  51. 2465298 SearchView improvements per design. by Amith Yamasani · 13 years ago
  52. 068d73c Keep track of USER_QUERY to pass to the intent. by Amith Yamasani · 13 years ago
  53. 462012d am abdf0d53: docs: update search dev guide with SearcView widget by Scott Main · 13 years ago
  54. abdf0d5 docs: update search dev guide with SearcView widget by Scott Main · 13 years ago
  55. 79f7430 Searchview layout cleanup. Some more tweaks required for Market. by Amith Yamasani · 13 years ago
  56. 940ef38 Pass AppData to the app from SearchDialog queries. by Amith Yamasani · 13 years ago
  57. 1b64c3b Don't change keyboard state in setIconifiedByDefault. by Amith Yamasani · 13 years ago
  58. cccdbe9 docs: SearchView is iconified by default by Scott Main · 13 years ago
  59. 7f8aef6 Heed the focusability flag in SearchView and set the default to true. by Amith Yamasani · 14 years ago
  60. 01f2135 SearchView API Review - bug 3370353 and bug 3370338 by Adam Powell · 14 years ago
  61. 9b2e302 Fix position and size of searchfield and buttons. by Amith Yamasani · 14 years ago
  62. c0171d5 Fix bug 3242262 - Add queryHint attribute for SearchView by Adam Powell · 14 years ago
  63. 4e6319b Add initial support for TAB navigation. by Jeff Brown · 14 years ago
  64. 73e00df Fix SearchView collapse on text input. by Amith Yamasani · 14 years ago
  65. 4aedb39 New SearchView assets and close-button behavior change. by Amith Yamasani · 14 years ago
  66. acd8d2d Prevent SearchView dropdown from showing up when SearchView is hidden. by Amith Yamasani · 14 years ago
  67. 4838548 Added to SearchView : getQuery() and setOnSearchClickListener() by Amith Yamasani · 14 years ago
  68. 968ec93 Use SearchView in SearchDialog for legacy apps using the old model. by Amith Yamasani · 14 years ago
  69. 87c5025 Moving cursor to the end of the search query when set explicitly. by Dmitri Plotnikov · 14 years ago
  70. b1818e8 Update dropdown colors and list readability for SearchView. by Amith Yamasani · 14 years ago
  71. 5931b1f Fix layout issues, add a maxWidth attribute to SearchView. by Amith Yamasani · 14 years ago
  72. 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
  73. 0594476 SearchView: Add some more listeners, IME dismiss improvements and focus control. by Amith Yamasani · 14 years ago
  74. 6a81b82 focus issues by repo sync · 14 years ago
  75. e678f46 Query refinement feature in SearchView. by Amith Yamasani · 14 years ago
  76. 9322775 Add a missing setOnCloseListener and a new setIconfied method. by Amith Yamasani · 14 years ago
  77. 733cbd5 SearchView API by Amith Yamasani · 14 years ago