summaryrefslogtreecommitdiffstats
path: root/src/com/android/gallery3d/data/ImageCacheRequest.java
Commit message (Expand)AuthorAgeFilesLines
* Only create debugTag if necessaryJohn Reck2012-09-261-5/+8
* Don't reuse bitmap before HoneyComb.Owen Lin2012-07-031-4/+6
* Add thumb pool the cache Bitmap used for thumbnails.Chih-Chung Chang2012-04-181-1/+1
* Add BytesBufferPool to prevent GC.Owen Lin2012-04-101-36/+40
* Upload textures in background.Owen Lin2012-04-051-2/+1
* Reuse bitmap for all micro thumb images to prevent GC.Owen Lin2012-03-141-10/+15
* Revert "bug #5252975: guard against null bitmap object, don't NPE."Owen Lin2011-09-061-7/+0
* bug #5252975: guard against null bitmap object, don't NPE.Wei Huang2011-09-021-0/+7
* Initial code for Gallery2.Owen Lin2011-08-181-0/+89