History log of /packages/apps/Gallery2/src/com/android/gallery3d/data/ImageCacheService.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/ImageCacheService.java
adee31f028d839e7baa8f9e052dc4e4d60b137da 22-Oct-2012 Owen Lin <owenlin@google.com> Use TiledTexture for thumbnails.

1. Use TiledTexture for thumbnails to prevent jank in uploading big
thumbnails. (e.g., 512 * 512)
2. Use larger thumbnails (DISPLAY_LONG_SIDE / 5).

bug: 7381302

Change-Id: I7661d648373e893b40b2a0304037171760091e00
/packages/apps/Gallery2/src/com/android/gallery3d/data/ImageCacheService.java
1c35ad56a274a8c1b6a60197855c0b838c4e1022 11-Oct-2012 George Mount <mount@google.com> Clear cached stitching preview thumbnails.

Bug 7328408

Change-Id: Ifbc469dc9eef95025cd8e828a0df80e76d2ff064
/packages/apps/Gallery2/src/com/android/gallery3d/data/ImageCacheService.java
3985d73416065001058ea6f38ac4ca26206ed314 09-Oct-2012 Pin Ting <pinting@google.com> Dejank camera roll scrolling in grid view.

Bug:7302644
Change-Id: I280be430101f57dde5a5a6f427cf48e725e39b45
/packages/apps/Gallery2/src/com/android/gallery3d/data/ImageCacheService.java
3ea0bfbcbea64276595029878d37f25bf4fbb881 04-Oct-2012 Bobby Georgescu <georgescu@google.com> Set the thumbnail/screennail sizes based on screensize

Bug: 7232758
Prior to this CL, the thumbnail and screennail sizes were
hardcoded which resulted in mediocre image quality when
using the Gallery in general and the camera filmstrip.
Now, we set the size of these items based on the resolution
of the display. Because high-resolution devices tend to
have higher-performance graphics to drive their large
displays, we expect that this will not introduce any
significant performance impact.

Change-Id: I90e08f7aca670e275c913fd9e21e4459c8bf9fcf
/packages/apps/Gallery2/src/com/android/gallery3d/data/ImageCacheService.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/ImageCacheService.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/ImageCacheService.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/ImageCacheService.java