1. 61ac6bb Extract code from performLayoutAndPlaceSurfacesInnerLocked() into multiple methods. by Craig Mautner · 12 years ago
  2. f492b43 Merge "Make the TimeAnimator class public." by Chet Haase · 12 years ago
  3. a33de55 Make the TimeAnimator class public. by Chet Haase · 12 years ago
  4. 87d0b03 Make the Choreographer thread-safe. by Jeff Brown · 12 years ago
  5. a553113 Fix bug in LayoutTransition that caused views to stay invisible by Chet Haase · 12 years ago
  6. 659793b Merge "Add Developer Option setting for Animator scaling." by Chet Haase · 12 years ago
  7. 306eed2 Merge "Use Choreographer for window manager animation timing." by Dianne Hackborn · 12 years ago
  8. c38fa1f Add Developer Option setting for Animator scaling. by Chet Haase · 12 years ago
  9. 4e92119 Merge "Update the comment for View#clearFocus" by Svetoslav Ganov · 12 years ago
  10. 13fd561 Update the comment for View#clearFocus by Svetoslav Ganov · 12 years ago
  11. bbf1bc8 Merge "Add optional metadata to initiliaze the render threat." by Romain Guy · 12 years ago
  12. 211370f Add optional metadata to initiliaze the render threat. by Romain Guy · 12 years ago
  13. 8bcd54b Use Choreographer for window manager animation timing. by Dianne Hackborn · 12 years ago
  14. 2eecea3 Merge "Speedup the accessibility window querying APIs and clean up." by Svetoslav Ganov · 12 years ago
  15. 0f4dc8f am 414cc6cf: am 9af875ec: am 5e095939: docs: update menu guide with CAB and popup menu, plus many other revisions by Scott Main · 12 years ago
  16. 5e09593 docs: update menu guide with CAB and popup menu, plus many other revisions by Scott Main · 13 years ago
  17. c1ca665 Add new ViewPropertyAnimator utility methods by Chet Haase · 13 years ago
  18. 1e56fff Merge "Add debug markers to OpenGLRenderer" by Romain Guy · 13 years ago
  19. 13631f3 Add debug markers to OpenGLRenderer by Romain Guy · 13 years ago
  20. 12df3cf Merge "Incorrect behavior of View clear focus." by Svetoslav Ganov · 13 years ago
  21. 530041d Add stencil buffer to the EGL config by Romain Guy · 13 years ago
  22. 0d29936 Fix bug in LayoutTransition for INVISIBLE views by Chet Haase · 13 years ago
  23. 53f2d55 Fix old issue with compatibility-scaled apps and Animations by Chet Haase · 13 years ago
  24. c6fd88e Incorrect behavior of View clear focus. by Svetoslav Ganov · 13 years ago
  25. 3f696b2 Merge "Unbalanced batch edit begin and end leave TextView unresponsive" by Gilles Debunne · 13 years ago
  26. 842e379 Merge "Update Javadoc for InputConnection.deleteSurroundingText()" by Fabrice Di Meglio · 13 years ago
  27. 39d23bd Update Javadoc for InputConnection.deleteSurroundingText() by Fabrice Di Meglio · 13 years ago
  28. b335fad hack up frame latency measurement by Jamie Gennis · 13 years ago
  29. 79311c4 Speedup the accessibility window querying APIs and clean up. by Svetoslav Ganov · 13 years ago
  30. 50aca29 Merge "Fix bug # 5863709 API request: Change param names of deleteSurroundingText to "before" and "after"" by Fabrice Di Meglio · 13 years ago
  31. 5ff9df6 Add full support for Canvas.setDrawFilter() by Romain Guy · 13 years ago
  32. 1e878d2 Fix API typo by Romain Guy · 13 years ago
  33. 0c95dd3 Fix bug # 5863709 API request: Change param names of deleteSurroundingText to "before" and "after" by Fabrice Di Meglio · 13 years ago
  34. 5a89672 Merge "Remove fastInvalidate and setFast* methods" by Michael Jurka · 13 years ago
  35. d3fe9ab am ab9601cd: am 230a7092: Merge "Fix 5863053: Add method to lock screen immediately." into ics-mr1 by Jim Miller · 13 years ago
  36. 1bae806 Merge "Fix issue #5823276 again: home repaints after full-screen app is exited" into ics-mr1 by Dianne Hackborn · 13 years ago
  37. ad1f4a2 Merge "Implement a max time bound for rotation. (DO NOT MERGE)" into ics-mr1 by Jeff Brown · 13 years ago
  38. cfbf7de Fix issue #5823276 again: home repaints after full-screen app is exited by Dianne Hackborn · 13 years ago
  39. 9e34b95 Remove fastInvalidate and setFast* methods by Michael Jurka · 13 years ago
  40. bad1216 Merge "Deprecate unused APIs" by Romain Guy · 13 years ago
  41. f9d9c06 Deprecate unused APIs by Romain Guy · 13 years ago
  42. 170997a DO NOT MERGE Revert "Fix issue #5823276: home repaints after full-screen app is exited" by Justin Ho · 13 years ago
  43. a37a108 Merge "Add basic code required for drawPicture()" by Romain Guy · 13 years ago
  44. 75582e8 Add basic code required for drawPicture() by Romain Guy · 13 years ago
  45. e7bdf2d Merge "Don't crash on Canvas.drawPicture()" by Romain Guy · 13 years ago
  46. 84fce18 Don't crash on Canvas.drawPicture() by Romain Guy · 13 years ago
  47. 230a709 Merge "Fix 5863053: Add method to lock screen immediately." into ics-mr1 by Jim Miller · 13 years ago
  48. 8fd86f3 Implement a max time bound for rotation. (DO NOT MERGE) by Jeff Brown · 13 years ago
  49. 2a16b13 Merge "Improve heuristics for orientation detection." by Jeff Brown · 13 years ago
  50. 93c518e Fix 5863053: Add method to lock screen immediately. by Jim Miller · 13 years ago
  51. fb9ffe0 Merge "First pass at implementing Canvas.drawPosText() in GL" by Romain Guy · 13 years ago
  52. eb9a536 First pass at implementing Canvas.drawPosText() in GL by Romain Guy · 13 years ago
  53. 0764dee Merge "AccessibilityEvent/AccessibilityNodeInfo class name property should be set to only framework classes." by Svetoslav Ganov · 13 years ago
  54. 5aa73ae Improve heuristics for orientation detection. by Jeff Brown · 13 years ago
  55. 73d27c3 Merge "Check if View's alpha must be updated in setter" by Michael Jurka · 13 years ago
  56. 8a78fd4 AccessibilityEvent/AccessibilityNodeInfo class name property should be set to only framework classes. by Svetoslav Ganov · 13 years ago
  57. a7a7eed Check if View's alpha must be updated in setter by Michael Jurka · 13 years ago
  58. f56945e Merge "Improve GLES20Canvas clip support" by Romain Guy · 13 years ago
  59. 7677d8f Improve GLES20Canvas clip support by Romain Guy · 13 years ago
  60. 185b825 Fixed doc typo and removed warning by Gilles Debunne · 13 years ago
  61. c478c17 Unbalanced batch edit begin and end leave TextView unresponsive by Gilles Debunne · 13 years ago
  62. 893eace Merge "Sub display list in TextView" by Gilles Debunne · 13 years ago
  63. f88d149 am 10065177: am 2e282f35: Merge "Fix issue #5823276: home repaints after full-screen app is exited" into ics-mr1 by Dianne Hackborn · 13 years ago
  64. 44d7974 Remove unused parameter by Romain Guy · 13 years ago
  65. c8f4183 Bring LatinIME's privateImeOptions "forceAscii" to a formal public API by Ken Wakasa · 13 years ago
  66. b35ab7b Sub display list in TextView by Gilles Debunne · 13 years ago
  67. 01b02a7 Fix issue #5823276: home repaints after full-screen app is exited by Dianne Hackborn · 13 years ago
  68. 11299b1 Make public SpellChecker utilities by satok · 13 years ago
  69. 7d5178e Merge "Add textDirection="locale"" by Fabrice Di Meglio · 13 years ago
  70. 4c1e00a Add textDirection="locale" by Fabrice Di Meglio · 13 years ago
  71. 9a74476 Comment clean up for InputMethodSubtype. by Ken Wakasa · 13 years ago
  72. 0041861 Fix behavior of AnimationSet and fillBefore by Chet Haase · 13 years ago
  73. 7d4045b Merge "Make behavior of ABSOLUTE pivot values more intuitive" by Chet Haase · 13 years ago
  74. 84c949f Make behavior of ABSOLUTE pivot values more intuitive by Chet Haase · 13 years ago
  75. 2d46fcc Minor small fixes to old Animation code and docs. by Chet Haase · 13 years ago
  76. d47f153 Make Property objects in View final by Chet Haase · 13 years ago
  77. b5052de resolved conflicts for merge of a80bab37 to master by Dianne Hackborn · 13 years ago
  78. 33b8ee5 Fix issue #5756204: Crespo IME briefly appears shortened when... by Dianne Hackborn · 13 years ago
  79. ee4d45f am 0be53567: am 19a06fe9: Merge "Fix issue #5755172: Soft menu key disappears when menu is open" into ics-mr1 by Dianne Hackborn · 13 years ago
  80. 73ab6a4 Fix issue #5755172: Soft menu key disappears when menu is open by Dianne Hackborn · 13 years ago
  81. f8c2abc am bffe0be3: am 9c92fcd9: Merge "Bug 5727679 - CTS test ViewGroupTest#testGetChildVisibleRect" into ics-mr1 by Adam Powell · 13 years ago
  82. f93bb6d Bug 5727679 - CTS test ViewGroupTest#testGetChildVisibleRect by Adam Powell · 13 years ago
  83. 549d5f8 Merge "Show the current stream's volume in the volume panel." by Amith Yamasani · 13 years ago
  84. bdc18b2 am 03e63427: am 8e0ecbfc: Merge "Shortcut keys should be handled on down, not up." into ics-mr1 by Jeff Brown · 13 years ago
  85. 9477c6e Enable dirty regions on newly created EGL surfaces by Romain Guy · 13 years ago
  86. 8df9609 Show the current stream's volume in the volume panel. by Amith Yamasani · 13 years ago
  87. 8e0ecbf Merge "Shortcut keys should be handled on down, not up." into ics-mr1 by Jeff Brown · 13 years ago
  88. 7bedf24 Shortcut keys should be handled on down, not up. by Jeff Brown · 13 years ago
  89. 9650b01 am e118c1de: am ef8913c0: Merge "Remove dangerous and useless optimization Bug #5525888" into ics-mr1 by Dave Burke · 13 years ago
  90. ef8913c Merge "Remove dangerous and useless optimization Bug #5525888" into ics-mr1 by Dave Burke · 13 years ago
  91. c7ee3ca Remove dangerous and useless optimization Bug #5525888 by Romain Guy · 13 years ago
  92. 2436579 resolved conflicts for merge of db81dc72 to master by Adam Powell · 13 years ago
  93. 6720a87 Raise touch slop value from previous experiment by Adam Powell · 13 years ago
  94. e651348 Merge "Minor tweak in getLocationInWindow" by Gilles Debunne · 13 years ago
  95. 2b621bc Merge "Disable postponing performTraversals(), for now." by Jeff Brown · 13 years ago
  96. 6583ce5 Minor tweak in getLocationInWindow by Gilles Debunne · 13 years ago
  97. 90a3c5f Disable postponing performTraversals(), for now. by Jeff Brown · 13 years ago
  98. e49e8cc Merge "resolved conflicts for merge of 6a828712 to master" by Adam Powell · 13 years ago
  99. e4b8ff8 resolved conflicts for merge of 6a828712 to master by Adam Powell · 13 years ago
  100. bdfe770 Merge "Discard framebuffer rendering queues when discarding layers Bug #5581817" by Romain Guy · 13 years ago