summaryrefslogtreecommitdiffstats
path: root/res
Commit message (Collapse)AuthorAgeFilesLines
* 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
| * SnapdragonCamera: remove nav bar to enable full screen previewByunghun Jeon2015-08-032-0/+2
| | | | | | | | | | | | | | Remove the navigation bar in order to take advantage of full screen. Change-Id: I25f42af825c4f3b7ad6521c2ee6d62fa4219044a CRs-Fixed: 865254
* | Revert "SnapdragonCamera: Modify snapcam per Lanix requirements"Gopal G Goberu2015-08-032-0/+86
| | | | | | | | | | | | This reverts commit 9718d52b226489ad60df5934fb86fed219330a91. Change-Id: I13fd76e075935013786165e6732b5d8e11b46132
* | Merge 5c05aaa8664172755c0f5cf6920e518a8abca067 on remote branchLinux Build Service Account2015-07-272-86/+0
|\ \ | | | | | | | | | Change-Id: I4b111d981352b99ff7f9e6c2dc43915d30aef16b
| * | SnapdragonCamera: Modify snapcam per Lanix requirementsByunghun Jeon2015-07-142-86/+0
| |/ | | | | | | | | | | Provide required picture size/quality, and video resolution entries Change-Id: I165fa1c1af1996ab1b94ceb7dbf96be7478807a9
* / SnapdragonCamera: Fix DUT flash main menu when open camera.likaid2015-05-161-2/+1
|/ | | | | | | | | | When the process of opening camera, the background layout has no content which cause the main menu show. When open camera, make the background layout exist. Change-Id: If6075c652b6c9973d201cff1e537522c87c4f0ff CRs-Fixed: 822737
* SnapdragonCamera: Customize camera video qualitylikaid2015-04-151-0/+2
| | | | | | | | | | | SnapdragonCamera's default video quality value was set to highest supported video resolution whitch was "720P" Add the default video quality value string "pref_video_quality_default" and overlay it to "VGA" CRs-Fixed: 815638 Change-Id: I5013880a42028e0663a3d22ffa3cddf87990146b
* Merge "SnapdragonCamera: Change the text shadow color on camera sub menu"Linux Build Service Account2015-04-021-1/+1
|\
| * SnapdragonCamera: Change the text shadow color on camera sub menulikaid2015-03-211-1/+1
| | | | | | | | | | | | | | | | | | | | The text shadow color was shown out of menu range when the entry name was long. Change the shadow color to transparent to avoid this issue. Change-Id: I88c482d3c9a94b6f180326e43b5e5096026dd97a CRs-Fixed: 801018
* | Merge "SnapdragonCamera: Add cancel longshot prompt message in Chinese"Linux Build Service Account2015-04-021-0/+1
|\ \
| * | SnapdragonCamera: Add cancel longshot prompt message in Chineselikaid2015-03-191-0/+1
| | | | | | | | | | | | | | | Change-Id: Ib2a9df880ce44a106e11fe873216954b0575ec95 CRs-Fixed: 809502
* | | Merge "SnapdragonCamera: Make video duration icon display."Linux Build Service Account2015-04-021-1/+1
|\ \ \
| * | | SnapdragonCamera: Make video duration icon display.likaid2015-03-191-1/+1
| |/ / | | | | | | | | | | | | | | | | | | | | | | | | The ListPreference can not display icon bitmap. Modify ListPreference to IconListPreference to make icon show. Change-Id: Ice78cf375035ab527e1e1c2683f448cdbbb907da CRs-Fixed: 809557
* | | Merge "SnapdragonCamera: The alert dialog's rotation is not right"Linux Build Service Account2015-03-261-0/+73
|\ \ \
| * | | SnapdragonCamera: The alert dialog's rotation is not rightlikaid2015-03-111-0/+73
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | It will pop up a alert dialog if something goes wrong while generating mosaic. The alert dialog's rotation is not right, as a result, the alert dialog's UI will gose wrong. Use RotateLayout to set the rotation before we show the alert. Change-Id: Iaa91e811393a90c9f28f98404d782d2cc2ad9fe9 CRs-Fixed: 805471
* | | | SnapdragonCamera: Move the files to the correct locationJay Wang2015-03-2311-0/+418
| | | | | | | | | | | | | | | | Change-Id: Id2d94a3be141a068f8a5e8ba461901b07700b7cb
* | | | SnapdragonCamera: Add beautification feature to SnapdragonCamera.Zhang Zhenzhen2015-03-237-0/+99
| |_|/ |/| | | | | | | | Change-Id: Ie585527fc0b8679359753b3ff6245add3d1e5530
* | | Merge "Snapdragon: Add HDR to scene mode menu"Linux Build Service Account2015-03-194-1/+3
|\ \ \ | |_|/ |/| |
| * | Snapdragon: Add HDR to scene mode menuByunghun Jeon2015-03-174-1/+3
| |/ | | | | | | | | | | Add HDR as a scene mode to scene mode menu Change-Id: I0d6d9c87d09e72dd24f6d1a2e26fab91f7cb700e
* / Snapdragon: Add icons for Snapdragon beautification featureByunghun Jeon2015-03-1671-0/+0
|/ | | | Change-Id: I8495217b0b248ea8e3ed3e0e1d428c5d94973538
* Merge "SnapdragonCamera: Set highest supported video resolution by default."Linux Build Service Account2015-02-272-3/+0
|\
| * SnapdragonCamera: Set highest supported video resolution by default.Sai Kumar Sanagavarapu2015-02-272-3/+0
| | | | | | | | | | | | | | Instead of defaulting to CIF, set the highest supported video resolution as the default video profile. Change-Id: I6cb1eab905d193cbc03f528d0fbc81f5af49ab89
* | SnapdragonCamera: Throw error popup for unsupported video profile.Sai Kumar Sanagavarapu2015-02-271-0/+3
|/ | | | | | | Check if the quality selected has a matching camcorder profile associated and show error popup if not supported. Change-Id: If3e1e3d62b4e2e9c8c16b9e4a346cbfa93c0f92b
* Merge "Snapdragon: Fix orientation of Prepare panorama dialog"Linux Build Service Account2015-02-261-0/+29
|\
| * Snapdragon: Fix orientation of Prepare panorama dialogByunghun Jeon2015-02-251-0/+29
| | | | | | | | | | | | | | Put Prepare panorama dialog to proper orientation instead of fixed to portrait Change-Id: I0f3bc9bcd5a5e30566c37b1e7beac9df73af7e61
* | SnapdragonCamera: Reduce panorama image resolution for 512MByunghun Jeon2015-02-241-1/+1
|/ | | | Change-Id: I599cbd5b54451e2e2a4ae58307f93e9dca22e995
* SnapdragonCamera: circular thumbnail iconLikai Ding2015-02-171-1/+1
| | | | | | | | | | 1. change thumbnail icon to circular and its background to transparent 2. speed up loading with optimal sample size and region decoder 3. fix orientation bug regarding panorama photos 4. don't fire load task on fake onDataLoaded() call Change-Id: I7f4eb8dad4c54a01a7ccd98907e06952e470840b (cherry picked from commit ac714ea974b4bd0ef99403def5aa7d8a3deecc5d)
* Merge "SnapdragonCamera: Fix icon display abnormal."Linux Build Service Account2015-02-111-1/+0
|\
| * SnapdragonCamera: Fix icon display abnormal.likaid2015-02-101-1/+0
| | | | | | | | | | | | | | | | | | One additional drawable data is defined in array. Delete the additional data. Change-Id: Ifd4a744f21a1d6add2c28d42ebf20e615202e2cc CRs-Fixed: 791684
* | SnapdragonCamera: Add FullScreen Preview when in Panoramic shootJay Wang2015-02-0910-56/+69
|/ | | | | | | | | Changed the Panoramic preview to full screen Resized the warped preview image to smaller Size and render on top of the full screen preview image Warped preview image can be turned on/off Change-Id: I859839542ce94c5f70d7fe7983e93b5e9534b415
* SnapdragonCamera: fix portrait orientationLikai Ding2015-02-0211-488/+55
| | | | | | | | | | | | Fix camera activity to portrait, so there is no delay when rotation occurs. Main changes are: 1. RotateLayout now supports padding and dynamically added child. 2. Camera controls and gesture detetion are now orientation-aware. 3. Toasts are replaced with RotateTextToast. 4. Obselete layout files are removed. Change-Id: I338849bd7fb84b847eb357f771a24a5cc09bf6fa
* SnapdragonCamera: Add Portrait to scene modeByunghun Jeon2015-01-262-45/+5
| | | | | | | Add portrait option to scene mode Change-Id: I5c29e896734eab25e8f21adb142006081ea1c851 CRs-Fixed: 777753
* Merge "SnapdragonCamera: New shutter Icons"Linux Build Service Account2015-01-2353-17/+79
|\
| * SnapdragonCamera: New shutter IconsByunghun Jeon2015-01-2053-17/+79
| | | | | | | | | | | | Add new shutter icons for SnapdragonCamera Change-Id: Ic0abf1b509800133bbd9dbee0cc34ebca02e5bcb
* | SnapdragonCamera: implement refocus featureLikai Ding2015-01-148-1/+78
| | | | | | | | | | | | | | | | Add a scene mode for refocus. If the latest photo is taken with refocus, user can click on the preview thumbnail, then refocus it by tapping on the photo. Change-Id: I2fd69439467f5a1e33d23d8d239aa3472d88b585
* | Revert "SnapdragonCamera: Add FullScreen Preview when in Panoramic shoot"Jay Wang2015-01-133-90/+285
|/ | | | This reverts commit 8c1e4ff06d80d69792170f0cab8dea2f490cb7fa.
* SnapdragonCamera: support 4:3 preview on 16:9 screenLikai Ding2015-01-083-0/+11
| | | | | | | | When preview is set to 4:3 on a 16:9 screen, resize SurfaceView to 4:3 and cover other parts of the screen. Otherwise camera controls have a semi-transparent background. Change-Id: Icfbe6318b6a9de9a988468078b474e842f6ddd8c
* Merge "SnapdragonCamera: Fix menu is covered when count down take picture"Linux Build Service Account2015-01-063-4/+6
|\
| * SnapdragonCamera: Fix menu is covered when count down take pictureJing (Mia) Wang2014-12-203-4/+6
| | | | | | | | | | | | | | | | | | | | | | The textview of count down title layout is unreasonable, which lead to some view is covered by text. Modify the layout params of textview. CRs-Fixed: 773384 Change-Id: I4c6cd67dcc275730de1ad61396a86f3d7250b90b
* | Merge "SnapdragonCamera: Fix string display incompletely"Linux Build Service Account2015-01-061-1/+1
|\ \
| * | SnapdragonCamera: Fix string display incompletelykaiyiz2014-12-301-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The width is not enough for the text string. Make the text string near close to icon to lengthen the string width. CRs-Fixed: 772925 Change-Id: I97c9f3deeaffb8e7a5c307d7745f7a00ea828370
* | | SnapdragonCamera: Add FullScreen Preview when in Panoramic shootJay Wang2015-01-053-285/+90
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Changed the Panoramic preview to full screen Resized the warped preview image to smaller Size and render on top of the full screen preview image Change-Id: I98735dbed2ff4dada8708bf5a4a0f9da6ba030c7 Conflicts: res/layout-land/pano_preview_progress.xml res/layout-port/pano_preview_progress.xml
* | | SnapdragonCamera: Create panoramic layout filesJay Wang2015-01-052-0/+238
|/ / | | | | | | | | | | Add layout files for panoramic full-screen preview support Change-Id: I88d1653642670701a72819e53381211e66af2963
* / SnapdragonCamera: show how many more pictures can be takenLikai Ding2014-12-226-0/+35
|/ | | | | | | Prompt to user an estimation of how many more pictures can be taken, calculated based on available storage. Change-Id: Iabc8268d548d3f6d86a6d065b511641b837a1de5