aboutsummaryrefslogtreecommitdiff
path: root/library/src/main/java/com/bumptech/glide/load/engine/bitmap_recycle/LruBitmapPool.java
AgeCommit message (Expand)Author
2014-11-04Add API to fix mark limit/buffer size.Sam Judd
2014-11-03Revert "Avoid expanding buffer to fit entire image."Sam Judd
2014-10-30Avoid expanding buffer to fit entire image.Sam Judd
2014-10-23Log get/put in LruBitmapPool as verbose not debug.Sam Judd
2014-10-20Handle null Config requests in LruBitmapPool.Sam Judd
2014-09-30FindBugs fixes.Sam Judd
2014-09-25Add a basic pre-filling api.Sam Judd
2014-09-12Clear bitmaps before returning them from pool.Sam Judd
2014-09-01Missing/extra comments/annotations.Robert Papp
2014-09-01Change @TargetApi and SDK_INT comparison constants to named constants from Bu...Robert Papp
2014-08-31Fix some comments: - typos, - documented empty blocks, - shortened some {@lin...Robert Papp
2014-08-01Add debugging bitmap tracker.Sam Judd
2014-07-14Add checkstyle for javadocs.Sam Judd
2014-07-14Fix issues with artifacts in certain gif frames.Sam Judd
2014-07-02Add checkstyle plugin and and fix style issues.Sam Judd
2014-06-04Get maven working with testsSam Judd