1. 1b23240 Only propagate state changes if wrapped drawable is stateful by Alan Viverette · 9 years ago
  2. fc8882f Clean up ripple exit, null out software animators on cancel/end by Alan Viverette · 9 years ago
  3. 43c410e Merge "Remove HardwareCanvas" by Chris Craik · 9 years ago
  4. 7463438 am 46277ba2: am 28e6aeca: Merge "Frameworks/base: Make IDENTITY_MATRIX final" by Andreas Gampe · 9 years ago
  5. 28e6aec Merge "Frameworks/base: Make IDENTITY_MATRIX final" by Andreas Gampe · 9 years ago
  6. 399fa8a Frameworks/base: Make IDENTITY_MATRIX final by Andreas Gampe · 9 years ago
  7. da81fa5 Merge "Add resource type annotations to some APIs" by Tor Norbye · 9 years ago
  8. 08067d9 am 8e176d39: am 007e207b: Merge "Frameworks/base: Fix null-pointer check" by Andreas Gampe · 9 years ago
  9. f2b1cff Frameworks/base: Fix null-pointer check by Andreas Gampe · 9 years ago
  10. 210a189 Add HyphenEdit support to Paint by Raph Levien · 9 years ago
  11. 417ee5b Add resource type annotations to some APIs by Tor Norbye · 9 years ago
  12. f6829a0 Remove HardwareCanvas by Chris Craik · 9 years ago
  13. 6a67db4 Implement bounded ripple animation by Alan Viverette · 9 years ago
  14. 53776a2 Merge "Refactor ripple components, simplify background animation" by Alan Viverette · 9 years ago
  15. f872ee0 Refactor ripple components, simplify background animation by Alan Viverette · 9 years ago
  16. 805f3c9 Add DEPTH image formats, support in ImageReader by Eino-Ville Talvala · 9 years ago
  17. b3ec733 Annotate methods with size and range annotations by Tor Norbye · 9 years ago
  18. 1c2bf03 Annotate return values with @CheckReturn by Tor Norbye · 9 years ago
  19. c0a1b7f Merge "Annotate ARGB integer parameters with @ColorInt" by Tor Norbye · 9 years ago
  20. c0bf700 SkPorterDuff Multiply mode maps to SkXfermode modulate. by Derek Sollenberger · 9 years ago
  21. 2d08eaf Merge "Revert "Revert "Remove references to SkPorterDuff as it is deprecated.""" by Chris Craik · 9 years ago
  22. 1526a45 Revert "Revert "Remove references to SkPorterDuff as it is deprecated."" by Chris Craik · 9 years ago
  23. fdbf68f Merge "Revert "Remove references to SkPorterDuff as it is deprecated."" by Chris Craik · 9 years ago
  24. 26b4f59 Revert "Remove references to SkPorterDuff as it is deprecated." by Chris Craik · 9 years ago
  25. 80756e3 Annotate ARGB integer parameters with @ColorInt by Tor Norbye · 9 years ago
  26. f4faeac Cleanup Bitmap JNI attempt #2 by John Reck · 9 years ago
  27. b9a468e Merge "Revert "Cleanup Bitmap JNI"" by Chad Jones · 9 years ago
  28. c02977e Revert "Cleanup Bitmap JNI" by Chad Jones · 9 years ago
  29. 35da7d9 Merge "Cleanup Bitmap JNI" by John Reck · 9 years ago
  30. b291524 Cleanup Bitmap JNI by John Reck · 9 years ago
  31. a0bfb2d Merge "Fix push shader to native" by Chris Craik · 9 years ago
  32. 6170cd1 Fix push shader to native by Chris Craik · 9 years ago
  33. a9aded1 Remove references to SkPorterDuff as it is deprecated. by Derek Sollenberger · 9 years ago
  34. 4939e2b Merge "Improve docs for drawable tint and color filters" by Chris Craik · 9 years ago
  35. bd3bfc5 Improve docs for drawable tint and color filters by Chris Craik · 9 years ago
  36. 08c7116 Remove unused imports in frameworks/base. by John Spurlock · 9 years ago
  37. 25f0e61 Revert "Use ObjectAnimator for fading scrollbars, set initial duration to 1500" by Alan Viverette · 9 years ago
  38. 5bc5d7c Merge "Propagate original Resources to DrawableContainer if no override set" by Alan Viverette · 9 years ago
  39. 102a6bf Propagate original Resources to DrawableContainer if no override set by Alan Viverette · 9 years ago
  40. 70e68e0f Set AnimationDrawable running to false unless animation is scheduled by Alan Viverette · 9 years ago
  41. 40d13f2 Merge "Remove obsolete code from AnimatedRotateDrawable state" by Alan Viverette · 9 years ago
  42. 039bd51 Remove obsolete code from AnimatedRotateDrawable state by Alan Viverette · 9 years ago
  43. a6d4484 Merge "Create blank state in no-arg RotateDrawable constructor" by Alan Viverette · 9 years ago
  44. f748696 Create blank state in no-arg RotateDrawable constructor by Alan Viverette · 9 years ago
  45. 32adbd35 Merge "Always apply color filter passed to DrawableContainer.setColorFilter" by Alan Viverette · 9 years ago
  46. 6f51440 Always apply color filter passed to DrawableContainer.setColorFilter by Alan Viverette · 9 years ago
  47. 6a8253f Update progress bar and seek bar backgrounds, fix seek bar thumb by Alan Viverette · 9 years ago
  48. b3f3762 Merge "Unify wrapper-type drawables" by Alan Viverette · 9 years ago
  49. 65bc1f5 am 031a9b13: am 92c4f175: am d002e027: Merge "Fix \'fuchsia\' typo." by Elliott Hughes · 9 years ago
  50. 92c4f17 am d002e027: Merge "Fix \'fuchsia\' typo." by Elliott Hughes · 9 years ago
  51. fd9bc7b Fix 'fuchsia' typo. by Elliott Hughes · 9 years ago
  52. a129622 Unify wrapper-type drawables by Alan Viverette · 9 years ago
  53. 72710f1 Use ObjectAnimator for fading scrollbars, set initial duration to 1500 by Alan Viverette · 9 years ago
  54. 88d44d4 Add attribute for controlling ripple radius by Alan Viverette · 9 years ago
  55. d8c18e8 API for adding layers to LayerDrawable by Alan Viverette · 9 years ago
  56. a756fd9 Prevent temp rect reuse across methods in LayerDrawable by Alan Viverette · 9 years ago
  57. 7354b30 Add layer width, height, gravity, and RTL insets for LayerDrawable by Alan Viverette · 9 years ago
  58. e300553 Merge "Ensure InsetDrawable propagates state and callback on set drawable" by Alan Viverette · 9 years ago
  59. bc43ac2 Ensure InsetDrawable propagates state and callback on set drawable by Alan Viverette · 9 years ago
  60. 7d6854a Synchronize mutated constant state's drawable constant state by Alan Viverette · 9 years ago
  61. 1db141f Create proxy between Skia's SkCanvas and the framework Canvas. by Derek Sollenberger · 10 years ago
  62. 9bf106f Merge "Move SkAvoidXferMode into frameworks/base." by Leon Scroggins III · 9 years ago
  63. 626647c Move SkAvoidXferMode into frameworks/base. by Leon Scroggins III · 9 years ago
  64. f0f7f8c Move drawable out of inset state, only store constant state by Alan Viverette · 9 years ago
  65. fe02621 am 94474515: Merge "Prevent memory corruption from use-after-free" into lmp-mr1-dev automerge: bb8d7ff by John Reck · 10 years ago
  66. 1e5dd46 am 94474515: Merge "Prevent memory corruption from use-after-free" into lmp-mr1-dev by John Reck · 10 years ago
  67. 4018eb3 Prevent memory corruption from use-after-free by John Reck · 10 years ago
  68. 8ac90a0 Avoid ripple buffer creation for empty bounds automerge: b74155c automerge: e6e216c by Alan Viverette · 10 years ago
  69. 2aacb86 Avoid ripple buffer creation for empty bounds automerge: b74155c by Alan Viverette · 10 years ago
  70. b74155c Avoid ripple buffer creation for empty bounds by Alan Viverette · 10 years ago
  71. a0d17f8 Merge "Update the javadoc for the clip path fix." by ztenghui · 10 years ago
  72. d205217 am c83245be: am 628e646e: am aa229902: Merge "Jump ripples to end when switching to a non-hardware canvas" into lmp-mr1-dev by Alan Viverette · 10 years ago
  73. c83245b am 628e646e: am aa229902: Merge "Jump ripples to end when switching to a non-hardware canvas" into lmp-mr1-dev by Alan Viverette · 10 years ago
  74. a0c0ca7 Jump ripples to end when switching to a non-hardware canvas by Alan Viverette · 10 years ago
  75. 6fbcefe Update the javadoc for the clip path fix. by ztenghui · 10 years ago
  76. 5a88061 Merge "Limit the scope of clip path to the group, not global" by ztenghui · 10 years ago
  77. 054a17c Limit the scope of clip path to the group, not global by ztenghui · 10 years ago
  78. 304cc53 Use the generic Canvas instead of SkCanvas by Derek Sollenberger · 10 years ago
  79. 5dc973c Use text ascent / descent to center SimpleMonthView labels by Alan Viverette · 10 years ago
  80. f4c068b Add getDither, getFilterBitmap to Drawable for CTS testing by Alan Viverette · 10 years ago
  81. 304ea5a Merge "Allow use of theme attributes in color state lists" by Alan Viverette · 10 years ago
  82. 8dfaa49 Make DisplayListRenderer inherit from Canvas, merge JNI by Tom Hudson · 10 years ago
  83. 45c4bbb Allow use of theme attributes in color state lists by Alan Viverette · 10 years ago
  84. 5a4be5a am e260a358: am 7c3212b2: Merge "Propagate DrawableContainer state on mutate, fix ColorDrawable theming" into lmp-mr1-dev by Alan Viverette · 10 years ago
  85. 0a69ae9 am 1060d75e: am 9a1b4c29: Merge "Move ripple to end state on jump when hardware exit is pending" into lmp-mr1-dev by Alan Viverette · 10 years ago
  86. 81612d8 am e260a358: am 7c3212b2: Merge "Propagate DrawableContainer state on mutate, fix ColorDrawable theming" into lmp-mr1-dev by Alan Viverette · 10 years ago
  87. 2e0e2a4 am 1060d75e: am 9a1b4c29: Merge "Move ripple to end state on jump when hardware exit is pending" into lmp-mr1-dev by Alan Viverette · 10 years ago
  88. 7c3212b Merge "Propagate DrawableContainer state on mutate, fix ColorDrawable theming" into lmp-mr1-dev by Alan Viverette · 10 years ago
  89. 9bc11ac Move ripple to end state on jump when hardware exit is pending by Alan Viverette · 10 years ago
  90. 419aa7a Propagate DrawableContainer state on mutate, fix ColorDrawable theming by Alan Viverette · 10 years ago
  91. 9f2d0d2 am 934d8d85: am daec5943: Fix build automerge: aaf2e19 by Alan Viverette · 10 years ago
  92. 6a9fb4b6 am 7d0aed2d: am 4e137437: Merge "Update tint filter after setting gradient drawable state" into lmp-mr1-dev automerge: c211857 by Alan Viverette · 10 years ago
  93. d8d9cbe am 1259ab3a: am 3d517a70: am 62b780e8: Avoid creating futures for drawables with no constant state by Alan Viverette · 10 years ago
  94. 934d8d8 am daec5943: Fix build automerge: aaf2e19 by Alan Viverette · 10 years ago
  95. 7d0aed2 am 4e137437: Merge "Update tint filter after setting gradient drawable state" into lmp-mr1-dev by Alan Viverette · 10 years ago
  96. daec594 Fix build by Alan Viverette · 10 years ago
  97. 1259ab3 am 3d517a70: am 62b780e8: Avoid creating futures for drawables with no constant state by Alan Viverette · 10 years ago
  98. 3ad771b Update tint filter after setting gradient drawable state by Alan Viverette · 10 years ago
  99. 62b780e Avoid creating futures for drawables with no constant state by Alan Viverette · 10 years ago
  100. 7668e78 resolved conflicts for merge of 3bae94d7 to master by Nick Kralevich · 10 years ago