1. 8bbf9ba Fix small issue in PdfDocument docs by Philip P. Moltmann · 4 years ago
  2. b9001d1 docs: Removing spurious heading from Javadoc comment by Andrew Solovay · 4 years, 1 month ago
  3. e9b2cc8 Update ImageDecoder docs regarding Files by Leon Scroggins III · 4 years, 1 month ago
  4. 8fe35e5 Fix broken @see tags in public documentation. by Andrew Sapperstein · 4 years, 1 month ago
  5. 6419ebf Fix .equals call in ImageDecoder by Leon Scroggins III · 4 years, 1 month ago
  6. 9005cdc Merge "BLAST: Two start-up optimizations" into rvc-dev by Rob Carr · 4 years, 1 month ago
  7. b9cf275 BLAST: Two start-up optimizations by Robert Carr · 4 years, 1 month ago
  8. 67d06a9 Update doc formatting. by Sumir Kataria · 4 years, 1 month ago
  9. 9c52543 Merge "Document that getTransformMatrix can inset" into rvc-dev by John Reck · 4 years, 2 months ago
  10. 62f8b4f Document that getTransformMatrix can inset by John Reck · 4 years, 2 months ago
  11. 865f0f1 Support Skia's gray SkColorSpaces by Leon Scroggins III · 4 years, 2 months ago
  12. 26ff673 Add mSourceDrawableId to copy constructor by Ryan Mitchell · 4 years, 2 months ago
  13. f8d4a66 Fix mmap errors when reading font files via the AssetManager. by Derek Sollenberger · 4 years, 3 months ago
  14. 7811850 Merge "Do not attempt to special case uncompressed font assets." by TreeHugger Robot · 4 years, 3 months ago
  15. dd03a8e Do not attempt to special case uncompressed font assets. by Derek Sollenberger · 4 years, 3 months ago
  16. 76e7430 Merge changes from topic "HWUI_JNI" by Derek Sollenberger · 4 years, 3 months ago
  17. 42c5004 Remove dependence on libandroid_runtime from Bitmap.cpp by Derek Sollenberger · 4 years, 4 months ago
  18. 251888e Merge "Add details regarding setConvexPath deprecation" by Leon Scroggins · 4 years, 3 months ago
  19. 076bbe1 Add details regarding setConvexPath deprecation by Leon Scroggins III · 4 years, 3 months ago
  20. 5a190b1 Add Bitmap#getHardwareBuffer by Leon Scroggins III · 4 years, 4 months ago
  21. db8164c Merge "Move RenderNodeAnimator to android.graphics.animation package" by Derek Sollenberger · 4 years, 4 months ago
  22. 8780aae Merge "Create a ParcelableColorSpace" by TreeHugger Robot · 4 years, 4 months ago
  23. 8c2f6b6 Move RenderNodeAnimator to android.graphics.animation package by Derek Sollenberger · 4 years, 4 months ago
  24. aa5f385 Create a ParcelableColorSpace by John Reck · 4 years, 4 months ago
  25. e2edceb Merge "Consolidate AssetManager calls in Font/FontFamily" by Derek Sollenberger · 4 years, 4 months ago
  26. 4db7bd2 Consolidate AssetManager calls in Font/FontFamily by Derek Sollenberger · 4 years, 5 months ago
  27. c904381 Refactor GraphicsStatsService for updateability by Stan Iliev · 4 years, 4 months ago
  28. 1863d94 Ensure SkiaPipeline always has a valid colorspace. by Derek Sollenberger · 4 years, 4 months ago
  29. a49beaa Replace Outline#setConvexPath with Outline#setPath by Leon Scroggins III · 4 years, 4 months ago
  30. e98ae47 Merge "Deprecate Path#isConvex" by Leon Scroggins · 4 years, 4 months ago
  31. e428a2c Merge "Deprecate Canvas.EdgeType" by TreeHugger Robot · 4 years, 4 months ago
  32. efac052 Improve bitmap IPC by John Reck · 4 years, 4 months ago
  33. 2410b90 Deprecate Canvas.EdgeType by Leon Scroggins III · 4 years, 4 months ago
  34. 6a0cdd2 Deprecate Path#isConvex by Leon Scroggins III · 4 years, 4 months ago
  35. 77a2416 Adding API to check if an icon returned by PackageManager is a fallback icon by Sunny Goyal · 4 years, 5 months ago
  36. 9f9301c Restrict UnsupportedAppUsage after Q by Haoyu Zhang · 4 years, 5 months ago
  37. c18efd1 Merge "Use new UnsupportedAppUsage annotation." by TreeHugger Robot · 4 years, 5 months ago
  38. d534534 Merge "Handle null assetFd like a FNF" by Leon Scroggins · 4 years, 5 months ago
  39. 00f8b53 Use new UnsupportedAppUsage annotation. by Artur Satayev · 4 years, 6 months ago
  40. bc44fa0 Use SkRuntimeEffect rather than SkRuntimeShaderFactory by Brian Osman · 4 years, 5 months ago
  41. 53fe966 Use new UnsupportedAppUsage annotation. by Artur Satayev · 4 years, 6 months ago
  42. 7da86dd Merge "Move FrameMetricsObserver logic into UI Module." by Derek Sollenberger · 4 years, 6 months ago
  43. 3d37450 Merge "ImageDecoder: compare Strings with .equals()" by TreeHugger Robot · 4 years, 6 months ago
  44. c4ef2c7 Move FrameMetricsObserver logic into UI Module. by Derek Sollenberger · 4 years, 6 months ago
  45. ff4627b Merge "Revert submission" by TreeHugger Robot · 4 years, 6 months ago
  46. 913dd6b Revert submission by Nader Jawad · 4 years, 6 months ago
  47. fe7b206 Revert "Rmove @UnsupportedAppUsage" by Haoyu Zhang · 4 years, 6 months ago
  48. 351df09 Rmove @UnsupportedAppUsage by Haoyu Zhang · 4 years, 6 months ago
  49. 773ae61 Merge "ImageDecoder: Disallow empty/unsorted crop rects" by Leon Scroggins · 4 years, 6 months ago
  50. beebd3c ImageDecoder: Disallow empty/unsorted crop rects by Leon Scroggins III · 4 years, 6 months ago
  51. cb78285 Rename writeToProto to be dumpDebug by Jeffrey Huang · 4 years, 6 months ago
  52. 6867fc8 Implement a new Shader API, which can run custom code on GPU by Stan Iliev · 4 years, 6 months ago
  53. 637efba ImageDecoder: compare Strings with .equals() by Leon Scroggins III · 4 years, 7 months ago
  54. f86ed37 Adds adaptive bitmap support to URI based icons by Mehdi Alizadeh · 4 years, 8 months ago
  55. eff6269 Merge "docs: Fix docs for Canvas#drawTextOnPath add parameter descriptions for index and count in drawTextOnPath fix a couple of typos" into qt-dev am: 228d235d5b am: 5f4d7e4ac5 am: d59ed2f2a7 by Joshua Baxter · 4 years, 7 months ago
  56. 3f7792b Merge "docs: Fix docs for Canvas#drawTextOnPath add parameter descriptions for index and count in drawTextOnPath fix a couple of typos" into qt-dev am: 228d235d5b am: 5f4d7e4ac5 by Joshua Baxter · 4 years, 7 months ago
  57. 228d235 Merge "docs: Fix docs for Canvas#drawTextOnPath add parameter descriptions for index and count in drawTextOnPath fix a couple of typos" into qt-dev by Joshua Baxter · 4 years, 7 months ago
  58. 36cf8b2 Merge "Remove native calls to HWUI from Surface and use the public API instead" by Derek Sollenberger · 4 years, 7 months ago
  59. 151f0e3 Merge "docs: fix typos" into qt-dev am: f6c85f3c0d am: 256363052e am: bd87d666eb by Joshua Baxter · 4 years, 7 months ago
  60. 28a023d Merge "docs: fix typos" into qt-dev am: f6c85f3c0d am: 256363052e am: bd87d666eb by Joshua Baxter · 4 years, 7 months ago
  61. 811e7aa docs: fix typos by Joshua Baxter · 4 years, 7 months ago
  62. d20c23b docs: Fix docs for Canvas#drawTextOnPath by Joshua Baxter · 4 years, 7 months ago
  63. 4aa30d0 Remove native calls to HWUI from Surface and use the public API instead by Derek Sollenberger · 4 years, 9 months ago
  64. 4da4630 Merge "Delegated implementation of Drawable#jumpToCurrentState" by TreeHugger Robot · 4 years, 7 months ago
  65. dd300fc Merge "Fixed issue where tint would be applied to solid region of GradientDrawable even if none was defined" by TreeHugger Robot · 4 years, 7 months ago
  66. 6b8e944 Delegated implementation of Drawable#jumpToCurrentState by Nader Jawad · 4 years, 7 months ago
  67. 214e485 Fixed issue where tint would be applied to solid by Nader Jawad · 4 years, 7 months ago
  68. ed38d4f Merge "Revert "Remove native calls to HWUI from Surface and use the public API instead"" by Wale Ogunwale · 4 years, 7 months ago
  69. a320e92 Revert "Remove native calls to HWUI from Surface and use the public API instead" by Derek Sollenberger · 4 years, 7 months ago
  70. 2db814a Merge "Remove native calls to HWUI from Surface and use the public API instead" by Derek Sollenberger · 4 years, 7 months ago
  71. 01709c7 Make AFont_getLocale work by Seigo Nonaka · 4 years, 7 months ago
  72. 79201b1 Remove native calls to HWUI from Surface and use the public API instead by Derek Sollenberger · 4 years, 9 months ago
  73. 017cbab Merge "Add Bitmap.CompressFormat#WEBP_LOSSY/LOSSLESS" by TreeHugger Robot · 4 years, 8 months ago
  74. 459cb5c Merge "Fix ColorSpace#get allocating" by TreeHugger Robot · 4 years, 8 months ago
  75. da94981 Fix ColorSpace#get allocating by John Reck · 4 years, 8 months ago
  76. c137f1c Add TEST_MAPPING for print and pdf tests by Philip P. Moltmann · 4 years, 8 months ago
  77. 5830fc9 Merge "Do not parse angle if it is negative" by Nader Jawad · 4 years, 8 months ago
  78. 093f80d Merge "ViewRootImpl: Add USE_BLAST flag." by Rob Carr · 4 years, 8 months ago
  79. e8da8b1 Handle null assetFd like a FNF by Leon Scroggins III · 4 years, 8 months ago
  80. a3b702f Merge "ImageDecoder: throw FileNotFoundException on null" by Leon Scroggins · 4 years, 8 months ago
  81. 5baa087 Do not parse angle if it is negative by Nader Jawad · 4 years, 8 months ago
  82. 183e138 Improve dumping of display list memory usage by John Reck · 4 years, 8 months ago
  83. 48ec4e0 ViewRootImpl: Add USE_BLAST flag. by Robert Carr · 4 years, 11 months ago
  84. 94d294b Add Bitmap.CompressFormat#WEBP_LOSSY/LOSSLESS by Leon Scroggins III · 4 years, 9 months ago
  85. 431ef55 Merge "Revert "Fixed default angle to be Orientation.LEFT_RIGHT"" into qt-qpr1-dev by Nader Jawad · 4 years, 9 months ago
  86. 85c1a0c Revert "Fixed default angle to be Orientation.LEFT_RIGHT" by Nader Jawad · 4 years, 9 months ago
  87. 9f560fe Restored default behavior of GradientDrawable orientation by Nader Jawad · 4 years, 9 months ago
  88. 87e5b74 Revert "Fixed default angle to be Orientation.LEFT_RIGHT" by Nader Jawad · 4 years, 9 months ago
  89. 3d7ae4e ImageDecoder: throw FileNotFoundException on null by Leon Scroggins III · 4 years, 9 months ago
  90. c065f1d Merge "Fixed default angle to be Orientation.LEFT_RIGHT" into qt-qpr1-dev by Nader Jawad · 4 years, 9 months ago
  91. d31d096 Fixed default angle to be Orientation.LEFT_RIGHT by Nader Jawad · 4 years, 10 months ago
  92. d9c0c15 Merge "Fixed default angle to be Orientation.LEFT_RIGHT" by TreeHugger Robot · 4 years, 10 months ago
  93. bd00e4c Fixed default angle to be Orientation.LEFT_RIGHT by Nader Jawad · 4 years, 10 months ago
  94. f333b2c Merge "Prefer animation in ImageDecoder.decodeDrawable" by Chong Zhang · 4 years, 10 months ago
  95. cba2792 Prefer animation in ImageDecoder.decodeDrawable by Chong Zhang · 5 years ago
  96. 62b641f Stop logspam of missing fonts. by Seigo Nonaka · 4 years, 10 months ago
  97. ff5c934 Merge "docs: Added missing comma in RectF class description." into qt-dev am: 0c77665c37 am: 12873fe364 am: 79f985061d by Kevin Hufnagle · 4 years, 10 months ago
  98. 12873fe Merge "docs: Added missing comma in RectF class description." into qt-dev by Kevin Hufnagle · 4 years, 10 months ago
  99. 1d61926 docs: Added missing comma in RectF class description. by Kevin Hufnagle · 4 years, 10 months ago
  100. 49dde45 Fix RenderNode sample docs by John Reck · 4 years, 11 months ago