summaryrefslogtreecommitdiffstats
path: root/gallerycommon
Commit message (Collapse)AuthorAgeFilesLines
...
* Fix picasa images rotate incorrectly.Owen Lin2011-09-121-0/+1
| | | | | | fix: 5268469 Change-Id: I58fc4a6d4a10c2952040eedee5936efa949b66e2
* Merge "Revert "bug #5252975: guard against null bitmap object, don't NPE.""Owen Lin2011-09-081-15/+1
|\
| * Revert "bug #5252975: guard against null bitmap object, don't NPE."Owen Lin2011-09-061-15/+1
| | | | | | | | | | | | | | This reverts commit 7012ebe1c85e538c572e23d4cb98cad88699c782. We would like to know the crash as soon as possible. bug: 5252975
* | Suppress log from Utils.parseXXXSafely().Hung-ying Tyan2011-09-061-2/+0
|/ | | | | | | Callers already expect non-number strings with these calls. No need to print out the stack trace. Change-Id: I27226ca50e4e7e906939505ad5d53906e8999e95
* Improve the performance of Reviewing a photo.Owen Lin2011-09-051-3/+0
| | | | | | | | | | | | | | | | | 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
* bug #5252975: guard against null bitmap object, don't NPE.Wei Huang2011-09-021-1/+15
| | | | | | - check for null Bitmap object before using. Change-Id: I99d85916dae45128d67be084860d66dd89ec2f95
* Use getEmbeddedPicture to get thumbnail of a picture.Owen Lin2011-08-261-0/+6
| | | | | Change-Id: I69d0d2129906eb780df3940f0bdce0e84c5e2b1d fix: 4190748
* Initial code for Gallery2.Owen Lin2011-08-1810-0/+2675
fix: 5176434 Change-Id: I041e282b9c7b34ceb1db8b033be2b853bb3a992c