OSDN Git Service

Save edited picasa to "Edited Online Photos" album
authorDoris Liu <tianliu@google.com>
Wed, 17 Oct 2012 23:15:51 +0000 (16:15 -0700)
committerDoris Liu <tianliu@google.com>
Thu, 18 Oct 2012 01:44:10 +0000 (18:44 -0700)
commit0addfc7f6342184a67cdd8b5cc3872c6a5c87e55
tree4c6547d756e919a28ae2ee3a2adaf0557db0813c
parentef8597fe38f9808096cc2f68921a54a6fc01e3f0
Save edited picasa to "Edited Online Photos" album

Bug: 7346157

This CL includes the following changes:
1) Save the new image to a new folder named "Edited Online Photos"
2) After the picture is saved, the user will be in the "Edited Online Photos" folder
3) Change the toast during saving to "Saving to" + new folder name

Change-Id: Ic505925425419ba9e3c7dac31fd403bf73d6887d
res/values/strings.xml
src/com/android/gallery3d/app/PhotoPage.java
src/com/android/gallery3d/data/LocalAlbum.java
src/com/android/gallery3d/data/Path.java
src/com/android/gallery3d/filtershow/FilterShowActivity.java
src/com/android/gallery3d/filtershow/tools/SaveCopyTask.java
src/com/android/gallery3d/util/BucketNames.java
src/com/android/gallery3d/util/MediaSetUtils.java