summaryrefslogtreecommitdiffstats
path: root/res/layout
Commit message (Collapse)AuthorAgeFilesLines
* Snap: update shutter buttons on CaptureUIcodeworkx2018-01-271-3/+3
| | | | | | https://review.lineageos.org/#/c/200740/ Change-Id: I674de05dfb46fb714979ac66c16a85825af13c95
* Snap: Fix panorama layoutArne Coucheron2018-01-271-1/+1
| | | | | | Loosely based on old cyngn patches. Change-Id: I7fdb6ba82243f2f28e8ea655f83f0339d49de5ad
* Snap: Remove "help screen on first start" featureArne Coucheron2018-01-273-78/+1
| | | | | | | | | | | | | | | | | | | | Revert "SnapdragonCamera: Add help menu to camera2" This reverts commit 0dbfdffc9994a17e60c57b17c3cc5743cc75e155. Change-Id: Icb4e4bbc2b7883fa232483615a18d3197b2577bd Revert "SnapdragonCamera: Move help menu string to ressource" This reverts commit 901130273dbfc753ef883941a4e93b50056177e4. Change-Id: I82815ee7ef80985c88315c40d6b222f688fd6b75 Revert "SnapdragonCamera: Adding help screen on first start" This reverts commit 666692bf730a1c46210cc74781a56afb4b6fcf28. Change-Id: I8f2ee58c263537c3a02248aa344516f5321de13f
* snap: Panorama fixesSteve Kondik2018-01-264-10/+11
| | | | Change-Id: I9474219c57fc204dd16797aa8921296e61cc9d37
* Use material versions of share/delete/edit icons.Danny Baumann2018-01-261-15/+7
| | | | Change-Id: I5cbcd574802170747973c8d685cdfdebf61d5a4f
* De-uglify menu.Danny Baumann2018-01-269-34/+8
| | | | Change-Id: I19d8a3d5a12c4be06bced056b80ad1a354c6b761
* Remove unused menu indicators code.Danny Baumann2018-01-263-122/+0
| | | | Change-Id: I0ce48da277a532b46fdde15027f636de4d7585b7
* Snap: Material toastsMichael Bestas2018-01-261-5/+3
| | | | | | * Match the framework toast appearance Change-Id: I886862f3087bcd5cb1cfa76f72731292b7511d07
* Snap: initial materializationjrizzoli2018-01-268-13/+13
| | | | | | | Just for initial ship Change-Id: I8d6c0d71d1b94e6eb2f43ab962fb92de0e6c7093 Signed-off-by: jrizzoli <joey@cyanogenmoditalia.it>
* camera: Remove the luma-adaptation seekbarSteve Kondik2018-01-261-10/+0
| | | | | | * Not useful for any hardware I have encountered. Change-Id: I93cca2b3bf907cc01946a55111de9eb883475d24
* Merge "Snapdragon: Add bokeh enable options in dev" into camera.lnx.3.0-devCamera Software Integration2018-01-161-0/+12
|\
| * Snapdragon: Add bokeh enable options in devzhuw2018-01-031-0/+12
| | | | | | | | | | | | | | | | | | | | add bokeh enable options in dev. value: true->enable false->disable blur->enter int value Change-Id: I4e69a5371b60ce55dee2468634b1e14956811f22 CRs-Fixed: 2164757
* | SnapdragonCamera: Rename the resource Id to fix CTS issue.Santhosh Kumar Thimmanna Bhattar2017-12-271-1/+1
|/ | | | | | | | | | | | | Issue: CTS test case testImageCapture is failing due to mismatch in resource Id of OK button in SnapdragonCamera app and CTS . After take picture , CTS app is sending click event for OK button in SnapdragonCamera. But event is failed due to mismatch in Id. Fix: Rename resource Id of OK button as per the CTS. Change-Id: I7d3b087e4ac73fc7ee1034b7d2845241e6023b29
* SnapdragonCamera:Disalbe options in RTBjunjiez2017-08-031-3/+10
| | | | | | | | Disable some options in the setting when it's in real time bokeh mode and modify the style of seekbar and bokeh text. Change-Id: If6f2fe40c3a405ac8a4451029d18e38d93305ef5
* SnapdragonCamera:RTB UIjunjiez2017-07-262-5/+15
| | | | | | | | | | | | | | | 1.add a new icon on the top of camera control to enable bokeh mode. 2.add toast to show the distance,lighting and effect alert. 3.add debug mode to save all the images received from HAL separately 4.modify ui according to the spec Change-Id: I1178015f48c29cade4e14bb531c9727665905fec
* Merge tag 'camera.lnx.2.0-00022' into camera.lnx.3.0-devCamera Software Integration2017-06-251-2/+1
|\ | | | | | | | | | | Merge tag 'camera.lnx.2.0-00022' into camera.lnx.3.0-dev Change-Id: Ic652b07ae701178891e112087856494c7b5e5044
| * SnapdragonCamera: RTB UI layout adjustmentqimengp2017-06-141-2/+1
| | | | | | | | | | | | | | Adjust blur value bar padding/margine CRs-Fixed: 2061008 Change-Id: I4b91dfc05239823d329a337bb87780ac8bd4377a
* | SnapdragonCamera: Fix UI Display confusion in ProModemingwax2017-05-301-77/+37
| | | | | | | | | | | | | | | | Refactoring the layout of pro_mode_layout.xml, optimizing layout files, and reducing performace overhead. CRs-Fixed: 2027214 Change-Id: I7005b5a38498b6867c0d6b971aef13fcd1359433
* | Merge "SnapdragonCamera: Fix makeup progressbar insensitive" into ↵Linux Build Service Account2017-05-101-49/+50
|\ \ | |/ |/| | | camera.lnx.3.0-dev
| * SnapdragonCamera: Fix makeup progressbar insensitiveqimengp2017-05-091-49/+50
| | | | | | | | | | | | | | Increasing the progressbar heigh CRs-Fixed: 2041239 Change-Id: Ifba00045feb77343eb61199598aa495cd47e6720
* | 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