1. 327710e Merge "Preserve inner drawable bounds and level on mutate" into lmp-dev by Alan Viverette · 10 years ago
  2. 719da6b Merge "Fix NPE in RippleDrawable" into lmp-dev by Alan Viverette · 10 years ago
  3. d7853e5 Preserve inner drawable bounds and level on mutate by Alan Viverette · 10 years ago
  4. 772d576 Merge "New weight-aware font config" into lmp-dev by Raph Levien · 10 years ago
  5. 117cbeb New weight-aware font config by Raph Levien · 10 years ago
  6. 40e38d4 Fix NPE in RippleDrawable by Alan Viverette · 10 years ago
  7. b34eeb7 Merge "Notify VM of native pixelref allocations" into lmp-dev by Chris Craik · 10 years ago
  8. 4cd7dbc Notify VM of native pixelref allocations by Chris Craik · 10 years ago
  9. ae82e60 Merge "VD: Update the fillColor default as transparent" into lmp-dev by ztenghui · 10 years ago
  10. 8afd0f2 Create z reordering boundaries around dispatchDraw by Chris Craik · 10 years ago
  11. a70b474 VD: Update the fillColor default as transparent by ztenghui · 10 years ago
  12. a94900e Merge "Fixing AVD animation with startOffset" into lmp-dev by ztenghui · 10 years ago
  13. 14aedd1 Fixing AVD animation with startOffset by ztenghui · 10 years ago
  14. 01edef1 Revert immutable Shader change by John Reck · 10 years ago
  15. 04e723c Merge "Jump drawable state (including ripples) on view detach" into lmp-dev by Alan Viverette · 10 years ago
  16. d78a445 Jump drawable state (including ripples) on view detach by Alan Viverette · 10 years ago
  17. 38b5f59 Implement GradientDrawable getColorFilter. by John Spurlock · 10 years ago
  18. 9f6ba7a Merge "Throw exception on nonexistent font" into lmp-dev by Behdad Esfahbod · 10 years ago
  19. bf8d562 Throw exception on nonexistent font by Behdad Esfahbod · 10 years ago
  20. 06cd7dc Forward additional drawable methods in AVD by Alan Viverette · 10 years ago
  21. aba9715 Merge "Make getOutline account for gravity BitmapDrawable" into lmp-dev by Chris Craik · 10 years ago
  22. fe7a18e Make getOutline account for gravity BitmapDrawable by Chris Craik · 10 years ago
  23. 13600f9 Merge "Don't cast shadows from gradients with transparent parts" into lmp-dev by Chris Craik · 10 years ago
  24. c49e3ce Don't cast shadows from gradients with transparent parts by Chris Craik · 10 years ago
  25. b19fe38 Merge "Update toggle switch asset to include content area" into lmp-dev by Alan Viverette · 10 years ago
  26. a5e1301 Update toggle switch asset to include content area by Alan Viverette · 10 years ago
  27. d1d7389 Update setShadowLayer doc by Chris Craik · 10 years ago
  28. 04019ee Merge "Throw exception when inset drawable is missing drawable attribute" into lmp-dev by Alan Viverette · 10 years ago
  29. 32e966c Merge "Fix crash in AnimationDrawable" into lmp-dev by Chet Haase · 10 years ago
  30. 0304357 Fix crash in AnimationDrawable by Chet Haase · 10 years ago
  31. 9745de0 Fix BitmapDrawable outline crash by Chris Craik · 10 years ago
  32. 0bece71 Throw exception when inset drawable is missing drawable attribute by Alan Viverette · 10 years ago
  33. c13ff2e Merge "Revert "Throw exception when inset drawable is missing drawable attribute"" into lmp-dev by Jeff Brown · 10 years ago
  34. 2e1c9b5 Revert "Throw exception when inset drawable is missing drawable attribute" by Jeff Brown · 10 years ago
  35. 0a9614f Throw exception when inset drawable is missing drawable attribute by Alan Viverette · 10 years ago
  36. 7ca0bb5 Merge "Better handling of unresolved theme attributes" into lmp-dev by Alan Viverette · 10 years ago
  37. 34a14f96 Better handling of unresolved theme attributes by Alan Viverette · 10 years ago
  38. cf8f583 Merge "Throw exception when inset drawable is missing drawable attribute" into lmp-dev by Alan Viverette · 10 years ago
  39. a4888fb Merge "Minor doc fixes from API council recommendations." into lmp-dev by Chet Haase · 10 years ago
  40. 6beeb75 Minor doc fixes from API council recommendations. by Chet Haase · 10 years ago
  41. e222e35 Disable shadow casting for transparent BitmapDrawables by Chris Craik · 10 years ago
  42. 03d30a5 Make sure we're obtaining themed drawables correctly by Alan Viverette · 10 years ago
  43. e07465f Merge "Resolve invalid Typeface style to default" into lmp-dev by Raph Levien · 10 years ago
  44. 2adf890 Merge "Prevent re-entry when clearing animating hotspots" into lmp-dev by Alan Viverette · 10 years ago
  45. 27cede8 Prevent re-entry when clearing animating hotspots by Alan Viverette · 10 years ago
  46. 1725f94 Merge "Fix NPE in NinePatchDrawable, propagate theme in StateListDrawable" into lmp-dev by Alan Viverette · 10 years ago
  47. ad55abdc Fix NPE in NinePatchDrawable, propagate theme in StateListDrawable by Alan Viverette · 10 years ago
  48. ff86bcd Resolve invalid Typeface style to default by Raph Levien · 10 years ago
  49. 0670f02 VD: Fix Canvas save leak by ztenghui · 10 years ago
  50. 6661341 Don't double count the left/top when using bitmap cache in VectorDrawable. by ztenghui · 10 years ago
  51. dbcbca4 Don't make ripples respond to selection state by Alan Viverette · 10 years ago
  52. e272a26 Make letterSpacing and fontFeatureSettings public by Raph Levien · 10 years ago
  53. 4afbbfd Add insets to dialog background by Alan Viverette · 10 years ago
  54. f143ae8 Removing fill and stroke opacity by ztenghui · 10 years ago
  55. f9b4c2c Merge "Fix CTS test for nine patch padding sanity check" into lmp-dev by Alan Viverette · 10 years ago
  56. ac1f588 Fix CTS test for nine patch padding sanity check by Alan Viverette · 10 years ago
  57. 036a665 Add an extra pixel to the ripple radius used for bounds by Alan Viverette · 10 years ago
  58. b1de5a5 Merge "Separate tint and tintMode properties" into lmp-dev by Alan Viverette · 10 years ago
  59. af046ab Update radial gradient doc by Chris Craik · 10 years ago
  60. a426445 Separate tint and tintMode properties by Alan Viverette · 10 years ago
  61. 33559c9 Merge "MiterLimit represent a ratio itself, no need to scale" into lmp-dev by ztenghui · 10 years ago
  62. c4d651e MiterLimit represent a ratio itself, no need to scale by ztenghui · 10 years ago
  63. 06eaf19 End the animator when stop() is called by ztenghui · 10 years ago
  64. 01af516 Fix nine patch crash by Chris Craik · 10 years ago
  65. 0df3bd5 Add Bitmap.compress to TRACE_TAG_RESOURCES by John Reck · 10 years ago
  66. 13ed217 Make outline alpha APIs public by Chris Craik · 10 years ago
  67. 5eb5cde Fix one typo and add linear progress bar in the test. by ztenghui · 10 years ago
  68. e9ad393 Add fontFeatureSettings to TextView and attrs by Behdad Esfahbod · 10 years ago
  69. 8e55492 Merge "Add outline alpha" into lmp-dev by Chris Craik · 10 years ago
  70. 77b5cad Add outline alpha by Chris Craik · 10 years ago
  71. 874bcd8 Fix the create() for the attrs position by ztenghui · 10 years ago
  72. 1c4d8b2 Correct the tag's name in the exceptions by ztenghui · 10 years ago
  73. 805f6eb Support FontFeatureSettings in Paint by Behdad Esfahbod · 10 years ago
  74. 0c0dde7 Update switch assets, fix SearchView asset 9-patch areas by Alan Viverette · 10 years ago
  75. 9b38f6c Revert "Update switch assets, fix SearchView asset 9-patch areas" by Alan Viverette · 10 years ago
  76. 8bb3990 Update switch assets, fix SearchView asset 9-patch areas by Alan Viverette · 10 years ago
  77. b6417b8 Don't double-cancel the active ripple by Alan Viverette · 10 years ago
  78. 4c4064f ImageFormat: update raw10 spec to allow row padding by Zhijun He · 10 years ago
  79. a95c8ab API REVIEW: VectorDrawable by ztenghui · 10 years ago
  80. a753f4c Move ClipBounds to native by Chris Craik · 10 years ago
  81. 1968201 Don't crash when drawing zero pixels. by Dan Sandler · 10 years ago
  82. 6ce6d70 Separate background from ripple for better focus/press UX by Alan Viverette · 10 years ago
  83. fa80f74 Add letter-spacing to Paint and TextView by Behdad Esfahbod · 10 years ago
  84. 96335e3 Merge "Remove the max ripple count exceeded warning" into lmp-dev by Alan Viverette · 10 years ago
  85. e5d6cf8 Remove the max ripple count exceeded warning by Alan Viverette · 10 years ago
  86. b7b8e92 Document BlurMaskFilter.Blur. by Leon Scroggins III · 10 years ago
  87. 866cf65 Make updateLocalMatrix replace the current Matrix. by Leon Scroggins III · 10 years ago
  88. 5a836f7 Add negative sign separation support in the pathData by ztenghui · 10 years ago
  89. ade9ef2 Ensure ripple mask gets updated in public constructor by Alan Viverette · 10 years ago
  90. c403a39 Merge "Make setter methods on Outline call setEmpty() based on params" into lmp-dev by Chris Craik · 10 years ago
  91. 0645128 Make setter methods on Outline call setEmpty() based on params by Chris Craik · 10 years ago
  92. 8872b38 Separate Canvas JNI code from the implementation. by Derek Sollenberger · 10 years ago
  93. 4f64c04 Clean up view tinting APIs, tileModeX/Y attribute docs by Alan Viverette · 10 years ago
  94. 31ba192 Tweaks to outline API by Chris Craik · 10 years ago
  95. 9d59a76 Fix FIT_XY scaleType issue on VectorDrawable by ztenghui · 10 years ago
  96. 670689a Fix caching in VectorDrawable to pass the CTS test by ztenghui · 10 years ago
  97. 738177c Add the RTL support to VectorDrawable. by ztenghui · 10 years ago
  98. 580ff81 Revert "Separate Canvas JNI code from the implementation." by John Reck · 10 years ago
  99. 889fc94 Merge "Add accessibility text contrast setting" into lmp-dev by Chris Craik · 10 years ago
  100. cce47eb Add accessibility text contrast setting by Chris Craik · 10 years ago