summaryrefslogtreecommitdiffstats
path: root/src/com/android/camera/PieController.java
Commit message (Collapse)AuthorAgeFilesLines
* 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
* Rename module and package name to co-exist with AOSP appSachin Shah2014-08-161-1/+1
| | | | | | | | Rename package from com.android.camera2 to org.codeaurora.snapcam, module name from Camera2 to SnapdragonCamera and app name from "Camera" to "Snapdragon Camera" Change-Id: I2800070e72631e119a15fe0132424d1047be9f0c
* Merge "Camera2: Query support for longshot and ZSL+HDR from parameters."Linux Build Service Account2014-06-041-1/+1
|\
| * Camera2: Query support for longshot and ZSL+HDR from parameters.Sai Kumar Sanagavarapu2014-06-021-1/+1
| | | | | | | | | | | | | | | | | | | | Query camera parameters to check if longshot and ZSL+HDR are supported or not. Also, add generic way of enabling/disabling preferences to facilitate features which are mutually exclusive. Change-Id: I4332e3d5050f56b1953e4c0d767eb87f7e932c49
* | Camera2: Make Continuous Shot off when HDR on.kaiyiz2014-05-281-0/+8
|/ | | | | | | | | | | The HDR function can not existed with the Continuous Shot function,so change code to achieve the function like that when we open HDR function ,make the Continuous Shot off, and we close HDR,make the Continuous Shot on. CRs-fixed: 667319 Change-Id: I75ab5d268c1feb2d95ff6a6b0f35dcf96d8cc953
* camera2: Fix memory leak when suspend/resume cameraFei Zhang2014-03-111-0/+2
| | | | | | Clear Overrides Map when init, to prevent memory leak. Change-Id: Iaca466f91fb7dc6273b03c2f148439fb1795b1d6
* Ignore clicks on disabled pie menu items.Angus Kong2013-10-131-0/+3
| | | | | | bug:11205671 Change-Id: I8b7c8c6b95f2cedadc064747470acd742280eb7f
* Remove empty slots from menuMichael Kolb2013-04-301-8/+4
| | | | | | | | | Bug: 8640131 When a specific camera doesn't support one of the menu options, the option is removed from the menu, no empty spot anymore. Change-Id: I002d6347c35cb0bfd5f71d880294f04f45ffb38f
* Merge "Fix memory leak in pie controller" into gb-ub-photos-bryceDoris Liu2013-04-191-0/+1
|\
| * Fix memory leak in pie controllerDoris Liu2013-04-181-0/+1
| | | | | | | | | | Bug: 7622218 Change-Id: Iaab96008a4f4b506bb0be98f489af9120d607251
* | Add more menu options/iconsMichael Kolb2013-04-181-0/+55
|/ | | | | | | | | Bug: 8640131 Added location and scene mode to secondary menu Updated HDR icons Change-Id: I5bed39a2ec037aecf67702d88f738befe61846d4
* Add menu labelsMichael Kolb2013-04-151-0/+2
| | | | | | Bug: 8618169 Change-Id: Iea1ac7256450afd2870c144099459f32868c699f
* Work in progress - Put preview in TextureViewDoris Liu2013-04-091-2/+6
| | | | | | | | | | | Fixed gesture recognizing and pie menu. Fixed camera picker. Exposure setting got fixed with rebasing. Rebased for new pie menu Fixed camera mode switch listener Ongoing: secure album, aspect ratio for video recording on ICS Change-Id: Iedae80815faf81cb49c791885810c8427034a6d1
* Adjust camera menu furtherMichael Kolb2013-04-031-16/+5
| | | | Change-Id: I7e062608a7ee8e16932209640bd50b1864336a40
* Pie design updateMichael Kolb2013-04-011-3/+24
| | | | Change-Id: Ifb0d50938332bdae50e45523850605d0aafed7fb
* Move Camera Java/Native source into Gallery2Michael Kolb2013-01-291-0/+191
Change-Id: I968efe4d656e88a7760d3c0044f65b4adac2ddd1