History log of /packages/apps/LegacyCamera/src/com/android/camera/Thumbnail.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
62bbca8320c3861fa9b18a7eab26a42116bef9df 05-Jan-2012 Angus Kong <shkong@google.com> Allow saving panorama after the activity is paused. (do not merge)

bug: 5541182
Change-Id: I42237d8dd4f8c39ddc2041ae32b886328a9c45c0
/packages/apps/LegacyCamera/src/com/android/camera/Thumbnail.java
eb47ed18eb3eec902d1ce18d20530e296bd83d9e 24-Oct-2011 Wu-cheng Li <wuchengli@google.com> Fix video thumbnail is not displayed when intent passes the fd.

bug:5494625
Change-Id: I2bc482c05b9ca47bb566e351746a6e4dccdd6111
/packages/apps/LegacyCamera/src/com/android/camera/Thumbnail.java
1743de666ba52fd8a32babb36de01c7e3b56c2a7 23-Sep-2011 Gilles-Arnaud Bleu-Laine <gilles@ti.com> Prevent re-compression of thumbnail upon closing camera

Thumbnail is compressed to JPEG at 90% quality every time the application is
closed. This behavior causes the degrading issue that the quality of thumbnail
is getting worse.
Adding a new flag to ensure thumbnail is compressed and
stored only when it is newly generated.

bug:5371985

Change-Id: I90cedeebf2d4c5dfc25e6524529f7f1e5a6f63fc
Signed-off-by: Gilles-Arnaud Bleu-Laine <gilles@ti.com>
/packages/apps/LegacyCamera/src/com/android/camera/Thumbnail.java
382b51fa8f512d7f5d5163715eeb85bbfd0a02c7 12-Sep-2011 Wu-cheng Li <wuchengli@google.com> The last thumbnail can be an image or video.

Query the content resolver with the last image and the last
video. Show the thumbnail of the one that has the latest
dateTaken.

bug:5187868

Change-Id: I51ee4ece8f33aaec46913aad9b2427b43c31c1bb
/packages/apps/LegacyCamera/src/com/android/camera/Thumbnail.java
da7b4ed9303499c4449c7069461db42ff37e3e3f 07-Sep-2011 Wu-cheng Li <wuchengli@google.com> Use the same thumbnail in camera and camcorder.

bug:5187868

Change-Id: I47aa460db3005ed494a2b760d31e8c17d896ac85
/packages/apps/LegacyCamera/src/com/android/camera/Thumbnail.java
7648319f0416b86ae13b97eeba0466581ace1a48 29-Aug-2011 Wu-cheng Li <wuchengli@google.com> Increase the resolution of the thumbnail.

The share popup gets bigger. The resolution of the thumbnail
should be increased.
This also fixes OOM in panorama. It should use the width to
calculate the resolution, not height.

bug:5157438
bug:5220505

Change-Id: Ib7b6600469e94e38bd684c43b07584ce61acfcca
/packages/apps/LegacyCamera/src/com/android/camera/Thumbnail.java
a907c122ccec649c6cedf3a45b1c426a5fca932e 21-Aug-2011 Angus Kong <shkong@google.com> Add thumbnail and share popup for the last result.

bug:5141665

Change-Id: Idc44d33d09c8d4a30fdcef66de2d6754daf1ea82
/packages/apps/LegacyCamera/src/com/android/camera/Thumbnail.java
423a0a07d4dceea081c6f28acdbbcdbce4fe5785 29-Jul-2011 repo sync <cywang@google.com> Fix the NPE issue.

bug:5093236

I did not find the root cause of the NPE, however, let's try to get rid
of this issue by extra check.

Change-Id: Id37dda556e9b0ad8569b7371f9ebda8ac34561e3
/packages/apps/LegacyCamera/src/com/android/camera/Thumbnail.java
631191d322e0ae0fb3d5369e581cd8fd787c3b04 15-Jun-2011 Wu-cheng Li <wuchengli@google.com> Change the thumbnail folder to internal storage.

The app did not check if .thumbnail folder is created because
it used to be created by gallery a long time ago. Thumbnails
would fail to be saved if .thumbnail did not exist.

bug:4483083
Change-Id: I03c345f35ab1880878457d2537bbff18c175899c
/packages/apps/LegacyCamera/src/com/android/camera/Thumbnail.java
1c4edcb4f6c50997b534ac83712cc4c49531a5cb 26-May-2011 Wu-cheng Li <wuchengli@google.com> Print video name for debugging.

Sometimes stagefright crashes at AVCDecoder.cpp in monkey
test. Print the filename so we can get the file.

bug:4109304

Change-Id: I4d248c5602f3326c014ad37a4270d0e61eb53fc6
/packages/apps/LegacyCamera/src/com/android/camera/Thumbnail.java
1c24f5161cfc6a78e45da5f564626d06f6278f7c 17-May-2011 Wu-cheng Li <wuchengli@google.com> Show review image before share.

bug:4391419

Change-Id: Id357539bfe36eb3a30742dc4f8ca267ff53ff8b7
/packages/apps/LegacyCamera/src/com/android/camera/Thumbnail.java
8ab2b624d51b3b8254ece98c46a7e22a6fb5d4aa 13-May-2011 Wu-cheng Li <wuchengli@google.com> Refactor RotateImageView and thumbnail.

Change-Id: Ic435b7cd97ba775ec8f4b8342a1d4d25e2a5120c
/packages/apps/LegacyCamera/src/com/android/camera/Thumbnail.java