OSDN Git Service

Add background processing service
authornicolasroard <nicolasroard@google.com>
Sat, 13 Jul 2013 01:27:54 +0000 (18:27 -0700)
committernicolasroard <nicolasroard@google.com>
Wed, 17 Jul 2013 00:07:33 +0000 (17:07 -0700)
commit24d6ec7beb37eb3a5449f1fa49b4adb123391d24
tree4faa84bdb70e9284e9b1cf11c8cb4c1efd005a03
parentdda606af6d6a18c31b1da3f8885e06b51982b601
Add background processing service

bug:7298624

Change-Id: Ie79f88fd84fdf8f4dab6a8071f06a819e247b357
19 files changed:
AndroidManifest.xml
res/values/filtershow_strings.xml
src/com/android/gallery3d/data/LocalImage.java
src/com/android/gallery3d/filtershow/FilterShowActivity.java
src/com/android/gallery3d/filtershow/cache/ImageLoader.java
src/com/android/gallery3d/filtershow/crop/CropActivity.java
src/com/android/gallery3d/filtershow/filters/BaseFiltersManager.java
src/com/android/gallery3d/filtershow/imageshow/ImageShow.java
src/com/android/gallery3d/filtershow/imageshow/MasterImage.java
src/com/android/gallery3d/filtershow/pipeline/CachingPipeline.java
src/com/android/gallery3d/filtershow/pipeline/FilteringPipeline.java
src/com/android/gallery3d/filtershow/pipeline/ImagePreset.java
src/com/android/gallery3d/filtershow/pipeline/ImageSavingTask.java [new file with mode: 0644]
src/com/android/gallery3d/filtershow/pipeline/ProcessingService.java [new file with mode: 0644]
src/com/android/gallery3d/filtershow/pipeline/ProcessingTask.java [new file with mode: 0644]
src/com/android/gallery3d/filtershow/pipeline/ProcessingTaskController.java [new file with mode: 0644]
src/com/android/gallery3d/filtershow/tools/SaveImage.java [moved from src/com/android/gallery3d/filtershow/tools/SaveCopyTask.java with 90% similarity]
src/com/android/gallery3d/util/SaveVideoFileUtils.java
src_pd/com/android/gallery3d/filtershow/filters/FiltersManager.java