summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * | Merge "SnapdragonCamera: Add QHD and 2K video qualities."Linux Build Service Account2015-10-263-0/+10
| |\ \
| | * | SnapdragonCamera: Add QHD and 2K video qualities.Sanjeev Garg2015-09-273-0/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Adding video qualities QHD (2560x1440) and 2K (2048x1080) Change-Id: Ie1500d61d2614a3cfd542f7a298c92a3208c4c7b
| * | | Merge "VideoModule: Removing tmpPath and use path"Linux Build Service Account2015-10-231-2/+1
| |\ \ \
| | * | | VideoModule: Removing tmpPath and use pathJack Yoo2015-10-211-2/+1
| |/ / / | | | | | | | | | | | | | | | | | | | | | | | | Not necessary to have tmpPath as it won't be accessed together Change-Id: I0a97e2b114bf7a554b21c4ccb20d620a01a3c579 CRs-Fixed: 877959
| * | | Merge "SnapdragonCamera: fix settings menu crash"Linux Build Service Account2015-10-201-1/+1
| |\ \ \
| | * | | SnapdragonCamera: fix settings menu crashLikai Ding2015-10-151-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Default picture quality was not updated according to the new list. This has been fixed to avoid runtime crash. Change-Id: I01b839e0346965662cd675cb94c04fece555f8da
| * | | | Merge "SnapdragonCamera: limit video file size on SD card"Linux Build Service Account2015-10-181-0/+6
| |\ \ \ \ | | |/ / / | |/| | |
| | * | | SnapdragonCamera: limit video file size on SD cardlikaid2015-09-101-0/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Videos over 4GB on SD card cannot be played correctly. Set a limit if video is stored on SD card. Change-Id: I9f658527c2f6ee4408b6f9c8c0b45e2b9ea9bf8b CRs-Fixed: 902533
| * | | | Merge "SnapdragonCamera: Handle startPreview exception in camera."Linux Build Service Account2015-10-144-4/+43
| |\ \ \ \
| | * | | | SnapdragonCamera: Handle startPreview exception in camera.Sanjeev Garg2015-10-134-4/+43
| |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | If any exception occurs in start preview then camera app should handle this exception and should display error pop-up and exit gracefully. CRs-Fixed: 919778 Change-Id: I80b60224d5d47a96dad78c40f8a23e3e9be45e65
| * | | | 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