OSDN Git Service

Remove the old photo editor
authornicolasroard <nicolasroard@google.com>
Thu, 25 Oct 2012 00:55:51 +0000 (17:55 -0700)
committernicolasroard <nicolasroard@google.com>
Thu, 25 Oct 2012 01:14:52 +0000 (18:14 -0700)
commit50116ffb044f6566ef5e36aaa8e41dcb7522076e
tree1e3f06fd795725b915a1c209862c65e16f647044
parent7592704e662e49e4bbf3ba86a43d790774829bb0
Remove the old photo editor

bug:7407573
Change-Id: Ifac6d3d7cec02c9cb8ef8bbd390f0512e6cdb66c
(cherry picked from commit a96c8e9c9aac509ba074b340c66e31e20ec05823)
89 files changed:
AndroidManifest.xml
src/com/android/gallery3d/app/GalleryAppImpl.java
src/com/android/gallery3d/photoeditor/ActionBar.java [deleted file]
src/com/android/gallery3d/photoeditor/BitmapUtils.java [deleted file]
src/com/android/gallery3d/photoeditor/EffectsBar.java [deleted file]
src/com/android/gallery3d/photoeditor/EffectsMenu.java [deleted file]
src/com/android/gallery3d/photoeditor/FilterStack.java [deleted file]
src/com/android/gallery3d/photoeditor/ImageActionButton.java [deleted file]
src/com/android/gallery3d/photoeditor/LoadScreennailTask.java [deleted file]
src/com/android/gallery3d/photoeditor/OnDoneBitmapCallback.java [deleted file]
src/com/android/gallery3d/photoeditor/OnDoneCallback.java [deleted file]
src/com/android/gallery3d/photoeditor/Photo.java [deleted file]
src/com/android/gallery3d/photoeditor/PhotoEditor.java [deleted file]
src/com/android/gallery3d/photoeditor/PhotoView.java [deleted file]
src/com/android/gallery3d/photoeditor/RendererUtils.java [deleted file]
src/com/android/gallery3d/photoeditor/RestorableView.java [deleted file]
src/com/android/gallery3d/photoeditor/SaveCopyTask.java [deleted file]
src/com/android/gallery3d/photoeditor/SpinnerProgressDialog.java [deleted file]
src/com/android/gallery3d/photoeditor/Toolbar.java [deleted file]
src/com/android/gallery3d/photoeditor/YesCancelDialogBuilder.java [deleted file]
src/com/android/gallery3d/photoeditor/actions/AbstractSeekBar.java [deleted file]
src/com/android/gallery3d/photoeditor/actions/AutoFixAction.java [deleted file]
src/com/android/gallery3d/photoeditor/actions/ColorSeekBar.java [deleted file]
src/com/android/gallery3d/photoeditor/actions/ColorTemperatureAction.java [deleted file]
src/com/android/gallery3d/photoeditor/actions/CropAction.java [deleted file]
src/com/android/gallery3d/photoeditor/actions/CropView.java [deleted file]
src/com/android/gallery3d/photoeditor/actions/CrossProcessAction.java [deleted file]
src/com/android/gallery3d/photoeditor/actions/DocumentaryAction.java [deleted file]
src/com/android/gallery3d/photoeditor/actions/Doodle.java [deleted file]
src/com/android/gallery3d/photoeditor/actions/DoodleAction.java [deleted file]
src/com/android/gallery3d/photoeditor/actions/DoodleView.java [deleted file]
src/com/android/gallery3d/photoeditor/actions/DuotoneAction.java [deleted file]
src/com/android/gallery3d/photoeditor/actions/EffectAction.java [deleted file]
src/com/android/gallery3d/photoeditor/actions/EffectToolKit.java [deleted file]
src/com/android/gallery3d/photoeditor/actions/FaceTanAction.java [deleted file]
src/com/android/gallery3d/photoeditor/actions/FaceliftAction.java [deleted file]
src/com/android/gallery3d/photoeditor/actions/FillLightAction.java [deleted file]
src/com/android/gallery3d/photoeditor/actions/FisheyeAction.java [deleted file]
src/com/android/gallery3d/photoeditor/actions/FlipAction.java [deleted file]
src/com/android/gallery3d/photoeditor/actions/FlipView.java [deleted file]
src/com/android/gallery3d/photoeditor/actions/FullscreenToolView.java [deleted file]
src/com/android/gallery3d/photoeditor/actions/GrainAction.java [deleted file]
src/com/android/gallery3d/photoeditor/actions/GrayscaleAction.java [deleted file]
src/com/android/gallery3d/photoeditor/actions/HighlightAction.java [deleted file]
src/com/android/gallery3d/photoeditor/actions/LomoishAction.java [deleted file]
src/com/android/gallery3d/photoeditor/actions/NegativeAction.java [deleted file]
src/com/android/gallery3d/photoeditor/actions/PosterizeAction.java [deleted file]
src/com/android/gallery3d/photoeditor/actions/RedEyeAction.java [deleted file]
src/com/android/gallery3d/photoeditor/actions/RotateAction.java [deleted file]
src/com/android/gallery3d/photoeditor/actions/RotateView.java [deleted file]
src/com/android/gallery3d/photoeditor/actions/SaturationAction.java [deleted file]
src/com/android/gallery3d/photoeditor/actions/ScaleSeekBar.java [deleted file]
src/com/android/gallery3d/photoeditor/actions/SepiaAction.java [deleted file]
src/com/android/gallery3d/photoeditor/actions/ShadowAction.java [deleted file]
src/com/android/gallery3d/photoeditor/actions/SharpenAction.java [deleted file]
src/com/android/gallery3d/photoeditor/actions/StraightenAction.java [deleted file]
src/com/android/gallery3d/photoeditor/actions/TintAction.java [deleted file]
src/com/android/gallery3d/photoeditor/actions/TouchView.java [deleted file]
src/com/android/gallery3d/photoeditor/actions/VignetteAction.java [deleted file]
src/com/android/gallery3d/photoeditor/filters/AbstractScaleFilter.java [deleted file]
src/com/android/gallery3d/photoeditor/filters/AutoFixFilter.java [deleted file]
src/com/android/gallery3d/photoeditor/filters/ColorTemperatureFilter.java [deleted file]
src/com/android/gallery3d/photoeditor/filters/CropFilter.java [deleted file]
src/com/android/gallery3d/photoeditor/filters/CrossProcessFilter.java [deleted file]
src/com/android/gallery3d/photoeditor/filters/DocumentaryFilter.java [deleted file]
src/com/android/gallery3d/photoeditor/filters/DoodleFilter.java [deleted file]
src/com/android/gallery3d/photoeditor/filters/DuotoneFilter.java [deleted file]
src/com/android/gallery3d/photoeditor/filters/FaceTanFilter.java [deleted file]
src/com/android/gallery3d/photoeditor/filters/FaceliftFilter.java [deleted file]
src/com/android/gallery3d/photoeditor/filters/FillLightFilter.java [deleted file]
src/com/android/gallery3d/photoeditor/filters/Filter.java [deleted file]
src/com/android/gallery3d/photoeditor/filters/FilterCreator.java [deleted file]
src/com/android/gallery3d/photoeditor/filters/FisheyeFilter.java [deleted file]
src/com/android/gallery3d/photoeditor/filters/FlipFilter.java [deleted file]
src/com/android/gallery3d/photoeditor/filters/GrainFilter.java [deleted file]
src/com/android/gallery3d/photoeditor/filters/GrayscaleFilter.java [deleted file]
src/com/android/gallery3d/photoeditor/filters/HighlightFilter.java [deleted file]
src/com/android/gallery3d/photoeditor/filters/LomoishFilter.java [deleted file]
src/com/android/gallery3d/photoeditor/filters/NegativeFilter.java [deleted file]
src/com/android/gallery3d/photoeditor/filters/PosterizeFilter.java [deleted file]
src/com/android/gallery3d/photoeditor/filters/RedEyeFilter.java [deleted file]
src/com/android/gallery3d/photoeditor/filters/RotateFilter.java [deleted file]
src/com/android/gallery3d/photoeditor/filters/SaturationFilter.java [deleted file]
src/com/android/gallery3d/photoeditor/filters/SepiaFilter.java [deleted file]
src/com/android/gallery3d/photoeditor/filters/ShadowFilter.java [deleted file]
src/com/android/gallery3d/photoeditor/filters/SharpenFilter.java [deleted file]
src/com/android/gallery3d/photoeditor/filters/StraightenFilter.java [deleted file]
src/com/android/gallery3d/photoeditor/filters/TintFilter.java [deleted file]
src/com/android/gallery3d/photoeditor/filters/VignetteFilter.java [deleted file]