1. 0c01dbf ImageDecoder (BitmapFactory 2.0) by Leon Scroggins III · 7 years ago
  2. 45be1c4c Add surface/shown position to proto output by Jorim Jaggi · 7 years ago
  3. 7bb9f37 Tweak ripples by John Reck · 7 years ago
  4. 6b184d7 Private API to turn off anti-aliasing for VectorDrawable by Doris Liu · 7 years ago
  5. 0c453cc Make ripples silky smooth by John Reck · 7 years ago
  6. 828ff7e Support insets on secondary displays by Wale Ogunwale · 7 years ago
  7. 7bb06e0 Revert "Support insets on secondary displays" by Wale Ogunwale · 7 years ago
  8. 9bc2692 Support insets on secondary displays by Wale Ogunwale · 7 years ago
  9. 20866c1 Use enum class for FontVariation and update MinikinUtils by Seigo Nonaka · 7 years ago
  10. 3de6335 Merge "Add more gradient info in VectorDrawable's javadoc" by TreeHugger Robot · 7 years ago
  11. 690e62b Enable variation settings for fonts in XMLs by Mihai Popa · 7 years ago
  12. a1a1cfa Add more gradient info in VectorDrawable's javadoc by ztenghui · 7 years ago
  13. 208f097 Merge "Framework: Prefer android.system.Os over libcore.io.Libcore.os" by Joachim Sauer · 7 years ago
  14. 96aac9b3 Framework: Prefer android.system.Os over libcore.io.Libcore.os by Tobias Thierer · 7 years ago
  15. e34ad18 Enable the public TTC index attribute for fonts by Mihai Popa · 7 years ago
  16. 8c6f329 Merge "Add missing annotations" by TreeHugger Robot · 7 years ago
  17. 5d35011 Add missing annotations by John Reck · 7 years ago
  18. 65d56ec Matching interpolator for ripple by ztenghui · 7 years ago
  19. bcc64e2 Update ripple according to UX feedback. by ztenghui · 7 years ago
  20. 6cf001e Merge "ImageFormat: Document units/coordinate system for DEPTH_POINT_CLOUD" into oc-mr1-dev am: 56afee3c1f by Eino-Ville Talvala · 7 years ago
  21. 3e99a5f ImageFormat: Document units/coordinate system for DEPTH_POINT_CLOUD by Eino-Ville Talvala · 7 years ago
  22. 0df0cd3 Merge "Don't show the background when pressed and focus" by Tenghui Zhu · 7 years ago
  23. ac4c063 Don't show the background when pressed and focus by ztenghui · 7 years ago
  24. 9a30254 Merge "Trigger circular ripple when touched down, instead of up." by Tenghui Zhu · 7 years ago
  25. bfc7a11 Merge "Add nullptr check" into oc-mr1-dev am: b20694ab00 am: 5fa85b7e2e by John Reck · 7 years ago
  26. 3885bf6 Add nullptr check by John Reck · 7 years ago
  27. 484851b Improve window manager layout attribute dumping by Jorim Jaggi · 7 years ago
  28. 3d30ca1 Add systrace for VectorDrawable inflation and draw by ztenghui · 7 years ago
  29. 5cfb3d7 Trigger circular ripple when touched down, instead of up. by ztenghui · 7 years ago
  30. 56c093c Merge "Add systrace for VectorDrawable inflation and draw" by Tenghui Zhu · 7 years ago
  31. 10c6d8b Merge "Merge "Throw if BitmapFactory.Options.inBitmap is HARDWARE" into oc-mr1-dev am: cebe432650" into oc-mr1-dev-plus-aosp by sergeyv · 7 years ago
  32. cf0c41d Add systrace for VectorDrawable inflation and draw by ztenghui · 7 years ago
  33. 08beea7 Throw if BitmapFactory.Options.inBitmap is HARDWARE by sergeyv · 7 years ago
  34. 0390655 Merge "Fix documentation typo" by Romain Guy · 7 years ago
  35. d4012d6 Fix documentation typo by Romain Guy · 7 years ago
  36. 7bc18b2 Deal with finalize() after failed constructor by Philip P. Moltmann · 7 years ago
  37. 1d4be04 Merge "Avoid setting high contrast in every view draw" by John Reck · 7 years ago
  38. 938e884 Avoid setting high contrast in every view draw by John Reck · 7 years ago
  39. 4a40e0f Make Typeface.create thread safe. by Seigo Nonaka · 7 years ago
  40. 737dfea Support extra linespacing based on fallback fonts by Roozbeh Pournader · 7 years ago
  41. af03df6 Update WindowManager to output dumpsys in protobuf format by Steven Timotius · 7 years ago
  42. c9c6ee6 Merge "Support multiple languages per font in fonts.xml" by Roozbeh Pournader · 7 years ago
  43. 99975a3 Support multiple languages per font in fonts.xml by Roozbeh Pournader · 7 years ago
  44. 891f481 Merge "Refactoring: Deprecate Paint.mNativeTypeface." by TreeHugger Robot · 7 years ago
  45. 318ca04 Refactoring: Deprecate Paint.mNativeTypeface. by Seigo Nonaka · 7 years ago
  46. e88b5df Make ellipsize retry if text doesn't fit by Roozbeh Pournader · 7 years ago
  47. 762dc8b Introduce new public API for specifying exact weight. by Seigo Nonaka · 7 years ago
  48. 065c59b Revert "Implement family fallback." DO NOT MERGE by Seigo Nonaka · 7 years ago
  49. 89e4c1c Merge "Refactor TextUtils.join() and add documentation" by TreeHugger Robot · 7 years ago
  50. 42673c3 Refactor TextUtils.join() and add documentation by Roozbeh Pournader · 7 years ago
  51. 298bb29 Support font resource in TextAppearanceSpan by Seigo Nonaka · 7 years ago
  52. c49ee3b Support font resource in TextAppearanceSpan by Seigo Nonaka · 7 years ago
  53. d042662 Reducing bitmap sizes in notifications by Selim Cinek · 7 years ago
  54. 1480b67 Better preload drawable logging by Makoto Onuki · 7 years ago
  55. e2393ae Merge "Make strike-through respect kerning at boundaries" by Roozbeh Pournader · 7 years ago
  56. 1378a9d Make strike-through respect kerning at boundaries by Roozbeh Pournader · 7 years ago
  57. 0d253e4 Implement family fallback. by Seigo Nonaka · 7 years ago
  58. 3594b9f Merge "Fixed an issue where the shelf could be hidden" into oc-dr1-dev am: fdc84a13a2 by Selim Cinek · 7 years ago
  59. fdc84a1 Merge "Fixed an issue where the shelf could be hidden" into oc-dr1-dev by Selim Cinek · 7 years ago
  60. 707e207 Fixed an issue where the shelf could be hidden by Selim Cinek · 7 years ago
  61. 0e00add Merge "AdaptiveIconDrawable should not update layer bounds when bound is empty" into oc-dr1-dev am: e54ad58aea by Hyunyoung Song · 7 years ago
  62. dba9934 AdaptiveIconDrawable should not update layer bounds when bound is empty by Hyunyoung Song · 7 years ago
  63. fc651ec Merge "Use NativeAllocationRegistry for ColorFilter" into oc-dr1-dev am: 049543b771 by Chris Craik · 7 years ago
  64. f65e92d Use NativeAllocationRegistry for ColorFilter by Chris Craik · 7 years ago
  65. 554585e Merge "Get underline position and thickness from the font" by Roozbeh Pournader · 7 years ago
  66. ca8a04a Get underline position and thickness from the font by Roozbeh Pournader · 7 years ago
  67. 21d562c Merge "Better error message for AVD" into oc-dev am: cabf9cdc2e am: cab35e9b0e by Doris Liu · 7 years ago
  68. 7bbb50e Merge "Better error message for AVD" into oc-dev am: cabf9cdc2e by Doris Liu · 7 years ago
  69. cabf9cd Merge "Better error message for AVD" into oc-dev by Doris Liu · 7 years ago
  70. 4ee3fb4 Merge "Clear native shader when Paint shader changes" into oc-dev am: d3e78478aa by John Reck · 7 years ago
  71. fbff711 Clear native shader when Paint shader changes by John Reck · 7 years ago
  72. fd8c22d Move underline thickness and position computation to Paint by Roozbeh Pournader · 7 years ago
  73. 03f2fcb Better error message for AVD by Doris Liu · 7 years ago
  74. cc4f086 Merge "Make underlining spans independent of actual class" by Roozbeh Pournader · 7 years ago
  75. 538de5b Make underlining spans independent of actual class by Roozbeh Pournader · 7 years ago
  76. 2a3220b Merge "graphics: Icon: use Arrays#equals for byte array comparison" by TreeHugger Robot · 7 years ago
  77. 335a6e0 graphics: Icon: use Arrays#equals for byte array comparison by Peter Qiu · 7 years ago
  78. 0ee11e3 Merge "Fix NPE and wrong behavior of Typeface.isSupportedAxes" into oc-dev am: 633b32be55 by Seigo Nonaka · 7 years ago
  79. 633b32b Merge "Fix NPE and wrong behavior of Typeface.isSupportedAxes" into oc-dev by TreeHugger Robot · 7 years ago
  80. a63794c Merge "Update Paint#mFontVariationSettings in set() and reset()" into oc-dev am: d865c624bd by Roozbeh Pournader · 7 years ago
  81. d865c62 Merge "Update Paint#mFontVariationSettings in set() and reset()" into oc-dev by TreeHugger Robot · 7 years ago
  82. ffae6c7 Fix NPE and wrong behavior of Typeface.isSupportedAxes by Seigo Nonaka · 7 years ago
  83. d04970d Merge "Merge "Fix safezone and getAlpha b/38361276 Test: frameworks/base/core/tests/coretests/src/android/graphics/drawable/IconTest.java" into oc-dev am: cca181bfbb" into oc-dev-plus-aosp by Hyunyoung Song · 7 years ago
  84. cca181b Merge "Fix safezone and getAlpha b/38361276 Test: frameworks/base/core/tests/coretests/src/android/graphics/drawable/IconTest.java" into oc-dev by TreeHugger Robot · 7 years ago
  85. ac2f74e Fix safezone and getAlpha by Hyunyoung Song · 7 years ago
  86. 425e719 Update Paint#mFontVariationSettings in set() and reset() by Roozbeh Pournader · 7 years ago
  87. c495d8f Merge "Add documentation about 0 scale matrix to Shader" into oc-dev am: 52ca75011b by Tenghui Zhu · 7 years ago
  88. 52ca750 Merge "Add documentation about 0 scale matrix to Shader" into oc-dev by Tenghui Zhu · 7 years ago
  89. 591cccd Merge "docs: Fixing malformatted HTML escape" into oc-dev am: 1272847f1d by Andrew Solovay · 7 years ago
  90. 22ebb54 docs: Fixing malformatted HTML escape by Andrew Solovay · 7 years ago
  91. 6f085f6 Add documentation about 0 scale matrix to Shader by ztenghui · 7 years ago
  92. 3915e25 Convert Shader to NativeAllocationRegistry by John Reck · 7 years ago
  93. 8bde0be Convert Shader to NativeAllocationRegistry by John Reck · 7 years ago
  94. 68169d8 Merge "Update Bitmap#prepareToDraw doc" into oc-dev am: d4fff1565b by Chris Craik · 7 years ago
  95. d4fff156 Merge "Update Bitmap#prepareToDraw doc" into oc-dev by TreeHugger Robot · 7 years ago
  96. ef16269 Merge "Add an O-release targetAPI check for Canvas.setBitmap. am: d70695ee34" into oc-dev-plus-aosp by Derek Sollenberger · 7 years ago
  97. d70695e Add an O-release targetAPI check for Canvas.setBitmap. by Derek Sollenberger · 7 years ago
  98. 4f2c7f8 Merge "Fix npe due to strict mode in Bitmap.sameAs" into oc-dev am: 8d2b02bf08 by Sergey Vasilinets · 7 years ago
  99. b1d2f0a Update Bitmap#prepareToDraw doc by Chris Craik · 7 years ago
  100. e1fc36d Fix npe due to strict mode in Bitmap.sameAs by sergeyv · 7 years ago