summaryrefslogtreecommitdiffstats
path: root/res/values
Commit message (Collapse)AuthorAgeFilesLines
* SnapdragonCamera: Add help menu to camera2Byunghun Jeon2016-10-132-3/+5
| | | | | | | Add help menu to camera2 CRs-Fixed: 1066519 Change-Id: Id15f5ffe8d52ac5a2eabab20791fce65e97bcf43
* SnapdragonCamera: SelfieMirror Camera2Jack Yoo2016-10-131-0/+10
| | | | | | | SelfieMirror filter for camera2. Change-Id: Id5fda369a56421199a8c2537491608b8667fb77e CRs-Fixed: 1071798
* SnapdragonCamera: Enhancing makeup UIJack Yoo2016-10-131-0/+2
| | | | | | | Improvising makeup user experience. Change-Id: I744775711e3cd9bc0a14a47ca82e26eecc68bb6d CRs-Fixed: 1071798
* SnapdragonCamera: Fix flash toggle buttonByunghun Jeon2016-09-272-1/+4
| | | | | | | | Add flash auto mode to flash toggle button and show flash button while taking video Change-Id: Iffc81ba15b1651c45f826a835274c20f46dbb8cd CRs-Fixed: 1066519
* SnapdragonCamera: Makeup featureJack Yoo2016-09-272-4/+24
| | | | | | | Makeup feature for camera preview and video Change-Id: Ia8cdb629372333c9dceef8aa474402553b7259f0 CRs-Fixed: 1067848
* SnapdragonCamera: Chromaflash FilterJack Yoo2016-09-272-0/+4
| | | | | | | Adding Chromaflash Filter for Camera2 Change-Id: I04b399abe26a3fdcdc91240036a683711b21f8a8 CRs-Fixed: 1067848
* SnapdragonCamera: Panorama ModuleJack Yoo2016-09-272-0/+5
| | | | | | | Introducing Panorama capture module for Camera2 Change-Id: I98306c6c88c34c58b99adf9d472418392015f6c5 CRs-Fixed: 1067848
* SnapdragonCamera: Add OneUI to Camera2Byunghun Jeon2016-09-274-44/+73
| | | | | | | | | | Add new UI called OneUI to Camera2. It replaces icons, adds 2 new activities for scene menu and setting menu. There is no module change anymore Change-Id: If712e6af7bbc29726dae387168aefbcd2d7c1ea9 CRs-Fixed: 1066519
* SnapdragonCamera: Add shutter sound to camera2Byunghun Jeon2016-08-162-0/+18
| | | | | | | | Add shutter sound menu to settings and allow user to turn on/off shutter sound in camera2 mode CRs-Fixed: 1050117 Change-Id: I624f28428415b8dde7da6e4908c26dd59bb3fbdb
* SnapdragonCamera: Bestpicture scene filterJack Yoo2016-08-162-0/+6
| | | | | | | Adding best picture selection scene filter Change-Id: Ifa0f544e80d161eaef743d611c712d8db48e5631 CRs-Fixed: 1050663
* SnapdragonCamera: Shutter sound menuJack Yoo2016-08-162-0/+14
| | | | | | | Shutter sound menu to choose on/off Change-Id: Id5ea22a837cd658c3278160a21c74b519f1bc212 CRs-Fixed: 1050663
* SnapdragonCamera: Selfie Mirror modeJack Yoo2016-08-162-0/+16
| | | | | | | Selfie mirror menu for front camera1. Change-Id: I2e6845c9e25481106f51772b5d3dfd0a971a2be7 CRs-Fixed: 1050663
* SnapdragonCamera: Saving MPO and DDM without CSJay Wang2016-07-262-2/+21
| | | | | | | Saving MPO and DDM without CS CRs-Fixed: 993611 Change-Id: Ie04bce460c57454b4cf57c88b47ef2a495b6e078
* SnapdragonCamera: Adding ubifocus post proc filterJack Yoo2016-07-071-1/+1
| | | | | | | Introducing ubifocus to camera2. Change-Id: I611bea207b9cbbde56a23720b22a5a5e3daa215f CRs-Fixed: 1035245
* SnapdragonCamera: FrameListener and Video frame processorJack Yoo2016-07-073-0/+12
| | | | | | | | Adding FrameListener with TrackingFocus Adding VideoFrameProcessor with beautification Change-Id: Id51a0417af43140ed27ea5859ff939adc2e78c43 CRs-Fixed: 1035245
* SnapdragonCamera: Allow take snapshot while recording videoByunghun Jeon2016-06-292-0/+19
| | | | | | | | Allow take snapshot while recording video by showing shutter button. Directly call capture when shutter button is pressed. Change-Id: Iae4d42d8878ea82b459ec67709b0ad8e340c8226 CRs-Fixed: 1028463
* SnapdragonCamera: Add face detection to camera2Byunghun Jeon2016-06-291-0/+10
| | | | | | | | Add face detection to camera2. Receive face data from camera2 and use faceView UI to draw it Change-Id: Id9c49ab6dd73de316398c57981cc0b9df0400b45 CRs-Fixed: 1025797
* SnapdragonCamera: Add video to Camera2 moduleByunghun Jeon2016-06-292-1/+227
| | | | | | Add video to Camera2 module and combine the UI Change-Id: I0bcd86eb6b95fe2180856780ddd794682259e799
* Merge "Minimum viable Android M runtime permissions handling for H." into ↵Linux Build Service Account2016-06-101-0/+6
|\ | | | | | | camera.lnx.1.0-dev.1.0
| * Minimum viable Android M runtime permissions handling for H.zafir2016-06-021-0/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Creates new activity for permissions handling: both checking for permissions and handling error condition when critical permissions are not present. The reason for creating a new activity is so the app does not attempt to continue executing OnCreate, OnResume etc, which opens the camera while the dialogs are showing. This should not slow the app down because the permissions activity will only run when a) the first time the app has insufficient permissions and b) when a critical permission is missing and the app needs to shut down. Bug: 21273463 CRs-Fixed: 1019847 Change-Id: I603acfb3057ba26b9cfa7935eb4cb24b5d547cb5 (cherry picked from commit ad44cda82fe6ec5ee090115129223c6314f9e1bb)
* | Merge "SnapdragonCamera: FrameProcessor" into camera.lnx.1.0-dev.1.0Camera Software Integration2016-06-072-0/+11
|\ \
| * | SnapdragonCamera: FrameProcessorJack Yoo2016-06-012-0/+11
| | | | | | | | | | | | | | | | | | | | | Introducing Frameprocessor with beautifiation. Change-Id: Ie6d8f4157a7d0c1a21e6f347457e84685e397286 CRs-Fixed: 1023183
* | | Merge "SnapdragonCamera: PostProcessor and Optizoom" into camera.lnx.1.0-dev.1.0Camera Software Integration2016-06-071-1/+1
|\| |
| * | SnapdragonCamera: PostProcessor and OptizoomJack Yoo2016-06-011-1/+1
| | | | | | | | | | | | | | | | | | | | | Introducing PostProcessor with Optizoom filter Change-Id: Ib9ac6d4a9526be3a5163d02e298ed783daad48c1 CRs-Fixed: 1023183
* | | Merge "SnapdragonCamera: Fix front camera and scene mode picture taking ↵Camera Software Integration2016-06-071-2/+2
|\| | | | | | | | | | | issues" into camera.lnx.1.0-dev.1.0
| * | SnapdragonCamera: Fix front camera and scene mode picture taking issuesByunghun Jeon2016-05-311-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix front camera picture taking issues. Fix scene mode picture taking issues. For both front camera and scene mode issue, focus state was not updating properly so it was stuck waiting for focus to finish. So added another logic to check such case and continue to next step. Change-Id: I99d2164a77cc2903f3df50c7ff9478e718b112c0 CRs-Fixed: 1018118
* | | Merge "SnapdragonCamera: Update settingsManager and add Dual mode to Scene ↵Camera Software Integration2016-06-072-48/+35
|\| | | | | | | | | | | mode" into camera.lnx.1.0-dev.1.0
| * | SnapdragonCamera: Update settingsManager and add Dual mode to Scene modeByunghun Jeon2016-05-312-48/+35
| | | | | | | | | | | | | | | | | | | | | Update settingsManager and add Dual mode to Scene mode Change-Id: I508430840c3fb8c7d0b56a2a63e09b271754fcb4 CRs-Fixed: 1018118
* | | Merge "SnapdragonCamera: Add ISO and exposure" into camera.lnx.1.0-dev.1.0Camera Software Integration2016-06-071-8/+6
|\| |
| * | SnapdragonCamera: Add ISO and exposureByunghun Jeon2016-05-311-8/+6
| | | | | | | | | | | | | | | | | | | | | Add ISO and exposure to CaptureModule Change-Id: If6f3c142bcfbbcc049c10d7be2fe5a4c86d31fe6 CRs-Fixed: 1018118
* | | Merge "SnapdragonCamera: Add SettingsManager, scene, and filter" into ↵Camera Software Integration2016-06-074-75/+611
|\| | | | | | | | | | | camera.lnx.1.0-dev.1.0
| * | SnapdragonCamera: Add SettingsManager, scene, and filterByunghun Jeon2016-05-314-75/+611
| |/ | | | | | | | | | | | | | | | | | | | | Add SettingsManager to work as a database for settings. It will handle all dependencies and populate the values. Add scene mode and filter. Restructure UI and menu by combining them and leave the handling of settings to SettingsManager Change-Id: I185163fdddbffd29434e6a9c41b33be6d3388f88 CRs-Fixed: 1018118
* | Merge "SnapdragonCamera: adjust video recording duration margins" into ↵Camera Software Integration2016-06-071-1/+1
|\ \ | | | | | | | | | camera.lnx.1.0-dev.1.0
| * | SnapdragonCamera: adjust video recording duration marginsJay Wang2016-05-261-1/+1
| |/ | | | | | | | | | | | | | | | | Video recording duration overlays with mute button for low resolution display. Resolve the issue but adjusting the margins Change-Id: I526529dd71190f65b2b97c1bd79844129e2773f9 CRs-Fixed: 1019589
* / SnapdragonCamera: disable instant capture in some cases.Jay Wang2016-05-262-4/+8
|/ | | | | | | | | | | 1. Disable instant capture when ZSL is off or advanced features are enabled 2. Change the instant capture option to support the selection of aggressive AEC and fast AEC CRs-Fixed: 998509 Change-Id: I60f7ed3a0fc93627dbf7527fbec2a60605aad683
* Merge "SnapdragonCamera: Add support for ClearSight capture" into ↵Linux Build Service Account2016-04-292-0/+21
|\ | | | | | | camera.lnx.1.0-dev.1.0
| * SnapdragonCamera: Add support for ClearSight captureCullum Baldwin2016-04-122-0/+21
| | | | | | | | | | | | | | Add support to capture ClearSight images. CRs-Fixed: 993611 Change-Id: Ifaeafa53ee5d095fe322e48f968cdeec03c64077
* | SnapdragonCamera: Changes to enable TNR processing by default.Guruprasad Gaonkar2016-04-141-2/+2
|/ | | | | | | | | TNR was disabled by default from UI. Change configures TNR for camera stream to improve image quality. CDS is disabled as TNR is enabled by default from now. Change-Id: I7c1bf9533c52b8642fb15f79625cec57cc85b6cf Crs-fixed: 890243
* SnapdragonCamera: Camera2 add dual cameraByunghun Jeon2016-03-302-2/+19
| | | | | | | Add Camera2 dual camera support to SnapdragonCamera CRs-Fixed: 989750 Change-Id: I45a749ad03a531286a39cbfcfdcb65e5cad4759e
* SnapdragonCamera: Add Camera2 modeByunghun Jeon2016-03-302-0/+41
| | | | | | | Use camera2 API to show preview and take snapshot CRs-Fixed: 989750 Change-Id: I07e2d6743529b3d3d5acecf667e9493465a094c9
* SnapdragonCamera: Add the developer option for instant captureJay Wang2016-03-182-0/+20
| | | | | | | | | | | | A developer option is added to support instant capture feature in the camera HAL. Once option is enabled, Snapdragon camera application will take a snapshot as soon as it is resumed from the lock screen by pressing power button twice. For this to work, user also needs to enable "Press power button twice for camera" under display setting. Change-Id: I84794759ee1edc9424c37b71bd0c2b761a77bee1 CRs-Fixed: 970691
* SnapdragonCamera: Add 24 MP resolutionSampath Vangaveti2016-03-182-0/+4
| | | | | | | | Added 24MP resolution(5656x4242) to the UI CRs-Fixed: 982283 Change-Id: I18628d84d76cd5c77a7b96d9074381548800fe4b
* SnapdragonCamera: Move help menu string to ressourceJack Yoo2016-03-182-0/+31
| | | | | | | | Move string and color to resource so that it can be translated and also configurable. Change-Id: I24d544e2a63a27e8215070ef8ca7bafb72521f47 CRs-Fixed: 982114
* SnapdragonCamera: Add beautification toast message to resource fileJay Wang2016-03-111-0/+1
| | | | | | | Add beautification toast message to resource file Change-Id: I73f3619349734399c9d10c1ed4cb6b23c8e9d077 CRs-Fixed: 979121
* SnapdragonCamera: change the default focus modeJay Wang2016-03-021-1/+1
| | | | | | | Change the default focus mode to continuous auto focus Change-Id: I8d8d7575675990c731e8eb6a6a8514beea171517 CRs-Fixed: 980925
* Merge "SnapdragonCamera: Add new video frame rate" into camera.lnx.1.0-dev.1.0Linux Build Service Account2016-02-252-0/+4
|\
| * SnapdragonCamera: Add new video frame rateJay Wang2016-02-252-0/+4
| | | | | | | | | | | | | | Add HSR240 to the video frame rate setting Change-Id: Ic30047afddb6d597ca0eb51b03e438fcd4618c60 CRs-Fixed: 971078
* | SnapdragonCamera: Disable NR when SeeMore is enabledJay Wang2016-02-191-0/+3
| | | | | | | | | | | | | | | | - Add condition to disable NR when SeeMore is enabled - Clean up the SeeMore conditional checking logic Change-Id: I191794c034e0c70818cee785516575d5642497ca CRs-Fixed: 972044
* | SnapdragonCamera: Recording screen to be dynamicJack Yoo2016-02-061-0/+1
|/ | | | | | | | Let the recording rotate layout to be removed by default and added when it's needed. Change-Id: I2b910897956b914c150941276b299160e9147055 CRs-Fixed: 958510
* SnapdragonCamera: Color Effect shows the current statusJack Yoo2016-01-242-2/+17
| | | | | | | Let the icon shows the current status of the color effect on/off Change-Id: I1c3719db15d4dd920b89591064cda372c7ab89be CRs-Fixed: 951550