aboutsummaryrefslogtreecommitdiff
path: root/library
AgeCommit message (Expand)Author
2022-03-08Update glide dependencies to androidxTrevor Radcliffe
2017-06-26Rename getLifecycle into getGlideLifecycle.oreo-mr1-devsergeyv
2014-12-03Merge tag 'v3.4.0' of https://github.com/bumptech/glide into ub-camera-haleakalaAlan Newberger
2014-11-06Explicitly verify state is non null in Drawables.Sam Judd
2014-11-05Use set style for imports.Sam Judd
2014-11-04Use resetter API in robolectric.Sam Judd
2014-11-04Remove unused code in MemorySizeCalculatorTest.Sam Judd
2014-11-04Add API to fix mark limit/buffer size.Sam Judd
2014-11-03Pull out testutil project.Sam Judd
2014-11-03Revert "Avoid expanding buffer to fit entire image."Sam Judd
2014-11-03Remove duplicate test class.Sam Judd
2014-11-03Avoid static references to android classes in testSam Judd
2014-11-03Replace Hamcrest with Truth.Sam Judd
2014-11-02Fix some holes exposed by coverage report.Sam Judd
2014-11-02Make AnimationFactorys top level and add tests.Sam Judd
2014-11-02Add jacoco coverage report.Sam Judd
2014-11-02Avoid I/O in DecodeJobTestSam Judd
2014-11-02Explicitly set JUnit4 runner for junit tests.Sam Judd
2014-11-02Fix missing Config warnings.Sam Judd
2014-11-02Set fixed dependency versions using properties.Sam Judd
2014-11-02Add a back off to bitmap pool pre filling.Sam Judd
2014-10-30Avoid expanding buffer to fit entire image.Sam Judd
2014-10-30Use sample size to acquire Bitmaps in Downsampler.Sam Judd
2014-10-29Obey default DecodeFormat in prefill API.Sam Judd
2014-10-28Do a get before put when pre filling.Sam Judd
2014-10-28Post recycling gif frame resources.Sam Judd
2014-10-26Protect error logging with DEBUG property.Sam Judd
2014-10-26Set frame transformation on GifFrameManager.Sam Judd
2014-10-26Always use ARGB_8888 to decode gif frames.Sam Judd
2014-10-26Add verbose timing logging to DecodeJob.Sam Judd
2014-10-26Only decode one frame at a time in GifFrameManagerSam Judd
2014-10-23Document width/height values.Sam Judd
2014-10-23Only post recursive resource recycles.Sam Judd
2014-10-23Log get/put in LruBitmapPool as verbose not debug.Sam Judd
2014-10-23Recycle resource if available before cancelling.Sam Judd
2014-10-23Clear data from GifHeaderParsers before pooling.Sam Judd
2014-10-23Document deprecated methods will be removed in 4.0Sam Judd
2014-10-23Relax request listener type requirements.Sam Judd
2014-10-23Assert that GifDrawables first frame is non-null.Sam Judd
2014-10-23Add an obtain() method to BitmapResoure.Sam Judd
2014-10-22Return null when gif frame cannot be decoded.Sam Judd
2014-10-22Throw when given null data in Resources.Sam Judd
2014-10-22Use the application Context to build ModelLoaders.Sam Judd
2014-10-21Set minimum and default frame delays.Sam Judd
2014-10-21Merge remote-tracking branch 'bump/master' into HEADAlan Newberger
2014-10-21Clean up GifDrawable resources more reliably.Sam Judd
2014-10-21Always decode gif frames in sequence.Sam Judd
2014-10-20Apply gravity in GifDrawable.Sam Judd
2014-10-20Handle null Config requests in LruBitmapPool.Sam Judd
2014-10-19Avoid drawing recycled Bitmaps in GifDrawable.Sam Judd