summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Snap: remove duplicate pause buttonlineage-17.1Alexander Martinz2020-06-011-10/+0
| | | | | Change-Id: I271b846d03999c908c8c714f86758091166b1bc5 Signed-off-by: Alexander Martinz <amartinz@shiftphones.com>
* CaptureUI: handle secure capture when reviewing picturesAlexander Martinz2020-06-011-4/+11
| | | | | | Test: run cts --skip-preconditions -m CtsProviderUiTestCases -t android.providerui.cts.MediaStoreUiTest#testImageCaptureWithInadequeteLocationPermissions Change-Id: I492103ff68036f4c3474d4172a3ba31ab19efe1b Signed-off-by: Alexander Martinz <amartinz@shiftphones.com>
* Automatic translation importMichael Bestas2020-05-2323-1/+235
| | | | Change-Id: Icd72121d51ee8357c803e73a904701182329d0d1
* Move Snap and its libs to /productAnton Hansson2020-05-092-1/+7
| | | | | | | | | | This app is frequently overriden by proprietary apps on shipping devices, so move it to /product along with its jni libs. Bug: 122353713 Test: launch camera on aosp_arm64 emulator Change-Id: Ia6453e71cc93ea545f4ef3e9b609dff3f0e42243
* Snap: Add privapp permissions xmlMichael Bestas2020-05-092-0/+41
| | | | Change-Id: I46b29c519f98d56eea3057f73e9411f9ea9a2340
* Snap: Rename prevent power key permissionAlexander Martinz2020-04-271-1/+1
| | | | | | | | | * We must not use the "android" namespace or CTS fails. * Re-alphabetize according to the rename. Change-Id: I6197c7437807a64fb60aa86903e1269fd6e611ad Signed-off-by: Alexander Martinz <amartinz@shiftphones.com> Signed-off-by: Nolen Johnson <johnsonnolen@gmail.com>
* Automatic translation importMichael Bestas2020-04-23238-239/+1081
| | | | Change-Id: Ibe5c354f1a31a05da75f9e9f9413e7a9eba0b428
* Snap: quickreader: Don't allow insecure actionsMichael W2020-04-152-4/+21
| | | | | | | | | * In order to not allow any app to start in the background or website to be opened, do not allow click actions on quickreader when the device is locked Fixes: https://gitlab.com/LineageOS/issues/android/-/issues/1747 Change-Id: I75486dfb4468405356172c6da51abfca733ec541
* Automatic translation importMichael Bestas2020-03-3011-11/+0
| | | | Change-Id: Ifa5a469def44471908b1ef272999329d773948ca
* Revert "Do not override Camera2 for targets using vanilla AOSP"razorloves2020-03-271-3/+0
| | | | | | | | * So that nexus/pixel devices don't end up with Camera2 and Snap. This reverts commit ffc7cfae5d8cf625926f9836a0087b50f02b680b. Change-Id: Ic32ec4f30055f64de3b07bbd7d96722120669cb1
* Snap: Add back SCENE_MODE_HDR_INT definitionMichael Bestas2020-03-141-0/+1
| | | | | | This partially reverts commit 4fbfaff93c9abd0825453c7b91c1528a38bd4564. Change-Id: Id94048813862ee43941295d64ee7d31fe3bfb6e4
* Merge tag 'LA.UM.8.1.r1-14300-sm8150.0' of ↵Michael Bestas2020-03-1112-41/+188
|\ | | | | | | | | | | | | | | | | | | | | | | https://source.codeaurora.org/quic/la/platform/packages/apps/SnapdragonCamera into lineage-17.1 "LA.UM.8.1.r1-14300-sm8150.0" Conflicts: src/com/android/camera/CameraHolder.java src/com/android/camera/CaptureModule.java Change-Id: Ifc0f89fcc36e8ce225cda91b1e6fe8c44e9bee29
| * Merge 7dafc0bea65f88b9f9ba707a317b371df53d32af on remote branchLinux Build Service Account2020-02-041-1/+3
| |\ | | | | | | | | | Change-Id: I070f3467ad207d76a6a77c1e23d1c66b3b114652
| | * SnapdraongCamera: cct mode wb is errorjiaoyuan2020-01-111-0/+1
| | | | | | | | | | | | | | | | | | | | | when cct mode, should set CONTROL_AWB_MODE_OFF to CONTROL_AWB_MODE, then the wb will show Manual. Change-Id: Idb37e11f140181683ea72b58af50c31edb9abae2
| | * SnapdragonCamera: Enable CAF function when HDR mode is ON.xianming wang2020-01-111-1/+2
| | | | | | | | | | | | | | | | | | Enable CAF function when HDR mode is ON. Change-Id: I8a75c9b6fd5392d2385f40fccc7eae05a23a75d5
| | * SnapdraongCamera:Support GTS intentjunjiez2020-01-111-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | Get extra parameter from GTS intent to check if need to open front camera. Change-Id: Ide3d004ceb3626a246a45f9ec18db454628a6542 CRs-Fixed: 2581193
| | * SnapdraongCamera:Allow voice launchjunjiez2020-01-111-0/+4
| | | | | | | | | | | | | | | | | | | | | | | | Add android.intent.category.VOICE in the mainifest Change-Id: Id4201c468a69529a26f9c819de5f27bfacec045e CRs-Fixed: 2581193
| * | Merge "SnapdraongCamera:Allow voice launch" into ↵Linux Build Service Account2020-01-091-0/+4
| |\ \ | | | | | | | | | | | | camera-SnapdragonCamera.lnx.2.0.r2-rel
| | * | SnapdraongCamera:Allow voice launchjunjiez2020-01-091-0/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add android.intent.category.VOICE in the mainifest Change-Id: I061e8587b93db579ccde2006664fb274b12742a8 CRs-Fixed: 2581193
| * | | SnapdraongCamera:Support GTS intentjunjiez2020-01-091-1/+2
| |/ / | | | | | | | | | | | | | | | | | | | | | Get extra parameter from GTS intent to check if need to open front camera. Change-Id: I5803e2460f195524cbf139842f6e433e0a7321b4 CRs-Fixed: 2581193
| * | Merge 554182a31ec4aff133c82119f7bcaccb130b2baf on remote branchLinux Build Service Account2020-01-084-8/+13
| |\| | | | | | | | | | Change-Id: Icda0aacfe952268ac3c3c75fdeee3c441b95dc05
| | * Merge "Update version number to 2.02.037" into camera-SnapdragonCamera.lnx.2.0Camera Software Integration2020-01-011-1/+1
| | |\
| | | * Update version number to 2.02.037jinwu2019-12-231-1/+1
| | | | | | | | | | | | | | | | Change-Id: Iffbbb899a4a57433c26f23664042f96c152f7c4e
| | * | 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
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | It doesn't allow to change requests batch in high speed session, so when update flash mode in HFR, it should still send preview and video requests together. Change-Id: Id4092acca15e2bf465f1ebd632f2fa4799567594
| | * | | Merge "SnapdragonCamera: Fix NP on monkey case" into ↵Camera Software Integration2020-01-011-1/+4
| | |\ \ \ | | | | | | | | | | | | | | | | | | camera-SnapdragonCamera.lnx.2.0
| | | * | | SnapdragonCamera: Fix NP on monkey casexianming wang2019-11-291-1/+4
| | | | |/ | | | |/| | | | | | | | | | | | | | | | | | | | | Fix NP on monkey case. Change-Id: Ia7e7a5bc5edab31adaf5e35668d12e77a4890257
| | * / | SnapdraongCamera: disable color filter when enable mfnrjiaoyuan2019-12-022-1/+4
| | |/ / | | | | | | | | | | | | | | | | | | | | Color filter menu shoud be disabled when enable MFNR in front camera Change-Id: I41689623f5221a14938deb5e65f55e91ae41bdc2
| * | | Merge ffec76b20605e741a922960b28e772bd3cc8cfa0 on remote branchLinux Build Service Account2019-12-096-29/+100
| |\| | | | | | | | | | | | | | Change-Id: I56d896f82ed3ad2deab62950dbec3fd5673e6ac2
| | * | Merge "SnapdraongCamera: set mLongshoting false" into ↵Camera Software Integration2019-11-281-0/+2
| | |\ \ | | | | | | | | | | | | | | | camera-SnapdragonCamera.lnx.2.0
| | | * | SnapdraongCamera: set mLongshoting falsejiaoyuan2019-11-071-0/+2
| | | |/ | | | | | | | | | | | | | | | | | | | | set mLongshoting false when long capture finish Change-Id: If64153b17976552917ef82f04ba9baab4aaf61ee
| | * | Merge "SnapdraongCamera:Disable HEIF when SelfieMirror" into ↵Camera Software Integration2019-11-281-0/+30
| | |\ \ | | | | | | | | | | | | | | | camera-SnapdragonCamera.lnx.2.0
| | | * | SnapdraongCamera:Disable HEIF when SelfieMirrorjunjiez2019-11-111-0/+30
| | | |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | SelfieMirror need to use app-zsl,but app-zsl is not supported,so disable heif when SelfieMirror is enabled. Change-Id: I31a5e482a73716521dd3bacd637db4df119a508d CRs-Fixed: 2534960
| | * | Merge "SnapdraongCamera: fix exception" into camera-SnapdragonCamera.lnx.2.0Camera Software Integration2019-11-281-1/+1
| | |\ \
| | | * | SnapdraongCamera: fix exceptionjiaoyuan2019-11-151-1/+1
| | | |/ | | | | | | | | | | | | | | | | | | | | | | | | when onCaptureSequenceCompleted, surface is not ready, catch exception Change-Id: Ia58afe18210bdbebdaf372b52e6234652cd4db33
| | * | Merge "SnapdragonCamera: Add TextView for fix UI blured" into ↵Camera Software Integration2019-11-281-0/+13
| | |\ \ | | | | | | | | | | | | | | | camera-SnapdragonCamera.lnx.2.0
| | | * | SnapdragonCamera: Add TextView for fix UI bluredxianming wang2019-11-201-0/+13
| | | |/ | | | | | | | | | | | | | | | | | | | | | | | | Add TextView for fix UI blured. CRs-Fixed: 2557406 Change-Id: I398d64129038367826569d615dac8df7c3ee6e1c
| | * | 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
| | | |/ | | | | | | | | | | | | | | | | | | | | Flash icon should be hidden when SW MFNR enabled. Change-Id: I6dee92825d1b069f364a325457cf82ed9f649a68
| | * | Merge "Update version number to 2.02.036" into camera-SnapdragonCamera.lnx.2.0Linux Build Service Account2019-11-281-1/+1
| | |\ \
| | | * | Update version number to 2.02.036jinwu2019-11-221-1/+1
| | | |/ | | | | | | | | | | | | Change-Id: Ic07be9d88284b0c9e6a45c2f49c03eec158190ac
| | * | Merge "SnapdraongCamera:Fix recording pause" into ↵Linux Build Service Account2019-11-281-2/+8
| | |\ \ | | | | | | | | | | | | | | | camera-SnapdragonCamera.lnx.2.0
| | | * | SnapdraongCamera:Fix recording pausejunjiez2019-11-151-2/+8
| | | |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | Catch IllegalStateException when fails to pause video recording. Change-Id: Id1c4978db58bd040dd695313bf246202fd7357c7 CRs-Fixed: 2565211
| | * | Merge "SnapdragonCamera: Filter less 720P videoSize when EIS enable" into ↵Linux Build Service Account2019-11-282-22/+33
| | |\ \ | | | | | | | | | | | | | | | camera-SnapdragonCamera.lnx.2.0
| | | * | SnapdragonCamera: Filter less 720P videoSize when EIS enablexianming wang2019-11-152-22/+33
| | | |/ | | | | | | | | | | | | | | | | | | | | Filter less than 720P video quality when EIS enable. Change-Id: I9dbcccceb9e17927eb46afb3a6210621aaa8bb60
| | * | 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
| | | |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add logs for shutter button when click and release to indicate shot to shot latency Change-Id: Ie16c6341b396243164c03ecdf6f60a25023f5bef CRs-Fixed: 2515200
| | * / SnapdraongCamera: hide AEB after restorejiaoyuan2019-11-222-2/+4
| | |/ | | | | | | | | | | | | | | | hide AEB after restore Change-Id: I5f9b6222e2f14eab7a41da04f90bb1f5b87faabe
| * | Merge f3b7cacf2b53b3239fc29ffddc2028be6dba89a2 on remote branchLinux Build Service Account2019-11-169-27/+91
| |\| | | | | | | | | | Change-Id: I082200d89429742edeb5ad05a0603c4a09c6db7c
| | * Update version number to 2.02.035jinwu2019-11-061-1/+1
| | | | | | | | | | | | Change-Id: I78b8bef52fff617a9f0d701cf3d9edb7dd172622