1. 856e2a9 Update bitmap drawables with RTL support. by Mark Wei · 9 years ago
  2. a8b1e1f Import latest changes. by Oleksandr Kyreiev · 9 years ago
  3. 4309c1f For cancelled decodes, skip the cache save, since it may be incorrect by Sam Blitzstein · 10 years ago
  4. 3a79e20 Allow user to choose horizontal crop alignment by James Kung · 10 years ago
  5. d05e64c Allow BitmapDrawables to use different DecodeStrategys by Sam Blitzstein · 10 years ago
  6. c564492 Import latest bitmap library changes. by Mark Wei · 10 years ago
  7. 5c102db Call setLocalMatrix before setShader. by Leon Scroggins III · 10 years ago
  8. df01966 Import latest changes to the bitmap library. by Mark Wei · 10 years ago
  9. 2d10993 Add a few missed Trace.endSection() by Ruben · 10 years ago
  10. d732a61 Fix bug where state changes were being suppressed if the drawable was offscreen. by Mark Wei · 10 years ago
  11. 5b46c67 unbind() will not keep track of the previous key unless we specify that the by Mark Wei · 10 years ago
  12. 9f42e5c Close trace section on early return. by Mark Wei · 10 years ago
  13. 8dd5cac Add backward compatibility to CircularBitmapDrawable API change. by Mark Wei · 10 years ago
  14. 09f4600 CircularBitmapDrawable is now an ExtendedBitmapDrawable. Avatars can now fade in! by Mark Wei · 10 years ago
  15. 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
  16. 1a340d4 Rebind on attach to window if previously unbinded on detach from window. by Mark Wei · 10 years ago
  17. d7654f8 Do not call methods which do not exist on ICS. by Mark Wei · 10 years ago
  18. 9024423 Allow setting transient state on BitmapDrawableImageView so we don't unbind() by Mark Wei · 10 years ago
  19. 89e59f0 Decouple parallaxSpeedMultiplier from setDecodeDimensions(). by Mark Wei · 11 years ago
  20. 1ef4c6b Check if input stream is null first before blocking. This allows us to detect by Mark Wei · 10 years ago
  21. 8aa2d86 Check both ReusableBitmap and ReusableBitmap#bmp for null to avoid NPE. by Mark Wei · 10 years ago
  22. 3633bda Merge "Restore bounds when we recreate the placeholder and progress drawables." into klp-ub-dev by Mark Wei · 10 years ago
  23. 4d404fe Restore bounds when we recreate the placeholder and progress drawables. by Mark Wei · 10 years ago
  24. a07e0af Store null results in the cache by James Kung · 10 years ago
  25. ad6ca3f Export some useful custom classes that I wrote back into the bitmap library. by Mark Wei · 10 years ago
  26. 5d6521e Allow non-changeable placeholder and progress drawable fields in ExtendedOptions by Mark Wei · 10 years ago
  27. c7ad691 We expect the BitmapRegionDecoder to fail on a GIF. We need to reset the by Mark Wei · 10 years ago
  28. b6ec2af Allow placeholder drawable to be sized by the client. First try to use the by Mark Wei · 10 years ago
  29. 19a41ec Fix state changes bug that caused bitmaps in the cache to be faded in instead of by Mark Wei · 11 years ago
  30. df3da61 Background color of TileDrawable must be opaque. by Mark Wei · 11 years ago
  31. cd72809 Fix bug where the paint's color and alpha were overriding each other. by Mark Wei · 11 years ago
  32. 4a1464a Clarify ExtendedOptions validation documentation. by Mark Wei · 11 years ago
  33. 5f42121 Allow clients to override draw(). This is useful for clients who wish to by Mark Wei · 11 years ago
  34. 88e3100 Fix NPE in Robolectric tests. by Mark Wei · 11 years ago
  35. be9a52b Have validate() ensure parllaxMultiplier is not 1 by Sam Blitzstein · 11 years ago
  36. c4ba226 Allow clients to customize the placeholder pulse animation. by Mark Wei · 11 years ago
  37. c8d18c0 Merge "Fix bitmap drawing bug." into klp-ub-dev by Mark Wei · 11 years ago
  38. 7be91f8 Fix bitmap drawing bug. by Mark Wei · 11 years ago
  39. b809a47 Add javadoc explaining when to implement async FD vs sync IS methods. by Mark Wei · 11 years ago
  40. 41af50e Change state from UNINITIALIZED to NOT_YET_LOADED earlier. by Mark Wei · 11 years ago
  41. 10dddd8 Add some documentation. by Mark Wei · 11 years ago
  42. aab539e Allow subclasses to specify custom executors. by Mark Wei · 11 years ago
  43. fd628f9 Consistent naming with onDraw(). by Mark Wei · 11 years ago
  44. 0c9aaca Allow subclasses to customize drawing of bitmap (using shaders, etc). by Mark Wei · 11 years ago
  45. 5030ae3 Modify ExtendedBitmapDrawable to be more flexible for clients. by Mark Wei · 11 years ago
  46. 2e4d086 Make ExtendedBitmapDrawable extend BasicBitmapDrawable. by Mark Wei · 11 years ago
  47. 2295516 Manually inline methods that cause proguard to crash. by Mark Wei · 11 years ago
  48. 9c6ac19 Relax BasicBitmapView to allow non-BasicBitmapDrawables to be assigned to it. by Mark Wei · 11 years ago
  49. 4661641 Add copyright. by Mark Wei · 11 years ago
  50. a23358f Add BasicImageView to unbind on detach for clients with long-lived caches. by Mark Wei · 11 years ago
  51. e03daa1 Expose sRect and mPaint to subclasses. by Mark Wei · 11 years ago
  52. f433893 Change visibility of mBitmap to protected for BasicBitmapDrawable subclasses. by Mark Wei · 11 years ago
  53. 528300f Misspelling by Mark Wei · 11 years ago
  54. ce7ad91 Let BasicBitmapDrawable get subclassable. by Mark Wei · 11 years ago
  55. cea0c01 Modifications to bitmap library to make integrating into BigTop simpler. by Mark Wei · 11 years ago
  56. 9d46a01 Trace without reflection. Avoid crashing on ICS. by Mark Wei · 11 years ago
  57. 25ad6f9 Add copyright notices, and clarify documentation. by Sam Blitzstein · 11 years ago
  58. 40662f4 Change BitmapRequestKey to be more cleanly implementable. by Sam Blitzstein · 11 years ago
  59. 93a35b9 Initial commit from Gmail's Cache system. by Sam Blitzstein · 11 years ago