1. 5ccb122 Merge "Use d=0.039 for Display P3 instead of sRGB's 0.04045" by Romain Guy · 7 years ago
  2. 494f784 Use d=0.039 for Display P3 instead of sRGB's 0.04045 by Romain Guy · 7 years ago
  3. 00128ab Merge "Fix ShapeDrawable#mutate" by Chris Craik · 7 years ago
  4. 1965d28 Merge "Change behavior of setBitmap to cleanly reset the canvas - identity matrix - no save stack - wide-open clip" by TreeHugger Robot · 7 years ago
  5. 269f989 Change behavior of setBitmap to cleanly reset the canvas by Mike Reed · 7 years ago
  6. 957b337 Add comment to Shader#mLocalMatrix by Chris Craik · 7 years ago
  7. 374347a Fix ShapeDrawable#mutate by Chris Craik · 7 years ago
  8. a2b2a29 Merge "Allow Font providers to return status codes" by TreeHugger Robot · 7 years ago
  9. bacf235 Allow Font providers to return status codes by Clara Bayarri · 7 years ago
  10. b20f320 Merge "Support for shader mutation" by Chris Craik · 7 years ago
  11. b581e67 Support for shader mutation by Chris Craik · 7 years ago
  12. 7cf9be0 Merge "Make Bitmap.get/setPixel[s] color space aware" by TreeHugger Robot · 7 years ago
  13. ce217fa Make Bitmap.get/setPixel[s] color space aware by Romain Guy · 7 years ago
  14. dfcebf6 Merge "Write Bitmap's color space in parcel" by TreeHugger Robot · 7 years ago
  15. 6587430 Merge "AdaptiveIconDrawable should handle all usage cases of setBounds Test: runtest --path=frameworks/base/core/tests/coretests/src/android/graphics/drawable/AdaptiveIconDrawableTest.java" by TreeHugger Robot · 7 years ago
  16. 5acc476 Write Bitmap's color space in parcel by Romain Guy · 7 years ago
  17. 0bbf4f5 AdaptiveIconDrawable should handle all usage cases of setBounds by Hyunyoung Song · 7 years ago
  18. 7ef25b7 Merge "Add ColorSpace information on Bitmap" by TreeHugger Robot · 7 years ago
  19. 3c4be77 Support non-system Font Providers by Clara Bayarri · 7 years ago
  20. efb4b06 Add ColorSpace information on Bitmap by Romain Guy · 7 years ago
  21. b85f02e Merge "Frameworks support for hyphenation for various complex cases" by Roozbeh Pournader · 7 years ago
  22. 46c6f4c Frameworks support for hyphenation for various complex cases by Roozbeh Pournader · 7 years ago
  23. e4179e2 Change MaskableBitmap to AdaptiveBitmap Test: $ make dist -j30 b/35399620 by Hyunyoung Song · 7 years ago
  24. 5d8caaa Merge "Fix ShapeDrawable mutate, add clone() support to ArcShape, OvalShape" by TreeHugger Robot · 7 years ago
  25. d411893 Merge "Make Half look like and behave like a boxed instance" by TreeHugger Robot · 7 years ago
  26. 95b52fd Make Half look like and behave like a boxed instance by Romain Guy · 7 years ago
  27. 446d988 Fix ShapeDrawable mutate, add clone() support to ArcShape, OvalShape by Alan Viverette · 7 years ago
  28. 4db2c22 Add CIECAT02 chromatic adaptation transform by Romain Guy · 7 years ago
  29. a799324 Graphics: Make SurfaceTexture compile-time initializable by Andreas Gampe · 7 years ago
  30. d89cf81 Merge "Change MaskableIconDrawable to AdaptiveIconDrawable" by TreeHugger Robot · 7 years ago
  31. be8835e Change MaskableIconDrawable to AdaptiveIconDrawable by Hyunyoung Song · 7 years ago
  32. 172873f Merge "Add RGBA 10:10:10:2 format for surfaces" by Romain Guy · 7 years ago
  33. b44abf2 Use weight & style data for fonts from xml source by Clara Bayarri · 7 years ago
  34. 8ec2106 Add RGBA 10:10:10:2 format for surfaces by Romain Guy · 7 years ago
  35. 966ad0b Remove color attribute from MaskableIconDrawable foreground/background tag by Hyunyoung Song · 7 years ago
  36. 02761ac Merge "Declarative downloadable fonts" by TreeHugger Robot · 7 years ago
  37. 4b5a4d2 Declarative downloadable fonts by Clara Bayarri · 7 years ago
  38. 7183b69 Merge "Deprecate Canvas save/saveLayer flags." by Derek Sollenberger · 7 years ago
  39. 4d20ee8 Merge "Icon class should support Maskable bitmap type" by Hyunyoung Song · 7 years ago
  40. 427acd7 Merge "Deprecate Canvas clipping for arbitrary Region.Ops." by Derek Sollenberger · 7 years ago
  41. 9ee90a4 Icon class should support Maskable bitmap type by Hyunyoung Song · 7 years ago
  42. e8d2ebb Report bitmap config when decoding only metadata by Romain Guy · 7 years ago
  43. 8c57596 Deprecate Canvas clipping for arbitrary Region.Ops. by Derek Sollenberger · 7 years ago
  44. b820119 Deprecate Canvas save/saveLayer flags. by Derek Sollenberger · 8 years ago
  45. 1e27582 Merge "Provide text locations to accessibility services." by Phil Weaver · 7 years ago
  46. c2e2893 Provide text locations to accessibility services. by Phil Weaver · 8 years ago
  47. b12397e Cache Downloaded Fonts in Typeface by Clara Bayarri · 7 years ago
  48. 3084ec2 Handle nullable drawables inside MaskableIconDrawable by Hyunyoung Song · 7 years ago
  49. cf45c85 Merge "Introduce set/getFontVariationSettings." by TreeHugger Robot · 7 years ago
  50. 9ff994d Introduce set/getFontVariationSettings. by Seigo Nonaka · 8 years ago
  51. fe98ad9 Merge "Implement .xml font resource support" by TreeHugger Robot · 7 years ago
  52. ed00bfd Implement .xml font resource support by Clara Bayarri · 8 years ago
  53. 0ce4b0e Fix @links in reference docs. am: 54de77470d am: ab978c035e am: 28ba4722a9 by Elliot Waite · 7 years ago
  54. 9b21265 Fix @links in reference docs. am: 54de77470d am: ab978c035e am: 28ba4722a9 by Elliot Waite · 7 years ago
  55. 54de774 Fix @links in reference docs. by Elliot Waite · 8 years ago
  56. c65ea18 Fix crash with FontProvider by Seigo Nonaka · 7 years ago
  57. 68eb1ac Merge "Follow minikin::FontFamily constructor signature change." by TreeHugger Robot · 7 years ago
  58. 8d07bfa Merge "Adds MaskableIconDrawable class to android.graphics.drawable package" by Hyunyoung Song · 7 years ago
  59. f665a32 Adds MaskableIconDrawable class to android.graphics.drawable package by Hyunyoung Song · 8 years ago
  60. b0812a3 Introduce Fonts Content Provider by Clara Bayarri · 8 years ago
  61. 8b48e62 Follow minikin::FontFamily constructor signature change. by Seigo Nonaka · 8 years ago
  62. 540dbd0 Merge "Use @CriticalNative in Canvas" by Chris Craik · 7 years ago
  63. bfa0b29 Use @CriticalNative in Canvas by Chris Craik · 8 years ago
  64. 4a65687 Merge "Expose fonts.xml via public API with a service" by TreeHugger Robot · 7 years ago
  65. 764ff27 Delete accidentally submitted FontResourcesParser by Clara Bayarri · 7 years ago
  66. 04d72ab Expose fonts.xml via public API with a service by Clara Bayarri · 8 years ago
  67. 18e9f9f Expose Resources.getFont by Clara Bayarri · 8 years ago
  68. c0d685b Revert "Follow minikin::FontFamily constructor signature change." by Siyamed Sinir · 8 years ago
  69. 24fac98 Merge "Revert "Introduce set/getFontVariationSettings."" by Siyamed Sinir · 8 years ago
  70. a3b9f2e Revert "Introduce set/getFontVariationSettings." by Siyamed Sinir · 8 years ago
  71. 03ab352 Merge "Color API to create/store wide-gamut colors in a long" by TreeHugger Robot · 8 years ago
  72. 77b161e Color API to create/store wide-gamut colors in a long by Romain Guy · 8 years ago
  73. 1f6df68 Merge "Prohibit rendering hardware bitmaps in software mode." by Sergei Vasilinetc · 8 years ago
  74. 6486d31 Expose SurfaceControl method to screenshot to GraphicBuffer. by Robert Carr · 8 years ago
  75. ba3028c1 Introduce set/getFontVariationSettings. by Seigo Nonaka · 8 years ago
  76. b3061e8 Prohibit rendering hardware bitmaps in software mode. by sergeyv · 8 years ago
  77. a0a4828 Follow minikin::FontFamily constructor signature change. by Seigo Nonaka · 8 years ago
  78. c543713 Merge "Remove clipRegion from the public API." by Derek Sollenberger · 8 years ago
  79. 6e3658a Hidden method to get a graphic buffer from a hardware bitmap by sergeyv · 8 years ago
  80. 0a0f231 Move GraphicBuffer to graphics package by sergeyv · 8 years ago
  81. b29b16e Remove clipRegion from the public API. by Derek Sollenberger · 8 years ago
  82. 980bead Prohibit copyPixelsToBuffer & copyPixelsFromBuffer by sergeyv · 8 years ago
  83. 81f97ee HardwareBitmaps: support createBitmap methods that return immutable bitmap by sergeyv · 8 years ago
  84. 99418fb Merge "Throw exception if getPixel(s) is called on a hardware bitmap" by Sergei Vasilinetc · 8 years ago
  85. 30297303 Merge "Add docs about Config.HARDWARE in Bitmap.writeToParcel method" by Sergei Vasilinetc · 8 years ago
  86. b927731 docs: update Paint.setTextSize() to indicate pixel units am: 5f05256106 am: 9c834b1241 am: 4da3266828 by Mark Lu · 8 years ago
  87. 84f12cd docs: update Paint.setTextSize() to indicate pixel units am: 5f05256106 am: 9c834b1241 by Mark Lu · 8 years ago
  88. 57eafc6 Throw exception if getPixel(s) is called on a hardware bitmap by sergeyv · 8 years ago
  89. f161dce Add docs about Config.HARDWARE in Bitmap.writeToParcel method by sergeyv · 8 years ago
  90. 8b6fe1d Merge "Support Bitmap.copy for hardware bitmaps" by Sergei Vasilinetc · 8 years ago
  91. cab02c5 docs: update description for BitmapFactory.Options#inBitmap am: a8f4286272 am: 58d24b22ed am: 2b77de3a44 by Mark Lu · 8 years ago
  92. 5f05256 docs: update Paint.setTextSize() to indicate pixel units by Mark Lu · 8 years ago
  93. 2b77de3 docs: update description for BitmapFactory.Options#inBitmap am: a8f4286272 by Mark Lu · 8 years ago
  94. 05126d1 Support Bitmap.copy for hardware bitmaps by sergeyv · 8 years ago
  95. a8f4286 docs: update description for BitmapFactory.Options#inBitmap by Mark Lu · 8 years ago
  96. f7e79d6 Remove RGBX_FP16 format by Romain Guy · 8 years ago
  97. 9505a65 Add new RGBA_F16 bitmap config by Romain Guy · 8 years ago
  98. 15589c36 Merge "Outline & Path perf improvements" by Chris Craik · 8 years ago
  99. 82f8f3e Merge "Prohibit Config.HARDWARE in factory methods, that create mutable bitmaps" by Sergei Vasilinetc · 8 years ago
  100. 2414e1b Outline & Path perf improvements by Chris Craik · 8 years ago