summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Update bitmap drawables with RTL support.HEADreplicant-6.0-0004-transitionreplicant-6.0-0004-rc6replicant-6.0-0004-rc5-transitionreplicant-6.0-0004-rc5replicant-6.0-0004-rc4replicant-6.0-0004-rc3replicant-6.0-0004-rc2replicant-6.0-0004-rc1replicant-6.0-0004replicant-6.0-0003replicant-6.0-0002replicant-6.0-0001stable/cm-13.0-ZNH5Ystable/cm-13.0-ZNH2KBstable/cm-13.0-ZNH2Kstable/cm-13.0-ZNH0Ecm-13.0Mark Wei2015-04-143-14/+88
* Update bitmap library to latest.Mark Wei2015-03-272-54/+1
* Merge "Change minSdkVersion from 15 to 14 after performing a code audit."Greg Bullock2015-01-130-0/+0
|\
| * Change minSdkVersion from 15 to 14 after performing a code audit.Greg Bullock2015-01-071-1/+1
* | Change minSdkVersion from 15 to 14 after performing a code audit.Greg Bullock2015-01-071-1/+1
|/
* Import latest changes.Oleksandr Kyreiev2014-12-185-37/+43
* For cancelled decodes, skip the cache save, since it may be incorrectSam Blitzstein2014-10-201-2/+5
* Allow user to choose horizontal crop alignmentJames Kung2014-09-104-13/+70
* Allow BitmapDrawables to use different DecodeStrategysSam Blitzstein2014-07-151-1/+8
* Import latest bitmap library changes.Mark Wei2014-07-146-24/+99
* Call setLocalMatrix before setShader.staging/cm-12.1staging/cm-12.0-cafstable/cm-12.1-YOG7Dstable/cm-12.1-YOG4Pstable/cm-12.1-YOG3Cstable/cm-12.0-YNG4Nstable/cm-12.0-YNG3Cstable/cm-12.0-YNG1TAstable/cm-12.0-YNG1Tstable/cm-12.0-YNG1Icm-12.1cm-12.0Leon Scroggins III2014-07-091-1/+1
* Import latest changes to the bitmap library.Mark Wei2014-06-252-12/+146
* Add a few missed Trace.endSection()Ruben2014-04-252-0/+2
* Fix bug where state changes were being suppressed if the drawable was offscreen.Mark Wei2014-03-262-2/+3
* unbind() will not keep track of the previous key unless we specify that theMark Wei2014-03-182-3/+29
* Close trace section on early return.Mark Wei2014-03-031-0/+1
* Add backward compatibility to CircularBitmapDrawable API change.Mark Wei2014-03-021-0/+9
* CircularBitmapDrawable is now an ExtendedBitmapDrawable. Avatars can now fade...Mark Wei2014-03-023-7/+40
* When detached from window, the last known RequestKey is saved inside of the B...Mark Wei2014-03-022-12/+5
* Rebind on attach to window if previously unbinded on detach from window.Mark Wei2014-02-211-2/+16
* Do not call methods which do not exist on ICS.Mark Wei2014-02-141-1/+4
* Allow setting transient state on BitmapDrawableImageView so we don't unbind()Mark Wei2014-02-071-1/+19
* Update targetSdkVersion to 18Scott Kennedy2014-01-241-1/+1
* Decouple parallaxSpeedMultiplier from setDecodeDimensions().Mark Wei2014-01-225-33/+70
* Check if input stream is null first before blocking. This allows us to detectMark Wei2014-01-221-13/+13
* Check both ReusableBitmap and ReusableBitmap#bmp for null to avoid NPE.Mark Wei2014-01-211-4/+10
* Merge "Restore bounds when we recreate the placeholder and progress drawables...Mark Wei2014-01-171-0/+2
|\
| * Restore bounds when we recreate the placeholder and progress drawables.Mark Wei2014-01-171-0/+2
* | Store null results in the cacheJames Kung2014-01-142-3/+10
|/
* Export some useful custom classes that I wrote back into the bitmap library.Mark Wei2014-01-073-0/+540
* Allow non-changeable placeholder and progress drawable fields in ExtendedOptionsMark Wei2014-01-061-27/+43
* We expect the BitmapRegionDecoder to fail on a GIF. We need to reset theMark Wei2013-12-111-0/+10
* Allow placeholder drawable to be sized by the client. First try to use theMark Wei2013-12-082-12/+40
* Fix state changes bug that caused bitmaps in the cache to be faded in instead ofMark Wei2013-12-022-9/+6
* Background color of TileDrawable must be opaque.Mark Wei2013-11-222-13/+9
* Fix bug where the paint's color and alpha were overriding each other.Mark Wei2013-11-221-2/+11
* Clarify ExtendedOptions validation documentation.Mark Wei2013-11-211-2/+2
* Allow clients to override draw(). This is useful for clients who wish toMark Wei2013-11-201-1/+3
* Fix NPE in Robolectric tests.Mark Wei2013-11-111-4/+10
* Have validate() ensure parllaxMultiplier is not 1Sam Blitzstein2013-11-081-1/+1
* Allow clients to customize the placeholder pulse animation.Mark Wei2013-11-072-17/+54
* Merge "Fix bitmap drawing bug." into klp-ub-devMark Wei2013-11-061-3/+3
|\
| * Fix bitmap drawing bug.Mark Wei2013-11-061-3/+3
* | Add javadoc explaining when to implement async FD vs sync IS methods.Mark Wei2013-11-061-0/+6
|/
* Change state from UNINITIALIZED to NOT_YET_LOADED earlier.Mark Wei2013-11-052-9/+12
* Add some documentation.Mark Wei2013-11-042-11/+38
* Allow subclasses to specify custom executors.Mark Wei2013-11-041-1/+5
* Consistent naming with onDraw().Mark Wei2013-11-041-2/+2
* Allow subclasses to customize drawing of bitmap (using shaders, etc).Mark Wei2013-11-041-1/+9
* Modify ExtendedBitmapDrawable to be more flexible for clients.Mark Wei2013-11-0410-98/+321