summaryrefslogtreecommitdiffstats
path: root/src/com/android/camera/data/FixedLastDataAdapter.java
Commit message (Collapse)AuthorAgeFilesLines
* Fix incorrect width and height from MediaStore.ztenghui2013-09-271-1/+1
| | | | | | bug:10768232 Change-Id: I53673b8ef341f7388a9a4aaa7b03f804485928cf
* Make sure we switch to preview view when resuming.Sascha Haeberling2013-09-091-3/+4
| | | | | | | | | | Bug: 10640328 But we need to make sure to not always switch in onResume, as some activities stared from us (like playing a video or editing) require the UI flow to stay in filmstrip. Change-Id: Id2911be4949de9fd9fc4cb3451dd34e3fae8becf
* Set views in filmstrip invisible when alpha = 0.Angus Kong2013-08-151-11/+0
| | | | | | bug:10096747 Change-Id: Idcb62448acbf38d581af3a08a9bcbc0cad0ab6be
* This adds the following four CLs to Camera2:Sascha Haeberling2013-08-061-12/+45
| | | | | | | | | | | | http://ag/339319 http://ag/338974 http://ag/338401 http://ag/324149 Adapted to work in Camera2 and adding a .gitignore so that temporary Eclipse files and folders are not submitted. Change-Id: I40295c7f0139f76270c44f0ca395c0574a288569
* Add LocalDataAdapter and wrappers.Angus Kong2013-08-011-0/+127
1. FixedFirstDataAdapter wraps another adapter and add a data at the first position. 2. FixedLastDataAdapter wraps another adapter and add a data at the last position. 3. Make the LocalData interface more complete. - onFullScreen() - canSwipeInFullScreen() - getPath() 3. Add methods to the FilmStripView.DataAdapter to receive UI events. - onDataCentered() - onDataFullScreen() Change-Id: I26d3a3b7facd0c451af43ce5fbbcab2baaaec427