summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* Make ExtendedBitmapDrawable extend BasicBitmapDrawable.Mark Wei2013-10-3120-293/+277
* Manually inline methods that cause proguard to crash.Mark Wei2013-10-311-68/+65
* Merge "Make the bitmap sample app buildable in git." into klp-ub-devMark Wei2013-10-304-4/+96
|\
| * Make the bitmap sample app buildable in git.Mark Wei2013-10-304-4/+96
* | Relax BasicBitmapView to allow non-BasicBitmapDrawables to be assigned to it.Mark Wei2013-10-298-77/+205
|/
* Add copyright.Mark Wei2013-10-221-0/+16
* Add BasicImageView to unbind on detach for clients with long-lived caches.Mark Wei2013-10-226-53/+97
* Merge "Expose sRect and mPaint to subclasses." into klp-ub-devMark Wei2013-10-221-11/+14
|\
| * Expose sRect and mPaint to subclasses.Mark Wei2013-10-211-11/+14
* | Fix build breakage, use sdk 18.Sam Blitzstein2013-10-221-1/+1
|/