summaryrefslogtreecommitdiffstats
path: root/res
Commit message (Collapse)AuthorAgeFilesLines
* SnapdragonCamera: Fix compilationJaimin Bhise2015-10-294-18/+0
| | | | | | | | | | | | 1. Address compilation due to compiler upgrade. 2. Comment out video dependencies to enable camera. 3. Fix compilation issue due to IMountService interface change. 4. Comment out ExtendedFace. 5. Remove non-standard video resolutions. 6. Revert "camera: override shutter sound volume" commit 8a50cda8f72738e943904fdf7cae189b2b0a8ea8. Change-Id: I167ab5ff399c4f1d306a1a7ddf94896565c9625a
* Merge "SnapdragonCamera: Add QHD and 2K video qualities."Linux Build Service Account2015-10-262-0/+8
|\
| * SnapdragonCamera: Add QHD and 2K video qualities.Sanjeev Garg2015-09-272-0/+8
| | | | | | | | | | | | | | Adding video qualities QHD (2560x1440) and 2K (2048x1080) Change-Id: Ie1500d61d2614a3cfd542f7a298c92a3208c4c7b
* | SnapdragonCamera: fix settings menu crashLikai Ding2015-10-151-1/+1
| | | | | | | | | | | | | | Default picture quality was not updated according to the new list. This has been fixed to avoid runtime crash. Change-Id: I01b839e0346965662cd675cb94c04fece555f8da
* | Merge "SnapdragonCamera: Add noise reduction modes."Linux Build Service Account2015-10-014-0/+41
|\ \
| * | SnapdragonCamera: Add noise reduction modes.Neelam Abhinav Karthik2015-09-284-0/+41
| |/ | | | | | | | | | | - Add menu for noise reduction modes Change-Id: Ie5cd6590e08938fb8fbb668ac1b48aac5fe801c3
* | Merge "SnapdragonCamera: update Chinese translation"Linux Build Service Account2015-09-293-3/+3
|\ \
| * | SnapdragonCamera: update Chinese translationLikai Ding2015-09-243-3/+3
| |/ | | | | | | | | | | | | | | Update Chinese translation for "Store Location" in settings. The original translation might be confusing to users. Change-Id: Ib00cc9d69228347258e33ecec7da92342b319f61 CRs-Fixed: 905001
* / SnapdragonCamera: Update the options for the Picture qualitylikaid2015-09-243-27/+8
|/ | | | | | | | | Change the menu items for Picture quality setting Only leave three options for the Picture quality setting Change-Id: I09e615ffb933983352d4a15f44ffef23adbe64ea CRs-Fixed: 905006
* SnapdragonCamera: Use floating components during video record.Jay Wang2015-09-166-3/+113
| | | | | | | | During recording, there are only 2 widgets on UI. Directly attaching them to window manager and making main UI layer fully transparent can reduce power consumption. Change-Id: I8c4f4768ab91d50fc72080f0f6d7316ee2e60ef4
* Merge "SnapdragonCamera: Set default video resolution to 1080p"Linux Build Service Account2015-09-101-1/+1
|\
| * SnapdragonCamera: Set default video resolution to 1080pJay Wang2015-09-031-1/+1
| | | | | | | | | | | | | | Previously, default video recording resolution was largest available. This has been changed to be 1080p by default. Change-Id: I29b4d7d8d80af1472315fdacb9c1672403247f7f
* | Merge "SnapdragonCamera: Fix progress indicator overlapped by thumbnail icon"Linux Build Service Account2015-09-091-1/+1
|\ \
| * | SnapdragonCamera: Fix progress indicator overlapped by thumbnail iconlikaid2015-09-071-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 Chinese string for makeup levellikaid2015-09-063-3/+9
|/ | | | | | | | | | | The makeup level was defined as "Low" "Mid" and "High" with hard code English strings, which could not be changed after system language changed. Add Chinese strings for them in string.xml file. Change-Id: Icb5b570791dfa19494bde9d321188620ca675a35 CRs-Fixed: 892963
* Merge "SnapdragonCamera: add button border"Linux Build Service Account2015-08-243-4/+75
|\
| * SnapdragonCamera: add button borderLikai Ding2015-08-213-4/+75
| | | | | | | | | | | | | | Add border for "All in Focus" button. Also some tweaks to meet UI spec. Change-Id: I56c458a420e503321cc9a3255a7dd4ae0a6d4637
* | Merge "SnapdragonCamera: new scene mode icons"Linux Build Service Account2015-08-2138-0/+0
|\ \
| * | SnapdragonCamera: new scene mode iconsLikai Ding2015-08-2138-0/+0
| |/ | | | | | | | | | | Replace scene mode icons with newly designed ones. Change-Id: I18debd1c5b14f8f7688d3ef081e3ec7dea9f0220
* / SnapdragonCamera: string changesLikai Ding2015-08-213-6/+6
|/ | | | | | Replace some strings with their official version. Change-Id: I6b6f3aea7b594c536f0cf7fccda882f4054fc52f
* SnapdragonCamera: add Chinese translationslikaid2015-08-201-0/+57
| | | | | | | Add Chinese translations for certain string resources. CRs-Fixed: 889166 Change-Id: I544f93eb1dadf3872ba417583e2b27a2cdb2fc6b
* SnapdragonCamera: add Chinese translationslikaid2015-08-182-0/+3
| | | | | | | Add Chinese translations for certain string resources. CRs-Fixed: 885790 Change-Id: Ife63f963a1376ea469f43a971b6f9c79745cc1d0
* Merge "SnapdragonCamera: Add Chinese strings for some error messages"Linux Build Service Account2015-08-171-0/+4
|\
| * SnapdragonCamera: Add Chinese strings for some error messageslikaid2015-08-111-0/+4
| | | | | | | | | | | | | | | | | | | | Some of the error messages didn't have Chinese strings, that caused it shown the English strings under Chinese language context. Add Chinese strings for these messages. CRs-Fixed: 887677 Change-Id: I21186b1850588a4ff39c6de69259ddad37d1fc08
* | Revert "SnapdragonCamera: Improved panorama"Byunghun Jeon2015-08-121-15/+40
| | | | | | | | | | | | This reverts commit "SnapdragonCamera: Improved panorama" Change-Id: I7aef9427c218d06b78cbc097dd32a1629b5ab9d1
* | SnapdragonCamera: Fix submenu icon not display in RTLlikaid2015-08-122-1/+4
|/ | | | | | | | Layout of submenu is not corret in RTL. Change linear layout to relative layout for this case. CRs-Fixed: 885928 Change-Id: Iaa7644cc4ccbf436cbd148a485abab2b9155ba5d
* Merge "SnapdragonCamera: Modify filter icon"Linux Build Service Account2015-08-104-0/+0
|\
| * SnapdragonCamera: Modify filter iconByunghun Jeon2015-08-054-0/+0
| | | | | | | | | | | | Modify filter icon to improve user experience Change-Id: I949622f52fd5e3ea2a5fce91bd39d93ac04e3bae
* | SnapdragonCamera: Set navigation bar according to flagByunghun Jeon2015-08-071-0/+3
| | | | | | | | | | | | Set navigation bar according to flag and set it to show by default Change-Id: I5ddb9d5f8150d7fd1d182bacb25cd02651a2db5b
* | SnapdragonCamera: Modify paddings and size of menusByunghun Jeon2015-08-052-2/+2
|/ | | | | | Modify paddings and size of menus to display longer menus Change-Id: I43bd3a8de8178ca2bdd273f4cfb6fafbcb92d82a
* SnapdragonCamera: Improved panoramaByunghun Jeon2015-07-301-40/+15
| | | | | | | | Improved panorama with faster performance and low memory consumption. Also displays progress while taking panorama shot. Change-Id: I88ae1205f056ebe59129e65d69fcc44f46a5ab92 CRs-Fixed: 859274
* SnapdragonCamera: remove nav bar to enable full screen previewByunghun Jeon2015-07-282-0/+2
| | | | | | | Remove the navigation bar in order to take advantage of full screen. Change-Id: I25f42af825c4f3b7ad6521c2ee6d62fa4219044a CRs-Fixed: 865254
* Merge "SnapdragonCamera: Fix "Square" display abnormal in Chinese mode"Linux Build Service Account2015-07-151-0/+1
|\
| * SnapdragonCamera: Fix "Square" display abnormal in Chinese modelikaid2015-07-151-0/+1
| | | | | | | | | | | | | | | | | | There is no definition for string "Square" in Chinese mode. Add definition for "Square" string. Change-Id: Ic2e7050cae9b6c56771670f776a7a74abeb9bf3d CRs-Fixed: 866044
* | Merge "SnapdragonCamera: Add Chinese string for camera setting menu items"Linux Build Service Account2015-07-151-0/+17
|\ \
| * | SnapdragonCamera: Add Chinese string for camera setting menu itemslikaid2015-07-141-0/+17
| |/ | | | | | | | | | | | | | | | | some string on camera settings menu didn't translate to Chinese. Add Chinese string in values-zh-rCN/strings.xml. CRs-Fixed: 843181 Change-Id: I9e941247cbe886ebbbf1e7e5f46ee0b0a4bd9d68
* | Merge "SnapdragonCamera: Modify Settings titles"Linux Build Service Account2015-07-152-6/+4
|\ \
| * | SnapdragonCamera: Modify Settings titlesByunghun Jeon2015-07-152-6/+4
| |/ | | | | | | | | | | | | Modify Setting title strings to improve user experience Change-Id: I9ed297dd895c6ed5ca3094af91342051e3496bbd CRs-Fixed: 869198
* / SnapdragonCamera: Modify beautification level stringsByunghun Jeon2015-07-151-3/+3
|/ | | | | | | Modify beautification level strings from 1/2/3 to Low/Mid/High Change-Id: I5839d2b1b45db1d88925cd4d1b11ed8b0e775797 CRs-Fixed: 869198
* SnapdragonCamera: Add 21 MP resolutionRajaram Gudivada2015-07-112-3/+3
| | | | | | | | | | 1) 20MP resolution mentioned in UI is 21MP and so corresponding name changed to 21MP 2) Also Corresponding resolution (5344x4016) is not exactly the 4:3 aspect ratio and so changed the height to 4008 to make exact 4:3 aspect ratio Change-Id: Idff3f28990a1daa6a6ba15f597a70e2468ae0697
* SnapdragonCamera: Add 16MP 16:9 picture resolutionRajaram Gudivada2015-07-022-0/+4
| | | | | | Add 16MP 16:9(5312x2988) to picture resolutions Change-Id: I8cb2816a3432d4e36d943fc9f4fdf866be7c628b
* Merge "SnapDragan: Changes to enable UI option for ASD mode."Linux Build Service Account2015-05-301-0/+3
|\
| * SnapDragan: Changes to enable UI option for ASD mode.Guruprasad Gaonkar2015-05-121-0/+3
| | | | | | | | | | | | | | ASD menu was not available on latest snapdragon application. Changes provided to enable scene modes. Change-Id: If02e97c4912ade7463055c8fefc35d10009a7c9e
* | SnapdragonCamera: implement optizoom and chromaflash UILikai Ding2015-05-279-0/+21
| | | | | | | | | | | | add scene mode for optizoom and preference entry for chromaflash Change-Id: I859a42e3273d340a7dda7e24c6cb2e08ddb0f7bf
* | Merge "SnapdragonCamera: add touch animation for refocus"Linux Build Service Account2015-05-246-2/+21
|\ \
| * | SnapdragonCamera: add touch animation for refocusLikai Ding2015-04-276-2/+21
| |/ | | | | | | | | | | also added a dialog to explain refocus mode Change-Id: I8c319c2cb64ca85d320eca453ade9c325fd4ac37
* | Merge "SnapdragonCamera: Fix DUT flash main menu when open camera."Linux Build Service Account2015-05-161-2/+1
|\ \ | |/ |/|
| * SnapdragonCamera: Fix DUT flash main menu when open camera.likaid2015-04-171-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
* | Merge "Snapdragon : Changes to add more HFR values in camera UI."Linux Build Service Account2015-04-212-0/+4
|\ \ | |/ |/|
| * Snapdragon : Changes to add more HFR values in camera UI.Guruprasad Gaonkar2015-04-092-0/+4
| | | | | | | | | | | | 240fps is added to HFR camera UI options. Change-Id: I01076e545736670eb0761cc5d7bea1dde197bb66