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
path:
root
/
src
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
3
-74
/
+310
*
Make ExtendedBitmapDrawable extend BasicBitmapDrawable.
Mark Wei
2013-10-31
3
-286
/
+173
*
Manually inline methods that cause proguard to crash.
Mark Wei
2013-10-31
1
-68
/
+65
*
Relax BasicBitmapView to allow non-BasicBitmapDrawables to be assigned to it.
Mark Wei
2013-10-29
5
-69
/
+197
*
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
2
-1
/
+89
*
Expose sRect and mPaint to subclasses.
Mark Wei
2013-10-21
1
-11
/
+14
*
Change visibility of mBitmap to protected for BasicBitmapDrawable subclasses.
Mark Wei
2013-10-21
1
-1
/
+1
*
Misspelling
Mark Wei
2013-10-21
1
-1
/
+1
*
Let BasicBitmapDrawable get subclassable.
Mark Wei
2013-10-21
1
-1
/
+1
*
Modifications to bitmap library to make integrating into BigTop simpler.
Mark Wei
2013-10-21
7
-53
/
+180
*
Trace without reflection. Avoid crashing on ICS.
Mark Wei
2013-10-17
1
-32
/
+23
*
Add copyright notices, and clarify documentation.
Sam Blitzstein
2013-10-16
1
-7
/
+3
*
Change BitmapRequestKey to be more cleanly implementable.
Sam Blitzstein
2013-10-16
8
-110
/
+92
*
Initial commit from Gmail's Cache system.
Sam Blitzstein
2013-10-15
19
-0
/
+3401