summaryrefslogtreecommitdiffstats
path: root/src/com/android/camera/data/SimpleViewData.java
Commit message (Collapse)AuthorAgeFilesLines
* Don't allow actions on items in progress.Angus Kong2013-10-031-3/+3
| | | | | | bug:11049529 Change-Id: Id6bd0f912f153b8b8e6b1a525a383ad8cadbe3dd
* Fix incorrect width and height from MediaStore.ztenghui2013-09-271-1/+2
| | | | | | bug:10768232 Change-Id: I53673b8ef341f7388a9a4aaa7b03f804485928cf
* Improve the animation to filmstrip.Angus Kong2013-09-201-1/+1
| | | | | | | | | | | 1. Remove the snap-in-center check at the end of scale animation. 2. Don't go back to full-screen when animating from camera preview to filmstrip. bug:10806298 bug:10864100 Change-Id: I751040a22e2758709c22e7230a5418a871ef85f9
* Fix zoom for images with orientation tagDoris Liu2013-09-161-0/+5
| | | | | Bug: 10780042 Change-Id: I518bf8a6e2b53647398180e60b55533960ebe318
* Make sure we switch to preview view when resuming.Sascha Haeberling2013-09-091-1/+2
| | | | | | | | | | 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
* Add rotate support in Film Stripztenghui2013-08-281-7/+28
| | | | | | | | | Move the exif related code under src.com.android.camera.exif. Refactor the member variables under LocalMediaData.java. Refactor the LocalData to make sure they are immutables for thread safety. bug:10367037 Change-Id: I0e84bcc0097925b2be749fe016984177a68e0a4d
* Bring back the bottom controls in Filmstrip.Sascha Haeberling2013-08-191-0/+10
| | | | | | | | | Bug: 10367172 Bug: 10074320 Also hooks up the Edit button and the edit menu item. Change-Id: I0ce3344e09fdfd7794c417ddbe44b3d247a7ed7c
* Implent show-on-map functionality.Sascha Haeberling2013-08-151-1/+6
| | | | | | | | | Also make sure the show-on-map item is only shown for items with coordinates. and add the coordinate to the details view. Bug: 10346208 Bug: 10330505 Change-Id: Idaeec207bcc0e7311fa3b651868515ccea81d083
* Brings back the details menu with most EXIF data in it.Sascha Haeberling2013-08-151-0/+5
| | | | | | | | Some are still missing and will come back later. Bug: 10330505 Change-Id: I7bc44b19fac5b47557d5feae3ed969040ac3ae9b
* Add local data types.Angus Kong2013-08-121-2/+7
| | | | | | | | We need local data types to generate different menus. bug:10245009 Change-Id: I95f947c11ad3f39172c43f75f4108bf720148278
* Refactor data/LocalData.Angus Kong2013-08-071-0/+143
Make the design more easily understood. Change-Id: I4f7dbe7d3f0a0534c13996b773f1767997848746