summaryrefslogtreecommitdiffstats
path: root/res
Commit message (Collapse)AuthorAgeFilesLines
...
* | Merge "SnapdragonCamera: FrameProcessor" into camera.lnx.1.0-dev.1.0Camera Software Integration2016-06-073-0/+18
|\ \
| * | SnapdragonCamera: FrameProcessorJack Yoo2016-06-013-0/+18
| | | | | | | | | | | | | | | | | | | | | 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-073-58/+49
|\| | | | | | | | | | | mode" into camera.lnx.1.0-dev.1.0
| * | SnapdragonCamera: Update settingsManager and add Dual mode to Scene modeByunghun Jeon2016-05-313-58/+49
| | | | | | | | | | | | | | | | | | | | | Update settingsManager and add Dual mode to Scene mode Change-Id: I508430840c3fb8c7d0b56a2a63e09b271754fcb4 CRs-Fixed: 1018118
* | | Merge "SnapdragonCamera: Add continuous shot and count down" into ↵Camera Software Integration2016-06-071-0/+14
|\| | | | | | | | | | | camera.lnx.1.0-dev.1.0
| * | SnapdragonCamera: Add continuous shot and count downByunghun Jeon2016-05-311-0/+14
| | | | | | | | | | | | | | | | | | | | | Add continous shot and count down to CaptureModule Change-Id: I986302201f742d7671a67c26953eecc2a0276294 CRs-Fixed: 1018118
* | | Merge "SnapdragonCamera: Add ISO and exposure" into camera.lnx.1.0-dev.1.0Camera Software Integration2016-06-072-8/+20
|\| |
| * | SnapdragonCamera: Add ISO and exposureByunghun Jeon2016-05-312-8/+20
| | | | | | | | | | | | | | | | | | | | | Add ISO and exposure to CaptureModule Change-Id: If6f3c142bcfbbcc049c10d7be2fe5a4c86d31fe6 CRs-Fixed: 1018118
* | | Merge "SnapdragonCamera: Add SettingsManager, scene, and filter" into ↵Camera Software Integration2016-06-077-103/+772
|\| | | | | | | | | | | camera.lnx.1.0-dev.1.0
| * | SnapdragonCamera: Add SettingsManager, scene, and filterByunghun Jeon2016-05-317-103/+772
| |/ | | | | | | | | | | | | | | | | | | | | 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-072-3/+3
|\ \ | | | | | | | | | camera.lnx.1.0-dev.1.0
| * | SnapdragonCamera: adjust video recording duration marginsJay Wang2016-05-262-3/+3
| |/ | | | | | | | | | | | | | | | | 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
* SnapdragonCamera: Support rotation for image review layoutJay Wang2016-05-043-18/+19
| | | | | | | | | | Currently, image review layout is fixed to portrait mode. Changing the resources to use RotateImageView and update the scaling function in RotateImageView to support both up and down scaling of the image CRs-Fixed: 1004669 Change-Id: I6940227c634b7654bce5de5efe032aaa8da80e72
* Merge "SnapdragonCamera: Replace SurfaceView with AutoFitSurfaceView" into ↵Linux Build Service Account2016-05-031-2/+2
|\ | | | | | | camera.lnx.1.0-dev.1.0
| * SnapdragonCamera: Replace SurfaceView with AutoFitSurfaceViewByunghun Jeon2016-04-121-2/+2
| | | | | | | | | | | | | | Replace SurfaceView with AutoFitSurfaceView Change-Id: Id4bf27e3b16f12ff4cfdce47224ff871b3981838 CRs-Fixed: 989750
* | Merge "SnapdragonCamera: Add support for ClearSight capture" into ↵Linux Build Service Account2016-04-293-5/+34
|\ \ | | | | | | | | | camera.lnx.1.0-dev.1.0
| * | SnapdragonCamera: Add support for ClearSight captureCullum Baldwin2016-04-123-5/+34
| | | | | | | | | | | | | | | | | | | | | Add support to capture ClearSight images. CRs-Fixed: 993611 Change-Id: Ifaeafa53ee5d095fe322e48f968cdeec03c64077
* | | Merge "SnapdragonCamera: Fix viewfinder flashing issue in camcorder mode" ↵Linux Build Service Account2016-04-261-2/+1
|\ \ \ | | | | | | | | | | | | into camera.lnx.1.0-dev.1.0
| * | | SnapdragonCamera: Fix viewfinder flashing issue in camcorder modeJay Wang2016-04-151-2/+1
| |/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The preview cover is removed before the preview frame is generated and causes the homescreen shows up for a short duration. To resolve the issue, show the preview cover by default until the first preview frame is generated by camera framework. Change-Id: I1e193b64689b8b51eaa0e3891974405536869efd CRs-Fixed: 1003977
* | | Merge "SnapdragonCamera: Changes to enable TNR processing by default." into ↵Linux Build Service Account2016-04-261-2/+2
|\ \ \ | | | | | | | | | | | | camera.lnx.1.0-dev.1.0
| * | | 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
* | | Merge "SnapdragonCamera: Fix auto HDR indication issue" into ↵Linux Build Service Account2016-04-171-1/+1
|\ \ \ | | | | | | | | | | | | camera.lnx.1.0-dev.1.0
| * | | SnapdragonCamera: Fix auto HDR indication issueJay Wang2016-04-071-1/+1
| | |/ | |/| | | | | | | | | | | | | | | | | | | 1. Fix the logic on validating the auto HDR detection. 2. Move teh HDR indicator to more visible area CRs-Fixed: 999660 Change-Id: I797f69edc847b94f60c637373b80278783c3dac8
* | | Merge "SnapdragonCamera: Adjusting view initialization" into ↵Linux Build Service Account2016-04-171-2/+1
|\ \ \ | |_|/ |/| | | | | camera.lnx.1.0-dev.1.0
| * | SnapdragonCamera: Adjusting view initializationJack Yoo2016-04-061-2/+1
| |/ | | | | | | | | | | | | | | Instead of removing and adding the entire root view, changing only core surface view on module change. Change-Id: I5c39cf23b2a58280f4e4e8484865bbed0b12e1cf CRs-Fixed: 979254
* / SnapdragonCamera: Camera2 add dual cameraByunghun Jeon2016-03-304-4/+28
|/ | | | | | | Add Camera2 dual camera support to SnapdragonCamera CRs-Fixed: 989750 Change-Id: I45a749ad03a531286a39cbfcfdcb65e5cad4759e
* SnapdragonCamera: Add Camera2 modeByunghun Jeon2016-03-305-69/+79
| | | | | | | Use camera2 API to show preview and take snapshot CRs-Fixed: 989750 Change-Id: I07e2d6743529b3d3d5acecf667e9493465a094c9
* SnapdragonCamera: create base files for camera2 APIJay Wang2016-03-301-0/+111
| | | | | | | | | | | | | | | | All the new files are copied from the commit : f3448373ef3c92b492ac65a9b4008d45a51f88ee res/layout/capture_module.xml copied from res/layout/photo_module.xml src/com/android/camera/CaptureMenu.java copied from src/com/android/camera/PhotoMenu.java src/com/android/camera/CaptureModule.java copied from src/com/android/camera/PhotoModule.java src/com/android/camera/CaptureUI.java copied from src/com/android/camera/PhotoUI.java CRs-Fixed: 989750 Change-Id: I4a97975ed5847d9025f9ff8e8fcbcbeaedd49e16
* SnapdragonCamera: Add the developer option for instant captureJay Wang2016-03-183-0/+28
| | | | | | | | | | | | 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: Add face detection icon to videoJay Wang2016-03-022-0/+17
| | | | | | | Add video face detection to developer option CRs-Fixed: 978207 Change-Id: I9308573a5a1004fc3803a955bc96f495ecbfc6c7
* 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-063-5/+4
| | | | | | | | | | | | | | | | Let the recording rotate layout to be removed by default and added when it's needed. Change-Id: I2b910897956b914c150941276b299160e9147055 CRs-Fixed: 958510
* | SnapdragonCamera: Fix the memory leak on view.Jack Yoo2016-01-301-4/+18
|/ | | | | | | | Keep using modules instead of creating. Don't remove the view without cleaning it. Change-Id: I260a660cac3d770f7d02dfdc1881e15490da66a0 CRs-Fixed: 958510
* SnapdragonCamera: Color Effect shows the current statusJack Yoo2016-01-2410-2/+35
| | | | | | | Let the icon shows the current status of the color effect on/off Change-Id: I1c3719db15d4dd920b89591064cda372c7ab89be CRs-Fixed: 951550
* SnapdragonCamera: Adding help screen on first startJack Yoo2016-01-202-1/+72
| | | | | | | Adding menu help screen. Change-Id: I8f88a20b0c3599bfa35040e66562ced012d6213d CRs-Fixed: 951551
* SnapdragonCamera: Changing panorama iconCamera Software Integration2015-12-306-0/+0
| | | | | | | Changing panorama icon Change-Id: Ic359353f53c36334a7e976217fe994b284d5bb4e CRs-Fixed: 951549
* SnapdragonCamera: Changing icons and adding toastCamera Software Integration2015-12-3010-0/+0
| | | | | | | Changing icons and adding toast message for beautify Change-Id: I09d35a3a775b85931590a731c58628db40a28c42 CRs-Fixed: 942950
* Revert "SnapdragonCamera: Set navigation bar according to flag"Camera Software Integration2015-12-301-3/+0
| | | | | | This reverts commit 8fce47a5fb0277b3763b94a1fd23ea499d35e4b1. Change-Id: I955f7ad42df89d30b39b8c7c26473ceac69a9c9d
* SnapdragonCamera: Changing default value to off for SelfieFlashCamera Software Integration2015-12-241-1/+1
| | | | | | | Changning default value to off for SelfieFlash Mode. Change-Id: I89069919aa31af0d32b0560207b4022313bb963a CRs-Fixed: 937232