summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Automatic translation importcm-14.1Michael Bestas2019-08-0638-998/+2295
| | | | Change-Id: Ib72cf083086e90aaa0b4fa3412cd92c1ce534034
* Automatic translation importMichael Bestas2019-03-11372-76561/+33345
| | | | Change-Id: I01ec047a79caae3df62b1e6c959af4e709ef11f2
* Automatic translation importMichael Bestas2018-10-1411-56/+77
| | | | Change-Id: Icb31ed9073c4b4bc24aaf7a92ef2b64bba1c3128
* SnapdragonCamera: Panorama, replace border drawabledarkobas2018-06-0314-9/+15
| | | | Change-Id: Ic86c7146f53b96e70259fd6da81050277ebda23b
* Snap: remove unused shutter buttonsAndreas Blaesius2018-06-03168-144/+0
| | | | Change-Id: Id913626bbccc6fd245ed9f46374389ca7eca3c30
* Snap: Remove leftover translationsTim Schumacher2018-05-283-29/+0
| | | | Change-Id: Iea879cbaf10410fc3ebb7d8c40548f58dcf60c60
* Snap: Allow quickreader to work with secure deviceMichael W2018-05-252-1/+16
| | | | | | | | | | | * Mimic the behaviour from CameraActivity to allow using the quickreader activity with locked screen * Pass the value if mSecureCamera as SECURE_CAMERA_EXTRA flag to get knowledge if the WindowManager flags have to be modified * Also tested: Scanning an url doesn't allow bypassing the lockscreen, so it's only the reader itself which will work with a locked device Change-Id: Ia9da7b712f5e5aab32a49d272e3d42651dee412d
* Automatic translation importMichael Bestas2018-05-056-0/+191
| | | | Change-Id: I22e4f983853effd372c7e1a75270658091122399
* Automatic translation importMichael Bestas2018-03-2826-133/+249
| | | | Change-Id: Ifefa4d1978d7bff1242e16c71cd18845aa52cef6
* Automatic translation importMichael W2018-02-1728-15/+135
| | | | Change-Id: Ia49509a2cfa5c67b4243c38ff3b51410407861e9
* Automatic translation importMichael Bestas2018-02-041-0/+5
| | | | Change-Id: I6b7f4774f76c862158012b22e7ac36b992ae8ab7
* Automatic translation importMichael Bestas2018-02-04116-851/+1420
| | | | Change-Id: Idc6a452a007067e3041bd7e4f19e87573763fd32
* Snap: Fix translatability issuesMichael Bestas2018-02-032-12/+21
| | | | | | * We should avoid putting arrays in crowdin Change-Id: I599c939f06a1dabb5d39921a0ecd2deecb3a49fe
* Snap: Update pano and video icons to be more like photo iconsPaul Keith2018-01-289-20/+20
| | | | | | | * Put the colored ring on the _outside_ of the shutter * While we're at it, cleanup naming and usage of color resources Change-Id: I4f344fa272374d043f2b83dba7248e263fab8bf0
* Snap: Add missing thumbnails for filter modesSebastian Haderecker2018-01-147-6/+6
| | | | | | | | | | | | Added: Washed Vintage warm Vintage cold Point green Point blue Point red-yellow Change-Id: Ib5f6781347ad7cf99eb50e4e6be0446624219981
* Automatic translation importMichael W2018-01-13105-2/+3514
| | | | Change-Id: I429cae7c6c77a5c555abcfc3a6c4f2c629253e30
* Snap: Rip out hdr-need-1x optionPaul Keith2018-01-097-74/+1
| | | | | | | | | | * This breaks HDR on every device that has this param, because this makes the camera HAL return *1* e*x*tra frame at 0 exposure, and since Snap doesn't know what to do with this extra frame, it erroneously saves it as a second picture on device storage * Remove this option entirely to make HDR great again Change-Id: I8ef4072eb030f4ab6e608a0da268274a3dc58e34
* Snap: add QReader to module switchJoey Rizzoli2017-12-234-3/+39
| | | | | Change-Id: I7cc33c7ebc6de35d19979a9a70f198029e46d88f Signed-off-by: Joey Rizzoli <joey@lineageos.org>
* QuickReader: initial commitJoey Rizzoli2017-12-2323-2/+1044
| | | | | | | libs from me.dm7.barcodescanner:zxing:1.9.0 maven cache Change-Id: Ib97b7e54d8e28cd6f637e452eb41045052cae3dc Signed-off-by: Joey Rizzoli <joey@lineageos.org>
* Automatic translation importAbhisek Devkota2017-12-168-0/+1112
| | | | Change-Id: Ic9d5a7b98fffbb153ffc84b79a1698e44b79b683
* Automatic translation importAbhisek Devkota2017-12-116-0/+562
| | | | Change-Id: I0bce8fd9528294d7485a87f00283a12976857b0a
* Automatic translation importAbhisek Devkota2017-10-211-11/+11
| | | | Change-Id: I64c230b6a9e004d0ba788d4d0d2c11cff687575d
* Remove obsolete values-be translationsMichael Bestas2017-09-303-568/+0
| | | | | | * values-be-rBY is used now Change-Id: Icc22774388f0f9d924b055de41cb373328c28613
* Automatic translation importAbhisek Devkota2017-09-181-1/+1
| | | | Change-Id: I0295a8d8b9e752532dfaae6fc5093e8c3b6e20c2
* WideAnglePanoramaUI: Show switcher on Stop CaptureAlberto972017-09-111-0/+1
| | | | | | | | | * Fix the issue where the camera mode switcher is disabled after rendering a panorama photo BUGBASH-1004 Change-Id: Iba653870c02d5791ec09dc414dfd63a3aeb50866
* Snap: fix highspeed and high-framerate video recordingcodeworkx2017-09-034-17/+53
| | | | | | | | | | | | | | | | | | | | | | | | | This commit adds parts of the following commits: From: Jay Wang <jaywang@codeaurora.org> Date: Fri, 28 Oct 2016 14:42:04 -0700 Subject: [PATCH] SnapdragonCamera: Adjust video encoder bit rate and add 60fps support - Configure the video encoder bit rate to the recommended value - Add 60fps video frame rate support Change-Id: I477487c4c4fab5479534896d90e08c3eadddc54f CRs-Fixed: 1074187 From: Sai Kumar Sanagavarapu <ssanagav@codeaurora.org> Date: Tue, 11 Aug 2015 15:23:15 +0530 Subject: [PATCH] SnapdragonCamera: Query encoder capabilities for unsupported profiles. Query encoder capabilities like max fps, width, height ,etc and based on this result enable/disable certain profiles/hfr modes. Change-Id: Ib5adf74eaa8d50f9ed8337a88932527624727cd4
* Snap: fix ArrayIndexOutOfBoundsException on setUpCameraOutputscodeworkx2017-08-261-1/+11
| | | | Change-Id: I23b0bdb2f637cc6cc78677dfaf2b6a23eebeb6cf
* Automatic translation importAbhisek Devkota2017-08-193-2/+19
| | | | Change-Id: Ic2ae369c1c05ff09eb45fdf6c6004aa1e712ace5
* Snap: add missing null check on isCamera2Supportedcodeworkx2017-08-131-12/+16
| | | | Change-Id: Ic1437db15763cf342088b8911298433d9ccd26ae
* Automatic translation importAbhisek Devkota2017-08-081-2/+2
| | | | Change-Id: I7c2a1f3c7ff0b4767d5ca1211965813e7e35574e
* Automatic translation importAbhisek Devkota2017-08-035-29/+31
| | | | Change-Id: I97e537aba1ac490391ca0acc0c539d03c7da36fa
* Snap: fix low resolution front camera switch iconnijel82017-07-311-0/+0
| | | | Change-Id: I90a45efaa145e070a0680b550f4936eca54d706e
* Revert "Revert "SnapdragonCamera: Adding PRIVILEGED true""Arne Coucheron2017-07-281-0/+1
| | | | | | | | Breaks external storage access. This reverts commit bbb6ee12f99d32e4ce04670f1edf3fa484c0d401. Change-Id: I5b3c47a5b189fcb1592964c5eddafb49365c1571
* Revert "SnapdragonCamera: Adding PRIVILEGED true"Michael W2017-07-271-1/+0
| | | | | | | | | | | | | | This reverts commit 382e2cb9c930a129aca9e83315660e8172786fb4. * The original commit was a quick way to get the needed permissions without adding the support for runtime permissions, which are now handled. * this kind of app is not expected to be a privileged app and as consequence it ends up running in the wrong SElinux context -> Fixes taking and cropping user images Change-Id: Ic585d232ada6dcba208fcb49634e46806e4b954f
* Automatic translation importAbhisek Devkota2017-07-251-1/+1
| | | | Change-Id: I66f08baf3ac80196ad15608f9135be03cca77f08
* Automatic translation importAbhisek Devkota2017-07-227-31/+55
| | | | Change-Id: Icdce2bea8b9c08750080cae6265f7fda4fa25750
* Revert some permissions related changesGabriele M2017-07-132-4/+1
| | | | | | | | | | | | | These permissions are not required, so remove them. Since we no longer declare their use, go back to the default signing key. This will allow to disable the Snap from the settings. This reverts the following commits: 53e8b4a71dd0515d922964 ("SnapdragonCamera: Add missing permissions") bd1d6ea46043e54feca758 ("Snap: Sign with platform key") Change-Id: I54add5781555f1672918817825ea97c8b51e8ded
* Add overlay for restarting camera preview for additional camerasLuK13372017-07-122-1/+9
| | | | Change-Id: I95eb7237b101b73d66fe231a11d0c8d5156bfe47
* Automatic translation importAbhisek Devkota2017-06-303-0/+24
| | | | Change-Id: Ic79a8add4c98da08a78fc096682d8fc6617f5760
* Automatic translation importAbhisek Devkota2017-06-225-380/+392
| | | | Change-Id: Iae1d2c6d377b203ec8905d52815510c616f2f1d9
* SnapdragonCamera: Fix ghosting when non-zsl in VGA/QVGA sizemingwax2017-06-132-44/+43
| | | | | | | | | | (1) Increase the size of the preivewSize according to the ratio of the pictureSize. (2) Change the mVideoSnapshotSize from the mPictureSize to mVideoSize. (3) Reconstruction the getMaxPictureSizeLessThan4K method. CRs-Fixed: 1116242 Change-Id: Ic7dbab23fd0ee083cd38818fa39f4893de7c1d24
* SnapdragonCamera: Fix live shot image stretch when recording is 4Kmingwax2017-06-131-1/+7
| | | | | | | | | When the video is seted 4K UHD, the mVideoSnapshotSize should be setted the similar aspect ratio to ensure the picture which live shotted is not stretched. CRs-Fixed: 2012167 Change-Id: I15d139c6d558923d6b4a32ee3613c44c7a974129
* SnapdragonCamera: Fix photo reversed when enable selfie Mirrormingwax2017-06-131-3/+1
| | | | | | | | | | | When camera is opened with front camera, enable SelfieMirror in horizontal screen. When jpegData`s exif `s orientation is enabled, set the image rotation angle of 180 degrees to ensure the picture is right direction. SDM660 installed front camera is 270 degree. MSM8998 installed front camera is 90 degree. CRs-Fixed: 1112749 Change-Id: I350f588142215e7b0793d1aa6dc573bad239baac
* SnapdragonCamera: Fix photo reversed when enable selfie Mirrormingwax2017-06-131-3/+8
| | | | | | | | | When camera is open front camer, and is in horizontal screen mode enable Selfie Mirror, set the image rotation angle of 180 degrees, to ensure the picture is right direction. CRs-Fixed: 1112749 Change-Id: I9b53804b7897f174c537693ff59db96df858e71d
* SnapdragonCamera: Fix preview in wrong sizejunjiez2017-06-131-0/+3
| | | | | | | | | After setPreviewSize() is called, the size of the preview is not changed, need to invoke showSurfaceView to make it update. Change-Id: I67215bcce77c1016a0dfd66d100dcd251597af78 CRs-Fixed: 1105422
* SnapdragonCamera: Fix front camera preview flippedjunjiez2017-06-132-0/+12
| | | | | | | | Modidfy render script to implement new flip way according to the front camera mounting position. Change-Id: I5681447aa17c0499bcb7dc47eef6d4793ee68818 CRs-Fixed: 1097179
* SnapdragonCamera: Fix preview is flipped on 8996junjiez2017-06-132-6/+23
| | | | | | | | Modidfy render script to implement flip another way not 90 according to the camera mounting position. Change-Id: Id6b305fd2b00bc4193f1ba73d4253794e04ee3a6 CRs-Fixed: 1087483
* SnapdragonCamera: Camera1 Selfie Mirror orientation checkJack Yoo2017-06-131-5/+20
| | | | | | | Checking the case that front facing camera is 90 instead of 270. Change-Id: I75319db771057d64d1a21a1de825edd54af83982 CRs-Fixed: 1072060
* SnapdragonCamera: Fix Camera1 force close when refocusing the picture.pezhan2017-06-131-3/+17
| | | | | | | | | | | | When the screen is PORTRAIT mode, we get the screen always height < width. But we get the image always height < width.Under this circumstance, the inSampleSize maybe incorrect , which will cause OOM when create bitmap. Need to check the screen's orientation,and choose the correct width and height to calculate the inSampleSize. Change-Id: I11743c862ebdb9d35c4fc5de7bf40003c69b7219 CRs-Fixed: 2013250
* SnapdragonCamera: Change video snapshot picture size logicByunghun Jeon2017-06-132-15/+16
| | | | | | | | Remove auto video snapshot size menu and use picture size setting instead. In case of 4k, use one that is smaller than 4k. Change-Id: Ic8ab193055afa0f571c73a074d346c2a9f8dbacd CRs-Fixed: 1066519