summaryrefslogtreecommitdiffstats
path: root/src/com/android/gallery3d/app/CropImage.java
Commit message (Expand)AuthorAgeFilesLines
* Don't use Build.VERSION_CODES.Owen Lin2012-06-281-2/+1
* Use MediaColumns.WIDTH and MediaColumns.HEIGHT only when they are available.Owen Lin2012-06-221-10/+17
* Check the offset of output rect when cropping image.Owen Lin2012-06-061-0/+6
* Fix action-bar title for cropping wallpaper.Yuli Huang2012-05-181-0/+4
* Crop-image doesn't show its title in the action-bar.Yuli Huang2012-05-091-2/+2
* Fix back-button's behavior in Crop.Yuli Huang2012-05-071-0/+5
* Make 'Edit' behave more consistent with 'Crop'. DO NOT MERGE.Yuli Huang2012-04-271-2/+2
* Fix NPE in Gallery.Owen Lin2012-04-251-6/+2
* Use FloatMath instead of Math.Chih-Chung Chang2012-02-111-2/+2
* Revert "Use FloatMath instead of Math."Chih-Chung Chang2012-02-101-2/+2
* Use FloatMath instead of Math.Chih-Chung Chang2012-02-111-2/+2
* Localize the "fail to load image" toast message.Chih-Chung Chang2012-02-011-2/+2
* Fix the issue that cropping wrong region for protrait image.Owen Lin2011-10-201-7/+12
* Fix 5424444: Add code to save cropped image for non-local, non-picasa cases.Chih-Chung Chang2011-10-191-4/+47
* Fix 5199444 In crop interface, check button and X button should be switchedRay Chen2011-10-111-3/+12
* Rotate the image according to FullImageRotation.Owen Lin2011-09-291-1/+1
* Fix crop never returnsOwen Lin2011-09-231-27/+40
* Copy exif data for cropped image.Owen Lin2011-09-071-0/+92
* Initial code for Gallery2.Owen Lin2011-08-181-0/+850