summaryrefslogtreecommitdiffstats
path: root/res
Commit message (Collapse)AuthorAgeFilesLines
* Snap: support more resolutionsJason Riordan2016-01-122-96/+114
| | | | | | Added for Zenfone 2 but may support others Change-Id: I857de8948f4c70dd95e2fd3a9578c7b1a435d7d7
* Snap: remove captureUI pngdrawablesjrizzoli2016-01-1249-1/+0
| | | | | | | CM now supports 90/270 degrees rotated vectordrawables Change-Id: I13b36463c60430564c00bd1e36393fff7ddbfdae Signed-off-by: jrizzoli <joey@cyanogenmoditalia.it>
* Snap: Add more resolutionsEthan Chen2016-01-112-0/+8
| | | | | | * Add some 16:9 20MP resolutions Change-Id: I85dc481a4f1df98d75d1e3176ba1a72002d1a2c8
* Snap: More strings cleanupMichael Bestas2016-01-112-55/+54
| | | | | | | | | * Set untranslatables * Move all resolution strings in one place & improve them * TODO: Automatically calculate MP from picture size and get rid of the resolutions array Change-Id: I579d6ba7378849d891d7ed64a6b8c70e2b62ca3c
* Snap: special handling of hdr-mode parameter for lge devicescodeworkx2016-01-111-0/+3
| | | | Change-Id: Iefee1f15f5649c2f93c59fcbdedcf953e9e0bc54
* Snap: support setting default preview resolution via overlaycodeworkx2016-01-101-1/+5
| | | | Change-Id: I14c17aec6e5d582cc1f884eba40868a58cab1d03
* Snap: Fix aapt warningsLars Greiss2016-01-1160-398/+0
| | | | Change-Id: I6d48105f0407ded104244eb5ace4a3ace76eb402
* Snap: Set untranslatablesMichael Bestas2016-01-111-88/+89
| | | | Change-Id: Iff00f7e61abdf75ca0735752d8985a9818508157
* Snap: Remove CAF Chinese translationsMichael Bestas2016-01-092-246/+8
| | | | Change-Id: Icb15ed42b62a8a85a7691c5cfc606307689cbcae
* Snap: Remove dead codeMichael Bestas2016-01-094-14/+0
| | | | | | | | | | * Remove non-standard video resolutions. * Revert "camera: override shutter sound volume" commit 8a50cda8f72738e943904fdf7cae189b2b0a8ea8. Adapted from CodeAurora commit 000c6fa3b5c95297496e0ae077030132409871ea Change-Id: I167ab5ff399c4f1d306a1a7ddf94896565c9625a
* Revert "Snapdragon: Add icons for Snapdragon beautification feature"Michael Bestas2016-01-0971-0/+0
| | | | | | | | * Useless This reverts commit 58569f7517c85d45c0b19b6d24fd934ca384f831. Change-Id: If0779dd8480d3865cbc6976969cd2b014a51821b
* Snap: initial materializationjrizzoli2016-01-09273-103/+1018
| | | | | | | Just for initial ship Change-Id: I8d6c0d71d1b94e6eb2f43ab962fb92de0e6c7093 Signed-off-by: jrizzoli <joey@cyanogenmoditalia.it>
* SnapdragonCamera: Query camcorder profiles before usageSai Kumar Sanagavarapu2016-01-071-26/+9
| | | | | | | | 1. Use generic camcorder profile query mechanism instead of hardcoding profile enums in app. 2. Fix NPE during startpreview if mFocusManager is null. Change-Id: I7bfc00f68f512c3029ca8ba75863583f1b376094
* Snap: add support for mw_continuous-picture focus modecodeworkx2016-01-072-0/+4
| | | | Change-Id: If165370b52d7454c69e2cdeb9d837d049010b0e8
* Snap: add support for shutter speedcodeworkx2016-01-063-0/+81
| | | | Change-Id: Id3393280c7c1c2f292d71587ba099e8dbafd1340
* Get rid of Holo...LuK13372016-01-061-4/+4
| | | | Change-Id: I7f350882e828a4e4829ecd794c75f05e8a80f627
* add options to restart preview onPictureTakencodeworkx2016-01-051-0/+6
| | | | Change-Id: I7ce9d6f2323e367743e6d4c9662b846d3052f2a4
* option to set manufacturer specific parameters on startupcodeworkx2016-01-051-2/+3
| | | | Change-Id: If734a7f4c25465876e657926700763b9169d786e
* make openLegacy an optioncodeworkx2016-01-051-0/+6
| | | | Change-Id: Ia4142288ef0fafa62fa0ab855dc342b363b640cd
* add support for non-standard iso keys and valuescodeworkx2016-01-051-1/+11
| | | | Change-Id: I3a948495cdf84dae3c1734d50ff91b4a5d3d9fc0
* add support for lge-camera parametercodeworkx2016-01-051-0/+4
| | | | Change-Id: Ib31557eb15c37bc928fa259bb098924f72f39da2
* add additional ISO valuescodeworkx2016-01-052-0/+22
| | | | Change-Id: I373457adfa7c6808a1b0303f2f6b10e0b27a1ecb
* SnapdragonCamera: Fix compilationShuzhen Wang2016-01-021-0/+2
| | | | | | | | | | 1. Address compilation due to compiler upgrade. 2. Comment out video dependencies to enable camera. 3. Fix compilation issue due to IMountService interface change. 4. Comment out ExtendedFace. 5. Remove non-standard video resolutions. Change-Id: I167ab5ff399c4f1d306a1a7ddf94896565c9625a
* camera: Touch focus support for camcorderSteve Kondik2015-09-201-0/+5
| | | | | | | | | * Available when video snapshots are not supported. * Original from CodeAurora Forum. Sultanxda: Adapted to Snapdragon Camera Change-Id: I232c178430db08e7366aa9f91b4926d07e7c225d
* Snap: Add touch-to-focus timeout duration settingsjt11342015-09-203-0/+37
| | | | | | Signed-off-by: Michael Bestas <mikeioannina@gmail.com> Change-Id: Ib2c2c152a52b2616dd0da6f071f572d34fe64065
* Snap: Remove CAF beautification featureMichael Bestas2015-09-2018-519/+0
| | | | | | | | | | | | Revert "SnapdragonCamera: Move the files to the correct location" This reverts commit c25b2d510285512dbb60547353190433f1dbb984. Revert "SnapdragonCamera: Add beautification feature to SnapdragonCamera." This reverts commit c1cea7c15b2e463f37c17f2a4ce61ce689ec7088. Change-Id: If01e4f438a58e4210a3eddf090d426895ecbae87
* Snap: Add ISO values for sony devicesMichael Bestas2015-09-202-0/+42
| | | | Change-Id: I6d76e2c02ed6222e06aaa59161b3b16e885e6462
* Snap: Cleanup qcom string resourcesMichael Bestas2015-09-204-1059/+705
| | | | | | | | | | | * Remove tons of unused strings * Make some strings shorter to fit better in the settings popup * 'Off' should be always the first option, else the app behaves unexpectedly * Use consistent strings for all on/off options * Replace string references to entryvalues for all qcom options with the actual parameters * Group arrays & strings based on the option Change-Id: I092ce765013e7a80a2928df8e7d1b7e7bfd67905
* Snap: Remove old iconsMichael Bestas2015-09-195-0/+0
| | | | Change-Id: I07da25f50e52b4085deec1d520806afc6da5e1da
* Snap: Add placeholder color effect thumbnailsMichael Bestas2015-09-171-0/+7
| | | | | | * Fix crashes Change-Id: Ie15d74f1444b39341b5a2968c8c84d1a9ac85537
* Snapdragon : Changes to add more HFR values in camera UI.Guruprasad Gaonkar2015-09-172-0/+4
| | | | | | 240fps is added to HFR camera UI options. Change-Id: I01076e545736670eb0761cc5d7bea1dde197bb66
* Snap: Cleanup video profile handlingMichael Bestas2015-09-172-17/+28
| | | | | | | | | | | | | | * Fix camcorder crashes on older devices Revert "SnapdragonCamera: Fix compatibility issues with KK." This reverts commit 0d33346534a728a1f8efaec05fcdccbe3e5440e1. Revert "SnapdragonCamera: Throw error popup for unsupported video profile." This reverts commit 3e50703cff0bc243b922a2299c58a45a4cbd91a9. Change-Id: I1152180a590650a7583430936f3759d1831e91dd
* Snap: Add placeholder scene mode thumbnailsMichael Bestas2015-09-171-6/+45
| | | | | | * Fix crashes Change-Id: I4887af0a405079b4aa858c6bf57b14a7efb837c8
* Camera: remove fine/normal/superfine jpegquality and use always intLars Greiss2015-09-172-13/+1
| | | | | | | | | | | We use now a set of int values the user can exactly assign. Showing as well the normal fine superfine as choice is just a duplicate. As well we can get rid of the weird converts of the mixed values. To take care that the user does not get into problems we updated the db version and we make a convertion. Change-Id: I2615666bc1c929c0c045840fad1ece55fb0640af
* Camera2: Add option to set max screen brightnessMichael Bestas2015-09-173-0/+16
| | | | | | * Set maximum screen brightness while the user is inside the camera app Change-Id: I8b16ba47a933bc7d6b0c1cd62bfd6ca54875ce1e
* Camera: Powerkey shutter (2/2)Michael Bestas2015-09-174-0/+43
| | | | | | | | | | | | | | Ported from cm-10.1 Including cm-10.1 camera commit: aa4ae80a41fbab763891c5ef6d67a9e5b4bb981b Don't mess around with pref local ID for power shutter initialization. Includes http://review.cyanogenmod.org/56986 [mikeioannina]: Updates for L Signed-off-by: Michael Bestas <mikeioannina@gmail.com> Change-Id: I0992baa558eefd306d00fbece59cb5c512d9448b
* Revert "SnapdragonCamera: Forbid volume key can take picture"Michael Bestas2015-09-171-1/+0
| | | | | | This reverts commit e73e717b8be1ba834161914af4debc61c1feb8be. Change-Id: Iee719f34f6016f89ec0bb1c078bfa25c2f718436
* Camera: separate settings for color effectsjt11342015-09-171-1/+1
| | | | | | | Store color effect settings for the camera and video camera in their own separate preferences. Change-Id: I8faa59b8663154737910b338906d27f9736d5ad9
* Camera2: implement exposure compensation settings in video modejt11342015-09-171-0/+5
| | | | Change-Id: I83a2675e109dc7924cdd9240b26051ac218f532a
* Camera2: Remove CAF video duration codeMichael Bestas2015-09-173-32/+0
| | | | Change-Id: I583e212f3c43a5ddf80fdb16557b3ddd9e3161c2
* Camera2: some aapt warnings cleanupLars Greiss2015-09-173-68/+0
| | | | | | | during the move from Gallery2 into new Camera2 package some unused values were moved as well. Remove them Change-Id: I4a514c76ccc70c61bb0a97ecafda7e1f9ede9f35
* Camera2: enable antibanding by defaultPawit Pornkitprasan2015-09-171-1/+1
| | | | | | | | | | | The default for antibanding should be "auto", otherwise there will be banding effect when taking photos in certain lighting. Normally, the default on most devices is "auto" (depends on Camera HAL). But the code from CAF changed it so that the Camera app explicitly change it to "off". Change-Id: Id0c2ef6e17bac74d22e12213ab2ed26c1c73783d
* Camera: Add red-eye flash mode supportMichael Bestas2015-09-178-0/+8
| | | | | | Signed-off-by: Michael Bestas <mikeioannina@gmail.com> Change-Id: I3db982732d15fb4eb83d5e37bff1a123225d4e8e
* camera: Add all resolutions, focus modes, scene modes, and color effects.Steve Kondik2015-09-175-82/+318
| | | | Change-Id: I255d73b6e221655f9592047ccf848460d985c3b3
* camera: Remove the luma-adaptation seekbarSteve Kondik2015-09-171-10/+0
| | | | | | * Not useful for any hardware I have encountered. Change-Id: I93cca2b3bf907cc01946a55111de9eb883475d24
* SnapdragonCamera: Fix reversed video flash mode buttonsSultanxda2015-09-171-4/+4
| | | | | | *Previously, setting the "off" option would enable flash, and setting the "on" option would disable it SnapdragonCamera: Fix reversed video flash-mode icons
* Camera2: Disable SeeMore feature during 4K videoShwetha Kotekar2015-08-291-0/+3
| | | | | | | If the video resoultion is 4K, disable SeeMore and show a toast message Change-Id: Ieb947f889d92fb8f9af5bf52c865555dce7eb1c4
* Snap: Use AOSP app labelMichael Bestas2015-08-292-2/+0
| | | | Change-Id: I3d589945ea31f40890a94b43555268b6b3060e37
* Snap: Update launcher iconjrizzoli2015-08-295-0/+0
| | | | | Change-Id: I71dd8eef7fddf4f0e7f779612ea39a923bf7ac0f Signed-off-by: jrizzoli <joey@cyanogenmoditalia.it>
* Merge fa458f0a64a6b4412912c9177ec0fbeed084a28f on remote branchLinux Build Service Account2015-08-062-0/+2
|\ | | | | | | Change-Id: Ib0ecc314a7bd0b76c8e955402d9adfe0a4989223