summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2014-07-09Call setLocalMatrix before setShader.android-wear-5.1.1_r1android-wear-5.1.0_r1android-wear-5.0.0_r1android-m-preview-2android-m-preview-1android-m-previewandroid-cts-5.1_r9android-cts-5.1_r8android-cts-5.1_r7android-cts-5.1_r6android-cts-5.1_r5android-cts-5.1_r4android-cts-5.1_r3android-cts-5.1_r28android-cts-5.1_r27android-cts-5.1_r26android-cts-5.1_r25android-cts-5.1_r24android-cts-5.1_r23android-cts-5.1_r22android-cts-5.1_r21android-cts-5.1_r20android-cts-5.1_r2android-cts-5.1_r19android-cts-5.1_r18android-cts-5.1_r17android-cts-5.1_r16android-cts-5.1_r15android-cts-5.1_r14android-cts-5.1_r13android-cts-5.1_r10android-cts-5.1_r1android-cts-5.0_r9android-cts-5.0_r8android-cts-5.0_r7android-cts-5.0_r6android-cts-5.0_r5android-cts-5.0_r4android-cts-5.0_r3android-5.1.1_r9android-5.1.1_r8android-5.1.1_r7android-5.1.1_r6android-5.1.1_r5android-5.1.1_r4android-5.1.1_r38android-5.1.1_r37android-5.1.1_r36android-5.1.1_r35android-5.1.1_r34android-5.1.1_r33android-5.1.1_r30android-5.1.1_r3android-5.1.1_r29android-5.1.1_r28android-5.1.1_r26android-5.1.1_r25android-5.1.1_r24android-5.1.1_r23android-5.1.1_r22android-5.1.1_r20android-5.1.1_r2android-5.1.1_r19android-5.1.1_r18android-5.1.1_r17android-5.1.1_r16android-5.1.1_r15android-5.1.1_r14android-5.1.1_r13android-5.1.1_r12android-5.1.1_r10android-5.1.1_r1android-5.1.0_r5android-5.1.0_r4android-5.1.0_r3android-5.1.0_r1android-5.0.2_r3android-5.0.2_r1android-5.0.1_r1android-5.0.0_r7android-5.0.0_r6android-5.0.0_r5.1android-5.0.0_r5android-5.0.0_r4android-5.0.0_r3android-5.0.0_r2android-5.0.0_r1master-soonglollipop-wear-releaselollipop-releaselollipop-mr1-wfc-releaselollipop-mr1-releaselollipop-mr1-fi-releaselollipop-mr1-devlollipop-mr1-cts-releaselollipop-devlollipop-cts-releaseLeon Scroggins III
2014-06-25Import latest changes to the bitmap library.Mark Wei
2014-04-25Add a few missed Trace.endSection()Ruben
2014-03-26Fix bug where state changes were being suppressed if the drawable was offscreen.Mark Wei
2014-03-18unbind() will not keep track of the previous key unless we specify that theMark Wei
2014-03-03Close trace section on early return.Mark Wei
2014-03-02Add backward compatibility to CircularBitmapDrawable API change.Mark Wei
2014-03-02CircularBitmapDrawable is now an ExtendedBitmapDrawable. Avatars can now fade...Mark Wei
2014-03-02When detached from window, the last known RequestKey is saved inside of the B...Mark Wei
2014-02-21Rebind on attach to window if previously unbinded on detach from window.Mark Wei
2014-02-14Do not call methods which do not exist on ICS.Mark Wei
2014-02-07Allow setting transient state on BitmapDrawableImageView so we don't unbind()Mark Wei
2014-01-22Decouple parallaxSpeedMultiplier from setDecodeDimensions().Mark Wei
2014-01-22Check if input stream is null first before blocking. This allows us to detectMark Wei
2014-01-21Check both ReusableBitmap and ReusableBitmap#bmp for null to avoid NPE.Mark Wei
2014-01-17Merge "Restore bounds when we recreate the placeholder and progress drawables...Mark Wei
2014-01-17Restore bounds when we recreate the placeholder and progress drawables.Mark Wei
2014-01-14Store null results in the cacheJames Kung
2014-01-07Export some useful custom classes that I wrote back into the bitmap library.Mark Wei
2014-01-06Allow non-changeable placeholder and progress drawable fields in ExtendedOptionsMark Wei
2013-12-11We expect the BitmapRegionDecoder to fail on a GIF. We need to reset theMark 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-22Fix bug where the paint's color and alpha were overriding each other.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-06Merge "Fix bitmap drawing bug." into klp-ub-devMark Wei
2013-11-06Fix bitmap drawing bug.Mark Wei
2013-11-06Add javadoc explaining when to implement async FD vs sync IS methods.Mark Wei
2013-11-05Change state from UNINITIALIZED to NOT_YET_LOADED earlier.Mark Wei
2013-11-04Add some documentation.Mark Wei
2013-11-04Allow subclasses to specify custom executors.Mark Wei
2013-11-04Consistent naming with onDraw().Mark Wei
2013-11-04Allow subclasses to customize drawing of bitmap (using shaders, etc).Mark Wei
2013-11-04Modify ExtendedBitmapDrawable to be more flexible for clients.Mark Wei
2013-10-31Make ExtendedBitmapDrawable extend BasicBitmapDrawable.Mark Wei
2013-10-31Manually inline methods that cause proguard to crash.Mark Wei
2013-10-29Relax BasicBitmapView to allow non-BasicBitmapDrawables to be assigned to it.Mark Wei
2013-10-22Add copyright.Mark Wei
2013-10-22Add BasicImageView to unbind on detach for clients with long-lived caches.Mark Wei
2013-10-21Expose sRect and mPaint to subclasses.Mark Wei
2013-10-21Change visibility of mBitmap to protected for BasicBitmapDrawable subclasses.Mark Wei
2013-10-21MisspellingMark Wei
2013-10-21Let BasicBitmapDrawable get subclassable.Mark Wei
2013-10-21Modifications to bitmap library to make integrating into BigTop simpler.Mark Wei
2013-10-17Trace without reflection. Avoid crashing on ICS.Mark Wei