OSDN Git Service

Show Camera placeholder as first filmstrip item in roll
authorBobby Georgescu <georgescu@google.com>
Tue, 2 Oct 2012 20:30:09 +0000 (13:30 -0700)
committerAndroid (Google) Code Review <android-gerrit@google.com>
Tue, 2 Oct 2012 21:25:05 +0000 (14:25 -0700)
commit45f089d69141e3fb0dfaad9bc34d275b61eb2aee
tree8f2fafbdabd5391e8966d98c4829adcf470180f9
parent51915a622bbd32e90f0cd43b69a7851e13825737
Show Camera placeholder as first filmstrip item in roll

Bug: 7272674
The camera roll filmstrip view now shows a shortcut to
launch the camera when opened from the Gallery app.
Note: the edits to SnailAlbum and SnailSource were made to
allow sharing code between SingleItemAlbum and SnailAlbum

Change-Id: I1bd2f3db99138c4b79a41c9c5baee46704cd18e0
src/com/android/gallery3d/app/AlbumSetPage.java
src/com/android/gallery3d/app/PhotoPage.java
src/com/android/gallery3d/data/CameraShortcutImage.java [new file with mode: 0644]
src/com/android/gallery3d/data/FilterSource.java
src/com/android/gallery3d/data/MediaObject.java
src/com/android/gallery3d/data/SingleItemAlbum.java [new file with mode: 0644]
src/com/android/gallery3d/data/SnailAlbum.java
src/com/android/gallery3d/data/SnailSource.java