summaryrefslogtreecommitdiffstats
path: root/src/com/android/gallery3d/data/UriImage.java
Commit message (Collapse)AuthorAgeFilesLines
* Code clean up.Ahbong Chang2012-07-301-0/+2
| | | | | | | | | Remove unused imports. Remove unused fields. Remove unnecessary cast. Add missing override annotations. Change-Id: Idad2e587697a5015eb5363d7b71fab9de9cc8ffb
* Fix NPE in Gallery.Owen Lin2012-04-251-14/+2
| | | | | | | | This happens if user set type in an intent. But we get a different type from content resolver. Change-Id: Iabafce7f7aaff23a7a9ee09e1d38ab50049abc88 fix: 6358473
* Reuse bitmap for all micro thumb images to prevent GC.Owen Lin2012-03-141-16/+15
| | | | Change-Id: I27d3002e5bb745a597f52962fe24744c8329441c
* Fix 5611147 attachments (picture) can't be viewed after they're savedRay Chen2011-11-161-4/+6
| | | | Change-Id: I0de0b8c176e1c3f838e81e3549c6795613b90069
* Fix 5457600: In UriImage, read exif to determine orientation.Chih-Chung Chang2011-11-051-0/+19
| | | | Change-Id: Iacc5c52747a4ed4dd8f6cab48ce784aff907525b
* Fix 5299746: New UI layout, part 2.Chih-Chung Chang2011-09-201-0/+10
| | | | | | | | | | - Replace various icons and add xhdpi/sw600dp-mdpi versions of them. - When user press on the thumbnails, show a color overlay on it. - For a wide (w/h > 2) picture, add panorama overlay on it. - Align photo count label position when there is no icon for it. - Adjust offline page layout. Change-Id: I327d25806e99843bfa05d3ca0e9be5a8f9375595
* Initial code for Gallery2.Owen Lin2011-08-181-0/+266
fix: 5176434 Change-Id: I041e282b9c7b34ceb1db8b033be2b853bb3a992c