1. 53fe966 Use new UnsupportedAppUsage annotation. by Artur Satayev · 4 years, 10 months ago
  2. 913dd6b Revert submission by Nader Jawad · 4 years, 9 months ago
  3. dd300fc Merge "Fixed issue where tint would be applied to solid region of GradientDrawable even if none was defined" by TreeHugger Robot · 5 years ago
  4. 214e485 Fixed issue where tint would be applied to solid by Nader Jawad · 5 years ago
  5. 5baa087 Do not parse angle if it is negative by Nader Jawad · 5 years ago
  6. 9f560fe Restored default behavior of GradientDrawable orientation by Nader Jawad · 5 years ago
  7. 87e5b74 Revert "Fixed default angle to be Orientation.LEFT_RIGHT" by Nader Jawad · 5 years ago
  8. bd00e4c Fixed default angle to be Orientation.LEFT_RIGHT by Nader Jawad · 5 years ago
  9. 364bf18 Fixed issue where negative angles were not parsed properly by Nader Jawad · 5 years ago
  10. 2516b14 Merge "Move GradientDrawable stroke fields back to grey list" into qt-dev by TreeHugger Robot · 5 years ago
  11. 87d0989 Move GradientDrawable stroke fields back to grey list by Nader Jawad · 5 years ago
  12. b8a529f Fixed issue where GradientDrawable orientation was not consumed properly by Nader Jawad · 5 years ago
  13. de546a4 Fixed issue where GradientDrawable would fail inflation by Nader Jawad · 5 years ago
  14. 531db61 Added BlendMode equivalent APIs to replace deprecated PorterDuff variants by Nader Jawad · 5 years ago
  15. 129f414 Fixed issue where XmlPullParserExceptions are thrown with by Nader Jawad · 5 years ago
  16. dadf251 Added framework APIs to leverage new BlendMode API by Nader Jawad · 6 years ago
  17. 0ab1f92 Merge "Implemented API-review suggested changes on GradientDrawable" by TreeHugger Robot · 6 years ago
  18. 6390339 Merge "Fix javadoc HTML escaping." am: 693e023bac am: 4514c01068 am: 555ef78e35 by Alan Stokes · 6 years ago
  19. f26382f Implemented API-review suggested changes on GradientDrawable by Nader Jawad · 6 years ago
  20. a9b5b2a Fix javadoc HTML escaping. by Alan Stokes · 6 years ago
  21. f67cec7 Updated GradientDrawable to expose public APIs to reduce reflection usages by Nader Jawad · 6 years ago
  22. 65add40 Fix issue with xml GradientDrawables consuming both resources by Nader Jawad · 6 years ago
  23. 1ddeb9e resolve merge conflicts of 95f8ca9f74b75fda6b05d08d49a1488dd0238c10 to stage-aosp-master by Mathew Inwood · 6 years ago
  24. 9ebe36c Add @UnsupportedAppUsage annotations by Mathew Inwood · 6 years ago
  25. 0d649f2 Add @UnsupportedAppUsage annotations by Mathew Inwood · 6 years ago
  26. 5d678b6 Update Drawable API to expose getOpticalBounds method as well as by Nader Jawad · 6 years ago
  27. 5a22b40 Added line to mark the mGradientIsDirty flag to true in order to by Nader Jawad · 6 years ago
  28. 14516db Updated GradientDrawable setColor(ColorStateList) implementation to by Nader Jawad · 6 years ago
  29. 29c8b54 Add missing computeOpacity call by John Reck · 7 years ago
  30. d192911e Turn off AA while notification expanding animation is running by Stan Iliev · 7 years ago
  31. 2627d72 Launching Notification animations inline by Selim Cinek · 7 years ago
  32. f380072 Detect unhandled keyboard focused state. by Jiaquan He · 8 years ago
  33. cdfd0c8 Improve docs for GradientDrawable's useLevel and centerX/Y properties am: daec5506c4 am: cc914b6b0b by Alan Viverette · 8 years ago
  34. daec550 Improve docs for GradientDrawable's useLevel and centerX/Y properties by Alan Viverette · 8 years ago
  35. 17b4965 Merge \\"Clip GradientDrawable\\'s saveLayer\\" into nyc-mr1-dev am: 694acb1e36 by Chris Craik · 8 years ago
  36. 1e5d428 Clip GradientDrawable's saveLayer by Chris Craik · 8 years ago
  37. a8d3485 Fix documentation for GradientDrawable.getCornerRadius by sergeyv · 8 years ago
  38. ac85f90 Ensure all Java-side usages of config flags are using Java flags by Alan Viverette · 9 years ago
  39. 5f63721 Add missing annotations, getters to GradientDrawable by Alan Viverette · 9 years ago
  40. d35c13d Merge "Attach drawable resource ID and name to getDrawable() exceptions" by Alan Viverette · 9 years ago
  41. c078c60 Attach drawable resource ID and name to getDrawable() exceptions by Alan Viverette · 9 years ago
  42. f3dc7ac Correct GradientDrawable outline alpha computation by Chris Craik · 9 years ago
  43. ce52037 Support for changing density of GradientDrawable by Alan Viverette · 9 years ago
  44. 0b6cfe2 Revert "Use floating-point value for Drawable level" by Alan Viverette · 9 years ago
  45. 3da32b7 Use floating-point value for Drawable level by Alan Viverette · 9 years ago
  46. 4155184 Add missing accessors on GradientDrawable, NinePatchDrawable by Alan Viverette · 9 years ago
  47. 81e7dbd Remove isDither(), deprecate setDither() by Alan Viverette · 9 years ago
  48. 373954a Refactor Drawable.getDither() to isDither() by Alan Viverette · 9 years ago
  49. 87e1938 Replace PNG-based seekbar thumb animation with AVD by Alan Viverette · 9 years ago
  50. 6a49dde Revert "Fix build - Revert "Revert "Use default constructor to get anti-aliasing""" by Chris Craik · 9 years ago
  51. 7ed1431 Fix build - Revert "Revert "Use default constructor to get anti-aliasing"" by Chris Craik · 9 years ago
  52. dfe0a66 Revert "Use default constructor to get anti-aliasing" by Chris Craik · 9 years ago
  53. 58fc522 Use default constructor to get anti-aliasing by Chris Craik · 9 years ago
  54. e0f95f3 Fix issues with theming of preloaded ColorStateLists by Alan Viverette · 9 years ago
  55. 80756e3 Annotate ARGB integer parameters with @ColorInt by Tor Norbye · 10 years ago
  56. bd3bfc5 Improve docs for drawable tint and color filters by Chris Craik · 10 years ago
  57. f4c068b Add getDither, getFilterBitmap to Drawable for CTS testing by Alan Viverette · 10 years ago
  58. 45c4bbb Allow use of theme attributes in color state lists by Alan Viverette · 10 years ago
  59. 934d8d8 am daec5943: Fix build automerge: aaf2e19 by Alan Viverette · 10 years ago
  60. 7d0aed2 am 4e137437: Merge "Update tint filter after setting gradient drawable state" into lmp-mr1-dev by Alan Viverette · 10 years ago
  61. daec594 Fix build by Alan Viverette · 10 years ago
  62. 3ad771b Update tint filter after setting gradient drawable state by Alan Viverette · 10 years ago
  63. 9fb51ad am a04a5e82: am 6e85abd4: Merge "Default gradient radius to %p when no intrinsic width or height set" into lmp-mr1-dev by Alan Viverette · 10 years ago
  64. b4f8a98 Default gradient radius to %p when no intrinsic width or height set by Alan Viverette · 10 years ago
  65. 370403d am 07a08010: am 425b1dc8: Merge "Add theme and config change support to more Drawable types" into lmp-mr1-dev by Alan Viverette · 10 years ago
  66. 425b1dc Merge "Add theme and config change support to more Drawable types" into lmp-mr1-dev by Alan Viverette · 10 years ago
  67. d21fd9d Add theme and config change support to more Drawable types by Alan Viverette · 10 years ago
  68. 51547e7 am eba0a750: Merge "Clean up GradientDrawable styled attributes, fix useLevelForShape" into lmp-mr1-dev automerge: 91a1a72 by Alan Viverette · 10 years ago
  69. 969ca91 Clean up GradientDrawable styled attributes, fix useLevelForShape by Alan Viverette · 10 years ago
  70. ef2fef1 am ed89e452: am 7c133e19: Merge "Fix gradient drawable radius when specified as float, dimension" into lmp-mr1-dev by Alan Viverette · 10 years ago
  71. 2efbe98 Fix gradient drawable radius when specified as float, dimension by Alan Viverette · 10 years ago
  72. 6ee5699 am eecfb52a: am 9a00cbcc: Merge "Update preload list, clean up drawable theming" into lmp-mr1-dev by Alan Viverette · 10 years ago
  73. 9a00cbc Merge "Update preload list, clean up drawable theming" into lmp-mr1-dev by Alan Viverette · 10 years ago
  74. 17cd4df Update preload list, clean up drawable theming by Alan Viverette · 10 years ago
  75. 882d5cd am d9a2b99d: am 42e96769: Merge "Add support for tint and tintMode to GradientDrawable" into lmp-mr1-dev by Alan Viverette · 10 years ago
  76. 43027b7 Add support for tint and tintMode to GradientDrawable by Alan Viverette · 10 years ago
  77. 859edf7 am 0b6b0fa1: am 0660042a: Merge "Mutate and apply theme if needed before caching themed drawables" into lmp-mr1-dev by Alan Viverette · 10 years ago
  78. 727cae1 Mutate and apply theme if needed before caching themed drawables by Alan Viverette · 10 years ago
  79. 068a026 am 2b4de8b4: am f559f89c: Merge "Report button opacity for current state, fix button shadows" into lmp-dev by Alan Viverette · 10 years ago
  80. 888b4cf Report button opacity for current state, fix button shadows by Alan Viverette · 10 years ago
  81. 51698b5 am 7768b45e: am f23dcf73: Merge "Unfilled shapes should not report themselves as opaque" into lmp-dev by Chet Haase · 10 years ago
  82. 25877af Merge "Unfilled shapes should not report themselves as opaque" into lmp-dev by Chet Haase · 10 years ago
  83. 22cf0b0 Unfilled shapes should not report themselves as opaque by Chet Haase · 10 years ago
  84. 72b834a am 5d1f9528: am 2a94c34d: Merge "Copy opaque over shape in GradientDrawable copy constructor" into lmp-dev by Alan Viverette · 10 years ago
  85. c3a63c1 Copy opaque over shape in GradientDrawable copy constructor by Alan Viverette · 10 years ago
  86. 4656e69 resolved conflicts for merge of 2008cff7 to lmp-dev-plus-aosp by Elliott Hughes · 10 years ago
  87. d0646dc Small documentation fixes across many files. by Mark Doliner · 10 years ago
  88. 38b5f59 Implement GradientDrawable getColorFilter. by John Spurlock · 10 years ago
  89. c49e3ce Don't cast shadows from gradients with transparent parts by Chris Craik · 10 years ago
  90. 77b5cad Add outline alpha by Chris Craik · 10 years ago
  91. 31ba192 Tweaks to outline API by Chris Craik · 10 years ago
  92. 8e5e11b Handle configuration changes in drawable attributes by Alan Viverette · 10 years ago
  93. 3aff2a0 Avoid resetting gradient state when not actually rebuilding it by Chet Haase · 10 years ago
  94. 07c661e Put dither in GradientDrawable constant state by Alan Viverette · 10 years ago
  95. 06318a0 Update drawables to fix CTS test failures by Alan Viverette · 10 years ago
  96. 3b983a7 Fix default stroke width and NPE for line with no stroke width by Alan Viverette · 10 years ago
  97. 71b2fbd Fix null paint in GradientDrawable, make default values explicit by Alan Viverette · 10 years ago
  98. 982c59a Fix padding for GradientDrawable by Alan Viverette · 10 years ago
  99. 0a1c6f0 Style and asset cleanup by Alan Viverette · 10 years ago
  100. 17dafdc Clean up Gradient drawable theming & whitespace by Alan Viverette · 10 years ago