History log of /packages/apps/Gallery2/src/com/android/gallery3d/photoeditor/RendererUtils.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
7b62f4889a95406a00a4a5f25ef15f01322607eb 20-Oct-2011 Yuli Huang <yuli@google.com> Fix b/5401109.

1. Add FlipView similar to existing RotateView.
2. Add flipPhoto() similar to existing rotatePhoto() in PhotoView, and
add setRenderToFlip() in RendererUtils.
3. Make FlipAction use FlipView/PhotoView similar to how RotateAction
uses RotateView/PhotoView.

Change-Id: I5642266adbc248c0b8eda48ddc29558ae9cbd21e
/packages/apps/Gallery2/src/com/android/gallery3d/photoeditor/RendererUtils.java
eb83d83d8ce6e5b7ff7a99a5da738f251bae0f21 11-Oct-2011 Yuli Huang <yuli@google.com> Fix b/5392171 and b/5389281.

1. Fix b/5392171 by moving effect context creation into Filter to make
sure it'd be created when needed.
2. Revise the fix for b/5389281 by clearing surface background even
there's no photo.

Change-Id: I212a552291c7df28b75a909bf6560634ba061e9f
/packages/apps/Gallery2/src/com/android/gallery3d/photoeditor/RendererUtils.java
6a12ad70df5da5052a8381e2cdda79e6a314cee9 12-Sep-2011 Yuli Huang <yuli@google.com> Fix b/4643148: Make PhotoEditor integrated into Gallery.

1. Move PhotoEditor code/resources into Gallery for single apk.
2. Change PhotoEditor package to com.android.gallery3d.photoeditor.
3. Rename PhotoEditor resources to avoid mess up Gallery resources.
4. Move Doodle effect from fix-effects to color-effects.
5. Update PhotoEditor bottom action-bar background.

Change-Id: I1a2f7d27d89a14fe6a0435575b993ed8b75e6bf4
/packages/apps/Gallery2/src/com/android/gallery3d/photoeditor/RendererUtils.java