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