1. 4d36ec1 Make View#setBackgroundDrawable a no-op if setting the same background. by Adam Powell · 13 years ago
  2. 9c83011 Merge "Fix bug #4972141 Overlapping content in single-choice dialogs" by Fabrice Di Meglio · 13 years ago
  3. 54d6962 Fix bug #4972141 Overlapping content in single-choice dialogs by Fabrice Di Meglio · 13 years ago
  4. 50e95eb Merge "Implement textDirection heuristic selection." by Fabrice Di Meglio · 13 years ago
  5. cb379120 Implement textDirection heuristic selection. by Doug Felt · 13 years ago
  6. fe7e40d Fix bug #5025936 TableLayout layout direction resolution is broken by Fabrice Di Meglio · 13 years ago
  7. 7f86c80 Fix View reset of layoutDirection and textDirection by Fabrice Di Meglio · 13 years ago
  8. 0e591ab Merge "Add charCount heuristic to TextView textDirection" by Fabrice Di Meglio · 13 years ago
  9. 8f50265 Add charCount heuristic to TextView textDirection by Fabrice Di Meglio · 13 years ago
  10. fe8b06c Merge "Support control of text alignment." by Fabrice Di Meglio · 13 years ago
  11. c0ccf0c Support control of text alignment. by Doug Felt · 13 years ago
  12. 2226886 Add textDirection support for TextView and ViewGroup by Fabrice Di Meglio · 13 years ago
  13. 53ca3f1 Hover and stylus API cleanup. by Jeff Brown · 13 years ago
  14. a015617 Added scroll and text selection change accessibility events. by Svetoslav Ganov · 13 years ago
  15. b76023a Introduce MarginLayoutParams marginStart and margingEnd by Fabrice Di Meglio · 13 years ago
  16. c897fbf Merge "Code cleanup" by Romain Guy · 13 years ago
  17. 02ccac6 Code cleanup by Romain Guy · 13 years ago
  18. a54a600 Merge "Fix bug #4813026 resolved direction of view doesn't change after layout direction changes" by Fabrice Di Meglio · 13 years ago
  19. a948927 Add the ability to specify the opacity of a TextureView by Romain Guy · 13 years ago
  20. 80dc53d Fix bug #4813026 resolved direction of view doesn't change after layout direction changes by Fabrice Di Meglio · 13 years ago
  21. 87b7f80 Send hover to all children under pointer. by Jeff Brown · 13 years ago
  22. 194f4a7 Merge "Only handle onHoverEvent in actionable views." by Jeff Brown · 13 years ago
  23. aa4d46b Merge "Fix bug #4796027 left/right padding regression after recent View change (part 2)" by Fabrice Di Meglio · 13 years ago
  24. f9e3650 Fix bug #4796027 left/right padding regression after recent View change (part 2) by Fabrice Di Meglio · 13 years ago
  25. 10b6290 Only handle onHoverEvent in actionable views. by Jeff Brown · 13 years ago
  26. f8ed444 Fix bug #4796027 left/right padding regression after recent View change by Fabrice Di Meglio · 13 years ago
  27. b53a68b Fix bug 4738084 - Padding calculation regression by Adam Powell · 13 years ago
  28. d8703a9 Add View paddingStart and paddingEnd by Fabrice Di Meglio · 13 years ago
  29. 1790a10 Merge "Invisible views can't start animations" by Chet Haase · 13 years ago
  30. ee452bc Merge "Fix rendering issue with paths when the stroke width is 0" by Romain Guy · 13 years ago
  31. 98029c8 Fix rendering issue with paths when the stroke width is 0 by Romain Guy · 13 years ago
  32. c8a9a70 Invisible views can't start animations by Chet Haase · 13 years ago
  33. 4503c8d Inform the InputMethodManager that a focused view has been attached. by Amith Yamasani · 13 years ago
  34. a47f45e Introduce LocalUtil and getLayoutDirectionFromLocale() now use likelySubtags by Fabrice Di Meglio · 13 years ago
  35. c005322 Add View.getResolvedLayoutDirection() by Fabrice Di Meglio · 13 years ago
  36. 2714abf Merge "Expose api on View to determine if the view can be scrolled." by Adam Powell · 13 years ago
  37. 6915944 Expose api on View to determine if the view can be scrolled. by Adam Powell · 13 years ago
  38. eeee4d2 Final polish of the interrogation feature. by Svetoslav Ganov · 13 years ago
  39. 26e432d Make View respect LAYOUT_DIRECTION_LOCALE by Fabrice Di Meglio · 13 years ago
  40. 59a12ca Add a way to measure potential framerate of the view hierarchy. by Romain Guy · 13 years ago
  41. b39f051 Add 'Property' object by Chet Haase · 13 years ago
  42. c46f7ff Rename atribute View horizontalDirection to layoutDirection and update unit tests by Fabrice Di Meglio · 13 years ago
  43. 8643aa0 Interrogation of the view hierarchy from an AccessibilityService. by Svetoslav Ganov · 13 years ago
  44. bce84d2 Improve ViewDebug informations for View and LineaLayout by Fabrice Di Meglio · 13 years ago
  45. 4f5aa91 Fix View default horizontal direction by Fabrice Di Meglio · 13 years ago
  46. 5ff0f99 Merge "Add support for Gravity BEFORE and AFTER" by Fabrice Di Meglio · 13 years ago
  47. 6a03640 Add support for Gravity BEFORE and AFTER by Fabrice Di Meglio · 13 years ago
  48. ec6331b docs: add accepted values for setting status bar visibility by Scott Main · 13 years ago
  49. cca2c98 Add ability to transition parent hierarchy in layout transitions by Chet Haase · 13 years ago
  50. 71fcc86 Merge "Code cleanup." by Romain Guy · 13 years ago
  51. 88b4f15 Code cleanup. by Romain Guy · 13 years ago
  52. 1714c21 View horizontalDirection public attribute resolution to an internal var. by Cibu Johny · 15 years ago
  53. dff7897 Merge "View horizontalDirection public attribute resolution to an internal var." by Fabrice Di Meglio · 13 years ago
  54. 63e2c08 Merge "Fix for using HARDWARE layers on unaccelerated views." by Chet Haase · 13 years ago
  55. 6f33e81 Fix for using HARDWARE layers on unaccelerated views. by Chet Haase · 13 years ago
  56. 8666663 View horizontalDirection public attribute resolution to an internal var. by Cibu Johny · 15 years ago
  57. b5dde70 Merge "Adding horizontalDirection public attribute for View." by Fabrice Di Meglio · 13 years ago
  58. 7632cb9 Adding horizontalDirection public attribute for View. by Cibu Johny · 15 years ago
  59. aa12617 Fix the build by removing @Override within javadoc comments. by Eric Fischer · 13 years ago
  60. 8bd6d36 Merge "Remove useless code." by Romain Guy · 13 years ago
  61. 4c8ed71 Remove useless code. by Romain Guy · 13 years ago
  62. 7316219 Merge "Factored out the Accessibility vertical initialization." by Svetoslav Ganov · 13 years ago
  63. 3040132 Factored out the Accessibility vertical initialization. by Svetoslav Ganov · 13 years ago
  64. 65f47d8 Merge "Add initial API for stylus and mouse buttons." by Jeff Brown · 13 years ago
  65. fe9f8ab Add initial API for stylus and mouse buttons. by Jeff Brown · 13 years ago
  66. 5c22a8c Fix waaayyy too many documentation links. by Romain Guy · 13 years ago
  67. b51cc1d Merge "Only delay pressed feedback for Views inside a scrolling parent" by Patrick Dubroy · 13 years ago
  68. e0a799a Only delay pressed feedback for Views inside a scrolling parent by Patrick Dubroy · 13 years ago
  69. c6cc0f8 Rename ViewRoot to ViewAncestor. by Joe Onorato · 13 years ago
  70. 5a7e94e Only set the accelerated drawable state for views when the hardware by Adam Powell · 13 years ago
  71. 736c275 Touch exploration feature, event bubling, refactor by Svetoslav Ganov · 13 years ago
  72. 3fb3d7c Revert "Touch exploration feature, event bubling, refactor" by Adam Powell · 13 years ago
  73. f9fa622 Merge "Touch exploration feature, event bubling, refactor" by Svetoslav Ganov · 13 years ago
  74. ac84d3b Touch exploration feature, event bubling, refactor by Svetoslav Ganov · 13 years ago
  75. 44bc17c Rework display size access. by Dianne Hackborn · 13 years ago
  76. bbdc50b Track unhandled input events in consistency verifiers. by Jeff Brown · 13 years ago
  77. 43a1765 Remove the deprecated things from Config.java. These haven't been working since before 1.0. by Joe Onorato · 13 years ago
  78. 21bc5c9 Add a little input event consistency verifier. by Jeff Brown · 14 years ago
  79. 3d4bf17 Add view/drawable states for drag-accepting / drag-hovered by Christopher Tate · 13 years ago
  80. dff626c Merge "Added a hovered state for drawables." by Jeff Brown · 14 years ago
  81. c33d8d49e Added a hovered state for drawables. by PY Laligand · 14 years ago
  82. 9c78930 Merge "Fixing invalidate problems in software rendered mode" by Michael Jurka · 14 years ago
  83. d0872bd Fixing invalidate problems in software rendered mode by Michael Jurka · 14 years ago
  84. b7c25ce Merge "Add MotionEvent.HOVER_ENTER and HOVER_EXIT." by Jeff Brown · 14 years ago
  85. a032cc0 Add MotionEvent.HOVER_ENTER and HOVER_EXIT. by Jeff Brown · 14 years ago
  86. c5a43a2 Avoid NPE in postInvalidate(). Bug #4048131 by Romain Guy · 14 years ago
  87. 77b80c0 Pressed state not cleared if view is disabled in long click handler by Svetoslav Ganov · 14 years ago
  88. 7b5b6ab Fix rendering artifact in edge fades. Bug #4092053 by Romain Guy · 14 years ago
  89. 88172fe Restore save/restore calls removed recently by Chet Haase · 14 years ago
  90. d6cf477 Remove many unnecessary save/restore calls. by Romain Guy · 14 years ago
  91. acc3944 Merge "Add an API to force Views to render their layer." by Romain Guy · 14 years ago
  92. f1ae106 Add an API to force Views to render their layer. by Romain Guy · 14 years ago
  93. 05dc66a Fade out the mouse pointer after inactivity or other events. by Jeff Brown · 14 years ago
  94. 33bbfd2 Add support for mouse hover and scroll wheel. by Jeff Brown · 14 years ago
  95. 0277c171 Merge "Code clean-up around ScrollView." by Gilles Debunne · 14 years ago
  96. 2ed2eac Code clean-up around ScrollView. by Gilles Debunne · 14 years ago
  97. a00f386 Add ViewPropertyAnimator for easy animation of View properties by Chet Haase · 14 years ago
  98. a5364ee Add an API to control the distance between a View and its camera. by Romain Guy · 14 years ago
  99. 47b8ade Add a new Camera API to control the camera's location by Romain Guy · 14 years ago
  100. 795e42e Merge "Add more info to View.getLayoutParams()" by Romain Guy · 14 years ago