History log of /packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/common/BitmapUtils.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
04a9a44fb85263c4590ca68f92adff6f9da360e9 03-Nov-2011 Ray Chen <raychen@google.com> Fix 5481444 Face clustering should use PWA profile shot instead of random photo

Change-Id: Ie4e3f9ae19431ab5b36d216cd7f4c626de503bbf
/packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/common/BitmapUtils.java
6c8d0fd879242f78a0c1a7daf4c037043663a49f 19-Sep-2011 Chih-Chung Chang <chihchung@google.com> Fix 5337270: Thumbnail is not generated for large GIF images.

Change-Id: I8e2e8cafb01b2289f59b28b7e2eadae3dc5c0c50
/packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/common/BitmapUtils.java
5da31f8fd85d7c1e33133473bd1fbc5e3a240f2d 13-Sep-2011 Owen Lin <owenlin@google.com> Add a hard limit on the size of the widget images.

There is a limit on the size of the data transfered by binder.
For now, we just add a hard limit (360 pixel) to ensure the widget's image
can be passed by binder.

Also adjust the size of widget to make it looks better.

Fix a bug in DecodeUtils which cause OOM for a image in size 12200x1920.
In that case, we should generate a screen nail of size 640x101 instead of
4066x640.

Change-Id: Ia8227d8e5368471fe7af94bf164d67017aa321fa
fix: 5273271
/packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/common/BitmapUtils.java
22493b29c32142f2588c623f5c78e9167352dddc 11-Sep-2011 Owen Lin <owenlin@google.com> Fix picasa images rotate incorrectly.

fix: 5268469

Change-Id: I58fc4a6d4a10c2952040eedee5936efa949b66e2
/packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/common/BitmapUtils.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/gallerycommon/src/com/android/gallery3d/common/BitmapUtils.java
113bfc77c4468411da9ae1290553c3be89f8df9a 30-Aug-2011 Owen Lin <owenlin@google.com> Improve the performance of Reviewing a photo.

fix: 5144370

There is two componenet in the photo page. One is the large photo and the
other is the thumbnail strip. They idenpendently load their own data and images.

This change fixes several issues here:

1. Prevent sending to many jobs to ThreadPool and block others.
In a worse case, if the thumbnail strip send image requests first,
it may block the ThreadPool very long.
2. Improve the performance of extracting thumbnails from local files.
Now we try to extract the thumbnails from EXIF data first.

Change-Id: I45100d4daa025efb479f47c4f105de2b4731b498
/packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/common/BitmapUtils.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/gallerycommon/src/com/android/gallery3d/common/BitmapUtils.java
8cdfc6a0cd6b32f4c2baa64dbaddb8f496dced6d 26-Aug-2011 Owen Lin <owenlin@google.com> Use getEmbeddedPicture to get thumbnail of a picture.

Change-Id: I69d0d2129906eb780df3940f0bdce0e84c5e2b1d
fix: 4190748
/packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/common/BitmapUtils.java
f9a0a4306d589b4a4e20554fed512a603426bfa1 17-Aug-2011 Owen Lin <owenlin@google.com> Initial code for Gallery2.

fix: 5176434

Change-Id: I041e282b9c7b34ceb1db8b033be2b853bb3a992c
/packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/common/BitmapUtils.java