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