index
:
android_frameworks_opt_bitmap
cm-12.0
cm-12.1
cm-13.0
stable/cm-12.0-YNG1I
stable/cm-12.0-YNG1T
stable/cm-12.0-YNG1TA
stable/cm-12.0-YNG3C
stable/cm-12.0-YNG4N
stable/cm-12.1-YOG3C
stable/cm-12.1-YOG4P
stable/cm-12.1-YOG7D
stable/cm-13.0-ZNH0E
stable/cm-13.0-ZNH2K
stable/cm-13.0-ZNH2KB
stable/cm-13.0-ZNH5Y
staging/cm-12.0-caf
staging/cm-12.1
staging/cm-14.0
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
Call setLocalMatrix before setShader.
staging/cm-12.1
staging/cm-12.0-caf
stable/cm-12.1-YOG7D
stable/cm-12.1-YOG4P
stable/cm-12.1-YOG3C
stable/cm-12.0-YNG4N
stable/cm-12.0-YNG3C
stable/cm-12.0-YNG1TA
stable/cm-12.0-YNG1T
stable/cm-12.0-YNG1I
cm-12.1
cm-12.0
Leon Scroggins III
2014-07-09
1
-1
/
+1
*
Import latest changes to the bitmap library.
Mark Wei
2014-06-25
2
-12
/
+146
*
Add a few missed Trace.endSection()
Ruben
2014-04-25
2
-0
/
+2
*
Fix bug where state changes were being suppressed if the drawable was offscreen.
Mark Wei
2014-03-26
2
-2
/
+3
*
unbind() will not keep track of the previous key unless we specify that the
Mark Wei
2014-03-18
2
-3
/
+29
*
Close trace section on early return.
Mark Wei
2014-03-03
1
-0
/
+1
*
Add backward compatibility to CircularBitmapDrawable API change.
Mark Wei
2014-03-02
1
-0
/
+9
*
CircularBitmapDrawable is now an ExtendedBitmapDrawable. Avatars can now fade...
Mark Wei
2014-03-02
3
-7
/
+40
*
When detached from window, the last known RequestKey is saved inside of the B...
Mark Wei
2014-03-02
2
-12
/
+5
*
Rebind on attach to window if previously unbinded on detach from window.
Mark Wei
2014-02-21
1
-2
/
+16
*
Do not call methods which do not exist on ICS.
Mark Wei
2014-02-14
1
-1
/
+4
*
Allow setting transient state on BitmapDrawableImageView so we don't unbind()
Mark Wei
2014-02-07
1
-1
/
+19
*
Update targetSdkVersion to 18
Scott Kennedy
2014-01-24
1
-1
/
+1
*
Decouple parallaxSpeedMultiplier from setDecodeDimensions().
Mark Wei
2014-01-22
5
-33
/
+70
*
Check if input stream is null first before blocking. This allows us to detect
Mark Wei
2014-01-22
1
-13
/
+13
*
Check both ReusableBitmap and ReusableBitmap#bmp for null to avoid NPE.
Mark Wei
2014-01-21
1
-4
/
+10
*
Merge "Restore bounds when we recreate the placeholder and progress drawables...
Mark Wei
2014-01-17
1
-0
/
+2
|
\
|
*
Restore bounds when we recreate the placeholder and progress drawables.
Mark Wei
2014-01-17
1
-0
/
+2
*
|
Store null results in the cache
James Kung
2014-01-14
2
-3
/
+10
|
/
*
Export some useful custom classes that I wrote back into the bitmap library.
Mark Wei
2014-01-07
3
-0
/
+540
*
Allow non-changeable placeholder and progress drawable fields in ExtendedOptions
Mark Wei
2014-01-06
1
-27
/
+43
*
We expect the BitmapRegionDecoder to fail on a GIF. We need to reset the
Mark Wei
2013-12-11
1
-0
/
+10
*
Allow placeholder drawable to be sized by the client. First try to use the
Mark Wei
2013-12-08
2
-12
/
+40
*
Fix state changes bug that caused bitmaps in the cache to be faded in instead of
Mark Wei
2013-12-02
2
-9
/
+6
*
Background color of TileDrawable must be opaque.
Mark Wei
2013-11-22
2
-13
/
+9
*
Fix bug where the paint's color and alpha were overriding each other.
Mark Wei
2013-11-22
1
-2
/
+11
*
Clarify ExtendedOptions validation documentation.
Mark Wei
2013-11-21
1
-2
/
+2
*
Allow clients to override draw(). This is useful for clients who wish to
Mark Wei
2013-11-20
1
-1
/
+3
*
Fix NPE in Robolectric tests.
Mark Wei
2013-11-11
1
-4
/
+10
*
Have validate() ensure parllaxMultiplier is not 1
Sam Blitzstein
2013-11-08
1
-1
/
+1
*
Allow clients to customize the placeholder pulse animation.
Mark Wei
2013-11-07
2
-17
/
+54
*
Merge "Fix bitmap drawing bug." into klp-ub-dev
Mark Wei
2013-11-06
1
-3
/
+3
|
\
|
*
Fix bitmap drawing bug.
Mark Wei
2013-11-06
1
-3
/
+3
*
|
Add javadoc explaining when to implement async FD vs sync IS methods.
Mark Wei
2013-11-06
1
-0
/
+6
|
/
*
Change state from UNINITIALIZED to NOT_YET_LOADED earlier.
Mark Wei
2013-11-05
2
-9
/
+12
*
Add some documentation.
Mark Wei
2013-11-04
2
-11
/
+38
*
Allow subclasses to specify custom executors.
Mark Wei
2013-11-04
1
-1
/
+5
*
Consistent naming with onDraw().
Mark Wei
2013-11-04
1
-2
/
+2
*
Allow subclasses to customize drawing of bitmap (using shaders, etc).
Mark Wei
2013-11-04
1
-1
/
+9
*
Modify ExtendedBitmapDrawable to be more flexible for clients.
Mark Wei
2013-11-04
10
-98
/
+321
*
Make ExtendedBitmapDrawable extend BasicBitmapDrawable.
Mark Wei
2013-10-31
20
-293
/
+277
*
Manually inline methods that cause proguard to crash.
Mark Wei
2013-10-31
1
-68
/
+65
*
Merge "Make the bitmap sample app buildable in git." into klp-ub-dev
Mark Wei
2013-10-30
4
-4
/
+96
|
\
|
*
Make the bitmap sample app buildable in git.
Mark Wei
2013-10-30
4
-4
/
+96
*
|
Relax BasicBitmapView to allow non-BasicBitmapDrawables to be assigned to it.
Mark Wei
2013-10-29
8
-77
/
+205
|
/
*
Add copyright.
Mark Wei
2013-10-22
1
-0
/
+16
*
Add BasicImageView to unbind on detach for clients with long-lived caches.
Mark Wei
2013-10-22
6
-53
/
+97
*
Merge "Expose sRect and mPaint to subclasses." into klp-ub-dev
Mark Wei
2013-10-22
1
-11
/
+14
|
\
|
*
Expose sRect and mPaint to subclasses.
Mark Wei
2013-10-21
1
-11
/
+14
*
|
Fix build breakage, use sdk 18.
Sam Blitzstein
2013-10-22
1
-1
/
+1
|
/
[next]