summaryrefslogtreecommitdiffstats
path: root/res
Commit message (Collapse)AuthorAgeFilesLines
* Snap: Separate default focus time between camera/videoSultanxda2016-02-072-1/+2
| | | | | | | | | | | | | | For the camera, the user expects a default tap-to-focus duration of 3 seconds with exposure locking. For the camcorder, however, the user expects a tap-to-focus duration of 0 seconds with no exposure locking, as the rapid change in exposure while recording would negatively impact the video. Separate the tap-to-focus option to reflect the recommended defaults. [mikeioannina]: Adapted to Snap Change-Id: I75bc0610f5d301c9728b4bc104b86e0fab5493fb Signed-off-by: Sultanxda <sultanxda@gmail.com>
* Snap: Cleanup focus time duration entriesMichael Bestas2016-02-072-10/+4
| | | | | | | | * Add 3s which was the default before we added the option * Remove 15/20/30s * Fix default duration Change-Id: Ieaad13f248ec9966eefb546beeb6b386156e3b11
* Snap: Add ability to set the tap-to-focus duration to 0 secSultanxda2016-02-072-1/+4
| | | | | | | | | | | Setting a tap-to-focus duration of 0 seconds allows for a quick, manual refocus of the subject without interfering with the exposure. This is particularly useful when recording videos. [mikeioannina]: Adapted to Snap Change-Id: Ie3d92e50f755c938e9725438ba5baad0d0985485 Signed-off-by: Sultanxda <sultanxda@gmail.com>
* Snap: Add focus time support in camcorderMichael Bestas2016-02-071-0/+7
| | | | Change-Id: I5432554a40d7375ed7893c38cb2741a12cc8cc80
* SnapdragonCamera: Add focus-mode option to camcorderSultanxda2016-02-073-5/+23
| | | | | | | User can now control the focus mode used while recording video. Change-Id: I340c01a3f88314de67ca024279672276eff453ed Signed-off-by: Sultanxda <sultanxda@gmail.com>
* Snap: support more resolutionsfefifofum2016-02-062-0/+8
| | | | Change-Id: Ic9d718a55ddb63a83edc7074e3ebcfefbcf5d1f8
* Automatic translation importMichael Bestas2016-02-0249-16/+3030
| | | | Change-Id: Ibf6570431f34e33bdcec72bcae2a93aa3aabba80
* Improve maps app stringMichael Bestas2016-01-291-1/+1
| | | | Change-Id: Ie8780bc8581d5b07f308e945ece5fed4e1368970
* Snap: support resolutions used by Moto X PlaySultan Qasim Khan2016-01-262-0/+8
| | | | Change-Id: Ib633d835df83838db1ca2978d89e5460d640e563
* Automatic translation importMichael Bestas2016-01-25104-15924/+11895
| | | | Change-Id: I8a5ba161884f24c304c4ed250f1a68f3177a5f68
* Snap: Add icons to all scene modesjrizzoli2016-01-2438-39/+742
| | | | | Change-Id: Ie34f455460eb205de12c24be10a361e380db761f Signed-off-by: jrizzoli <joey@cyanogenmoditalia.it>
* Snap: Add icons to all remaining preferencesjrizzoli2016-01-2433-58/+597
| | | | | Change-Id: I0a06b550ae4137d0e665947d8a8574c3b26fcb95 Signed-off-by: jrizzoli <joey@cyanogenmoditalia.it>
* Snap: update shutter button stylejrizzoli2016-01-249-25/+73
| | | | Change-Id: Ide5fc0ff1c54e216ac7cd9bea202002d1d4dfa12
* Fix up layout of auto HDR notice and histogram view.Danny Baumann2016-01-203-17/+15
| | | | Change-Id: I61f93c68b52d81c5e19919a5b0b894cf51dd35c4
* Remove unused menu indicators code.Danny Baumann2016-01-205-245/+0
| | | | Change-Id: I0ce48da277a532b46fdde15027f636de4d7585b7
* Improve CameraControls layout code.Danny Baumann2016-01-202-6/+4
| | | | | | Improve control placement, and clean up redundant code. Change-Id: Ia650b09be48a81d34241f7ab22c6b3db5032ada7
* Fix transparent background color.Danny Baumann2016-01-201-1/+1
| | | | | | Got broken in commit a4a443b4e2e393d3b0d0e201075a95b02fe0c377 Change-Id: I56d09ebcf762e51c98bd979541a65dad3037e1c0
* Snap: Add missing ISO350 to ISO arraysMichael Bestas2016-01-191-0/+2
| | | | Change-Id: I2c5a8f2ce3c51f03fe7b95c3a4f99a83c981b067
* Snap: Set some more qcom features as untranslatableMichael Bestas2016-01-191-2/+2
| | | | Change-Id: I6bd19bbd06588d9235c70b29a73c12c07f8f10f4
* SnapdragonCamera: Remove 'off' option for antibandingSultanxda2016-01-192-5/+2
| | | | | | | | Antibanding is very important for UX with regard to photographing in artificial lighting, so don't provide users with an option to turn antibanding off. Change-Id: I080a48a88b6faee69a67df8706e0a3acd1c233f0
* SnapdragonCamera: Clarify antibanding settingsSultanxda2016-01-191-2/+2
| | | | | | | 50Hz => Europe 60Hz => USA Change-Id: Id439a441e5883e64595f4abbde9c5c987930e054
* SnapdragonCamera: Add option to control antibanding in camcorderSultanxda2016-01-191-0/+6
| | | | | | | The antibanding setting in camcorder is linked to the setting in camera mode for better UX (if you change one, the other will change accordingly). Change-Id: I98c1bc65472cf8eec530f5a7572f46458b0ab3fa
* Revert "Camera: Propagate power mode selection from UI to lower layers."Ricardo Cerqueira2016-01-164-30/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | This reverts commit 5302d2e099de0ae1c3cb4a9cda993fe28b0e8c46, runtime power-mode changes are causing stability issues in camcorder Change-Id: I118f7c47bea2d07296dc18ed8a3a790eef592ca2 Revert "SnapdragonCamera: Disable LPM if DIS/Flip are enabled." This reverts commit 6cd860119a45b4a44d3e1314981862d9dac47955. Revert "SnapdragonCamera: Set low power mode by default." This reverts commit d4fccc04331a6a5a7038a542f7d17ecefa4ac95a. Revert "SnapdragonCamera: Enable low power mode in Camera." This reverts commit 195fccbe69e92b0312822aa762bb53d301c0f56f. Change-Id: I623626e60efc850fe182e54d9e9997ca41275579 [mikeioannina]: Remove the now obsolete power mode setting and unhide the video snapshot size setting Change-Id: I118f7c47bea2d07296dc18ed8a3a790eef592ca2
* Don't needlessly make menu button larger than the other toggle buttons.Danny Baumann2016-01-153-8/+1
| | | | Change-Id: Iebe831d3933b8738fded74db5c0304a06ddaa448
* Snap: Set some qcom features as untranslatableMichael Bestas2016-01-151-5/+5
| | | | Change-Id: I4b6f3efae9c2d9ba6035530ab60131ef9767681c
* Drop new focus indicator into Camera2.Paul Rohde2016-01-155-0/+13
| | | | | | | * Create a new custom focus view that interacts with physical lens diopter changes. * Replace all occurances of the old focus indicator with the new one. Change-Id: Ia02646ce4d1eb059ecb8a1dfccc15dfc9c167e1b
* CameraActivity: Don't hide navigation barDanny Baumann2016-01-153-1/+4
| | | | | | * Make it transparent instead. Change-Id: I08b06ac72d88aaf62ae7f52a3dde9ba865bc3542
* Snap: Remove touch AF/AEC optionSteve Kondik2016-01-143-21/+0
| | | | | | | * Drop the use of the touchaf-aec parameter entirely. No camera needs this anymore. Change-Id: I83154a75e5375901dc6c0fc93aef23637cfdf425
* 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