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