summaryrefslogtreecommitdiff
path: root/src/com/android/bitmap/drawable/ExtendedBitmapDrawable.java
AgeCommit message (Expand)Author
2014-12-18Import latest changes.Oleksandr Kyreiev
2014-09-10Allow user to choose horizontal crop alignmentJames Kung
2014-07-14Import latest bitmap library changes.Mark Wei
2014-03-02CircularBitmapDrawable is now an ExtendedBitmapDrawable. Avatars can now fade...Mark Wei
2014-01-22Decouple parallaxSpeedMultiplier from setDecodeDimensions().Mark Wei
2014-01-17Restore bounds when we recreate the placeholder and progress drawables.Mark Wei
2014-01-06Allow non-changeable placeholder and progress drawable fields in ExtendedOptionsMark Wei
2013-12-08Allow placeholder drawable to be sized by the client. First try to use theMark Wei
2013-12-02Fix state changes bug that caused bitmaps in the cache to be faded in instead ofMark Wei
2013-11-22Background color of TileDrawable must be opaque.Mark Wei
2013-11-21Clarify ExtendedOptions validation documentation.Mark Wei
2013-11-20Allow clients to override draw(). This is useful for clients who wish toMark Wei
2013-11-11Fix NPE in Robolectric tests.Mark Wei
2013-11-08Have validate() ensure parllaxMultiplier is not 1Sam Blitzstein
2013-11-07Allow clients to customize the placeholder pulse animation.Mark Wei
2013-11-05Change state from UNINITIALIZED to NOT_YET_LOADED earlier.Mark Wei
2013-11-04Add some documentation.Mark Wei
2013-11-04Modify ExtendedBitmapDrawable to be more flexible for clients.Mark Wei
2013-10-31Make ExtendedBitmapDrawable extend BasicBitmapDrawable.Mark Wei
2013-10-29Relax BasicBitmapView to allow non-BasicBitmapDrawables to be assigned to it.Mark Wei
2013-10-21Modifications to bitmap library to make integrating into BigTop simpler.Mark Wei
2013-10-16Change BitmapRequestKey to be more cleanly implementable.Sam Blitzstein
2013-10-15Initial commit from Gmail's Cache system.Sam Blitzstein