aboutsummaryrefslogtreecommitdiff
path: root/library/src/main
AgeCommit message (Expand)Author
2022-03-08Update glide dependencies to androidxTrevor Radcliffe
2017-06-26Rename getLifecycle into getGlideLifecycle.oreo-mr1-devsergeyv
2014-11-06Explicitly verify state is non null in Drawables.Sam Judd
2014-11-05Use set style for imports.Sam Judd
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-11-02Fix some holes exposed by coverage report.Sam Judd
2014-11-02Make AnimationFactorys top level and add tests.Sam Judd
2014-11-02Avoid I/O in DecodeJobTestSam 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-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
2014-10-19Set transIndex for GIFs with transparent pixels.Sam Judd
2014-10-17Add deprecated annotation to Util.getSizeSam Judd
2014-10-17Add a Bitmap -> GlideDrawable transcoder.Sam Judd
2014-10-17Add api to set default decode format.Sam Judd
2014-10-16Fix still gifs failing to decode.Sam Judd
2014-10-16Ensure overdraw, not overdraw, of reused bitmapsAlan Newberger
2014-10-15Fix race in TranscoderRegistry.Sam Judd
2014-10-14Add a clone() API to create copies of builders.Sam Judd
2014-10-14Add from() api to allow builders to be re-used.Sam Judd
2014-10-14Allow request builder re-use.Sam Judd
2014-10-14Let animation factories be used for multiple loadsSam Judd
2014-10-12Skip AnimatedGifEncoder for original GIFs.Sam Judd