summaryrefslogtreecommitdiffstats
path: root/src/com/android/camera/crop/SaveImage.java
Commit message (Collapse)AuthorAgeFilesLines
* CropActivity: notify MediaScanner on save completeKhalid Zubair2016-11-201-1/+1
| | | | | | | | | | | MediaScanner should be notified when a file is created or changed. Add an explicit call at the end of the async task writing saving the bitmap. Fixes FEIJ-479 where the cropped file was being shown as a 0 byte file over MTP. Change-Id: I2220654a75f502089f44e1cb24682b73516c43b0
* Fix broken filenames for cropped imagesKhalid Zubair2016-11-201-6/+7
| | | | | | | | | | | | makeAndInsertUri() was missing the filename prefix and ended up creating filenames like '_20160518_170242.JPG'. getNewFile() already does most of what we need to handle PANO and IMG prefixes. Modify it to accept a time argument and use that instead. CYNGNOS-2877 Change-Id: I593be63d43b18efbae134c10b59921498d48df8f
* Add crop activitynicolasroard2013-09-191-0/+538
bug:10367125 Change-Id: I8dce6d799e7469ff048d419598d87b0c04bef2a0