summaryrefslogtreecommitdiffstats
path: root/src/com/android/gallery3d/app/CropImage.java
Commit message (Collapse)AuthorAgeFilesLines
* Don't reuse bitmap before HoneyComb.Owen Lin2012-07-031-1/+2
| | | | Change-Id: I0df9bf0a8f43e28ed25b436d4c584dc3ceb43c1d
* Don't use Build.VERSION_CODES.Owen Lin2012-06-281-2/+1
| | | | | | | | Since they won't be available on old platform. bug: 6752318 Change-Id: I55a9e83dbf05b93c83c68cb31f6edcbc29793283
* Use MediaColumns.WIDTH and MediaColumns.HEIGHT only when they are available.Owen Lin2012-06-221-10/+17
| | | | | | bug:6698720 Change-Id: Iaabfd1d5fe16b5d89f564d688a78e773ad36c8bd
* Check the offset of output rect when cropping image.Owen Lin2012-06-061-0/+6
| | | | | bug: 6568720 Change-Id: I36c98cab5830eaac15369ada1a1a988e10b0fbf4
* Fix action-bar title for cropping wallpaper.Yuli Huang2012-05-181-0/+4
| | | | | bug:6513495 Change-Id: I97b76c948d5c9fa0bb11f2fe89a0d10f490dbe14
* Crop-image doesn't show its title in the action-bar.Yuli Huang2012-05-091-2/+2
| | | | | bug:6464608 Change-Id: I7b463beaa96f5f475812ec4f0c3de1118a6d0895
* Fix back-button's behavior in Crop.Yuli Huang2012-05-071-0/+5
| | | | | bug:6452504 Change-Id: Ic11dd58c613764e3e6cf7a35135678777e49a4ef
* Make 'Edit' behave more consistent with 'Crop'. DO NOT MERGE.Yuli Huang2012-04-271-2/+2
| | | | | | | | 1. Save edited PWA photo in 'dowload', same as cropped images. 2. Fix Crop-image toast may show strings without i18n. bug:6168430 Change-Id: Ic99a478e684597d3dc1a105c4f592dd98d8f227d
* Fix NPE in Gallery.Owen Lin2012-04-251-6/+2
| | | | | | | | This happens if user set type in an intent. But we get a different type from content resolver. Change-Id: Iabafce7f7aaff23a7a9ee09e1d38ab50049abc88 fix: 6358473
* Use FloatMath instead of Math.Chih-Chung Chang2012-02-111-2/+2
| | | | Change-Id: I41661b231f6c034dbca6af26d5950eda6c5fc7da
* Revert "Use FloatMath instead of Math."Chih-Chung Chang2012-02-101-2/+2
| | | This reverts commit 6bb8b2eb8695c042798f0eb798032cd30d642a65
* Use FloatMath instead of Math.Chih-Chung Chang2012-02-111-2/+2
| | | | Change-Id: I26eb6a554f72c13ba2801ce35ef0cf2a1466a97b
* Localize the "fail to load image" toast message.Chih-Chung Chang2012-02-011-2/+2
| | | | | | Bug 5875813. Change-Id: Ia11a3e909f90e8178238c390728b407708fabf8e
* Fix the issue that cropping wrong region for protrait image.Owen Lin2011-10-201-7/+12
| | | | | Change-Id: Iea7a3874eb7170f8cae943c00cf92669a92b0ae2 fix: 5470203
* Fix 5424444: Add code to save cropped image for non-local, non-picasa cases.Chih-Chung Chang2011-10-191-4/+47
| | | | Change-Id: Ib9f780f71fc9c50fa68a03ebb49f1bd007ca333d
* Fix 5199444 In crop interface, check button and X button should be switchedRay Chen2011-10-111-3/+12
| | | | | | | Fix 5424781 Two "Tick mark" and "OK" option shows together in crop picture screen in Crespo IRL06. Fix some other UI issues. (HOME_UP) Change-Id: Idfa5a258af17b22f13a238cee63a43f3abff776b
* Rotate the image according to FullImageRotation.Owen Lin2011-09-291-1/+1
| | | | | Change-Id: I2c1285aa50b71e0efdbe3c4c50264e42c7b9ab97 fix: 5389974
* Fix crop never returnsOwen Lin2011-09-231-27/+40
| | | | | | | | | fix: 5359106 We should return true if the save is successfully. Also make it more robust even with exceptions. Change-Id: I4d06b625177d4d479c89a7de1bcdf6f6f301a3da
* Copy exif data for cropped image.Owen Lin2011-09-071-0/+92
| | | | | | fix: 5248023 Change-Id: I2f59bfd96ca7533195f7019cc76080579dff8d1e
* Initial code for Gallery2.Owen Lin2011-08-181-0/+850
fix: 5176434 Change-Id: I041e282b9c7b34ceb1db8b033be2b853bb3a992c