1. c7fd346 Retrieve resources for apps, even if not installed for current user. by Julia Reynolds · 9 years ago
  2. b7ba122 Teach ImageView to recycle internal drawables by John Reck · 9 years ago
  3. 93666e8 Merge "Resize the VectorDrawable according to the virtual Dpi" into mnc-dev by ztenghui · 9 years ago
  4. 9508063 Resize the VectorDrawable according to the virtual Dpi by ztenghui · 9 years ago
  5. 06ff2af Update local state when creating LayerDrawable from constant state by Alan Viverette · 9 years ago
  6. 346872d Merge "Allow an icon to carry a tint with it, wherever it goes." into mnc-dev by Dan Sandler · 9 years ago
  7. 25a5f30 Merge "Use ashmem backed bitmaps for passing around notifications" into mnc-dev by Daniel Sandler · 9 years ago
  8. 81e7dbd Remove isDither(), deprecate setDither() by Alan Viverette · 9 years ago
  9. a0d58ae Use ashmem backed bitmaps for passing around notifications by Jorim Jaggi · 9 years ago
  10. 24f11b1 Allow an icon to carry a tint with it, wherever it goes. by Dan Sandler · 9 years ago
  11. 484b114 Merge "Clean up drawable filter/dither docs" into mnc-dev by Chris Craik · 9 years ago
  12. b2aea9d Merge "Enable Picture w/ HW Accelerated Canvas." into mnc-dev by Derek Sollenberger · 9 years ago
  13. e109940 Enable Picture w/ HW Accelerated Canvas. by Derek Sollenberger · 9 years ago
  14. c79df8e Clean up drawable filter/dither docs by Chris Craik · 9 years ago
  15. 690a16c Invalidate the cached ripple drawable mask if mask layer changes by Alan Viverette · 9 years ago
  16. a6c5114 Fix a typo in Drawable's javadoc by Doris Liu · 9 years ago
  17. 50ec9b1 Merge "Patch up certain kinds of broken notifications." into mnc-dev by Dan Sandler · 9 years ago
  18. 4e78706 Patch up certain kinds of broken notifications. by Dan Sandler · 9 years ago
  19. 67b5a68 Merge "Resolve start/end insets in LayerDrawable.getIntrinsicWidth()" into mnc-dev by Alan Viverette · 9 years ago
  20. 536652f Resolve start/end insets in LayerDrawable.getIntrinsicWidth() by Alan Viverette · 9 years ago
  21. 373954a Refactor Drawable.getDither() to isDither() by Alan Viverette · 9 years ago
  22. 63a39ff Ensure first load for bitmap and nine-patch gets correct density by Alan Viverette · 9 years ago
  23. c03fa1e Merge "Add isFilterBitmap() overrides where appropriate" into mnc-dev by Chet Haase · 9 years ago
  24. ea13639 Add isFilterBitmap() overrides where appropriate by Chet Haase · 9 years ago
  25. 96a443b Clarify Drawable.getOpacity() docs by Chet Haase · 9 years ago
  26. 4039f65 Merge "Improve boundary check for for Paint#DrawTextRun." into mnc-dev by Keisuke Kuroyanagi · 9 years ago
  27. 1b83edc Merge "Workaround shader crash" into mnc-dev by Chris Craik · 9 years ago
  28. f2122ef Improve boundary check for for Paint#DrawTextRun. by Keisuke Kuroyanagi · 9 years ago
  29. b786bbd Workaround shader crash by Chris Craik · 9 years ago
  30. 99ca2a8 Account for hotspot bounds in RippleDrawable projection check by Alan Viverette · 9 years ago
  31. 371b582 Merge "Implement getColorFilter() on VectorDrawable" into mnc-dev by Alan Viverette · 9 years ago
  32. a741711 Implement getColorFilter() on VectorDrawable by Alan Viverette · 9 years ago
  33. 9605271 Add reset to AVD by ztenghui · 9 years ago
  34. e1352de Merge "Setup the animation callback for AnimatedVectorDrawable" into mnc-dev by ztenghui · 9 years ago
  35. c3b68df Manually jump ripples when preemptively aborting RT animation by Alan Viverette · 9 years ago
  36. 83a5203 Setup the animation callback for AnimatedVectorDrawable by ztenghui · 9 years ago
  37. eebb834 ImageFormat: Update definition of depth formats for confidence. by Eino-Ville Talvala · 9 years ago
  38. 2b184e8 Merge "Reduce amount of unnecessary RippleDrawable mask redraw" into mnc-dev by Alan Viverette · 9 years ago
  39. 15ce834 Reduce amount of unnecessary RippleDrawable mask redraw by Alan Viverette · 9 years ago
  40. db29113 Merge "Replace PNG-based seekbar thumb animation with AVD" into mnc-dev by Alan Viverette · 9 years ago
  41. 87e1938 Replace PNG-based seekbar thumb animation with AVD by Alan Viverette · 9 years ago
  42. 3c436cb Merge "Postpone AnimatedVectorDrawable animator inflation until applyTheme()" into mnc-dev by Alan Viverette · 9 years ago
  43. b63b93d Fix drawable CTS breakages by Alan Viverette · 9 years ago
  44. dfa4646 API Review: Drawable by Alan Viverette · 9 years ago
  45. b1f6aeb Merge "Fix Bitmap#sameAs NPE" into mnc-dev by John Reck · 9 years ago
  46. 3df4869 Fix Bitmap#sameAs NPE by John Reck · 9 years ago
  47. d8d9a75 Postpone AnimatedVectorDrawable animator inflation until applyTheme() by Alan Viverette · 9 years ago
  48. 0c4729a1 Merge "Revert "Postpone AnimatedVectorDrawable animator inflation until applyTheme()"" into mnc-dev by Alan Viverette · 9 years ago
  49. 344ad71 Revert "Postpone AnimatedVectorDrawable animator inflation until applyTheme()" by Alan Viverette · 9 years ago
  50. 365f5c2 Merge "Update ripple drawable target radius on bounds change" into mnc-dev by Alan Viverette · 9 years ago
  51. 6ae9dc8 Merge "Postpone AnimatedVectorDrawable animator inflation until applyTheme()" into mnc-dev by Alan Viverette · 9 years ago
  52. 721ae5f Add internal bitmap api for creating immutable ashmem backed bitmaps. by Riley Andrews · 9 years ago
  53. 5bc0144 Update ripple drawable target radius on bounds change by Alan Viverette · 9 years ago
  54. e922f49 Allow getChangingConfigurations() on DrawableWrapper with null drawable by Alan Viverette · 9 years ago
  55. 9b115a9 Postpone AnimatedVectorDrawable animator inflation until applyTheme() by Alan Viverette · 9 years ago
  56. d63f932 Icon support comes to Notification. by Dan Sandler · 9 years ago
  57. aee0c2c Merge "Use Context instead of Resources in Icon.createWithResource." into mnc-dev by Dan Sandler · 9 years ago
  58. d76a81f Merge "Fix missing break in Icon class" into mnc-dev by Yorke Lee · 9 years ago
  59. 220239e Fix missing break in Icon class by Yorke Lee · 9 years ago
  60. 4b4d475 Merge "Start AnimationDrawable from the zeroth frame." into mnc-dev by Doris Liu · 9 years ago
  61. c7741d4 Start AnimationDrawable from the zeroth frame. by Doris Liu · 9 years ago
  62. 0e4a2b5 Merge "Check for setting to already set" into mnc-dev by John Reck · 9 years ago
  63. 6d8371e Check for setting to already set by John Reck · 9 years ago
  64. 02cd9f9 Use Context instead of Resources in Icon.createWithResource. by Dan Sandler · 9 years ago
  65. 09e51a7 Revert "Icon support comes to Notification." by Daniel Sandler · 9 years ago
  66. 08a04c1 Icon support comes to Notification. by Dan Sandler · 9 years ago
  67. d9e1fe3 Merge "[1/4] Use new Icon class in PhoneAccount." into mnc-dev by Santos Cordon · 9 years ago
  68. cad84a2 [1/4] Use new Icon class in PhoneAccount. by Santos Cordon · 9 years ago
  69. d6acd42 Merge "Revert "Anti-alias by default"" into mnc-dev by Chris Craik · 9 years ago
  70. 74a727d Merge "Anti-Alias ColorDrawable" into mnc-dev by Chris Craik · 9 years ago
  71. caa6226 Revert "Anti-alias by default" by Chris Craik · 9 years ago
  72. b846b58 Anti-Alias ColorDrawable by Chris Craik · 9 years ago
  73. b27333b Merge "Icon API tuneups:" into mnc-dev by Dan Sandler · 9 years ago
  74. 877d696 Icon API tuneups: by Dan Sandler · 9 years ago
  75. aa35819 AnimatedRotateDrawable should inflate child elements by Alan Viverette · 9 years ago
  76. 6af2857 Merge "Revert "Fix build - Revert "Revert "Use default constructor to get anti-aliasing"""" into mnc-dev by Chris Craik · 9 years ago
  77. 6a49dde Revert "Fix build - Revert "Revert "Use default constructor to get anti-aliasing""" by Chris Craik · 9 years ago
  78. 4b40355 Merge "Avoid setting mCurFrame to -1" into mnc-dev by Doris Liu · 9 years ago
  79. 7ed1431 Fix build - Revert "Revert "Use default constructor to get anti-aliasing"" by Chris Craik · 9 years ago
  80. 56ef127 Avoid setting mCurFrame to -1 by Doris Liu · 9 years ago
  81. dfe0a66 Revert "Use default constructor to get anti-aliasing" by Chris Craik · 9 years ago
  82. 9298c54 Clarify assert by John Reck · 9 years ago
  83. ad57442 Add a few missing asserts by John Reck · 9 years ago
  84. 3e776de Compatibility hack by John Reck · 9 years ago
  85. a039182 Delete a bunch of dead code by John Reck · 9 years ago
  86. 27cf869 Fix setting hotspot bounds in a drawable container by Alexander Martinz · 9 years ago
  87. c64b3fa Merge "Attempt to solve the double-GC problem" into mnc-dev by John Reck · 9 years ago
  88. f29ed28 Attempt to solve the double-GC problem by John Reck · 9 years ago
  89. d21be49 More documentation for handling RippleDrawable mask at run time by Alan Viverette · 9 years ago
  90. 05dc201 Merge "Remove Bitmap#getSkBitmap" into mnc-dev by John Reck · 9 years ago
  91. 1641c0c Merge "Move AssetAtlas off of SkBitmap*" into mnc-dev by John Reck · 9 years ago
  92. 7c103a3 Remove Bitmap#getSkBitmap by John Reck · 9 years ago
  93. c6e2e8f Move AssetAtlas off of SkBitmap* by John Reck · 9 years ago
  94. 9fc943d Merge "Icon: a clean, parcelable place for images." into mnc-dev by Dan Sandler · 9 years ago
  95. b9f7aac3 Icon: a clean, parcelable place for images. by Dan Sandler · 9 years ago
  96. 78760b4 Merge "A bunch more cleanups" into mnc-dev by John Reck · 9 years ago
  97. 3731dc2 A bunch more cleanups by John Reck · 9 years ago
  98. db672b0 Merge "Change how Java Bitmaps are accessed in a few places" into mnc-dev by John Reck · 9 years ago
  99. ed207b9 Change how Java Bitmaps are accessed in a few places by John Reck · 9 years ago
  100. 1f29e71 Don't propagate level or RTL in LayerDrawable.setDrawable() by Alan Viverette · 9 years ago