summaryrefslogtreecommitdiffstats
path: root/res/layout
Commit message (Collapse)AuthorAgeFilesLines
* camera: Remove the luma-adaptation seekbarSteve Kondik2019-10-251-10/+0
| | | | | | * Not useful for any hardware I have encountered. Change-Id: I93cca2b3bf907cc01946a55111de9eb883475d24
* SnapdragonCamera: Remove scene mode and deepportraitxianming wang2019-04-101-4/+0
| | | | | | | Remove scene mode only keep HDR mode, and remove deepportrait. CRs-Fixed: 2432037 Change-Id: I3f062dcc952f918dd51ee7fdfeefc8bf9c8d1c0f
* SnapdragonCamera: Added checkbox stats visualizerjunjiez2018-09-261-5/+56
| | | | | | | 1) Added checkbox in stats visualizer 2) Added AWB information for display Change-Id: Id51d29b798a5d1f849463d28e03b695384fd3aa4
* Add new Layout for FR 52032zhuw2018-08-231-0/+43
| | | | | | | add new layout in camera app main page. The new layout is camera module switcher. Change-Id: I2c05809b81e7f82d7dabc40233c7e8ac905ef6c4
* SnapdragonCamera:Fix stats visualizerjunjiez2018-08-031-4/+4
| | | | | | | | | catch the IllegalArgumentException in case of HAL doesn't have needed vendor tags, and update the layout to fit the size of the bitmap in view. Change-Id: Ieab9d260e5a152eca7136d65724f96757f5f171d
* SnapdragonCamera: Added stats visualizerMukund Mittal2018-07-091-0/+14
| | | | | | | Added stats visualizer for displaying stats in overlay at preview Change-Id: I0c0492bd525e1a9145384cd167a1b6846e96f41b
* SnapdragonCamera:Fix CTS issuejunjiez2018-06-281-1/+1
| | | | | | | | | Change the id of the review done button to match the requirement of CTS test Change-Id: I93859d78fa64a7fe9baad72019932e99833fb268 CRs-Fixed: 2226102
* SnapdragonCamera:Fix CTS issuejunjiez2018-06-221-1/+3
| | | | | | | | | | When DPAD_CENTER is pressed, capture a image to pass CTS test and set the default focused view to avoid DPAD_CENTER key event lost. Change-Id: I75601cf0576251492140e8da30eac0b3d149b5c8 CRs-Fixed: 2226102
* SnapdragonCamera:DeepPortraitjunjiez2018-03-062-1/+25
| | | | | | Add deepportrait feature in SnapdragonCamera. Change-Id: I5fd223cacfb2526efffbf3f13f7c33cafd8ac99d
* SnapdragonCamera: Complete the function of DeepZoomxianming wang2018-02-061-0/+23
| | | | | | | | Complete the function of DeepZoom, only support the 32 bit library. Does`t support the 64 bit library. CRs-Fixed: 2116533 Change-Id: I9c181ff0de005493d345ecc0b0380dda9910ce63
* SnapdragonCamera: Add the text "HDR On" when enable AUTO HDRxianming wang2017-11-091-0/+6
| | | | | | | Add the "HDR On" text on top of screen when enable AUTO HDR. CRs-Fixed: 2140801 Change-Id: I2ca5ae18fcc6b50eea72b880ed6a018c98e1e56e
* SnapdragonCamera: Fix camera exits when set histogram enablexianming wang2017-11-021-9/+2
| | | | | | | | SDM845 get the CaptureModule.histogramStats length is 768, only support three histogramStats R, GB/GR, B. CRs-Fixed: 2132098 Change-Id: I185057ccd7faa5a4f51fffede4ba090d5b87c702
* SnapdragonCamera: RefactorWeijie Wang2017-09-051-49/+50
| | | | | | | | | 1. Add some logs 2. Change the layout of beautify seekbar 3. Add attribute android:visibleToInstantApps="true" for CTS 4. keep capturing until AeState becomes right on chrommaflash mode Change-Id: I295d5d6f42250254d613123a7d58f7f7fb0e7f3d
* Revert "SnapdragonCamera: Sync LA.UM.6.4 to LA.UM.6.3"Weijie Wang2017-09-021-50/+49
| | | | | | This reverts commit b5533d51a7c97138235d29b35cec876d107aeadd. Change-Id: I8063422680802e25d03a374be91e884a86ad55e9
* Merge "SnapdragonCamera: Sync LA.UM.6.4 to LA.UM.6.3"Linux Build Service Account2017-08-301-49/+50
|\
| * SnapdragonCamera: Sync LA.UM.6.4 to LA.UM.6.3Weijie Wang2017-08-301-49/+50
| | | | | | | | | | | | Sync LA.UM.6.4 to LA.UM.6.3 Change-Id: Ide9a53b3b5ea6d17154003e4059ae3125f9f3346
* | SnapdragonCamera: Fix UI Display confusion in ProModemingwax2017-08-291-77/+37
|/ | | | | | | | Refactoring the layout of pro_mode_layout.xml, optimizing layout files, and reducing performace overhead. CRs-Fixed: 2027214 Change-Id: I7005b5a38498b6867c0d6b971aef13fcd1359433
* Revert "SnapdragonCamera: Changes for SDM bringup"Jay Wang2017-07-071-1/+0
| | | | | | This reverts commit f245124ed851a0888dbced9b887d0db2f0135177. Change-Id: I4c9d787c5486c822a764f7b2551a87c2f924fbcd
* SnapdragonCamera: Changes for SDM bringupJack Yoo2017-06-131-0/+1
| | | | | | | | | | | | | | | | Changes to accomodate the SDM bringup 0. Image flow change to be compatible to early version of CAMX 1. Pseudo ZSL mode to capture as configuring requires to be done all at the same time. 2. Video recording starts from the beginning as well for same reason. 3. Adding Cameracharacteristc availability check as meta is not all available yet. 4. Adding persist to selectively enable 4K Video recording in which case snapshot is disabled. The default is 1080P. Change-Id: Ib808dd2fe25398c444b220d40693a0436e4f6db5
* SnapdragonCamera: Fix wrong size in reviewjunjiez2017-03-201-3/+3
| | | | | | | | | When 3rd-party app calls camera to capture in landscape, the image of preview needs to be rotated to fit the preview. Change-Id: I597160229fa41a977e872cb65264f8c7ea4f7a00 CRs-Fixed: 2016449
* Merge "SnapdragonCamera: fix W+T UI issues" into camera.lnx.1.0-dev.1.0Camera Software Integration2017-03-091-2/+3
|\
| * SnapdragonCamera: fix W+T UI issuesjunjiez2017-03-021-2/+3
| | | | | | | | | | | | | | | | Fix sometimes parameters is not set, slider bar is showed when bokeh is not enabled and slider bar is at the bottom. Change-Id: Ief346442c94d2cbbcdf7a14e11ebd43316b15b05
* | SnapdragonCamera:Fix The setting list and picture size aren't same as specpezhan2017-03-031-1/+1
|/ | | | | | | | | | | SettingActivity is short of action bar and prefenence title's size not the same as UI spec. Adjust prefenence title's size and style, add actionbar for SettingActivity. Change-Id: I17977f655a99ba087acaaa12232f05341c93471e CRs-Fixed: 1105206
* SnapdragpmCamera:Support W+T bokeh featurejunjiez2017-01-191-0/+16
| | | | Change-Id: Ic681e0bcfabddcb313943d64e4487f15b934bd50
* SnapdragonCamera:Fix [FR35432] BestPicture function lost.pezhan2017-01-114-4/+218
| | | | | | | | | | | | | | | | | | | | Add dialog when saving selected BestPicture. Add "X" icon display beside camcorder icon to exit BestPicture mode. Add multiple selections(Three dots beside SAVE)and "X" icon. Add dialog when select "X" icon. Add overflow menu with multiple selections to chose "Save All" or "Delete All" when click overflow menu. Add click for "Save All" to save all 1o pictures. Add click for "Delete All" to pop delete all dialog. Change-Id: I59cdad0f77fde616ea34db4d9d186d322285e394 CRs-Fixed: 1102814, 1102807, 1099428
* Merge "SnapdragonCamera: Add features to developer option" into ↵Linux Build Service Account2017-01-051-0/+28
|\ | | | | | | camera.lnx.1.0-dev.1.0
| * SnapdragonCamera: Add features to developer optionweijiew2016-12-231-0/+28
| | | | | | | | | | | | | | | | | | | | | | Description: 1、Add Histogram support to developer option 2、Add HDR & Non-HDR support to developer option 3、Add Saturation Level support to developer option 4、Add Anti Banding support to developer option Change-Id: I2db7e1be65a6b3ee04ebc46cb214dc1cc9667fc6 CRs-Fixed: 1103649
* | SnapdragonCamera: add features for 3rd-party appsjunjiez2016-12-272-0/+73
| | | | | | | | | | | | | | Add capture and recording features for 3rd-party app. Change-Id: Iefedbed2cb17cca17941e70f861448a2b8f97da2 CRs-Fixed: 1095457
* | Merge "SnapdragonCamera: Modify video preview UI" into camera.lnx.1.0-dev.1.0Camera Software Integration2016-12-221-12/+19
|\ \
| * | SnapdragonCamera: Modify video preview UIjunjiez2016-12-121-12/+19
| | | | | | | | | | | | | | | | | | | | | | | | Ensure all the unuseful icons are hide when Show the video preivew UI. Change-Id: Ia59bb9d50a0d4e2cd8892faa74e6074725c4776e CRs-Fixed: 1099277
* | | Merge "SnapdragonCamera: Dialog display incompletely in landscape mode" into ↵Camera Software Integration2016-12-223-6/+99
|\ \ \ | |_|/ |/| | | | | camera.lnx.1.0-dev.1.0
| * | SnapdragonCamera: Dialog display incompletely in landscape modeweijiew2016-12-153-5/+98
| | | | | | | | | | | | | | | | | | | | | Create a new layout for landscape mode CRs-Fixed: 1099373 Change-Id: Ie505c6ef8795e0b8a8b3424afde7cb46fc368136
* | | Merge "SnapdragonCamera: The "x" of the scene mark is too large" into ↵Camera Software Integration2016-12-201-3/+9
|\ \ \ | | | | | | | | | | | | camera.lnx.1.0-dev.1.0
| * | | SnapdragonCamera: The "x" of the scene mark is too largeweijiew2016-12-141-3/+9
| |/ / | | | | | | | | | | | | | | | | | | Change the "x" of the scene mark to a small size. CRs-Fixed: 1101206 Change-Id: I7f64cd2b68ba30881309e7e5cb3a013e9168661a
* / / SnapdragonCamera:Fix bestPicture display in wrong sizejunjiez2016-12-131-3/+3
|/ / | | | | | | | | | | | | | | | | Set the size of the imageview to match parent and show the image with its original ratio of width and height to avoid showing in wrong size when rotate the screen. Change-Id: I2b2e68f36248700e9dc21082086854516eb4cac0 CRs-Fixed: 1096576
* | Merge "SnapdragonCamera: Show label and dialog when switch to new scene ↵Camera Software Integration2016-12-134-0/+159
|\ \ | |/ |/| | | mode" into camera.lnx.1.0-dev.1.0
| * SnapdragonCamera: Show label and dialog when switch to new scene modeweijiew2016-12-054-0/+159
| | | | | | | | | | | | | | Show label and instructional dialog when switch to new scene mode Change-Id: I75becaa9bb898ca9ef68c94b1195069131745f14 CRs-Fixed: 1091210
* | SnapdragonCamera:Modify Camera2 VideoRecording UIjunjiez2016-12-052-21/+25
|/ | | | | | | | Modify Camera2 VideoRecording UI and make it look like the same as the design document shows. Change-Id: I41ea3db7312847fe56ad9d8e73dfa92b030e79e2 CRs-Fixed: 1093507
* Merge "SnapdragonCamera:Modify beautify interface" into camera.lnx.1.0-dev.1.0Camera Software Integration2016-12-011-19/+30
|\
| * SnapdragonCamera:Modify beautify interfacejunjiez2016-11-151-19/+30
| | | | | | | | | | | | | | | | | | Modify beautify interface, make it the same as the design. Disable FilterMode button and SceneMode button when beautify is enabled. Change-Id: I0ba976973ff06df4e17a93c76781127dda090416 CRs-Fixed: 1084369
* | SnapdragonCamera: Add ProModeByunghun Jeon2016-11-142-0/+160
| | | | | | | | | | | | | | | | Add ProMode. User can change iso, white balance, exposure, and focus mode using this new scene mode Change-Id: I58885d3a05d6d9e8264e58cb8c4de2e1f13646b0 CRs-Fixed: 1089100
* | SnapdragonCamera: Settings display incomplete when set font size as largestweijiew2016-11-071-1/+2
|/ | | | | | | | | Setting item's height was limited to 50dp. The text can't be display incomplete when font size was set to largest.so,set height as wrap_content with minWidth 50dp instead of 50dp Change-Id: Ib7a778396b644e25ef0ef304e02dd0ce95b3a835 CRs-Fixed: 1085881
* SnapdragonCamera: Blurbuster filterJack Yoo2016-10-201-4/+5
| | | | | | | Adding blurbuster filter to the post processor Change-Id: I2958a2b1b0df834c4cb5b921e49d21d2e20c8377 CRs-Fixed: 1080317
* SnapdragonCamera: Add help menu to camera2Byunghun Jeon2016-10-131-0/+6
| | | | | | | Add help menu to camera2 CRs-Fixed: 1066519 Change-Id: Id15f5ffe8d52ac5a2eabab20791fce65e97bcf43
* SnapdragonCamera: frame capture pathJack Yoo2016-10-131-24/+35
| | | | | | | | | | | Frame the path for each capture. 1. ZSL image -> YUV reprocess -> filters -> framework jpeg encoding 2. Non-ZSL -> filters -> framework jpeg encoding 3. Optimizing bestpicture filter image saving 4. Adjusting roi according to the mirror Change-Id: I8989ec57beec3420e6f4311dff951af0a84f5ba9 CRs-Fixed: 1071798
* SnapdragonCamera: Enhancing makeup UIJack Yoo2016-10-131-3/+32
| | | | | | | Improvising makeup user experience. Change-Id: I744775711e3cd9bc0a14a47ca82e26eecc68bb6d CRs-Fixed: 1071798
* SnapdragonCamera: Makeup featureJack Yoo2016-09-271-2/+7
| | | | | | | Makeup feature for camera preview and video Change-Id: Ia8cdb629372333c9dceef8aa474402553b7259f0 CRs-Fixed: 1067848
* SnapdragonCamera: Panorama ModuleJack Yoo2016-09-272-0/+46
| | | | | | | Introducing Panorama capture module for Camera2 Change-Id: I98306c6c88c34c58b99adf9d472418392015f6c5 CRs-Fixed: 1067848
* SnapdragonCamera: Add developer options for Camera2Byunghun Jeon2016-09-271-1/+2
| | | | | | | | | Add developer options for Camera2. They can be shown by tapping 10 times on Version Info from setting menu in Camera2. Change-Id: Iafb202c8cca5136c8e720135effcc6d0d688702a CRs-Fixed: 1066519
* SnapdragonCamera: Add OneUI to Camera2Byunghun Jeon2016-09-277-1/+401
| | | | | | | | | | Add new UI called OneUI to Camera2. It replaces icons, adds 2 new activities for scene menu and setting menu. There is no module change anymore Change-Id: If712e6af7bbc29726dae387168aefbcd2d7c1ea9 CRs-Fixed: 1066519