summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | SnapdragonCamera: Fixed aspect ratio in panormic shootJay Wang2015-01-061-6/+28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixed aspect ratio of the full screen preview. The camera preview size is chosen based on the aspect ratio of device screen. Change-Id: Ibc7c497a87d8f0cca2701d8709f010caa6f79308
* | | | Merge "SnapdragonCamera: fix app crash when switch to camcorder"Linux Build Service Account2015-01-074-4/+24
|\ \ \ \
| * | | | SnapdragonCamera: fix app crash when switch to camcorderkaiyiz2014-12-164-4/+24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Camera app crash when switch to camcorder during continuously shooting. Prohibition click event when continuously shooting. CRs-Fixed: 744811 Change-Id: Ia51ca53d46e060c2a4f4e877c37f795526532be7
* | | | | Merge "Camera: Draw mouth indicator based on display orientation"Linux Build Service Account2015-01-061-5/+12
|\ \ \ \ \
| * | | | | Camera: Draw mouth indicator based on display orientationJing (Mia) Wang2014-12-221-5/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Without this, mouth indicator is always drawn horizontally which is a vertical line in 90 and 270 degree cases. CRs-Fixed: 773385 Change-Id: I3ff1cae10a3131691e447f8b4f4bcef9ebb2f26c
* | | | | | Merge "SnapdragonCamera: Fix app crash when camera not support scenemode"Linux Build Service Account2015-01-061-7/+7
|\ \ \ \ \ \
| * | | | | | SnapdragonCamera: Fix app crash when camera not support scenemodeJing (Mia) Wang2014-12-201-7/+7
| |/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The front camera is not support set scenemode, the layout for show scenemode isn't initialize and NPE happened, which lead to app crash. The scene mode button shouldn't display when scene mode is not support. CRs-Fixed: 773391 Change-Id: I9c65fb5b65ecb276660b3281a5a591f7a3f2a134
* | | | | | Merge "SnapdragonCamera: Fix menu is covered when count down take picture"Linux Build Service Account2015-01-064-4/+21
|\ \ \ \ \ \
| * | | | | | SnapdragonCamera: Fix menu is covered when count down take pictureJing (Mia) Wang2014-12-204-4/+21
| |/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The textview of count down title layout is unreasonable, which lead to some view is covered by text. Modify the layout params of textview. CRs-Fixed: 773384 Change-Id: I4c6cd67dcc275730de1ad61396a86f3d7250b90b
* | | | | | Merge "SnapdragonCamera: Fix string display incompletely"Linux Build Service Account2015-01-061-1/+1
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | |
| * | | | | SnapdragonCamera: Fix string display incompletelykaiyiz2014-12-301-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The width is not enough for the text string. Make the text string near close to icon to lengthen the string width. CRs-Fixed: 772925 Change-Id: I97c9f3deeaffb8e7a5c307d7745f7a00ea828370
* | | | | | Merge "SnapdragonCamera: Add FullScreen Preview when in Panoramic shoot"Linux Build Service Account2015-01-0612-326/+179
|\ \ \ \ \ \ | | |_|_|/ / | |/| | | |
| * | | | | SnapdragonCamera: Add FullScreen Preview when in Panoramic shootJay Wang2015-01-0512-326/+179
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Changed the Panoramic preview to full screen Resized the warped preview image to smaller Size and render on top of the full screen preview image Change-Id: I98735dbed2ff4dada8708bf5a4a0f9da6ba030c7 Conflicts: res/layout-land/pano_preview_progress.xml res/layout-port/pano_preview_progress.xml
* | | | | | Merge "SnapdragonCamera: Create panoramic layout files"Linux Build Service Account2015-01-062-0/+238
|\| | | | | | |_|_|_|/ |/| | | |
| * | | | SnapdragonCamera: Create panoramic layout filesJay Wang2015-01-052-0/+238
|/ / / / | | | | | | | | | | | | | | | | | | | | Add layout files for panoramic full-screen preview support Change-Id: I88d1653642670701a72819e53381211e66af2963
* | | | Merge "SnapdragonCamera: Fix app couldn't open Camera when Flashlight is on"Linux Build Service Account2015-01-041-2/+2
|\ \ \ \
| * | | | SnapdragonCamera: Fix app couldn't open Camera when Flashlight is onkaiyiz2015-01-031-2/+2
| |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Camera couldn't be open when Flashlight is on because CameraDevice has been used. Receive the led flashlight intent and close flashlight. CRs-Fixed: 769624 Change-Id: Ib5be47cc93b55bb06637f15309b7d4bea694e58f
* | | | Merge "SnapdragonCamera: Fix continuous shot not display location info"Linux Build Service Account2015-01-041-7/+12
|\ \ \ \ | |/ / / |/| | |
| * | | SnapdragonCamera: Fix continuous shot not display location infokaiyiz2015-01-031-7/+12
|/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Location info isn't write into the Media Database when store image, which leadcore location info couldn't show in details. Get the location info and write it into media database during longshot. CRs-Fixed: 708198 Change-Id: I5e4aa982e7689244a511865536f54a05a852d3f2
* | | Merge "SnapdragonCamera: show how many more pictures can be taken"Linux Build Service Account2014-12-249-0/+122
|\ \ \
| * | | SnapdragonCamera: show how many more pictures can be takenLikai Ding2014-12-229-0/+122
| |/ / | | | | | | | | | | | | | | | | | | Prompt to user an estimation of how many more pictures can be taken, calculated based on available storage. Change-Id: Iabc8268d548d3f6d86a6d065b511641b837a1de5
* | | Merge "SnapdragonCamera: Enable video recording pause/resume from application"Linux Build Service Account2014-12-241-2/+2
|\ \ \ | |/ / |/| |
| * | SnapdragonCamera: Enable video recording pause/resume from applicationSanthosh Kumar Thimmanna Bhattar2014-12-231-2/+2
|/ / | | | | | | | | | | | | | | | | - Video recording pause/resume feature is not working as it is disabled by commenting out the pause/resume function call from snapdragon camera application. - Fix is to enable the pause/resume function call from application Change-Id: If75ab41000d0c62259a46135246fafe3398f5fd9
* | Merge "SnapdragonCamera: Enable preference changed callback."Linux Build Service Account2014-12-171-1/+1
|\ \
| * | 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
* | Merge "Camera: Add CameraGestureActivity as alias of CameraActivity"Linux Build Service Account2014-12-164-0/+21
|\ \ | |/ |/|
| * Camera: Add CameraGestureActivity as alias of CameraActivityJing (Mia) Wang2014-12-104-0/+21
| | | | | | | | | | | | | | Make the activity could show above lock screen and turn on screen when it is started by gesture operation. Change-Id: I2099154f2325de83597b4262203c58a84b91f2d9
* | Merge "SnapdragonCamera: Add HVGA (480x360) video quality."Linux Build Service Account2014-12-143-0/+5
|\ \
| * | SnapdragonCamera: Add HVGA (480x360) video quality.Sai Kumar Sanagavarapu2014-12-133-0/+5
| | | | | | | | | | | | | | | | | | Add support for HVGA (480x360) video quality in camcorder settings. Change-Id: I3fd2bf4c266f2068cbe83301184d421e9278928e
* | | Merge "Camera2: Reset zoom parameter after update"Linux Build Service Account2014-12-131-0/+1
|\ \ \ | |/ / |/| |
| * | Camera2: Reset zoom parameter after updatekaiyiz2014-12-121-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | When exif data of a photo is changed, the view will update, but the zoom parameter is not reset, and the image load the zoomed image which is not exists, so there will be a black view. When photo is update, reset zoom view to full image. CRs-Fixed: 745326 Change-Id: I48a0a12241087ff9e99be83234b47b21c63b1867
* | | Merge "Camera2: fix SnapdragonCamera app no Chinese name"Linux Build Service Account2014-12-121-0/+1
|\ \ \
| * | | Camera2: fix SnapdragonCamera app no Chinese namekaiyiz2014-12-121-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | There is no snapcam_app_name string in values-zh-rCN. Add relate strings in the file. CRs-Fixed: 766929 Change-Id: Ib6c5f8b9bac493ab2f8d00ad863e9e92bd826316
* | | | Merge "Camera2: fix preview thumb could not update after delete photo"Linux Build Service Account2014-12-121-2/+5
|\ \ \ \ | |_|/ / |/| | |
| * | | Camera2: fix preview thumb could not update after delete photoJing (Mia) Wang2014-12-121-2/+5
| | |/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | The preview thumb bitmap is still exist after restart Camera even if some photo in phone is changed. Clear preview thumb bitmap when resume camera activity. CRs-Fixed: 768224 Change-Id: I3d0713a38d92d7d28a73f833df6d7e8e53faa23c
* | | Merge "Camera2: fix no correspond Chinese String for menu"Linux Build Service Account2014-12-122-3/+6
|\ \ \ | |_|/ |/| |
| * | Camera2: fix no correspond Chinese String for menukaiyiz2014-11-172-3/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | There is no Chinese strings for menu 'HDR need 1x frame'. Add Chinese string for this menu and modify the menu entries for show the menu on/off mode CRs-Fixed: 755394 Change-Id: I6b84e579b164b1585631fd240b7f53bcf6de628d
* | | Merge "SnapdragonCamera: Stop face detection when preview is stopped."Linux Build Service Account2014-12-111-0/+1
|\ \ \
| * | | SnapdragonCamera: Stop face detection when preview is stopped.Sai Kumar Sanagavarapu2014-12-051-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | Face detection is not required when preview is stopped. Change-Id: Ic6c0179e1b76b9a34bd8e3e08c89129f9e66cf73
* | | | Merge "SnapdragonCamera: Enable CPP duplication by default"Linux Build Service Account2014-12-111-7/+13
|\ \ \ \ | |_|_|/ |/| | |
| * | | SnapdragonCamera: Enable CPP duplication by defaultRajaram Gudivada2014-12-101-7/+13
|/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Set NV12_VENUS for preview stream, when both the below conditions are met 1. setprop "persist.camera.cpp.duplication" is enabled(Default value is enabled) 2. If both preview & video resolution's are exactly same Change-Id: I2b58091071c36a624d986f14bbe1abe9c95a4c18
* | | Merge "SnapdragonCamera: Add a option item for record video unlimit"Linux Build Service Account2014-12-063-0/+4
|\ \ \
| * | | SnapdragonCamera: Add a option item for record video unlimitkaiyiz2014-12-053-0/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | There is no menu item for select unlimit video duration. Add relate resource in video duration menu pref for select. CRs-Fixed: 763378 Change-Id: Ie64ce018822acb0d25dcf327a5626a8463a61a13
* | | | Merge "SnapdragonCamera: fix app crash when there is no map app"Linux Build Service Account2014-12-063-2/+14
|\ \ \ \ | |/ / / |/| | |
| * | | SnapdragonCamera: fix app crash when there is no map appkaiyiz2014-11-303-2/+14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ActivityNotFoundException happened after click showOnMap menu when there is no map app. Catch the Exception to avoid app crash. CRs-Fixed: 753928 Change-Id: I1cf6e5f098f239719750840508b715a08e9a5e45
* | | | Merge "Merge 819cffca01ff06777c6b5c8da2752987abaffd98 on remote branch"Linux Build Service Account2014-12-050-0/+0
|\ \ \ \ | |_|/ / |/| | |
| * | | Merge 819cffca01ff06777c6b5c8da2752987abaffd98 on remote branchLinux Build Service Account2014-12-030-0/+0
|/| | | | | | | | | | | | | | | Change-Id: I5086b497d7ff41b5596a8c5949b2f65e54297096
| * | | Merge "SnapdragonCamera: Remove resetExposureCompensation in OnResumeTasks()."Linux Build Service Account2014-11-261-1/+0
| |\ \ \
| | * | | SnapdragonCamera: Remove resetExposureCompensation in OnResumeTasks().satyavaraprasad yerramsetti2014-11-241-1/+0
| |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Issue:App does not retain the Exposure setting when hit the home button and then reopen the camera app. Fix: resetExposureCompensation() is removed in OnResumeTasks()to retain Exposure value when suspending and resuming Camera app. CRs-Fixed:745622 Change-Id: Icd4fb2c689275b839f35b7318ffa5b9b90d7926b
| * | | Merge "SnapdragonCamera: Add 16MP and 20MP picture resolutions"Linux Build Service Account2014-11-192-1/+8
| |\ \ \