summaryrefslogtreecommitdiffstats
path: root/src/com/android/camera/ui/CameraRootView.java
Commit message (Collapse)AuthorAgeFilesLines
* Use transparent navigation bar.Danny Baumann2016-12-231-97/+46
| | | | | | | Ensures a 16:9 preview isn't scaled on a 16:9 screen just due to the navigation bar being shown. Change-Id: I7ca7778b0405d3e9ac7ae1db3e7a56cacd703e3b
* SnapdragonCamera: fix portrait orientationLikai Ding2015-02-021-1/+2
| | | | | | | | | | | | Fix camera activity to portrait, so there is no delay when rotation occurs. Main changes are: 1. RotateLayout now supports padding and dynamically added child. 2. Camera controls and gesture detetion are now orientation-aware. 3. Toasts are replaced with RotateTextToast. 4. Obselete layout files are removed. Change-Id: I338849bd7fb84b847eb357f771a24a5cc09bf6fa
* Ensure view size gets updated after phone decors change.Doris Liu2013-11-131-9/+14
| | | | | Bug: 11661906 Change-Id: I63234a94b5a0bbd0cc6aa62ccd2642de09208403
* Remove display change listener for mode switchDoris Liu2013-10-101-0/+4
| | | | | Bug: 10928549 Change-Id: I333e1a47e7f5c5cadca9b0b6cfd368f455fc3670
* Show status bar in filmstrip modeSascha Haeberling2013-09-301-2/+0
| | | | | | | | | Bug: 11005642 Also makes sure we only call setSystemUiVisibility in only one place. Change-Id: I6e4709c63c25a4e69219ec7518dc284cef303aaa
* Remove hideybars from Camera.Sascha Haeberling2013-09-241-16/+12
| | | | | | Bug: 10859173 Change-Id: I6e6677ace3d1c35c974e003bebd25c9a43d43719
* Clean up ApiHelper and remove unused code paths.Sascha Haeberling2013-09-181-4/+1
| | | | | | | | | Bug: 10821545 As we're targeting ICS there are a lot of checks and code paths that are no longer in use. This CL cleans them up. Change-Id: Ic3dd26628a94e134e25e2c496ccec1f1f957216d
* Adding Hideybar support for K and up.Sascha Haeberling2013-09-181-11/+20
| | | | | | Bug: 10723047 Change-Id: Ie1d0bdadfbe6dee6a4e0998facac61ff1fb6e02a
* Bring back wide angle panorama.Angus Kong2013-09-041-1/+3
| | | | | | bug:10293937 Change-Id: I23a977e87b7416f07ecac20025b6c142ae61be05
* Clean up Gallery codes.Angus Kong2013-08-091-3/+3
| | | | | | bug:10263696 Change-Id: I3a16dba3aabe52b8103a2c591cfa39907265a263
* This removes all non-Camera stuff from Camera2.Sascha Haeberling2013-08-061-1/+3
| | | | | | | Note: Camera2 is a clone of Gallery2 right now. Note 2: I will bring .mk files back later. Change-Id: Ida958654296f5ebaacb6bb0ff59d52a7c37ce6fc
* Switch over to use new camera activityDoris Liu2013-06-181-9/+58
| | | | Change-Id: Ib907b5ab5d0e818261e95edd182f2e20c3bbebe0
* Resize children to avoid laying out outside parentDoris Liu2013-05-061-16/+32
| | | | | Bug: 8838983 Change-Id: Idc8ec7b96dd13e9c99dbc8b4710aa9d768ef198e
* Fix NPE caused by insets never being setDoris Liu2013-05-031-6/+8
| | | | | Bug: 8804054 Change-Id: Ie0f2dec9681977621ba95650aa714b0733a30858
* Anchor camera controls when flipping deviceDoris Liu2013-05-031-50/+54
| | | | | | | | Also adjusted margins for camera root view to avoid covering undo bar Bug: 8758513 Bug: 8714114 Change-Id: If27f55a40f95402923d59d162db0c7cc29eabba4
* Avoid rendering underneath nav barDoris Liu2013-04-241-7/+32
| | | | | | Bug: 8647833 Change-Id: I84591c723bf289d8c57b8cb8920342566b64c528
* Improve black bar to keep camera controls in placeDoris Liu2013-04-031-0/+85
Bug: 8340996 Change-Id: Ibca4a9f1ed84bd59e29cc988df346f1567de2a5b