summaryrefslogtreecommitdiffstats
path: root/src/com/android/gallery3d/photoeditor
Commit message (Collapse)AuthorAgeFilesLines
* Simplify PhotoEditor code.Yuli Huang2012-03-131-29/+24
| | | | | | | 1. Encapsulate spinner usages inside Toolbar. 2. Remove unnecessary static variable usages. Change-Id: Iaec614c5322a50c1e2c0cfa9cec1971b85e32f8a
* Fix b/5885342: Multiple PhotoEditor activities cause exceptions.Yuli Huang2012-03-071-22/+27
| | | | | | Avoid using a static variable to keep tracking views across activities. Change-Id: Ia53444502d476d37b64344e5aea5f58a06ee3b03
* Fix b/5517002 by dismissing running progress dialog in onPause().Yuli Huang2011-11-151-26/+33
| | | | Change-Id: I524f876e53776c38bc850120a2d7b7e6381ca33a
* Fix b/5518211 by disabling effects when photo cannot be loaded.Yuli Huang2011-11-101-18/+24
| | | | Change-Id: I9e5ae9cfaf9bee52cd63a0e77a3b083e47b59335
* Fix b/4643148: Make PhotoEditor integrated into Gallery.Yuli Huang2011-09-131-0/+72
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