1. 7e3ede2 Support for changing density of DrawableWrapper subclasses by Alan Viverette · 9 years ago
  2. 0cacad7 Apply density scaling in LayerDrawable and subclasses by Alan Viverette · 9 years ago
  3. b6e6662 Improve infrastructure for replacing windows. by Filip Gruszczynski · 9 years ago
  4. e1e654d0 Merge "Pass the whole locale list down to Minikin." by Roozbeh Pournader · 9 years ago
  5. f036ead Pass the whole locale list down to Minikin. by Roozbeh Pournader · 9 years ago
  6. 8cab9b5 Merge "Reset constant width/height when DrawableContainer density changes" by Alan Viverette · 9 years ago
  7. f1f5f6f Reset constant width/height when DrawableContainer density changes by Alan Viverette · 9 years ago
  8. 4a94faa Scale density correctly on VectorDrawable.applyTheme() by Alan Viverette · 9 years ago
  9. a3ee41b Apply density scaling when updating from typed array by Alan Viverette · 9 years ago
  10. 02f633d Clean up VectorDrawable usage of stroke and fill color state lists by Alan Viverette · 9 years ago
  11. 2a6a2c2 Change WindowState.mShownFrame to WindowState.mShownPosition. by Filip Gruszczynski · 9 years ago
  12. dbffd25 Fix Paint's JNI by John Reck · 9 years ago
  13. 3089211 Merge "Add tests: Paint#measureText for bidirectional text." by Keisuke Kuroyanagi · 9 years ago
  14. 2c53a07 Merge "Consolidate native methods for text measurement." by Keisuke Kuroyanagi · 9 years ago
  15. 536afe6 Consolidate native methods for text measurement. by Keisuke Kuroyanagi · 9 years ago
  16. 57bbbac Merge "Add tests for Paint#getTextRunAdvances" by Keisuke Kuroyanagi · 9 years ago
  17. 05de8fb Add tests: Paint#measureText for bidirectional text. by Keisuke Kuroyanagi · 9 years ago
  18. 2779b59 Add tests for Paint#getTextRunAdvances by Keisuke Kuroyanagi · 9 years ago
  19. e72a703 Add attribute for specifying initial ScaleDrawable level by Alan Viverette · 9 years ago
  20. 50c29cd Allow color state list for vector drawable fill and stroke by Alan Viverette · 9 years ago
  21. a02d274 Clean up DrawableContainer.selectDrawable() docs, params by Alan Viverette · 9 years ago
  22. 6fe1ea7 Merge "Revert "Use floating-point value for Drawable level"" by Alan Viverette · 9 years ago
  23. 0b6cfe2 Revert "Use floating-point value for Drawable level" by Alan Viverette · 9 years ago
  24. 28aa456 am 1d815272: am 58c27e3e: am c0ce6c42: Merge "Reduce risk of memory corruption due to finalization." by Hans Boehm · 9 years ago
  25. 1d81527 am 58c27e3e: am c0ce6c42: Merge "Reduce risk of memory corruption due to finalization." by Hans Boehm · 9 years ago
  26. 58c27e3 am c0ce6c42: Merge "Reduce risk of memory corruption due to finalization." by Hans Boehm · 9 years ago
  27. ffa84e0 Reduce risk of memory corruption due to finalization. by Hans Boehm · 10 years ago
  28. 660383c Merge "Use floating-point value for Drawable level" by Alan Viverette · 9 years ago
  29. a72f59a8 Update mFillPaint color on GradientDrawable inflation by Snild Dolkow · 9 years ago
  30. 084938f Check whether AnimationDrawable is one shot only when visibility changes by Doris Liu · 9 years ago
  31. 3da32b7 Use floating-point value for Drawable level by Alan Viverette · 9 years ago
  32. 008d6d0 Merge "Add LocaleList support to Paint and TextView." by Roozbeh Pournader · 9 years ago
  33. a23748a Add LocaleList support to Paint and TextView. by Roozbeh Pournader · 9 years ago
  34. d54e993 Refactor VectorDrawable to use VObject for paths and groups by Alan Viverette · 9 years ago
  35. 8e88b37 Merge "Implement missing jumpToCurrentState() in LayerDrawable" by Alan Viverette · 9 years ago
  36. 9151a69 Implement missing jumpToCurrentState() in LayerDrawable by Alan Viverette · 9 years ago
  37. c725e8d Add missing @param in ResourceManager, set InflateException source by Alan Viverette · 9 years ago
  38. caca720 Allow inner classes to be used as custom drawables by Alan Viverette · 9 years ago
  39. 02fc5fe Extract drawable inflation to its own class, inflate from class name by Alan Viverette · 9 years ago
  40. e0367d2 am b98adf20: am bdb151ea: am 4816d7d5: am e30e8980: Merge "Disable RT animations for header ripple" into mnc-dr-dev by Jorim Jaggi · 9 years ago
  41. 191ac0a Reverse order of RT animations so enter animation works correctly by Alan Viverette · 9 years ago
  42. b7303a3 Disable RT animations for header ripple by Jorim Jaggi · 9 years ago
  43. 1303a11 am e5b44d5c: am 5646203c: am 63e9875a: am 786529f2: am 54c807e7: Merge "Translate ripple mask to account for drawable bounds" into mnc-dev by Alan Viverette · 9 years ago
  44. f0d69b9 Translate ripple mask to account for drawable bounds by Alan Viverette · 9 years ago
  45. 1ad545d Fix path direction enum to match native SkPath values by Derek Sollenberger · 9 years ago
  46. 4c5efe9 Add ninePatch support to Canvas.h by Derek Sollenberger · 9 years ago
  47. 773bbe0 Revert "Add ninePatch support to Canvas.h" by John Reck · 9 years ago
  48. deead00 Merge "Add ninePatch support to Canvas.h" by Derek Sollenberger · 9 years ago
  49. 96b3da6 Merge "Add missing accessors on GradientDrawable, NinePatchDrawable" by Alan Viverette · 9 years ago
  50. 4155184 Add missing accessors on GradientDrawable, NinePatchDrawable by Alan Viverette · 9 years ago
  51. dc12e15 Merge "Remove framework-private HSV APIs, replace with luminance" by Alan Viverette · 9 years ago
  52. edca320 Add ninePatch support to Canvas.h by Derek Sollenberger · 9 years ago
  53. 81590a4 Remove framework-private HSV APIs, replace with luminance by Alan Viverette · 9 years ago
  54. 58204be Remove incorrect ColorInt annotations by Alan Viverette · 9 years ago
  55. 7873b6d Remove framework-private Color.HSBtoColor API by Alan Viverette · 9 years ago
  56. 6973201 am e968c87f: am 570a2363: am a8431e8c: am bfd62580: am 11104791: Merge "Ensure ripple mask is drawn at correct position" into mnc-dev by Alan Viverette · 9 years ago
  57. bac9769 Ensure ripple mask is drawn at correct position by Alan Viverette · 9 years ago
  58. fac5894 am 3b68ca16: am 96160dea: am 8e645d58: am 649c3c44: am 7290d93d: Merge "Yell loudly about undefined behind in Bitmap, but work anyway" into mnc-dev by John Reck · 9 years ago
  59. 01a0af3 Yell loudly about undefined behind in Bitmap, but work anyway by John Reck · 9 years ago
  60. 6578a98 Support High Contrast Text for all canvas types by Derek Sollenberger · 9 years ago
  61. c9a6ca5 Merge "Revert "Support High Contrast Text for all canvas types"" by Chris Craik · 9 years ago
  62. 749e674 Revert "Support High Contrast Text for all canvas types" by Chris Craik · 9 years ago
  63. 2d35cf9 Merge "Support High Contrast Text for all canvas types" by Derek Sollenberger · 9 years ago
  64. dbcea5f am 8054c55b: am b00f3e4f: am fcec0638: am 8b455841: am 094c82ad: Merge "Scaling (Animated)VectorDrawable inside ImageView" into mnc-dev by ztenghui · 9 years ago
  65. 35289f1 Scaling (Animated)VectorDrawable inside ImageView by ztenghui · 10 years ago
  66. d4f1d0c Merge "Remove ImageViewBitmapDrawable class" by Chris Craik · 9 years ago
  67. 82af13e Remove ImageViewBitmapDrawable class by Chris Craik · 9 years ago
  68. 6d86e57 Elaborate on Bitmap#reconfigure() expectations by John Reck · 9 years ago
  69. 5561d67 am 35ae7a0a: am f4874b74: am 2ed576fa: am 66b73dce: am f5e20ec3: Merge "Retrieve resources for apps, even if not installed for current user." into mnc-dev by Julia Reynolds · 9 years ago
  70. c7fd346 Retrieve resources for apps, even if not installed for current user. by Julia Reynolds · 9 years ago
  71. 876d566 Support High Contrast Text for all canvas types by Derek Sollenberger · 9 years ago
  72. 94394b3 Move drawRegion from DisplayList to Canvas by Derek Sollenberger · 9 years ago
  73. cc882b6 Remove unused functions and variables from DisplayListCanvas by Derek Sollenberger · 9 years ago
  74. b7ba122 Teach ImageView to recycle internal drawables by John Reck · 9 years ago
  75. 93666e8 Merge "Resize the VectorDrawable according to the virtual Dpi" into mnc-dev by ztenghui · 9 years ago
  76. 9508063 Resize the VectorDrawable according to the virtual Dpi by ztenghui · 9 years ago
  77. 06ff2af Update local state when creating LayerDrawable from constant state by Alan Viverette · 9 years ago
  78. 346872d Merge "Allow an icon to carry a tint with it, wherever it goes." into mnc-dev by Dan Sandler · 9 years ago
  79. 25a5f30 Merge "Use ashmem backed bitmaps for passing around notifications" into mnc-dev by Daniel Sandler · 9 years ago
  80. 81e7dbd Remove isDither(), deprecate setDither() by Alan Viverette · 9 years ago
  81. a0d58ae Use ashmem backed bitmaps for passing around notifications by Jorim Jaggi · 9 years ago
  82. 24f11b1 Allow an icon to carry a tint with it, wherever it goes. by Dan Sandler · 9 years ago
  83. 484b114 Merge "Clean up drawable filter/dither docs" into mnc-dev by Chris Craik · 9 years ago
  84. b2aea9d Merge "Enable Picture w/ HW Accelerated Canvas." into mnc-dev by Derek Sollenberger · 9 years ago
  85. e109940 Enable Picture w/ HW Accelerated Canvas. by Derek Sollenberger · 9 years ago
  86. c79df8e Clean up drawable filter/dither docs by Chris Craik · 9 years ago
  87. 690a16c Invalidate the cached ripple drawable mask if mask layer changes by Alan Viverette · 9 years ago
  88. a6c5114 Fix a typo in Drawable's javadoc by Doris Liu · 9 years ago
  89. 50ec9b1 Merge "Patch up certain kinds of broken notifications." into mnc-dev by Dan Sandler · 9 years ago
  90. 4e78706 Patch up certain kinds of broken notifications. by Dan Sandler · 9 years ago
  91. 67b5a68 Merge "Resolve start/end insets in LayerDrawable.getIntrinsicWidth()" into mnc-dev by Alan Viverette · 9 years ago
  92. 536652f Resolve start/end insets in LayerDrawable.getIntrinsicWidth() by Alan Viverette · 9 years ago
  93. 373954a Refactor Drawable.getDither() to isDither() by Alan Viverette · 9 years ago
  94. 63a39ff Ensure first load for bitmap and nine-patch gets correct density by Alan Viverette · 9 years ago
  95. c03fa1e Merge "Add isFilterBitmap() overrides where appropriate" into mnc-dev by Chet Haase · 9 years ago
  96. ea13639 Add isFilterBitmap() overrides where appropriate by Chet Haase · 9 years ago
  97. 96a443b Clarify Drawable.getOpacity() docs by Chet Haase · 9 years ago
  98. 4039f65 Merge "Improve boundary check for for Paint#DrawTextRun." into mnc-dev by Keisuke Kuroyanagi · 9 years ago
  99. 1b83edc Merge "Workaround shader crash" into mnc-dev by Chris Craik · 9 years ago
  100. f2122ef Improve boundary check for for Paint#DrawTextRun. by Keisuke Kuroyanagi · 9 years ago