OSDN Git Service

Make 'Edit' behave more consistent with 'Crop'. DO NOT MERGE.
authorYuli Huang <yuli@google.com>
Wed, 25 Apr 2012 15:51:52 +0000 (23:51 +0800)
committerYuli Huang <yuli@google.com>
Fri, 27 Apr 2012 09:15:39 +0000 (17:15 +0800)
commitf375599300f05880a4060f7c8f290ae9f5847d0f
tree93aa4c8ded2a498957375fbf3bc0ec00f29ea428
parent9f13c0ec31e748ab7ade660e416efd03b63176fa
Make 'Edit' behave more consistent with 'Crop'. DO NOT MERGE.

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
src/com/android/gallery3d/app/CropImage.java
src/com/android/gallery3d/app/PhotoPage.java
src/com/android/gallery3d/data/MtpContext.java
src/com/android/gallery3d/photoeditor/SaveCopyTask.java
src/com/android/gallery3d/util/BucketNames.java [new file with mode: 0644]
src/com/android/gallery3d/util/MediaSetUtils.java