summaryrefslogtreecommitdiff
path: root/graphics
AgeCommit message (Expand)Author
2016-06-30Mutate the drawable if a valid state change happenTeng-Hui Zhu
2016-06-29Disable constant state sharing for VectorDrawableAlan Viverette
2016-06-17Only block invalidation in DrawableContainer initializationAlan Viverette
2016-05-27Copy native tree's property when mutate vector drawableDoris Liu
2016-05-26Prevent callbacks during DrawableContainer child initializationAlan Viverette
2016-05-24Prevent LayerDrawable bounds updates from being re-entrantAlan Viverette
2016-05-17Move LocaleList to avoid layering violation.Yohei Yukawa
2016-05-16Clear more native pointers in finalizersHans Boehm
2016-05-11Update and add attributes to the JavaDoc for VectorDrawableTeng-Hui Zhu
2016-05-09Merge "Hold a ClassLoader reference in NativeAllocationRegistry." into nyc-devRichard Uhler
2016-05-06Always mutate child when added to drawable containerAlan Viverette
2016-05-03Hold a ClassLoader reference in NativeAllocationRegistry.Richard Uhler
2016-05-03Merge "Count native allocation for VD against Java heap" into nyc-devDoris Liu
2016-05-02Count native allocation for VD against Java heapDoris Liu
2016-04-29Merge "Video source test & bugfix" into nyc-devJohn Reck
2016-04-28Video source test & bugfixJohn Reck
2016-04-27Add a security warning to PdfRenderer doc.Philip P. Moltmann
2016-04-27Merge "API tweaks to PixelCopy and make it public" into nyc-devJohn Reck
2016-04-26API tweaks to PixelCopy and make it publicJohn Reck
2016-04-26Merge "DisplayListCanvas: throw exception at attempt to draw bitmap with size...Sergei Vasilinetc
2016-04-25Check for null drawable during LayerDrawable.jumpToCurrentState()Alan Viverette
2016-04-21DisplayListCanvas: throw exception at attempt to draw bitmap with size > 100MBsergeyv
2016-04-19Merge "Pause infinite AVD when the drawable is not visible" into nyc-devDoris Liu
2016-04-18Pause infinite AVD when the drawable is not visibleDoris Liu
2016-04-15Merge "Take app screenshots in 565." into nyc-devWinson Chung
2016-04-14Take app screenshots in 565.Winson
2016-04-14Basic documentation for custom drawablesAlan Viverette
2016-04-13Merge "Update docs for Drawable.setLayoutDirection() return value" into nyc-devAlan Viverette
2016-04-13Merge "Clean up Drawable annotations" into nyc-devAlan Viverette
2016-04-13Clean up Drawable annotationsAlan Viverette
2016-04-12Merge "Cache Typeface.createFromAsset objects." into nyc-devSiyamed Sinir
2016-04-12Merge "Check whether VD tree is still valid before calling native setter" int...Doris Liu
2016-04-12Check whether VD tree is still valid before calling native setterDoris Liu
2016-04-12Update docs for Drawable.setLayoutDirection() return valueAlan Viverette
2016-04-11Cache Typeface.createFromAsset objects.Siyamed Sinir
2016-04-11Framework-side of SurfaceView#getBitmapJohn Reck
2016-04-08Avoid copying of font table data, provide raw font bytesRaph Levien
2016-04-04Merge "Fix how outlines are sent to rendernode" into nyc-devChris Craik
2016-04-04Make AVD thread safeDoris Liu
2016-04-04Fix how outlines are sent to rendernodeChris Craik
2016-03-29Fix shift precedence in FontListParser.Ben Wagner
2016-03-28Update get/setFontFeatureSettings JavaDocSiyamed Sinir
2016-03-28Merge "Update the Drawable.inflate() documentation" into nyc-devTenghui Zhu
2016-03-25Update the Drawable.inflate() documentationTeng-Hui Zhu
2016-03-25Merge "Fix javadoc for Icon.loadDrawableAsync(Context, OnDrawableLoadedListen...Philip P. Moltmann
2016-03-24Merge "Enforce API preconditions in Java instead of deferring to Skia." into ...Derek Sollenberger
2016-03-24Merge "Add offset() to Path's fast-case mode" into nyc-devSergei Vasilinetc
2016-03-24Merge "Fix NinePatch insets scaling" into nyc-devSergei Vasilinetc
2016-03-23Add offset() to Path's fast-case modesergeyv
2016-03-23Enforce API preconditions in Java instead of deferring to Skia.Derek Sollenberger