summaryrefslogtreecommitdiffstats
path: root/src/com/android/camera/Thumbnail.java
Commit message (Collapse)AuthorAgeFilesLines
* Fix the NPE issue.repo sync2011-07-291-9/+21
| | | | | | | | | 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
* Change the thumbnail folder to internal storage.Wu-cheng Li2011-06-151-7/+6
| | | | | | | | | 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
* Print video name for debugging.Wu-cheng Li2011-05-261-1/+3
| | | | | | | | | Sometimes stagefright crashes at AVCDecoder.cpp in monkey test. Print the filename so we can get the file. bug:4109304 Change-Id: I4d248c5602f3326c014ad37a4270d0e61eb53fc6
* Show review image before share.Wu-cheng Li2011-05-171-4/+5
| | | | | | bug:4391419 Change-Id: Id357539bfe36eb3a30742dc4f8ca267ff53ff8b7
* Refactor RotateImageView and thumbnail.Wu-cheng Li2011-05-171-0/+201
Change-Id: Ic435b7cd97ba775ec8f4b8342a1d4d25e2a5120c