OSDN Git Service

Add swipe-to-delete gesture.
authorChih-Chung Chang <chihchung@google.com>
Thu, 7 Jun 2012 12:09:13 +0000 (20:09 +0800)
committerChih-Chung Chang <chihchung@google.com>
Mon, 18 Jun 2012 09:59:58 +0000 (17:59 +0800)
commit6b891c6a3739f8c49d42f9db6fc76cb92c7c5f25
tree78e1fc1d4ffb3acb2cd9bead495cc56451c822e9
parent6dd670997a88fe7502f9ce0e4f9c872b7352027f
Add swipe-to-delete gesture.

Change-Id: I992e59702f9dfff17da2f4464e48c9228d42b1b3
21 files changed:
res/drawable-hdpi/ic_menu_revert_holo_dark.png [new file with mode: 0644]
res/drawable-hdpi/panel_undo_holo.9.png [new file with mode: 0644]
res/drawable-mdpi/ic_menu_revert_holo_dark.png [new file with mode: 0644]
res/drawable-mdpi/panel_undo_holo.9.png [new file with mode: 0644]
res/drawable-xhdpi/ic_menu_revert_holo_dark.png [new file with mode: 0644]
res/drawable-xhdpi/panel_undo_holo.9.png [new file with mode: 0644]
res/values/strings.xml
src/com/android/gallery3d/app/PhotoDataAdapter.java
src/com/android/gallery3d/app/PhotoPage.java
src/com/android/gallery3d/app/SinglePhotoDataAdapter.java
src/com/android/gallery3d/data/FilterDeleteSet.java [new file with mode: 0644]
src/com/android/gallery3d/data/FilterSource.java
src/com/android/gallery3d/data/FilterTypeSet.java [moved from src/com/android/gallery3d/data/FilterSet.java with 91% similarity]
src/com/android/gallery3d/data/MtpSource.java
src/com/android/gallery3d/ui/GLView.java
src/com/android/gallery3d/ui/GestureRecognizer.java
src/com/android/gallery3d/ui/MenuExecutor.java
src/com/android/gallery3d/ui/PhotoView.java
src/com/android/gallery3d/ui/PositionController.java
src/com/android/gallery3d/ui/StringTexture.java
src/com/android/gallery3d/ui/UndoBarView.java [new file with mode: 0644]