1. 9e8f83d All Parcelable CREATOR fields are @NonNull. by Jeff Sharkey · 6 years ago
  2. 8d6a8c5 Merge "Mark Bitmap#getColor as @NonNull" by TreeHugger Robot · 6 years ago
  3. 0dd9dd8 Mark Bitmap#getColor as @NonNull by Leon Scroggins III · 6 years ago
  4. 171beb5 Merge "Check recycled when createBitmap" am: cc9f4923d2 am: 2b8063d780 by Cuiping.x.Shu · 6 years ago
  5. 3d61f89 Merge "Address API council feedback" by TreeHugger Robot · 6 years ago
  6. 0a5c8c1 Check recycled when createBitmap by Cuiping.x.Shu · 7 years ago
  7. e57475e Address API council feedback by John Reck · 6 years ago
  8. 7b8c60e Merge "Make Bitmap#copy docs more accurate" by TreeHugger Robot · 6 years ago
  9. c04886e Merge "Added additional documentation to Bitmap#getScaledWidth, Bitmap#getScaledHeight" by TreeHugger Robot · 6 years ago
  10. 9167126 Added additional documentation to Bitmap#getScaledWidth, Bitmap#getScaledHeight by Nader Jawad · 6 years ago
  11. 97783ad Make Bitmap#copy docs more accurate by Leon Scroggins III · 6 years ago
  12. bf3e464 Refine ColorSpace restrictions for Bitmaps by Derek Sollenberger · 6 years ago
  13. d5d17e5 Added maxSdk annotation to mNinePatchChunk field on Bitmap by Nader Jawad · 6 years ago
  14. a0baea2 Merge "Replace createHardwareBitmap with wrapHardwareBuffer." by Peiyong Lin · 6 years ago
  15. 9d42740 Replace createHardwareBitmap with wrapHardwareBuffer. by Peiyong Lin · 6 years ago
  16. a141563 Expose new color long Graphics APIs as public APIs. by Derek Sollenberger · 6 years ago
  17. 870053d Add Bitmap#getColor by Leon Scroggins III · 6 years ago
  18. 202084c Add Bitmap.setColorSpace() by Derek Sollenberger · 6 years ago
  19. 6e35e63 Don't assume all FP16 bitmaps are linearly encoded. by Derek Sollenberger · 6 years ago
  20. 94ba100 Convert @ColorLongs in native code by Leon Scroggins III · 6 years ago
  21. 0e443d1 ColorSpaces have native SkColorSpaces by Leon Scroggins III · 6 years ago
  22. 4c4259b Add Bitmap#eraseColor(@ColorLong) + helpers by Leon Scroggins III · 6 years ago
  23. 815aa66 Merge "Update some docs & tweak some method names" by TreeHugger Robot · 6 years ago
  24. c7ddcf3 Update some docs & tweak some method names by John Reck · 6 years ago
  25. c59e7dd Merge "Clarify createScaledBitmap's 'filter' docs" am: e0f6d84ba1 am: 324cb8c075 by John Reck · 6 years ago
  26. a2d20b4 Add theme & View API to control force-dark by John Reck · 6 years ago
  27. 8884cfc Merge "Rename & package shuffle" by John Reck · 6 years ago
  28. 7ba6f43 Clarify createScaledBitmap's 'filter' docs by John Reck · 6 years ago
  29. 32f140aa6 Rename & package shuffle by John Reck · 6 years ago
  30. b2e9f52 Add HardwareBuffer support to Bitmaps by renn · 6 years ago
  31. 1423e13 Create plumbing for disabling force-dark by John Reck · 6 years ago
  32. 1ddeb9e resolve merge conflicts of 95f8ca9f74b75fda6b05d08d49a1488dd0238c10 to stage-aosp-master by Mathew Inwood · 6 years ago
  33. 9ebe36c Add @UnsupportedAppUsage annotations by Mathew Inwood · 6 years ago
  34. 0d649f2 Add @UnsupportedAppUsage annotations by Mathew Inwood · 6 years ago
  35. 93e87cf Merge "Ensure picture isn't recording in createBitmap" into pi-dev am: c4f520ddb6 by John Reck · 6 years ago
  36. 44fc631 Ensure picture isn't recording in createBitmap by John Reck · 6 years ago
  37. f8adae1 Cleanup Bitmap#recycle by Leon Scroggins III · 6 years ago
  38. e7b5129 Updated Bitmap mutablity documentation and removed Bitmap#mIsMutable flag by Nader Jawad · 6 years ago
  39. c45c2d6 Merge "Work around incorrect Skia gamma" into pi-dev by TreeHugger Robot · 7 years ago
  40. 186ea12 Document the byte packing order of the current Bitmap.Configs by Derek Sollenberger · 7 years ago
  41. ce89a6e Work around incorrect Skia gamma by Leon Scroggins III · 7 years ago
  42. 716f381 Support recording HW Bitmaps in Picture by Chris Craik · 7 years ago
  43. 5d35011 Add missing annotations by John Reck · 7 years ago
  44. 1480b67 Better preload drawable logging by Makoto Onuki · 7 years ago
  45. b1d2f0a Update Bitmap#prepareToDraw doc by Chris Craik · 7 years ago
  46. e1fc36d Fix npe due to strict mode in Bitmap.sameAs by sergeyv · 7 years ago
  47. 9fd259c9 Add StrictMode.noteSlowCall to calls that result in hw bitmap readback by sergeyv · 7 years ago
  48. 08587d4 Set the color space as nullptr on native bitmaps when sRGB is requested by Romain Guy · 7 years ago
  49. 1fa9d86 Change nullability of colorspace parameter by Romain Guy · 7 years ago
  50. 7c42e16 Clarify doc for Bitmap.createBitmap() by Romain Guy · 7 years ago
  51. 8242656 Color management, the missing pieces by Romain Guy · 7 years ago
  52. 29cd3e9 Modify createBitmap w/ crop and matrix to not rely on Canvas.setBitmap by Derek Sollenberger · 8 years ago
  53. ce217fa Make Bitmap.get/setPixel[s] color space aware by Romain Guy · 8 years ago
  54. 5acc476 Write Bitmap's color space in parcel by Romain Guy · 8 years ago
  55. efb4b06 Add ColorSpace information on Bitmap by Romain Guy · 8 years ago
  56. 6e3658a Hidden method to get a graphic buffer from a hardware bitmap by sergeyv · 8 years ago
  57. 0a0f231 Move GraphicBuffer to graphics package by sergeyv · 8 years ago
  58. 980bead Prohibit copyPixelsToBuffer & copyPixelsFromBuffer by sergeyv · 8 years ago
  59. 81f97ee HardwareBitmaps: support createBitmap methods that return immutable bitmap by sergeyv · 8 years ago
  60. 99418fb Merge "Throw exception if getPixel(s) is called on a hardware bitmap" by Sergei Vasilinetc · 8 years ago
  61. 30297303 Merge "Add docs about Config.HARDWARE in Bitmap.writeToParcel method" by Sergei Vasilinetc · 8 years ago
  62. 57eafc6 Throw exception if getPixel(s) is called on a hardware bitmap by sergeyv · 8 years ago
  63. f161dce Add docs about Config.HARDWARE in Bitmap.writeToParcel method by sergeyv · 8 years ago
  64. 8b6fe1d Merge "Support Bitmap.copy for hardware bitmaps" by Sergei Vasilinetc · 8 years ago
  65. 05126d1 Support Bitmap.copy for hardware bitmaps by sergeyv · 8 years ago
  66. 9505a65 Add new RGBA_F16 bitmap config by Romain Guy · 8 years ago
  67. 9fbb0b5 Prohibit Config.HARDWARE in factory methods, that create mutable bitmaps by sergeyv · 8 years ago
  68. da6c8ffc Introduce Bitmap.Config.Hardware with @hide annotation by sergeyv · 8 years ago
  69. 3bdecbf return 0 for allocation size if recycled by John Reck · 8 years ago
  70. 9192d5e Remove unused method by John Reck · 8 years ago
  71. caa08ff The bigger update to Canvas by John Reck · 8 years ago
  72. 1158b6d layoutlib relies on refSkPixelRef(), put it back by Romain Guy · 8 years ago
  73. 253f2c2 Linear blending, step 1 by Romain Guy · 8 years ago
  74. 4508218 Make bitmap backed by native memory instead of java byte array by sergeyv · 8 years ago
  75. 4387190 Eliminate recents upload jank by John Reck · 8 years ago
  76. 0ebdbb4 Hold a ClassLoader reference in NativeAllocationRegistry. by Richard Uhler · 8 years ago
  77. a5fdde9 Take app screenshots in 565. by Winson · 8 years ago
  78. 775873a Use NativeAllocationRegistry for Paint, Canvas, and Bitmap by Richard Uhler · 9 years ago
  79. 4c5efe9 Add ninePatch support to Canvas.h by Derek Sollenberger · 9 years ago
  80. 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
  81. 01a0af3 Yell loudly about undefined behind in Bitmap, but work anyway by John Reck · 9 years ago
  82. 6d86e57 Elaborate on Bitmap#reconfigure() expectations by John Reck · 9 years ago
  83. 3df4869 Fix Bitmap#sameAs NPE by John Reck · 9 years ago
  84. 721ae5f Add internal bitmap api for creating immutable ashmem backed bitmaps. by Riley Andrews · 9 years ago
  85. 9298c54 Clarify assert by John Reck · 9 years ago
  86. ad57442 Add a few missing asserts by John Reck · 9 years ago
  87. 3e776de Compatibility hack by John Reck · 9 years ago
  88. f29ed28 Attempt to solve the double-GC problem by John Reck · 9 years ago
  89. 7c103a3 Remove Bitmap#getSkBitmap by John Reck · 9 years ago
  90. c6e2e8f Move AssetAtlas off of SkBitmap* by John Reck · 9 years ago
  91. 7809f83 Revert "Move AssetAtlas off of SkBitmap*" by John Reck · 9 years ago
  92. 1ff961d Revert "Remove Bitmap#getSkBitmap" by John Reck · 9 years ago
  93. 4bd981e Remove Bitmap#getSkBitmap by John Reck · 9 years ago
  94. 87ffb63 Move AssetAtlas off of SkBitmap* by John Reck · 9 years ago
  95. 1c2bf03 Annotate return values with @CheckReturn by Tor Norbye · 10 years ago
  96. 80756e3 Annotate ARGB integer parameters with @ColorInt by Tor Norbye · 10 years ago
  97. f4faeac Cleanup Bitmap JNI attempt #2 by John Reck · 10 years ago
  98. c02977e Revert "Cleanup Bitmap JNI" by Chad Jones · 10 years ago
  99. b291524 Cleanup Bitmap JNI by John Reck · 10 years ago
  100. fe02621 am 94474515: Merge "Prevent memory corruption from use-after-free" into lmp-mr1-dev automerge: bb8d7ff by John Reck · 10 years ago