aboutsummaryrefslogtreecommitdiff
path: root/samples
AgeCommit message (Expand)Author
2014-03-21Remove unused dependencies and sample projectSam Judd
2014-03-21Revamp Glide interface to be more flexible.Sam Judd
2014-03-21Handle videos and images in one request.Sam Judd
2014-03-21Make model loaders and decoders generic.Sam Judd
2014-01-20Add a size based pool for api 19+Sam Judd
2013-12-22Refactor logging to use dab shell setpropSam Judd
2013-12-13code cleanupSam Judd
2013-12-13add preload amount as arg for photo grid instanceSam Judd
2013-12-13add preloading to photo listSam Judd
2013-12-13initial working version of preloadingSam Judd
2013-11-30add a toString method for flickr photo objectsSam Judd
2013-11-23add trimMemory method to image managerSam Judd
2013-11-05Expand exception handler to listen to load completionSam Judd
2013-09-12Use using rather than register syntax in sampleSam Judd
2013-08-20Make buildModelLoader a static method on GlideSam Judd
2013-08-20Code cleanup and comment updatesSam Judd
2013-08-19Add a model cacheSam Judd
2013-08-17Gracefully allow Volley to be optionally excludedSam Judd
2013-08-17Add factorys for ModelLoaders for runtime configSam Judd
2013-08-09Prepare sample project for releaseSam Judd
2013-08-09Code cleanup in sample projectSam Judd
2013-08-08Move ImageManagerLoader out of its own packageSam Judd
2013-08-08Allow glide to load images into arbitrary targetsSam Judd
2013-08-08Allow arbitrary transformationsSam Judd
2013-08-08Use downsampler/transformation in ImageManagerSam Judd
2013-07-30Cache inefficient Url creation per photoSam Judd
2013-07-30Add retries to flickr search in sample projectSam Judd
2013-07-30ImageSetCallback -> ImageReadyCallbackSam Judd
2013-07-30Increase Bitmap compression in flickr sampleSam Judd
2013-07-30Cleaner and more efficient Glide apiSam Judd
2013-07-30Add defaults for loaders using Glide singletonSam Judd
2013-07-30Comment updates and fixes for various warningsSam Judd
2013-07-30Tag views with ImagePresenters in constructorSam Judd
2013-07-20Gracefully handle search failure in flickr sampleSam Judd
2013-07-19Use Glide's Volley api in flickr sampleSam Judd
2013-07-19remove volley sumodule from flickr sampleSam Judd
2013-07-19Update the flickr sample for the new interfaceSam Judd
2013-07-19Expose downloader and volley request queueSam Judd
2013-07-18Convert flickr sample to use VolleySam Judd
2013-07-18Refactor example to handle fragments correctlySam Judd
2013-07-18Cleanup some of the sample app codeSam Judd
2013-07-17Use the static Glide interface in the flickr demoSam Judd
2013-07-17Create a simple static interface for GlideSam Judd
2013-07-17Allow DiskLruCacheWrapper to throw IOExceptionSam Judd
2013-07-17Default to SizedBitmapPoolSam Judd
2013-07-15Fix flickr api return url for incorrect image sizeSam Judd
2013-07-15StreamsOpener -> StreamOpenerSam Judd
2013-07-11com.bumptech.photos -> com.bumptech.glideSam Judd
2013-07-11Use direct loader in list, downloader in gridSam Judd
2013-07-11Get the flickr example working againSam Judd