History log of /packages/apps/Camera2/src/com/android/camera/filmstrip/FilmstripContentPanel.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
73e09f39f7d4075f3c95d20bb229f354211d05c0 26-Feb-2014 Angus Kong <shkong@google.com> Hide action bar upon filmstrip is off position.

bug:13184003
Change-Id: I6ad2bf2c4d0da45764907d819a5d4651a9887209
/packages/apps/Camera2/src/com/android/camera/filmstrip/FilmstripContentPanel.java
3488188fa8dff9a90021446e6ed4f9c321c4d4db 30-Jan-2014 Erin Dahlgren <edahlgren@google.com> Log swipes out of filmstrip.

Bug: 12589465
Change-Id: I13b20b3e56b1ae4285ecc00ca4c2fb5a42fa75ed
/packages/apps/Camera2/src/com/android/camera/filmstrip/FilmstripContentPanel.java
1f9db2dfe59c33228103c54523281501ef52c9ba 09-Jan-2014 Angus Kong <shkong@google.com> Continue the animation after the data is updated.

When the data is updated, the animation is interrupted because of the original
view is replaced by the new one from the new data. We should copy the original
animation and continue.

Handles the condition when the last photo is deleted.

Also some refinement of the codes.

bug:12196441
bug:12476802

Change-Id: I2139b09bf5f958af6fa21b91e3d0c14908e1ba79
/packages/apps/Camera2/src/com/android/camera/filmstrip/FilmstripContentPanel.java
8a2350a3d557465b53445685db0f9ac838cf90c5 17-Dec-2013 Angus Kong <shkong@google.com> Refactor the photosphere/refocus metadata loading.

1. Metadata added to allow for different attributes to describe LocalData.
2. Move the metadata loading process to image data loading.
3. LocalData.view() removed. The invocation of external viewer is moved back to
the activity.

bug:12197251

Change-Id: I496b018186f7a4b4818b976201703b966103a636
/packages/apps/Camera2/src/com/android/camera/filmstrip/FilmstripContentPanel.java
b2510252fb020f3ccb88787c870930427377b9df 11-Dec-2013 Angus Kong <shkong@google.com> Refactor filmstrip BottomControls out of filmstrip

1. The control logic should stay in the controller instead of the view.
2. Fix various issues.
3. Remove some unnecessary hacky checks.

bug:12089863
bug:12095905

Change-Id: I6fceb5bf1a3121c45bc509f2fa96d01db2cedb5d
/packages/apps/Camera2/src/com/android/camera/filmstrip/FilmstripContentPanel.java
01054e922aa547b937a71131ad04c6bd15356240 10-Dec-2013 Angus Kong <shkong@google.com> Move/refactor filmstrip related files around.

1. Rename filmstrip.FilmstripDataAdapter to filmstrip.DataAdapter.
2. Rename filmstrip.FilmstripImageData to filmstrip.ImageData.
3. Move filmstrip.FilmstripListener to filmstrip.FilmstripController.Listener.
4. Add FilmstripContentPanel interface.
5. Move ui.FilmstripView to widget.FilmstripView
6. Move ui.FilmstrpLayout to widget.Filmstripview
7. Move ui.FilmstripBottomControls to widget.FilmstripBottomLayout
8. Extracted interface from widget.FilmstripBottomLayout as
filmstrip.BottomControls

Change-Id: I83bdd89e2a48a98002a4fed7dab011b28036d1a0
/packages/apps/Camera2/src/com/android/camera/filmstrip/FilmstripContentPanel.java