summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Merge "SnapdragonCamera: Restore color effect when set scene mode."Linux Build Service Account2015-10-051-0/+7
|\
| * SnapdragonCamera: Restore color effect when set scene mode.likaid2015-09-251-0/+7
| | | | | | | | | | | | | | | | | | When set scene mode,there is no operation to color effect. When set scene mode, add operations to reset color effect. Change-Id: I05b7315f101e806a28424bd8a2d1f7038f27efc9 CRs-Fixed: 913811
* | Merge "SnapdragonCamera: Add noise reduction modes."Linux Build Service Account2015-10-017-0/+97
|\ \
| * | SnapdragonCamera: Add noise reduction modes.Neelam Abhinav Karthik2015-09-287-0/+97
| | | | | | | | | | | | | | | | | | - Add menu for noise reduction modes Change-Id: Ie5cd6590e08938fb8fbb668ac1b48aac5fe801c3
* | | Merge "SnapdragonCamera: Adding support for any number of cameras in app."Linux Build Service Account2015-09-302-51/+67
|\ \ \
| * | | SnapdragonCamera: Adding support for any number of cameras in app.Sanjeev Garg2015-09-162-51/+67
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | At present the SnapdragonCamera App can support maximum of 2 cameras. Generalizing SnapdragonCamera App to support any number of cameras exposed to the application. Note - If number of cameras supported is greater than 2 then we need to add corresponding entries in media_profiles.xml so that recording can work fine on more than 2 cameras supported. Change-Id: Ic20667e29e0541d71c764bfd51a9c7a4d2ea83cd
* | | | Merge "SnapdragonCamera: Touch not working on camera after tapping on settings."Linux Build Service Account2015-09-292-0/+18
|\ \ \ \
| * | | | SnapdragonCamera: Touch not working on camera after tapping on settings.likaid2015-09-162-0/+18
| |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | When taking a picture in the 3rd app the settings of camera is displayed. It will unsupport setting when taking a picture from the 3rd app. Change-Id: I926bed3d4c4b1c373532dc89168ba82990269a6b CRs-Fixed:901020
* | | | Merge "SnapdragonCamera:Fix icons overlapped with navigation bar"Linux Build Service Account2015-09-291-3/+3
|\ \ \ \
| * | | | SnapdragonCamera:Fix icons overlapped with navigation barlikaid2015-09-141-3/+3
| |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | When returning from Gallery app,the icons overlapped with navigation bar. Restore Camera app's systemui display attributes CRs-Fixed: 896214 Change-Id: I20462d843c9264e332b879cefe67a8e6dfe894e5
* | | | Merge "SnapdragonCamera: Fix rtl photo menu touch issue"Linux Build Service Account2015-09-291-0/+5
|\ \ \ \
| * | | | SnapdragonCamera: Fix rtl photo menu touch issuelikaid2015-09-141-0/+5
| |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | The touch rect is not correctly checked on RTL mode. Recheck touch rect range on preview menu. Change-Id: I40e980377f1765c9caea397a3be085142dd006ce CRs-Fixed: 904563
* | | | Merge "SnapDragonCamera: make exit smooth in landscape mode"Linux Build Service Account2015-09-291-0/+7
|\ \ \ \
| * | | | SnapDragonCamera: make exit smooth in landscape modelikaid2015-09-211-0/+7
| |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | In landscape mode, the system will change the display config to portrait, so the SurfaceView should destroy first, then close the camera device. As user press back key for exit camera, set the screen to portrait first, then close the camera device. CRs-Fixed: 890573 Change-Id: I01c5ed11aea00be6809231b704fb3b2514c20c84
* | | | Merge "SnapdragonCamera: Fix to make back key event work normally"Linux Build Service Account2015-09-291-4/+0
|\ \ \ \
| * | | | SnapdragonCamera: Fix to make back key event work normallylikaid2015-09-161-4/+0
| |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | When drop down the notification bar in sub setting mode,Camera will response for touch event to remove sub settting view but responding params mPopupStatus is not reset which cause this bug happen. There is no need to remove sub setting view when drop down notification bar. Change-Id: I5ea08bc23d5a29213e4c7568c7b1ad589d31f5ba CRs-Fixed: 906478
* | | | Merge "SnapdragonCamera: fix a thumbnail update issue"Linux Build Service Account2015-09-291-0/+1
|\ \ \ \
| * | | | SnapdragonCamera: fix a thumbnail update issueLikai Ding2015-09-211-0/+1
| |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | After longshot, mLastJpegData is shown but never cleared. In next shot if focusing succeeds but no picture taken, the data is shown as thumbnail. Change-Id: I1f3865bc2db1e600494398d281791f25444dabf8 CRs-Fixed: 890598
* | | | Merge "SnapdragonCamera: update Chinese translation"Linux Build Service Account2015-09-293-3/+3
|\ \ \ \
| * | | | SnapdragonCamera: update Chinese translationLikai Ding2015-09-243-3/+3
| | |_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | Update Chinese translation for "Store Location" in settings. The original translation might be confusing to users. Change-Id: Ib00cc9d69228347258e33ecec7da92342b319f61 CRs-Fixed: 905001
* | | | Merge "SnapdragonCamera:Remove the "Enable Advance Capture" text from camera"Linux Build Service Account2015-09-291-1/+0
|\ \ \ \
| * | | | SnapdragonCamera:Remove the "Enable Advance Capture" text from cameralikaid2015-09-241-1/+0
| |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Remove the text when the user sets "Chroma Flash" to "On". It says "Enable Advance Capture will disable Continuous Shot". This is confusing and should be removed. When user sets "Chroma Flash" to "On", ui don't show toast info. Change-Id: I3e04d924b8a533d9eb9303743453073162959afe CRs-Fixed: 905008
* | | | Merge "SnapdragonCamera: Update the options for the Picture quality"Linux Build Service Account2015-09-293-27/+8
|\ \ \ \
| * | | | SnapdragonCamera: Update the options for the Picture qualitylikaid2015-09-243-27/+8
| |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change the menu items for Picture quality setting Only leave three options for the Picture quality setting Change-Id: I09e615ffb933983352d4a15f44ffef23adbe64ea CRs-Fixed: 905006
* | | | Merge "SnapdragonCamera: Do not show focus when click invalid area."Linux Build Service Account2015-09-281-0/+1
|\ \ \ \ | |_|_|/ |/| | |
| * | | SnapdragonCamera: Do not show focus when click invalid area.likaid2015-09-111-0/+1
| | |/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | There is no area limit for click which cause the focus is responsed when click the invalid area. Add a judgement to avoid responding to invalid area. Change-Id: I9229afe81d7f540136a706e89aac71346c370834 CRs-Fixed: 903140
* | | Merge "SnapdragonCamera: Hide all camera setting when countdown timer starts"Linux Build Service Account2015-09-253-0/+34
|\ \ \ | |_|/ |/| |
| * | SnapdragonCamera: Hide all camera setting when countdown timer startslikaid2015-09-143-0/+34
| |/ | | | | | | | | | | | | | | | | | | | | | | Camera setting including module switcher scene mode filter mode and front/back camera switcher should not be used during countdown timer, since it may cause unexpected concurrent errors. Hide all the camera settings when countdown timer starts, show them again after countdown. Change-Id: I79c2add63c61d304fe0948e1c9fefe3a8c1a6fee CRs-Fixed: 900086
* | Merge "SnapdragonCamera: UbiFocus take histogram to get depth at a point"Linux Build Service Account2015-09-221-2/+32
|\ \
| * | SnapdragonCamera: UbiFocus take histogram to get depth at a pointByunghun Jeon2015-09-011-2/+32
| | | | | | | | | | | | | | | | | | | | | | | | Instead of directly reading one value, take a histogram around the touch point, to get more consistent value Change-Id: I93a7f9f04e08128c31670bcc50988dae53e669c2 CRs-Fixed: 900244
* | | Merge "SnapdragonCamera: Enable SeeMore option for 4k."Linux Build Service Account2015-09-211-37/+26
|\ \ \
| * | | SnapdragonCamera: Enable SeeMore option for 4k.Sanjeev Garg2015-09-211-37/+26
| | |/ | |/| | | | | | | | | | | | | | | | Currently SeeMore option for 4k recording is disabled. As per requirements, enabling the same. Change-Id: I69e84e0c20c199d80fc819f8aa6be62605bfbd79
* | | Merge "SnapdragonCamera: Use floating components during video record."Linux Build Service Account2015-09-2113-15/+222
|\ \ \
| * | | SnapdragonCamera: Use floating components during video record.Jay Wang2015-09-1613-15/+222
| |/ / | | | | | | | | | | | | | | | | | | | | | During recording, there are only 2 widgets on UI. Directly attaching them to window manager and making main UI layer fully transparent can reduce power consumption. Change-Id: I8c4f4768ab91d50fc72080f0f6d7316ee2e60ef4
* | | Merge "Consider fractional value in zoom circle calculation."Linux Build Service Account2015-09-211-6/+6
|\ \ \ | |/ / |/| |
| * | Consider fractional value in zoom circle calculation.Santhosh Kumar H E2015-09-161-6/+6
|/ / | | | | | | | | | | | | | | Fractional value was lost while rounding off zoom circle size to integer value. Due to this user was not able to zoom upto max zoom level. Change-Id: I99888075f4a484320939f813164bbca9c94dc11a
* | Merge "SnapdragonCamera: Reset navigation bar state whenever screen turns on"Linux Build Service Account2015-09-101-0/+7
|\ \
| * | SnapdragonCamera: Reset navigation bar state whenever screen turns onByunghun Jeon2015-09-021-0/+7
| | | | | | | | | | | | | | | | | | | | | Reset navigation bar state whenever screen turns on Change-Id: Ic1021322e33cf116706c533edaac0f28396fa631 CRs-Fixed: 887673
* | | Merge "SnapdragonCamera: Set default video resolution to 1080p"Linux Build Service Account2015-09-102-5/+8
|\ \ \
| * | | SnapdragonCamera: Set default video resolution to 1080pJay Wang2015-09-032-5/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Previously, default video recording resolution was largest available. This has been changed to be 1080p by default. Change-Id: I29b4d7d8d80af1472315fdacb9c1672403247f7f
* | | | Merge "SnapdragonCamera: Always enable FD with TruePortrait on"Linux Build Service Account2015-09-101-16/+34
|\ \ \ \
| * | | | SnapdragonCamera: Always enable FD with TruePortrait onJay Wang2015-09-031-16/+34
| |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | Face detection should always be on when TruePortrait is enabled. Menu item for FD will show on and disabled (not toggleable) when TruePortrait is on. Change-Id: Ibbe8b5aaede2590d2587e9f8094d84f8717a037a
* | | | Merge "SnapdragonCamera: limit longshot captures"Linux Build Service Account2015-09-101-0/+13
|\ \ \ \
| * | | | SnapdragonCamera: limit longshot capturesJay Wang2015-09-031-0/+13
| |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | Limit the number of shots captured during longshot/continuous capture mode. The limit will be based on sysprop: "persist.camera.longshot.shotnum". Reset the value to 0 to remove the limit. Change-Id: Ib8994d2e851fc95feab6b1a3817fc66c75836ccc
* | | | Merge "SnapdragonCamera: Fix progress indicator overlapped by thumbnail icon"Linux Build Service Account2015-09-091-1/+1
|\ \ \ \
| * | | | SnapdragonCamera: Fix progress indicator overlapped by thumbnail iconlikaid2015-09-071-1/+1
| |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The video progress indicator was near to the screen left, when recording a video with landscape mode, it will be overlapped by thumbnail icon. Adjust the padding left size of the indicator to avoid this issue. CRs-Fixed: 901605 Change-Id: I0d915c4a449422352e4a316a6ae1f662049d8807
* | | | Merge "SnapdragonCamera: Add Chinese string for makeup level"Linux Build Service Account2015-09-093-3/+9
|\ \ \ \
| * | | | SnapdragonCamera: Add Chinese string for makeup levellikaid2015-09-063-3/+9
| |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The makeup level was defined as "Low" "Mid" and "High" with hard code English strings, which could not be changed after system language changed. Add Chinese strings for them in string.xml file. Change-Id: Icb5b570791dfa19494bde9d321188620ca675a35 CRs-Fixed: 892963
* | | | Merge "SnapdragonCamera: Fix the preview thumbnail issue"Linux Build Service Account2015-09-091-0/+2
|\ \ \ \
| * | | | SnapdragonCamera: Fix the preview thumbnail issuelikaid2015-09-021-0/+2
| | |/ / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | When set the preview thumbnail imageView to visible, it used the drawable resource in cache which was set since last time. That caused we still could see the preview thumbnail though the bitmap was invalid. Clear the drawable resource in cache when the preview thumbnail is invalid. Change-Id: Id37620d32b8dff8dd3cad0f33da678b8709e6ee1 CRs-Fixed: 899905