summaryrefslogtreecommitdiffstats
path: root/src/com/android/camera/MenuController.java
Commit message (Collapse)AuthorAgeFilesLines
* Snap: Allow switching beyond just 2 camerasChristian Frisson2019-10-251-0/+1
| | | | | | | | Some devices have dual rear cameras, which means that they will have more than just 2 camera ID's (0 and 1). For example, the LG G5 has 0, 1 and 2. Allow Snap to run cycle through more than just 0 and 1 Change-Id: I50d8b6c02c97961990b1fbf69b9cf706c422381c
* SnapdragonCamera: fix portrait orientationLikai Ding2015-02-021-2/+1
| | | | | | | | | | | | 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
* SnapdragonCamera: Enable preference changed callback.Sai Kumar Sanagavarapu2014-12-171-1/+1
| | | | | | | Pass changed preference as an argument to onSharedPreferenceChanged so that linked preferences can be modified. Change-Id: Id35b0324c054f3b04739952ab20464dc58049ee2
* SnapdragonCamera: Modify SnapdragonCamera UIByunghun Jeon2014-11-171-0/+134
Modified SnapdragonCamera setting menus with new icons Change-Id: I726296dfb100ac81ad6f1cd84420ae27c0ae1201