summaryrefslogtreecommitdiffstats
path: root/res
Commit message (Collapse)AuthorAgeFilesLines
* SnapdragonCamera: Saving MPO and DDM without CSJay Wang2016-08-213-2/+28
| | | | | | | Saving MPO and DDM without CS CRs-Fixed: 993611 Change-Id: Ie04bce460c57454b4cf57c88b47ef2a495b6e078
* SnapdragonCamera: Add 24 MP resolutionSampath Vangaveti2016-08-214-73/+6
| | | | | | | | Added 24MP resolution(5656x4242) to the UI CRs-Fixed: 982283 Change-Id: I18628d84d76cd5c77a7b96d9074381548800fe4b
* camera2: Merge fixesSteve Kondik2016-08-214-6/+0
| | | | Change-Id: I1a69682fa0e1beb393d3e6d64812bab0bf7b68ad
* SnapdragonCamera: Add face detection icon to videoJay Wang2016-08-212-0/+17
| | | | | | | Add video face detection to developer option CRs-Fixed: 978207 Change-Id: I9308573a5a1004fc3803a955bc96f495ecbfc6c7
* SnapdragonCamera: Fix camera layout issue in RTLCamera Software Integration2016-08-211-4/+4
| | | | | | | | The layout of setting menu is not placed properly in RTL. To fix the problem, replace 'left/right' layout properties with 'start/end'. Change-Id: Ib8d03ffa40712f1845fe7ab148b1a6f35fcc1124 CRs-fixed: 949931
* camera2: Fix merge issuesSteve Kondik2016-08-213-3/+13
| | | | Change-Id: I9b55bcaaa03e598e57325f45e80ee8493029edf1
* snap: Merge stringsSteve Kondik2016-08-212-169/+17
| | | | Change-Id: I42c7e6ba08b4214a28e74fb7cd63a43bf5de724f
* snap: Remove duplicate attributeSteve Kondik2016-08-211-1/+0
| | | | Change-Id: I691813c94412b80b6d3648c01e0122e21fcddf72
* SnapdragonCamera: Add noise reduction modes.Camera Software Integration2016-08-214-2/+51
| | | | | | - Add menu for noise reduction modes Change-Id: Ie5cd6590e08938fb8fbb668ac1b48aac5fe801c3
* snap: Remove unused preferenceSteve Kondik2016-08-211-8/+0
| | | | Change-Id: I7139b3885e4ff9c4d94ed86f521bce661e60cec5
* SnapdragonCamera: Moving Image Stabilization option to the menuCamera Software Integration2016-08-215-1/+1
| | | | | | | Moving Image Stabilization option to the menu Change-Id: I7fb025a3d1909af436e7a52ee9d602b2ce2dc68b CRs-Fixed: 937237
* SnapdragonCamera: Allow take snapshot while recording videoByunghun Jeon2016-08-213-0/+26
| | | | | | | | Allow take snapshot while recording video by showing shutter button. Directly call capture when shutter button is pressed. Change-Id: Iae4d42d8878ea82b459ec67709b0ad8e340c8226 CRs-Fixed: 1028463
* SnapdragonCamera: Add face detection to camera2Byunghun Jeon2016-08-213-0/+29
| | | | | | | | Add face detection to camera2. Receive face data from camera2 and use faceView UI to draw it Change-Id: Id9c49ab6dd73de316398c57981cc0b9df0400b45 CRs-Fixed: 1025797
* SnapdragonCamera: Add video to Camera2 moduleByunghun Jeon2016-08-215-1/+333
| | | | | | Add video to Camera2 module and combine the UI Change-Id: I0bcd86eb6b95fe2180856780ddd794682259e799
* SnapdragonCamera: FrameProcessorJack Yoo2016-08-213-0/+18
| | | | | | | Introducing Frameprocessor with beautifiation. Change-Id: Ie6d8f4157a7d0c1a21e6f347457e84685e397286 CRs-Fixed: 1023183
* SnapdragonCamera: PostProcessor and OptizoomJack Yoo2016-08-211-1/+1
| | | | | | | Introducing PostProcessor with Optizoom filter Change-Id: Ib9ac6d4a9526be3a5163d02e298ed783daad48c1 CRs-Fixed: 1023183
* SnapdragonCamera: Fix front camera and scene mode picture taking issuesByunghun Jeon2016-08-211-2/+2
| | | | | | | | | | | Fix front camera picture taking issues. Fix scene mode picture taking issues. For both front camera and scene mode issue, focus state was not updating properly so it was stuck waiting for focus to finish. So added another logic to check such case and continue to next step. Change-Id: I99d2164a77cc2903f3df50c7ff9478e718b112c0 CRs-Fixed: 1018118
* SnapdragonCamera: Update settingsManager and add Dual mode to Scene modeByunghun Jeon2016-08-213-58/+49
| | | | | | | Update settingsManager and add Dual mode to Scene mode Change-Id: I508430840c3fb8c7d0b56a2a63e09b271754fcb4 CRs-Fixed: 1018118
* SnapdragonCamera: Add continuous shot and count downByunghun Jeon2016-08-211-0/+14
| | | | | | | Add continous shot and count down to CaptureModule Change-Id: I986302201f742d7671a67c26953eecc2a0276294 CRs-Fixed: 1018118
* SnapdragonCamera: Add ISO and exposureByunghun Jeon2016-08-212-8/+20
| | | | | | | Add ISO and exposure to CaptureModule Change-Id: If6f3c142bcfbbcc049c10d7be2fe5a4c86d31fe6 CRs-Fixed: 1018118
* SnapdragonCamera: Add SettingsManager, scene, and filterByunghun Jeon2016-08-217-103/+770
| | | | | | | | | | | Add SettingsManager to work as a database for settings. It will handle all dependencies and populate the values. Add scene mode and filter. Restructure UI and menu by combining them and leave the handling of settings to SettingsManager Change-Id: I185163fdddbffd29434e6a9c41b33be6d3388f88 CRs-Fixed: 1018118
* SnapdragonCamera: Add support for ClearSight captureCullum Baldwin2016-08-213-5/+34
| | | | | | | Add support to capture ClearSight images. CRs-Fixed: 993611 Change-Id: Ifaeafa53ee5d095fe322e48f968cdeec03c64077
* SnapdragonCamera: Replace SurfaceView with AutoFitSurfaceViewByunghun Jeon2016-08-211-2/+2
| | | | | | | Replace SurfaceView with AutoFitSurfaceView Change-Id: Id4bf27e3b16f12ff4cfdce47224ff871b3981838 CRs-Fixed: 989750
* SnapdragonCamera: Camera2 add dual cameraByunghun Jeon2016-08-214-21/+46
| | | | | | | Add Camera2 dual camera support to SnapdragonCamera CRs-Fixed: 989750 Change-Id: I45a749ad03a531286a39cbfcfdcb65e5cad4759e
* SnapdragonCamera: Add Camera2 modeByunghun Jeon2016-08-215-71/+80
| | | | | | | Use camera2 API to show preview and take snapshot CRs-Fixed: 989750 Change-Id: I07e2d6743529b3d3d5acecf667e9493465a094c9
* SnapdragonCamera: create base files for camera2 APIJay Wang2016-08-211-0/+111
| | | | | | | | | | | | | | | | All the new files are copied from the commit : f3448373ef3c92b492ac65a9b4008d45a51f88ee res/layout/capture_module.xml copied from res/layout/photo_module.xml src/com/android/camera/CaptureMenu.java copied from src/com/android/camera/PhotoMenu.java src/com/android/camera/CaptureModule.java copied from src/com/android/camera/PhotoModule.java src/com/android/camera/CaptureUI.java copied from src/com/android/camera/PhotoUI.java CRs-Fixed: 989750 Change-Id: I4a97975ed5847d9025f9ff8e8fcbcbeaedd49e16
* Snap: Make developer menu more accessibleMichael Bestas2016-08-201-0/+4
| | | | | | | | | | | | | | * Not all devices have red eye reduction, which made it impossible to enable advanced options. Move the toggle to max brightness option which is present in all devices. * Allow enabling advanced options through camcorder settings. * Move hardcoded strings to cm_strings for translations. * Close menus when developer mode is toggled so we can see the extra options when the menu is reopened. * Decrease taps to 7, matching Settings tap-to-enable. * Properly reset tap counter. Change-Id: Iac39b9309388b92bf75a49a6091b483b13bd9154
* Minimum viable Android M runtime permissions handling for H.zafir2016-08-181-0/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Creates new activity for permissions handling: both checking for permissions and handling error condition when critical permissions are not present. The reason for creating a new activity is so the app does not attempt to continue executing OnCreate, OnResume etc, which opens the camera while the dialogs are showing. This should not slow the app down because the permissions activity will only run when a) the first time the app has insufficient permissions and b) when a critical permission is missing and the app needs to shut down. Bug: 21273463 CRs-Fixed: 1019847 Change-Id: I603acfb3057ba26b9cfa7935eb4cb24b5d547cb5 (cherry picked from commit ad44cda82fe6ec5ee090115129223c6314f9e1bb) Fixes to M permissions. Previously, we called PermissionsActivity with startActivityForResult(). However, this creates race conditions as we check for permissions and the CameraActivity continues to operate. Now, we end CameraActivity and launch a new instance upon successful permissions resolution. We can also put the preload filmstrip logic back in its original place in onCreate. The checks for permissions happen in both onCreate and onResume. Bug: 22442745, 22478144, 22497152 CRs-Fixed: 1019847 Change-Id: I82e9125a46581db44aa61d4ee94aec5a820e9df0 (cherry picked from commit ac0e2425e77a9b69e76d2f31876798825ea44584) SnapdragonCamera: Fixed M permission issue - Resolved NPE while sending permission request - Made change to request non-critical permissions once only, but the critical permssions all th time. - Removed unused contant defines CRs-Fixed: 1019847 Change-Id: Ib997244cbcc041d86c094c7ee7a902bff56e92ad snap: Remove platform signature * We are using runtime permissions now. Change-Id: I3386214dbbc0915251941ef490e7cbaf27e6ed45
* SnapdragonCamera: Adjusting view initializationJack Yoo2016-08-141-2/+1
| | | | | | | | Instead of removing and adding the entire root view, changing only core surface view on module change. Change-Id: I5c39cf23b2a58280f4e4e8484865bbed0b12e1cf CRs-Fixed: 979254
* Automatic translation importblinky@build012016-08-13104-1/+121
| | | | | Change-Id: Icde9e62950b8ae18e970956d74f13ef5c812047a Ticket: -
* Snap: String improvementsMichael Bestas2016-08-142-9/+9
| | | | Change-Id: I19f2f857afc848502fded5cc0632e94cf3a65152
* Snap: Support 9.6 MP 16:9 picture resolutionZhao Wei Liew2016-08-112-0/+4
| | | | | | This is the highest 16:9 picture resolution supported by Galaxy S4. Change-Id: I61ce779d7965ec87478ed31f8a1e7595c8eba7b0
* Automatic translation importblinky@build012016-08-07191-0/+311
| | | | | Change-Id: I617b9f444fcef38ad4a1a0c02923d8c7fa368144 Ticket: -
* snap: fix untraslatablesJoey Rizzoli2016-08-051-2/+2
| | | | | Change-Id: I3e07d9f4d641470c225f86c4516fc45256678bb3 Signed-off-by: Joey Rizzoli <joey@cyanogenmoditalia.it>
* snap: Add constrained longshot modeSteve Kondik2016-08-031-0/+6
| | | | | | | | | * On the OP3, we can only use Longshot in a single scene mode without conflicting with other built-in postprocessing features which cannot be disabled. Add support for this. When a scene specified in the longshot-scenemodes list is active, continuous shot will be enabled. Change-Id: I79878e5ac918e907ddc5b3ca168e49f4e06656c3
* snap: Add missing resourceSteve Kondik2016-08-031-0/+2
| | | | Change-Id: Ia0fb05bc14c8f332ad685e905eaf1ad75cba39e7
* SnapdragonCamera: implement optizoom and chromaflash UILikai Ding2016-08-039-0/+22
| | | | | | add scene mode for optizoom and preference entry for chromaflash Change-Id: I859a42e3273d340a7dda7e24c6cb2e08ddb0f7bf
* SnapdragonCamera: adjust video recording duration marginsJay Wang2016-08-032-3/+3
| | | | | | | | | Video recording duration overlays with mute button for low resolution display. Resolve the issue but adjusting the margins Change-Id: I526529dd71190f65b2b97c1bd79844129e2773f9 CRs-Fixed: 1019589
* SnapdragonCamera: Fix viewfinder flashing issue in camcorder modeJay Wang2016-08-031-2/+1
| | | | | | | | | | | The preview cover is removed before the preview frame is generated and causes the homescreen shows up for a short duration. To resolve the issue, show the preview cover by default until the first preview frame is generated by camera framework. Change-Id: I1e193b64689b8b51eaa0e3891974405536869efd CRs-Fixed: 1003977
* SnapdragonCamera: Fix progress indicator overlapped by thumbnail iconlikaid2016-08-031-1/+1
| | | | | | | | | | The video progress indicator was near to the screen left, when recording a video with landscape mode, it will be overlapped by thumbnail icon. Adjust the padding left size of the indicator to avoid this issue. CRs-Fixed: 901605 Change-Id: I0d915c4a449422352e4a316a6ae1f662049d8807
* SnapdragonCamera: add button borderLikai Ding2016-08-033-4/+75
| | | | | | | Add border for "All in Focus" button. Also some tweaks to meet UI spec. Change-Id: I56c458a420e503321cc9a3255a7dd4ae0a6d4637
* SnapdragonCamera: fix crash with persist.panel.orientationLikai Ding2016-07-302-0/+0
| | | | | | | The two layout files were only available in portrait mode. Make them as default. Change-Id: Iabc4caf1a5b5b015a097a914b489f412153eeec4
* SnapDragan: Changes to enable UI option for ASD mode.Guruprasad Gaonkar2016-07-301-0/+3
| | | | | | | ASD menu was not available on latest snapdragon application. Changes provided to enable scene modes. Change-Id: If02e97c4912ade7463055c8fefc35d10009a7c9e
* SnapdragonCamera: Disable CDS and TNR if SeeMore is enabledShwetha Kotekar2016-07-303-5/+15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | If seeMore is enabled, send a disable command to HAL to disable the CDS and TNR features. Change-Id: I91bac0a01c58cb13ba32296739b47f74dc296003 SnapdragonCamera: Enable SeeMore option for 4k. Currently SeeMore option for 4k recording is disabled. As per requirements, enabling the same. Change-Id: I69e84e0c20c199d80fc819f8aa6be62605bfbd79 SnapdragonCamera: Turning off CDS and TNR while SeeMore is on. Ensuring turning off of CDS and TNR while see more feature is on. Change-Id: I74c76f8b07046b8dca9db2be162b7ef20ba2d96d CRs-Fixed: 937242 Camera2: Add StillMore option in Camera app menu Add menu item for StillMore feature under the Advanced Features item during camera preview. Change-Id: I89ae260339896878ff4f1c5099885c6f3b05a18b SnapdragonCamera: Changes to enable TNR processing by default. TNR was disabled by default from UI. Change configures TNR for camera stream to improve image quality. CDS is disabled as TNR is enabled by default from now. Change-Id: I7c1bf9533c52b8642fb15f79625cec57cc85b6cf Crs-fixed: 890243 SnapdragonCamera: Checking whether SeeMore is available Checking if the preference is available. Change-Id: Ie885b9312f2fe054e272d15b9a38e2cedf756632 CRs-Fixed: 957117
* Automatic translation importblinky@build012016-07-191-0/+5
| | | | | Change-Id: I6a9a490f5906f01c57841ec61a338c7d31b35b06 Ticket: -
* Automatic translation importpinky@build012016-07-191-0/+66
| | | | | Change-Id: I4bb5e2d463963813aa400a9bbf6396ee0cea7a9a Ticket: -
* Automatic translation importinky@build012016-07-153-0/+479
| | | | | Change-Id: I509801a98da1a830f0d606a0297201f498f3d66a Ticket: -
* Automatic translation importpinky@build012016-07-132-0/+7
| | | | | Change-Id: I4b835270885ec70093c560e6b4b176906bfb38bd Ticket: -
* Automatic translation importclyde@build012016-07-116-4/+19
| | | | | Change-Id: Ide5dee2b9e521d65c6d206bbaf15da1c215bdd4d Ticket: -
* Automatic translation importpinky@build012016-07-0611-0/+22
| | | | | Change-Id: I46a6e9a7b53eb9b55ae4e2d35014f3795cb34a47 Ticket: -