1. 9650b01 am e118c1de: am ef8913c0: Merge "Remove dangerous and useless optimization Bug #5525888" into ics-mr1 by Dave Burke · 13 years ago
  2. c7ee3ca Remove dangerous and useless optimization Bug #5525888 by Romain Guy · 13 years ago
  3. 9c4b79a Discard framebuffer rendering queues when discarding layers Bug #5581817 by Romain Guy · 13 years ago
  4. f240ac99 am 0c7e894e: am 2f1e1e4a: Merge "Handle animations in Views\' rectangle clipping methods." into ics-mr1 by Gilles Debunne · 13 years ago
  5. cea4513 Handle animations in Views' rectangle clipping methods. by Gilles Debunne · 13 years ago
  6. 8c39def Fix invalidation of transformed, opaque views by Chet Haase · 13 years ago
  7. 7077506 Revert "Discard framebuffer rendering queues when discarding layers" by Dave Burke · 13 years ago
  8. da96f8a Discard framebuffer rendering queues when discarding layers Bug #5581817 by Romain Guy · 13 years ago
  9. 6e42470 Merge "Accessibility window query APIs should respect root name space." into ics-mr1 by Svetoslav Ganov · 13 years ago
  10. 0500b3c Some optimizations. by Dianne Hackborn · 13 years ago
  11. 57f3b566db Accessibility window query APIs should respect root name space. by Svetoslav Ganov · 13 years ago
  12. 558459f docs: add developer guide cross-references, Project ACRE, Round 2 by Joe Fernandez · 13 years ago
  13. 9a230e0 Fix issue #5371530: SYSTEMUI_FLAG_HIDE_NAVIGATION reasserts itself immediately by Dianne Hackborn · 13 years ago
  14. 2cdedff Accessibility services cannot obtain the source of an event coming from a root namespace descendant. by Svetoslav Ganov · 13 years ago
  15. 59c7f80 TextureView works best when it draws stuff. Bug #5391188 by Romain Guy · 13 years ago
  16. 2fcbbd0 Fully qualify javadoc links and make the tools happy by Adam Powell · 13 years ago
  17. 2a9fa89 Don't build display lists for views with a layer. by Romain Guy · 13 years ago
  18. 6e6db61 Fix display list issue that was crashing an external app. by Chet Haase · 13 years ago
  19. b84b94e Scroll accessibility events should not populate text. by Svetoslav Ganov · 13 years ago
  20. 4b86788 Bug 5244365 - Prevent views from receiving multiple onAttachedToWindow calls. by Adam Powell · 13 years ago
  21. ea515ae Update the public APIs for finding views by text to optionally use content description. by Svetoslav Ganov · 13 years ago
  22. 031d9c1 Adding accessibility delegate mechanism for backwards compatibility support. by Svetoslav Ganov · 13 years ago
  23. aceafe6 Fixed error in invalidation/LayoutTransition logic by Chet Haase · 13 years ago
  24. 530b22a Fix invalidation roundoff error with old animations by Chet Haase · 13 years ago
  25. 1abf7fa Fix potential null deref in ViewGroup when running transition by Chet Haase · 13 years ago
  26. 4dfbec2 Find next focus id from inside-out. Bug: 5165543 by Jeff Brown · 13 years ago
  27. ea83503 Don't create hw layers when there's no hw context. Bug #5093805 by Romain Guy · 13 years ago
  28. 93b2182 AccessibilityNodeInfo reports no children for the topmost view in the tree. by Svetoslav Ganov · 13 years ago
  29. effe10f findViewWithText inconsistent with other findView* methods and AccessibilityNodeInfo not respecting root namespace. by Svetoslav Ganov · 13 years ago
  30. 29d23ec Add debug flag to print out the EGL configuration used by libhwui by Romain Guy · 13 years ago
  31. 5bae58d Merge "Nested alpha animations should cause invalidates too Bug #5041061" by Romain Guy · 13 years ago
  32. d4745a6 Nested alpha animations should cause invalidates too Bug #5041061 by Romain Guy · 13 years ago
  33. 6179ea3 Adding accessibility support to the Status Bar. by Svetoslav Ganov · 13 years ago
  34. 350f0a6 Expose to the platform the ability to pick up changes in child visibility. by Philip Milne · 13 years ago
  35. db94b0a Merge "Don't constrain invalidation rect when not clipping children" by Chet Haase · 13 years ago
  36. a3db866 Don't constrain invalidation rect when not clipping children by Chet Haase · 13 years ago
  37. 2e29de7 Merge "Gather View's hierarchy notifications into methods that can easily be overidden." by Philip Milne · 13 years ago
  38. f51d91c Gather View's hierarchy notifications into methods that can easily be overidden. by Philip Milne · 13 years ago
  39. 6dd005b I. Can. Not. Stand. ViewAncestor. by Dianne Hackborn · 13 years ago
  40. cb379120 Implement textDirection heuristic selection. by Doug Felt · 13 years ago
  41. 7f86c80 Fix View reset of layoutDirection and textDirection by Fabrice Di Meglio · 13 years ago
  42. b247915 Correctly position layers. by Romain Guy · 13 years ago
  43. f03712b Merge "Fix default TextView textDirection heuristic" by Fabrice Di Meglio · 13 years ago
  44. 0b28c75 Fix default TextView textDirection heuristic by Fabrice Di Meglio · 13 years ago
  45. 0e591ab Merge "Add charCount heuristic to TextView textDirection" by Fabrice Di Meglio · 13 years ago
  46. 8f50265 Add charCount heuristic to TextView textDirection by Fabrice Di Meglio · 13 years ago
  47. fe8b06c Merge "Support control of text alignment." by Fabrice Di Meglio · 13 years ago
  48. 8ef7358 Merge "Synthetic cancel event should have touchscreen source." by Jeff Brown · 13 years ago
  49. 2fdbc5a Synthetic cancel event should have touchscreen source. by Jeff Brown · 13 years ago
  50. c0ccf0c Support control of text alignment. by Doug Felt · 13 years ago
  51. 2226886 Add textDirection support for TextView and ViewGroup by Fabrice Di Meglio · 13 years ago
  52. b76023a Introduce MarginLayoutParams marginStart and margingEnd by Fabrice Di Meglio · 13 years ago
  53. a54a600 Merge "Fix bug #4813026 resolved direction of view doesn't change after layout direction changes" by Fabrice Di Meglio · 13 years ago
  54. a948927 Add the ability to specify the opacity of a TextureView by Romain Guy · 13 years ago
  55. 80dc53d Fix bug #4813026 resolved direction of view doesn't change after layout direction changes by Fabrice Di Meglio · 13 years ago
  56. 87b7f80 Send hover to all children under pointer. by Jeff Brown · 13 years ago
  57. 10b6290 Only handle onHoverEvent in actionable views. by Jeff Brown · 13 years ago
  58. ea1da3d Invisible views should not be visible to accessibility services (interrogation) by Svetoslav Ganov · 13 years ago
  59. 8643aa0 Interrogation of the view hierarchy from an AccessibilityService. by Svetoslav Ganov · 13 years ago
  60. cca2c98 Add ability to transition parent hierarchy in layout transitions by Chet Haase · 13 years ago
  61. 02739a8 Fix javadoc issues by Romain Guy · 13 years ago
  62. fe9f8ab Add initial API for stylus and mouse buttons. by Jeff Brown · 13 years ago
  63. b51cc1d Merge "Only delay pressed feedback for Views inside a scrolling parent" by Patrick Dubroy · 13 years ago
  64. e0a799a Only delay pressed feedback for Views inside a scrolling parent by Patrick Dubroy · 13 years ago
  65. c6cc0f8 Rename ViewRoot to ViewAncestor. by Joe Onorato · 13 years ago
  66. 9fc2781 Correctly compute tex coords for rect layers. Bug #4192695 by Romain Guy · 13 years ago
  67. 736c275 Touch exploration feature, event bubling, refactor by Svetoslav Ganov · 13 years ago
  68. 3fb3d7c Revert "Touch exploration feature, event bubling, refactor" by Adam Powell · 13 years ago
  69. ac84d3b Touch exploration feature, event bubling, refactor by Svetoslav Ganov · 13 years ago
  70. bbdc50b Track unhandled input events in consistency verifiers. by Jeff Brown · 13 years ago
  71. 21bc5c9 Add a little input event consistency verifier. by Jeff Brown · 13 years ago
  72. 3d4bf17 Add view/drawable states for drag-accepting / drag-hovered by Christopher Tate · 13 years ago
  73. b7c25ce Merge "Add MotionEvent.HOVER_ENTER and HOVER_EXIT." by Jeff Brown · 13 years ago
  74. a032cc0 Add MotionEvent.HOVER_ENTER and HOVER_EXIT. by Jeff Brown · 13 years ago
  75. 13f35f3 Correctly check bottom padding in setPadding(). by Romain Guy · 13 years ago
  76. 7b5b6ab Fix rendering artifact in edge fades. Bug #4092053 by Romain Guy · 13 years ago
  77. 2243e55 Correctly handle opaque fading views Bug #3475554 by Romain Guy · 13 years ago
  78. bc8a8e8 Merge "Add support for partial invalidates in WebView Bug #3461349" into honeycomb-mr1 by Romain Guy · 13 years ago
  79. cabfcc1 Add support for partial invalidates in WebView Bug #3461349 by Romain Guy · 13 years ago
  80. 3ba8f5d6 Fix bug 4021346 - crash while navigating by Adam Powell · 13 years ago
  81. e8e45d3 Cancel LayoutTransition animations selectively by Chet Haase · 13 years ago
  82. a7dabcd Don't account for scrollX/Y when drawing a display list in a layer. by Romain Guy · 13 years ago
  83. d643bb5 Correctly mark layers dirty when drawing WebView. by Romain Guy · 13 years ago
  84. 33bbfd2 Add support for mouse hover and scroll wheel. by Jeff Brown · 13 years ago
  85. cc0c159 Add new hover move action and scroll wheel plumbing. by Jeff Brown · 13 years ago
  86. 0211a0a Gracefully handle drawing caches allocation failure. Bug #3431451 by Romain Guy · 13 years ago
  87. add6577 Fix animation and layoutTransition issues. by Chet Haase · 13 years ago
  88. 85cabc2 am 9cfa9c7a: am f6141980: Merge changes I46acd27a,I70b322e1 into honeycomb by Mike Cleron · 13 years ago
  89. 8b113cf am cb2c84fd: am 3b66e43e: Merge "Refresh display lists when turning off layers rendering. Bug #3420565" into honeycomb by Romain Guy · 13 years ago
  90. 2f57ba5 Prevent ProgressBar from slowing down everything. bug #3422568 by Romain Guy · 13 years ago
  91. 9d18f2d Refresh display lists when turning off layers rendering. Bug #3420565 by Romain Guy · 13 years ago
  92. 44fbc03 am 57188f0d: am c1f8bcff: Merge "Fix incorrect dirty rectangle transformation in hardware layers. Bug #3413433" into honeycomb by Romain Guy · 13 years ago
  93. beff8d8 Fix incorrect dirty rectangle transformation in hardware layers. Bug #3413433 by Romain Guy · 13 years ago
  94. 34cdf5b am debeeef5: am d51eaa64: Merge "Update layers based on the dirty region. Bug #3413433" into honeycomb by Romain Guy · 13 years ago
  95. 3a3133d Update layers based on the dirty region. Bug #3413433 by Romain Guy · 13 years ago
  96. 4e96efe am a42ee699: am 518813ec: Merge "New API to let apps draw without layers. Bug #3413433" into honeycomb by Romain Guy · 13 years ago
  97. 849d0a3 New API to let apps draw without layers. Bug #3413433 by Romain Guy · 13 years ago
  98. 509e6cd am 1c531f4a: am f222956c: Merge "Correctly set the alpha of a hardware layer before drawing it. Bug #3410819" into honeycomb by Romain Guy · 13 years ago
  99. 54229ee Correctly set the alpha of a hardware layer before drawing it. Bug #3410819 by Romain Guy · 13 years ago
  100. 38d1f25 am 19312cfe: am 246bf85a: Merge "Fix NPE with display lists when view not attached" into honeycomb by Chet Haase · 14 years ago