summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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-043-74/+310
* Make ExtendedBitmapDrawable extend BasicBitmapDrawable.Mark Wei2013-10-313-286/+173
* Manually inline methods that cause proguard to crash.Mark Wei2013-10-311-68/+65
* Relax BasicBitmapView to allow non-BasicBitmapDrawables to be assigned to it.Mark Wei2013-10-295-69/+197
* Add copyright.Mark Wei2013-10-221-0/+16
* Add BasicImageView to unbind on detach for clients with long-lived caches.Mark Wei2013-10-222-1/+89
* Expose sRect and mPaint to subclasses.Mark Wei2013-10-211-11/+14
* Change visibility of mBitmap to protected for BasicBitmapDrawable subclasses.Mark Wei2013-10-211-1/+1
* MisspellingMark Wei2013-10-211-1/+1
* Let BasicBitmapDrawable get subclassable.Mark Wei2013-10-211-1/+1
* Modifications to bitmap library to make integrating into BigTop simpler.Mark Wei2013-10-217-53/+180
* Trace without reflection. Avoid crashing on ICS.Mark Wei2013-10-171-32/+23
* Add copyright notices, and clarify documentation.Sam Blitzstein2013-10-161-7/+3
* Change BitmapRequestKey to be more cleanly implementable.Sam Blitzstein2013-10-168-110/+92
* Initial commit from Gmail's Cache system.Sam Blitzstein2013-10-1519-0/+3401