OSDN Git Service

Add version category
authornicolasroard <nicolasroard@google.com>
Fri, 9 Aug 2013 03:47:28 +0000 (20:47 -0700)
committernicolasroard <nicolasroard@google.com>
Fri, 9 Aug 2013 04:22:31 +0000 (21:22 -0700)
commit860af325f2030a03c526e8551a85230d17df7b15
treed8dca2a774d52055ea3d65a0b71fcc74dd9422c3
parent430e46b06f8e7ee1ca3e7ecdcef3e0a978637c03
Add version category
Fix bugs when loading
Add info panel

Change-Id: I28966f2419b902405bc60e9cc927b109777a6a2d
22 files changed:
res/drawable/filtershow_add.png [new file with mode: 0644]
res/drawable/filtershow_versions_compare.png [new file with mode: 0644]
res/layout-land/filtershow_activity.xml
res/layout/filtershow_activity.xml
res/layout/filtershow_category_panel_new.xml
res/layout/filtershow_info_panel.xml [new file with mode: 0644]
res/layout/filtershow_main_panel.xml
res/layout/filtershow_state_panel_new.xml
res/menu/filtershow_activity_menu.xml
res/values/filtershow_strings.xml
src/com/android/gallery3d/filtershow/FilterShowActivity.java
src/com/android/gallery3d/filtershow/cache/ImageLoader.java
src/com/android/gallery3d/filtershow/category/CategoryAdapter.java
src/com/android/gallery3d/filtershow/category/CategoryPanel.java
src/com/android/gallery3d/filtershow/category/CategoryTrack.java
src/com/android/gallery3d/filtershow/category/CategoryView.java
src/com/android/gallery3d/filtershow/category/MainPanel.java
src/com/android/gallery3d/filtershow/category/SwipableView.java [new file with mode: 0644]
src/com/android/gallery3d/filtershow/imageshow/MasterImage.java
src/com/android/gallery3d/filtershow/info/HistogramView.java [new file with mode: 0644]
src/com/android/gallery3d/filtershow/info/InfoPanel.java [new file with mode: 0644]
src/com/android/gallery3d/filtershow/state/StatePanel.java