summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* CaptureUI: handle secure capture when reviewing picturesAlexander Martinz2020-06-011-4/+11
* Snap: Add back SCENE_MODE_HDR_INT definitionMichael Bestas2020-03-141-0/+1
* Merge tag 'LA.UM.8.1.r1-14300-sm8150.0' of https://source.codeaurora.org/quic...Michael Bestas2020-03-119-40/+170
|\
| * SnapdraongCamera: cct mode wb is errorjiaoyuan2020-01-111-0/+1
| * SnapdragonCamera: Enable CAF function when HDR mode is ON.xianming wang2020-01-111-1/+2
| * SnapdraongCamera:Support GTS intentjunjiez2020-01-111-1/+2
| * Merge "Fix issue of updating Flash in HFR" into camera-SnapdragonCamera.lnx.2.0Camera Software Integration2020-01-011-5/+4
| |\
| | * Fix issue of updating Flash in HFRjinwu2019-11-281-5/+4
| * | Merge "SnapdragonCamera: Fix NP on monkey case" into camera-SnapdragonCamera....Camera Software Integration2020-01-011-1/+4
| |\ \
| | * | SnapdragonCamera: Fix NP on monkey casexianming wang2019-11-291-1/+4
| * | | SnapdraongCamera: disable color filter when enable mfnrjiaoyuan2019-12-022-1/+4
| |/ /
| * | Merge "SnapdraongCamera: set mLongshoting false" into camera-SnapdragonCamera...Camera Software Integration2019-11-281-0/+2
| |\ \
| | * | SnapdraongCamera: set mLongshoting falsejiaoyuan2019-11-071-0/+2
| | |/
| * | Merge "SnapdraongCamera:Disable HEIF when SelfieMirror" into camera-Snapdrago...Camera Software Integration2019-11-281-0/+30
| |\ \
| | * | SnapdraongCamera:Disable HEIF when SelfieMirrorjunjiez2019-11-111-0/+30
| | |/
| * | Merge "SnapdraongCamera: fix exception" into camera-SnapdragonCamera.lnx.2.0Camera Software Integration2019-11-281-1/+1
| |\ \
| | * | SnapdraongCamera: fix exceptionjiaoyuan2019-11-151-1/+1
| | |/
| * | Merge "SnapdraongCamera: hide flash icon" into camera-SnapdragonCamera.lnx.2.0Camera Software Integration2019-11-281-1/+6
| |\ \
| | * | SnapdraongCamera: hide flash iconjiaoyuan2019-11-191-1/+6
| | |/
| * | Merge "SnapdraongCamera:Fix recording pause" into camera-SnapdragonCamera.lnx...Linux Build Service Account2019-11-281-2/+8
| |\ \
| | * | SnapdraongCamera:Fix recording pausejunjiez2019-11-151-2/+8
| | |/
| * | Merge "SnapdragonCamera: Filter less 720P videoSize when EIS enable" into cam...Linux Build Service Account2019-11-282-22/+33
| |\ \
| | * | SnapdragonCamera: Filter less 720P videoSize when EIS enablexianming wang2019-11-152-22/+33
| | |/
| * | Merge "SnapdraongCamera:Add shutter logs" into camera-SnapdragonCamera.lnx.2.0Linux Build Service Account2019-11-281-0/+2
| |\ \
| | * | SnapdraongCamera:Add shutter logsjunjiez2019-11-211-0/+2
| | |/
| * / SnapdraongCamera: hide AEB after restorejiaoyuan2019-11-222-2/+4
| |/
| * Merge "SnapdragonCamera: Correct the mBackCameraId and mFrontCameraId" into c...Camera Software Integration2019-11-061-2/+3
| |\
| | * SnapdragonCamera: Correct the mBackCameraId and mFrontCameraIdxianming wang2019-10-301-2/+3
| * | Merge "SnapdraongCamera:APP-ZSL size" into camera-SnapdragonCamera.lnx.2.0Camera Software Integration2019-11-061-1/+6
| |\ \
| | * | SnapdraongCamera:APP-ZSL sizejunjiez2019-10-291-1/+6
| | |/
| * | Merge "SnapdragonCamera: Flash icon appears after countdown" into camera-Snap...Camera Software Integration2019-11-061-1/+9
| |\ \
| | * | SnapdragonCamera: Flash icon appears after countdownjiaoyuan2019-10-181-1/+9
| | |/
| * | Removes all usages of ScriptC_* variables.Divya Sharma2019-11-041-15/+0
| * | Merge "SnapdragonCamera: Disable MPEG4 when enable EIS and less 720P" into ca...Camera Software Integration2019-11-012-0/+26
| |\ \
| | * | SnapdragonCamera: Disable MPEG4 when enable EIS and less 720Pxianming wang2019-10-082-0/+26
| | |/
| * | Merge "SnapdragonCamera: options button missing in promode" into camera-Snapd...Camera Software Integration2019-11-011-0/+1
| |\ \
| | * | SnapdragonCamera: options button missing in promodejiaoyuan2019-10-171-0/+1
| | |/
| * | Merge "SnapdraongCamera:Filter HEIF size" into camera-SnapdragonCamera.lnx.2.0Camera Software Integration2019-11-011-4/+42
| |\ \
| | * | SnapdraongCamera:Filter HEIF sizejunjiez2019-10-161-4/+42
| | |/
| * | Merge "SnapdraongCamera: mms do not need high speed" into camera-SnapdragonCa...Camera Software Integration2019-11-011-2/+1
| |\ \
| | * | SnapdraongCamera: mms do not need high speedjiaoyuan2019-10-091-2/+1
| | |/
| * / SnapdragonCamera: hide navigation barjiaoyuan2019-10-101-1/+2
| |/
* | Snap: catch NumberFormatException in getDeviceSocIdJan Altensen2020-02-031-1/+2
* | Snap: Convert leftover persist.camera.* to persist.sys.camera.*Michael Bestas2020-01-122-5/+9
* | Snap: Handle SDCard-removed caselineage-17.0Michael W2019-11-251-0/+8
* | Snap: Don't remove scene modes!dianlujitao2019-11-211-5/+1
* | Snap: Perform null check on AF state in updateCaptureStateMachinedianlujitao2019-11-211-0/+5
* | Snap: Fix getting supported ISO with legacy HALdianlujitao2019-11-211-6/+21
* | Snap: Don't query camera hardware on camera button actionLuK13372019-11-111-11/+0
* | Fix NPE when removing RAW settingLuK13372019-11-091-1/+1