summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* SnapdragonCamera: Handle startPreview exception in camera.Sanjeev Garg2015-10-133-4/+42
| | | | | | | | | | 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-013-0/+56
|\ \
| * | SnapdragonCamera: Add noise reduction modes.Neelam Abhinav Karthik2015-09-283-0/+56
| | | | | | | | | | | | | | | | | | - 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: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: 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-217-12/+109
|\ \ \
| * | | SnapdragonCamera: Use floating components during video record.Jay Wang2015-09-167-12/+109
| |/ / | | | | | | | | | | | | | | | | | | | | | 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
* / / 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-101-4/+7
|\ \ \
| * | | SnapdragonCamera: Set default video resolution to 1080pJay Wang2015-09-031-4/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 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
* | | | Merge "SnapdragonCamera: show pause button for time lapse recording"Linux Build Service Account2015-09-091-1/+1
|\ \ \ \
| * | | | SnapdragonCamera: show pause button for time lapse recordingLikai Ding2015-09-081-1/+1
| | |/ / | |/| | | | | | | | | | | | | | | | | | | | | | Time lapse recording now has pause/resume support, so don't hide pause button. Change-Id: Ia1b4f1bd2f571cb4a2b9f6f27f07d442eb43be61
* | | | Merge "SnapdragonCamera: Fix not able to view other pictures when macro mode"Linux Build Service Account2015-09-091-0/+1
|\ \ \ \
| * | | | SnapdragonCamera: Fix not able to view other pictures when macro modelikaid2015-08-261-0/+1
| | |_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | In Macro+ mode, it always started the refocus editor view when clicked the preview thumbnail, that caused user could not view other pictures. Reset the flag mLastPhotoTakenWithRefocus to false when onResume,start the refocus editor only one time after take a picture with macro+ mode. Change-Id: I07772772be0e6227b87c4f58c900a6c024cd2fdc CRs-Fixed: 896098
* | | | Merge "SnapdragonCamera: Set color effect as none when turn HDR on"Linux Build Service Account2015-09-091-3/+11
|\ \ \ \
| * | | | SnapdragonCamera: Set color effect as none when turn HDR onlikaid2015-08-251-3/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Some color effects has special tone, if do HDR for specific color effects like Negative, we'll get unreasonable pictures. Disable the color effect when HDR on and set it as none effect. Change-Id: I8dca19b081504abaa85728b6d67b85699a184abb CRs-Fixed: 894360
* | | | | Merge "SnapdragonCamera: Stop the longshot when the storage is full"Linux Build Service Account2015-09-092-3/+19
|\ \ \ \ \
| * | | | | SnapdragonCamera: Stop the longshot when the storage is fulllikaid2015-09-062-3/+19
| | |_|/ / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The remainingPhotos was decreeased by 1 for each shot, when it came to 0, the longshot process was not stopped. When the remaining photos are less than 20, show "<20" for the remainingPhotos; When the storage is full, Stop the longshot process. Change-Id: Ifb1fb38f668132e1058f8a937afa9fa0b5afb5a7 CRs-Fixed: 893008