History log of /packages/apps/Gallery2/src/com/android/gallery3d/data/ImageCacheRequest.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
09169dd269f1a82efb83ea1cebf75abe4daabd26 18-Jul-2013 ztenghui <ztenghui@google.com> Update Uri instead of removing

In this way, the processing service can have a better presentation.
The cache key now include the file Uri and local abs path if exists.

bug:9468909

Change-Id: I0919c09ad26bea2e798c99ad376996547f8f2bf8
/packages/apps/Gallery2/src/com/android/gallery3d/data/ImageCacheRequest.java
f52ceba89962829aa12f5caba131580e8da85880 20-Feb-2013 Bobby Georgescu <georgescu@google.com> Replace various BitmapPools with a smarter unified pool

Make all of gallery use a single shared pool, and pave the
way for making the pool more adaptive based on the current
workload.

Change-Id: Ia32561ad50b1b9716ebe2fd32a7bf02737685dac
/packages/apps/Gallery2/src/com/android/gallery3d/data/ImageCacheRequest.java
2ce4bec82fd46ff71ee4a586719904a6313689bf 27-Sep-2012 John Reck <jreck@google.com> Only create debugTag if necessary

Bug: 7238418
String concatenation isn't free

Change-Id: I510a89ef8b673efb631d6f8929ab3d9d9b454931
/packages/apps/Gallery2/src/com/android/gallery3d/data/ImageCacheRequest.java
df4763cf8752fb1babc7244fc2be33ed87d3b072 28-Jun-2012 Owen Lin <owenlin@google.com> Don't reuse bitmap before HoneyComb.

Change-Id: I0df9bf0a8f43e28ed25b436d4c584dc3ceb43c1d
/packages/apps/Gallery2/src/com/android/gallery3d/data/ImageCacheRequest.java
b8be1e0ad76b6abc0da7ead39f7a9811195d001e 17-Apr-2012 Chih-Chung Chang <chihchung@google.com> Add thumb pool the cache Bitmap used for thumbnails.

Change-Id: Ib710f2a6fc1aa86fe4abdd18d1fa7ac71396a3b4
/packages/apps/Gallery2/src/com/android/gallery3d/data/ImageCacheRequest.java
cafd30f96355ad446943d60cd2595d08423944e2 09-Apr-2012 Owen Lin <owenlin@google.com> Add BytesBufferPool to prevent GC.

Change-Id: Ia8513ff380a60f102481cbf25650eca149b75064
/packages/apps/Gallery2/src/com/android/gallery3d/data/ImageCacheRequest.java
d8fb81f601830385a2343d08ad5dd171e4c7bfe0 29-Mar-2012 Owen Lin <owenlin@google.com> Upload textures in background.

Change-Id: I365f7be9aaab793366884249cbb10e8b6f0ab0e6
/packages/apps/Gallery2/src/com/android/gallery3d/data/ImageCacheRequest.java
4bb5912e85f6d1bd8a6b78d6d52b4c4da7aeb740 07-Mar-2012 Owen Lin <owenlin@google.com> Reuse bitmap for all micro thumb images to prevent GC.

Change-Id: I27d3002e5bb745a597f52962fe24744c8329441c
/packages/apps/Gallery2/src/com/android/gallery3d/data/ImageCacheRequest.java
ea0feffc18ed2d0086d5fc4c57353f9e81154099 06-Sep-2011 Owen Lin <owenlin@google.com> Revert "bug #5252975: guard against null bitmap object, don't NPE."

This reverts commit 7012ebe1c85e538c572e23d4cb98cad88699c782.

We would like to know the crash as soon as possible.
bug: 5252975
/packages/apps/Gallery2/src/com/android/gallery3d/data/ImageCacheRequest.java
7012ebe1c85e538c572e23d4cb98cad88699c782 02-Sep-2011 Wei Huang <weih@google.com> bug #5252975: guard against null bitmap object, don't NPE.

- check for null Bitmap object before using.

Change-Id: I99d85916dae45128d67be084860d66dd89ec2f95
/packages/apps/Gallery2/src/com/android/gallery3d/data/ImageCacheRequest.java
f9a0a4306d589b4a4e20554fed512a603426bfa1 17-Aug-2011 Owen Lin <owenlin@google.com> Initial code for Gallery2.

fix: 5176434

Change-Id: I041e282b9c7b34ceb1db8b033be2b853bb3a992c
/packages/apps/Gallery2/src/com/android/gallery3d/data/ImageCacheRequest.java