1. 7052406 Revert "Allow views to setSystemUiVisibility() with the same value and have it work." by Daniel Sandler · 13 years ago
  2. ea515ae Update the public APIs for finding views by text to optionally use content description. by Svetoslav Ganov · 13 years ago
  3. 8f73b5d Fix bug 5297302 - Remember to release surface after starting drag by Christopher Tate · 13 years ago
  4. ab0f485 Fix problems where we were allocating TypedArray when not needed. by Dianne Hackborn · 13 years ago
  5. bd5c9768c Merge "Adding accessibility delegate mechanism for backwards compatibility support." by Svetoslav Ganov · 13 years ago
  6. 031d9c1 Adding accessibility delegate mechanism for backwards compatibility support. by Svetoslav Ganov · 13 years ago
  7. 6a6977e Merge "Fix 5266335: bad DIRTY/invalidation logic" by Chet Haase · 13 years ago
  8. f186f30 Fix 5266335: bad DIRTY/invalidation logic by Chet Haase · 13 years ago
  9. 1ef3fdb Go faster!!!! by Romain Guy · 13 years ago
  10. 7b8d7cb Merge "Pull animation attributes out of main view class." by Dianne Hackborn · 13 years ago
  11. ddb715b Pull animation attributes out of main view class. by Dianne Hackborn · 13 years ago
  12. e080af3 Save/restore display lists' canvas properly by Romain Guy · 13 years ago
  13. e3238c9 Merge "Code cleaning" by Fabrice Di Meglio · 13 years ago
  14. 8fc54f9 Fix build by Adam Powell · 13 years ago
  15. 2b04cef Code cleaning by Fabrice Di Meglio · 13 years ago
  16. b6e4326 Merge "Hide RTL related APIs" by Fabrice Di Meglio · 13 years ago
  17. 2273b1e Hide RTL related APIs by Fabrice Di Meglio · 13 years ago
  18. c6fc20a Merge "Fix bug #5262565 Need to remove CharCount TextDirectionHeuristics" by Fabrice Di Meglio · 13 years ago
  19. c529d8d Prevent crash in View.createSnapshot if getResources() returns null Bug #5260241 by Romain Guy · 13 years ago
  20. e3bf88d Fix bug #5262565 Need to remove CharCount TextDirectionHeuristics by Fabrice Di Meglio · 13 years ago
  21. f679ed0 Merge "Prevent a leak when using View.postInvalidate(left, top, right, bottom)" by Romain Guy · 13 years ago
  22. 40c18f5 Prevent a leak when using View.postInvalidate(left, top, right, bottom) by Romain Guy · 13 years ago
  23. 8b5a8b5 Merge "Code cleaning" by Fabrice Di Meglio · 13 years ago
  24. 4c1c101 Accessibility hover events are fired if hover otside of modal window. by Svetoslav Ganov · 13 years ago
  25. 7d892dc Code cleaning by Fabrice Di Meglio · 13 years ago
  26. e4e6e20 Fixed bug with invalidation in top-level Views. by Chet Haase · 13 years ago
  27. aceafe6 Fixed error in invalidation/LayoutTransition logic by Chet Haase · 13 years ago
  28. 27bf191 Merge "Optimize display lists" by Romain Guy · 13 years ago
  29. 04c9d8c Optimize display lists by Romain Guy · 13 years ago
  30. 4324ead Fix issue with views becoming visible with stale content. by Chet Haase · 13 years ago
  31. c2d256b Merge "Improve TextDirection resolution" by Fabrice Di Meglio · 13 years ago
  32. a68c5cf Fix invalidation bug with INVISIBLE views. by Chet Haase · 13 years ago
  33. a646145 Improve TextDirection resolution by Fabrice Di Meglio · 13 years ago
  34. 3de5103 Merge "Fix bug #5175022 Easy mode in MeasuredText.setPara() is no more used" by Fabrice Di Meglio · 13 years ago
  35. 4b60c30 Fix bug #5175022 Easy mode in MeasuredText.setPara() is no more used by Fabrice Di Meglio · 13 years ago
  36. 351eb33 Merge "Allow views to setSystemUiVisibility() with the same value and have it work." by Daniel Sandler · 13 years ago
  37. fad9555 Allow views to setSystemUiVisibility() with the same value and have it work. by Daniel Sandler · 13 years ago
  38. 4dfbec2 Find next focus id from inside-out. Bug: 5165543 by Jeff Brown · 13 years ago
  39. e21f89c Merge "Fix bug 5159596 - Slider grabs touch point when trying to scroll a list" by Adam Powell · 13 years ago
  40. f2452b9 Merge "Change Preferences padding to match UI spec." by Jeff Sharkey · 13 years ago
  41. 1029866 Fix bug 5159596 - Slider grabs touch point when trying to scroll a list by Adam Powell · 13 years ago
  42. 010d7e5 Change Preferences padding to match UI spec. by Jeff Sharkey · 13 years ago
  43. e63a4f3 Document threading limitations on various View methods Bug #5150923 by Romain Guy · 13 years ago
  44. 6311d0a Clear the bitmap from the canvas in a lot of places. by Dianne Hackborn · 13 years ago
  45. 8a2da33 Merge "Allow Canvas.setBitmap() to receive a null Bitmap." by Romain Guy · 13 years ago
  46. 0965a32 Allow Canvas.setBitmap() to receive a null Bitmap. by Romain Guy · 13 years ago
  47. 07c6cc7 Merge "Tweak hover for better accessibility and compatibility. Bug: 5087943" by Jeff Brown · 13 years ago
  48. 53f2531 Merge "The fullest of fullscreen modes." by Daniel Sandler · 13 years ago
  49. ea83503 Don't create hw layers when there's no hw context. Bug #5093805 by Romain Guy · 13 years ago
  50. a1b2418 Tweak hover for better accessibility and compatibility. Bug: 5087943 by Jeff Brown · 13 years ago
  51. 60ee256 The fullest of fullscreen modes. by Daniel Sandler · 13 years ago
  52. b6f7a27 Merge "Reclaim more memory, more often." by Romain Guy · 13 years ago
  53. 65b345f Reclaim more memory, more often. by Romain Guy · 13 years ago
  54. c8ec222 Merge "Destroy layers and flush layers cache when a window is destroyed." by Romain Guy · 13 years ago
  55. 6d7475d Destroy layers and flush layers cache when a window is destroyed. by Romain Guy · 13 years ago
  56. 812634c2 cherrypick Change-Id: I213711f4b5d867ba91c961a2f098b6cc415cfcb3 by Scott Main · 13 years ago
  57. e3f5edf Merge "Set initial bounds offset to (0,0) so that in-screen bounds reported by AccessibilityNodeInfo are correct" by Svetoslav Ganov · 13 years ago
  58. 5bd36ee Merge "Fix bug 5060033 - No text-editing toolbar when in a dialog" by Adam Powell · 13 years ago
  59. 0bd1d0a Fix bug 5060033 - No text-editing toolbar when in a dialog by Adam Powell · 13 years ago
  60. d794aca Code cleaning by Fabrice Di Meglio · 13 years ago
  61. 326804f Set initial bounds offset to (0,0) so that in-screen bounds reported by AccessibilityNodeInfo are correct by Alan Viverette · 13 years ago
  62. 0869511 Merge "Decouple GLES20RecordingCanvas lifetime from GLES20DisplayList. Bug: 5062011" by Jeff Brown · 13 years ago
  63. 162a021 Decouple GLES20RecordingCanvas lifetime from GLES20DisplayList. Bug: 5062011 by Jeff Brown · 13 years ago
  64. aff599b Fix CheckTextView padding by Fabrice Di Meglio · 13 years ago
  65. 1180644 Fix bug #4772392 Check what needs to be done for RTL specific new attributes that are in public.xml by Fabrice Di Meglio · 13 years ago
  66. 1003aeb Merge "Reduce the fade area to save bandwidth." by Romain Guy · 13 years ago
  67. f2fc460 Reduce the fade area to save bandwidth. by Romain Guy · 13 years ago
  68. 7dde1c8 Merge "Don't recreate view's display list when size hasn't changed" by Chet Haase · 13 years ago
  69. 75755e2 Don't recreate view's display list when size hasn't changed by Chet Haase · 13 years ago
  70. 6dd005b I. Can. Not. Stand. ViewAncestor. by Dianne Hackborn · 13 years ago
  71. 989571e Merge "Fix resolution padding glitch" by Fabrice Di Meglio · 13 years ago
  72. 4d36ec1 Make View#setBackgroundDrawable a no-op if setting the same background. by Adam Powell · 13 years ago
  73. 9c83011 Merge "Fix bug #4972141 Overlapping content in single-choice dialogs" by Fabrice Di Meglio · 13 years ago
  74. f3e1a93 Fix resolution padding glitch by Fabrice Di Meglio · 13 years ago
  75. 54d6962 Fix bug #4972141 Overlapping content in single-choice dialogs by Fabrice Di Meglio · 13 years ago
  76. 50e95eb Merge "Implement textDirection heuristic selection." by Fabrice Di Meglio · 13 years ago
  77. cb379120 Implement textDirection heuristic selection. by Doug Felt · 13 years ago
  78. fe7e40d Fix bug #5025936 TableLayout layout direction resolution is broken by Fabrice Di Meglio · 13 years ago
  79. 7f86c80 Fix View reset of layoutDirection and textDirection by Fabrice Di Meglio · 13 years ago
  80. 0e591ab Merge "Add charCount heuristic to TextView textDirection" by Fabrice Di Meglio · 13 years ago
  81. 8f50265 Add charCount heuristic to TextView textDirection by Fabrice Di Meglio · 13 years ago
  82. fe8b06c Merge "Support control of text alignment." by Fabrice Di Meglio · 13 years ago
  83. c0ccf0c Support control of text alignment. by Doug Felt · 13 years ago
  84. 2226886 Add textDirection support for TextView and ViewGroup by Fabrice Di Meglio · 13 years ago
  85. 53ca3f1 Hover and stylus API cleanup. by Jeff Brown · 13 years ago
  86. a015617 Added scroll and text selection change accessibility events. by Svetoslav Ganov · 13 years ago
  87. b76023a Introduce MarginLayoutParams marginStart and margingEnd by Fabrice Di Meglio · 13 years ago
  88. c897fbf Merge "Code cleanup" by Romain Guy · 13 years ago
  89. 02ccac6 Code cleanup by Romain Guy · 13 years ago
  90. a54a600 Merge "Fix bug #4813026 resolved direction of view doesn't change after layout direction changes" by Fabrice Di Meglio · 13 years ago
  91. a948927 Add the ability to specify the opacity of a TextureView by Romain Guy · 13 years ago
  92. 80dc53d Fix bug #4813026 resolved direction of view doesn't change after layout direction changes by Fabrice Di Meglio · 13 years ago
  93. 87b7f80 Send hover to all children under pointer. by Jeff Brown · 13 years ago
  94. 194f4a7 Merge "Only handle onHoverEvent in actionable views." by Jeff Brown · 13 years ago
  95. aa4d46b Merge "Fix bug #4796027 left/right padding regression after recent View change (part 2)" by Fabrice Di Meglio · 13 years ago
  96. f9e3650 Fix bug #4796027 left/right padding regression after recent View change (part 2) by Fabrice Di Meglio · 13 years ago
  97. 10b6290 Only handle onHoverEvent in actionable views. by Jeff Brown · 13 years ago
  98. f8ed444 Fix bug #4796027 left/right padding regression after recent View change by Fabrice Di Meglio · 13 years ago
  99. b53a68b Fix bug 4738084 - Padding calculation regression by Adam Powell · 13 years ago
  100. d8703a9 Add View paddingStart and paddingEnd by Fabrice Di Meglio · 13 years ago