History log of /packages/apps/Gallery2/src/com/android/gallery3d/photoeditor/EffectsBar.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
5cac6d5dd9688e85970ab001cd615f56ce5a0555 12-Mar-2012 Yuli Huang <yuli@google.com> Simplify PhotoEditor code.

1. Encapsulate spinner usages inside Toolbar.
2. Remove unnecessary static variable usages.

Change-Id: Iaec614c5322a50c1e2c0cfa9cec1971b85e32f8a
/packages/apps/Gallery2/src/com/android/gallery3d/photoeditor/EffectsBar.java
d67ec74304219b3e70caae32fbfaadfb9c3c76f4 06-Mar-2012 Yuli Huang <yuli@google.com> Fix b/5885342: Multiple PhotoEditor activities cause exceptions.

Avoid using a static variable to keep tracking views across activities.

Change-Id: Ia53444502d476d37b64344e5aea5f58a06ee3b03
/packages/apps/Gallery2/src/com/android/gallery3d/photoeditor/EffectsBar.java
26c0354619d6229a937f4232e2c9744385c046ad 02-Dec-2011 Yuli Huang <yuli@google.com> Fix effect-label layout and a TODO.

1. Seekbar was wrongly placed below effect label because of the added
order.
2. Fix a TODO by refactoring EffectToolFactory to EffectToolKit.

Change-Id: I8d37c2c2b6d15f2af65d4e6b27116afe01df63c9
/packages/apps/Gallery2/src/com/android/gallery3d/photoeditor/EffectsBar.java
dc1b41c7f4226b24b8aa6b767b6c1edf77f87772 02-Dec-2011 Yuli Huang <yuli@google.com> Simplify EffectAction.

1. Make the whole effect item clickable instead of just the icon.
2. Rename interfaces/methods to improve readability.

Change-Id: I647a13dae88b4527b7baba85bb83b9bd15bbe997
/packages/apps/Gallery2/src/com/android/gallery3d/photoeditor/EffectsBar.java
04085c3b17e4b6da6fb951e2cdbd35dfa153bb87 28-Nov-2011 Yuli Huang <yuli@google.com> Refactor to remove obsolete design and improve code consistency.

1. Remove isValid()/validate() in Filter; EffectAction would push
filters into the stack when being notified by notifyChanged().
2. Make RedEyeAction consistent with DoodleAction by ignoring
out-of-bounds operations.
3. Improve consistency by encapsulate effect-tool creation/removal in
one class (EffectToolFactory).
4. Minimize variable visibility in EffectAction subclasses.
5. Fix unfinished doodle lost when exiting Doodle effect by multi-touch.

Change-Id: I8d3b127c5fe8777eb45b7c5ae680f6a30a99635a
/packages/apps/Gallery2/src/com/android/gallery3d/photoeditor/EffectsBar.java
3235a3e842c52e472da5b2da18971ef259e92149 14-Nov-2011 Yuli Huang <yuli@google.com> Fix b/5517002 by dismissing running progress dialog in onPause().

Change-Id: I524f876e53776c38bc850120a2d7b7e6381ca33a
/packages/apps/Gallery2/src/com/android/gallery3d/photoeditor/EffectsBar.java
f963bc2a7c86512e0414132f39702a124298edcf 10-Nov-2011 Yuli Huang <yuli@google.com> Fix b/5518211 by disabling effects when photo cannot be loaded.

Change-Id: I9e5ae9cfaf9bee52cd63a0e77a3b083e47b59335
/packages/apps/Gallery2/src/com/android/gallery3d/photoeditor/EffectsBar.java
b5c54b675f6216659b04904661e39dc1b84cb403 17-Oct-2011 Yuli Huang <yuli@google.com> Fix b/5403449.

1. Extract code that recreates/restores ActionBar as RestorableView, and
make both ActionBar and EffectsMenu extend RestorableView.
2. Fix effects-menu buttons too close to each other.
3. Remove effects-menu buttons' highlight animations to look more
responsive.

Change-Id: I68e5bdcde702e611ccced5e169852c0e58a949fc
/packages/apps/Gallery2/src/com/android/gallery3d/photoeditor/EffectsBar.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/EffectsBar.java