OSDN Git Service

Fix b/4643148: Make PhotoEditor integrated into Gallery.
authorYuli Huang <yuli@google.com>
Mon, 12 Sep 2011 14:25:30 +0000 (22:25 +0800)
committerYuli Huang <yuli@google.com>
Mon, 12 Sep 2011 16:36:00 +0000 (00:36 +0800)
commitefd1db011b7c85ffd590ec80f535d95070d4371e
treef1bbd820cb903b5b33cb31d96f213d7d9eb2d054
parentc5de01adfefd310ef212cf83acba4b16a6354bd9
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
64 files changed:
res/anim/photoeditor_fade_in.xml [new file with mode: 0644]
res/anim/photoeditor_fade_out.xml [new file with mode: 0644]
res/drawable/photoeditor_actionbar_translucent.9.png [new file with mode: 0644]
res/drawable/photoeditor_actionbar_translucent_bottom.9.png [new file with mode: 0644]
res/drawable/photoeditor_arrow_back.png [new file with mode: 0644]
res/drawable/photoeditor_artistic.png [new file with mode: 0644]
res/drawable/photoeditor_color.png [new file with mode: 0644]
res/drawable/photoeditor_effect_autofix.png [new file with mode: 0644]
res/drawable/photoeditor_effect_crop.png [new file with mode: 0644]
res/drawable/photoeditor_effect_crossprocess.png [new file with mode: 0644]
res/drawable/photoeditor_effect_documentary.png [new file with mode: 0644]
res/drawable/photoeditor_effect_doodle.png [new file with mode: 0644]
res/drawable/photoeditor_effect_duotone.png [new file with mode: 0644]
res/drawable/photoeditor_effect_filllight.png [new file with mode: 0644]
res/drawable/photoeditor_effect_fisheye.png [new file with mode: 0644]
res/drawable/photoeditor_effect_flip.png [new file with mode: 0644]
res/drawable/photoeditor_effect_grain.png [new file with mode: 0644]
res/drawable/photoeditor_effect_grayscale.png [new file with mode: 0644]
res/drawable/photoeditor_effect_highlight.png [new file with mode: 0644]
res/drawable/photoeditor_effect_lomoish.png [new file with mode: 0644]
res/drawable/photoeditor_effect_negative.png [new file with mode: 0644]
res/drawable/photoeditor_effect_posterize.png [new file with mode: 0644]
res/drawable/photoeditor_effect_redeye.png [new file with mode: 0644]
res/drawable/photoeditor_effect_rotate.png [new file with mode: 0644]
res/drawable/photoeditor_effect_saturation.png [new file with mode: 0644]
res/drawable/photoeditor_effect_sepia.png [new file with mode: 0644]
res/drawable/photoeditor_effect_shadow.png [new file with mode: 0644]
res/drawable/photoeditor_effect_sharpen.png [new file with mode: 0644]
res/drawable/photoeditor_effect_straighten.png [new file with mode: 0644]
res/drawable/photoeditor_effect_temperature.png [new file with mode: 0644]
res/drawable/photoeditor_effect_tint.png [new file with mode: 0644]
res/drawable/photoeditor_effect_vignette.png [new file with mode: 0644]
res/drawable/photoeditor_exposure.png [new file with mode: 0644]
res/drawable/photoeditor_fix.png [new file with mode: 0644]
res/drawable/photoeditor_redo.png [new file with mode: 0644]
res/drawable/photoeditor_scale_seekbar_color.9.png [new file with mode: 0644]
res/drawable/photoeditor_scale_seekbar_filllight.9.png [new file with mode: 0644]
res/drawable/photoeditor_scale_seekbar_generic.9.png [new file with mode: 0644]
res/drawable/photoeditor_scale_seekbar_highlight.9.png [new file with mode: 0644]
res/drawable/photoeditor_scale_seekbar_shadow.9.png [new file with mode: 0644]
res/drawable/photoeditor_seekbar_thumb.png [new file with mode: 0644]
res/drawable/photoeditor_toggle_button_background.xml [new file with mode: 0644]
res/drawable/photoeditor_toggle_button_highlight.9.png [new file with mode: 0644]
res/drawable/photoeditor_undo.png [new file with mode: 0644]
res/layout/photoeditor_color_seekbar.xml [new file with mode: 0644]
res/layout/photoeditor_crop_view.xml [new file with mode: 0644]
res/layout/photoeditor_doodle_view.xml [new file with mode: 0644]
res/layout/photoeditor_effect_tool_panel.xml [new file with mode: 0644]
res/layout/photoeditor_effects_artistic.xml [new file with mode: 0644]
res/layout/photoeditor_effects_color.xml [new file with mode: 0644]
res/layout/photoeditor_effects_exposure.xml [new file with mode: 0644]
res/layout/photoeditor_effects_fix.xml [new file with mode: 0644]
res/layout/photoeditor_effects_gallery.xml [new file with mode: 0644]
res/layout/photoeditor_main.xml [new file with mode: 0644]
res/layout/photoeditor_rotate_view.xml [new file with mode: 0644]
res/layout/photoeditor_scale_seekbar.xml [new file with mode: 0644]
res/layout/photoeditor_touch_view.xml [new file with mode: 0644]
res/values-sw320dp/photoeditor_dimens.xml [new file with mode: 0755]
res/values-sw600dp/photoeditor_dimens.xml [new file with mode: 0755]
res/values-sw800dp/photoeditor_dimens.xml [new file with mode: 0755]
res/values/photoeditor_arrays.xml [new file with mode: 0644]
res/values/photoeditor_colors.xml [new file with mode: 0644]
res/values/photoeditor_styles.xml [new file with mode: 0644]
src/com/android/gallery3d/photoeditor/SpinnerProgressDialog.java [new file with mode: 0644]