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/PhotoView.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/PhotoView.java
|
e0e82f1de7396645244e475e1423e2f5fe518630 |
|
09-Oct-2011 |
Yuli Huang <yuli@google.com> |
Fix b/5433856 and b/5433907. 1. Make PhotoView restore rotation after the device awakes or the orientation changes. 2. Avoid outputting top filter until the active effect requests its output to fix incorrect Crop/Rotate/Doodle effects after device awakes. 3. Speed up rotation speed by removing queued outdated rotation. Change-Id: I5b82ccfe4e27ad5f1d2505bdd7a7540e0a77b55d
/packages/apps/Gallery2/src/com/android/gallery3d/photoeditor/PhotoView.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/PhotoView.java
|