1. 856e2a9 Update bitmap drawables with RTL support. by Mark Wei · 9 years ago fp2-m-sibon fp2-sibon-17.07.6 fp2-sibon-17.08.1.1 fp2-sibon-17.10.1 fp2-sibon-17.11.2 fp2-sibon-17.12.1 fp2-sibon-18.01.1 fp2-sibon-18.02.0 fp2-sibon-18.03.1 fp2-sibon-18.04.1
  2. a8b1e1f Import latest changes. by Oleksandr Kyreiev · 9 years ago
  3. 3a79e20 Allow user to choose horizontal crop alignment by James Kung · 10 years ago
  4. d05e64c Allow BitmapDrawables to use different DecodeStrategys by Sam Blitzstein · 10 years ago
  5. c564492 Import latest bitmap library changes. by Mark Wei · 10 years ago
  6. 2d10993 Add a few missed Trace.endSection() by Ruben · 10 years ago
  7. 5b46c67 unbind() will not keep track of the previous key unless we specify that the by Mark Wei · 10 years ago
  8. ad97cd0 When detached from window, the last known RequestKey is saved inside of the BasicBitmapDrawable instead of referenced separately in the BitmapDrawableImageView. This fixes a bug where you could bind() a stale RequestKey to the drawable, after having called drawable.unbind() before it is attached back to the window. by Mark Wei · 10 years ago
  9. 89e59f0 Decouple parallaxSpeedMultiplier from setDecodeDimensions(). by Mark Wei · 11 years ago
  10. 8aa2d86 Check both ReusableBitmap and ReusableBitmap#bmp for null to avoid NPE. by Mark Wei · 10 years ago
  11. 19a41ec Fix state changes bug that caused bitmaps in the cache to be faded in instead of by Mark Wei · 11 years ago
  12. c4ba226 Allow clients to customize the placeholder pulse animation. by Mark Wei · 11 years ago
  13. 7be91f8 Fix bitmap drawing bug. by Mark Wei · 11 years ago
  14. 41af50e Change state from UNINITIALIZED to NOT_YET_LOADED earlier. by Mark Wei · 11 years ago
  15. 10dddd8 Add some documentation. by Mark Wei · 11 years ago
  16. aab539e Allow subclasses to specify custom executors. by Mark Wei · 11 years ago
  17. fd628f9 Consistent naming with onDraw(). by Mark Wei · 11 years ago
  18. 0c9aaca Allow subclasses to customize drawing of bitmap (using shaders, etc). by Mark Wei · 11 years ago
  19. 2e4d086 Make ExtendedBitmapDrawable extend BasicBitmapDrawable. by Mark Wei · 11 years ago
  20. 9c6ac19 Relax BasicBitmapView to allow non-BasicBitmapDrawables to be assigned to it. by Mark Wei · 11 years ago
  21. a23358f Add BasicImageView to unbind on detach for clients with long-lived caches. by Mark Wei · 11 years ago
  22. e03daa1 Expose sRect and mPaint to subclasses. by Mark Wei · 11 years ago
  23. f433893 Change visibility of mBitmap to protected for BasicBitmapDrawable subclasses. by Mark Wei · 11 years ago
  24. 528300f Misspelling by Mark Wei · 11 years ago
  25. ce7ad91 Let BasicBitmapDrawable get subclassable. by Mark Wei · 11 years ago
  26. cea0c01 Modifications to bitmap library to make integrating into BigTop simpler. by Mark Wei · 11 years ago
  27. 40662f4 Change BitmapRequestKey to be more cleanly implementable. by Sam Blitzstein · 11 years ago
  28. 93a35b9 Initial commit from Gmail's Cache system. by Sam Blitzstein · 11 years ago