summaryrefslogtreecommitdiffstats
path: root/res/values/qcomstrings.xml
diff options
context:
space:
mode:
authorDimitar Borisov <dboris@codeaurora.org>2014-09-24 17:32:06 +0300
committerDimitar Borisov <dboris@codeaurora.org>2014-09-30 19:32:14 +0300
commit19656479581c4cdda53e6af6acfcb3346b97164a (patch)
tree68fbc150991ca34e6ab77ced2e603c4c0e925fb3 /res/values/qcomstrings.xml
parent81b91551dfd0f35380094e3434e5358e8d63f0ba (diff)
downloadandroid_packages_apps_Snap-19656479581c4cdda53e6af6acfcb3346b97164a.tar.gz
android_packages_apps_Snap-19656479581c4cdda53e6af6acfcb3346b97164a.tar.bz2
android_packages_apps_Snap-19656479581c4cdda53e6af6acfcb3346b97164a.zip
SnapdragonCamera: Add support for CDS and TNR settings
Add support for CDS and TNR settings - CDS and TNR can be controlled in photo mode and video mode. - CDS is set to off and cannot be set to other value when TNR is enabled - CDS value is restored when TNR is disabled again CRs-Fixed: 715042 Change-Id: Idf08403e38d0e3e634b047a955f2328b4237e691
Diffstat (limited to 'res/values/qcomstrings.xml')
-rw-r--r--res/values/qcomstrings.xml58
1 files changed, 58 insertions, 0 deletions
diff --git a/res/values/qcomstrings.xml b/res/values/qcomstrings.xml
index 9c5865942..9cd10d24f 100644
--- a/res/values/qcomstrings.xml
+++ b/res/values/qcomstrings.xml
@@ -175,11 +175,69 @@
<string name="pref_camera_video_hdr_value_off">off</string>
<string name="pref_camera_video_hdr_value_on">on</string>
+ <!-- Settings screen, CDS location dialog choices -->
+ <string name="pref_camera_cds_entry_off">Off</string>
+ <string name="pref_camera_cds_entry_on">On</string>
+ <string name="pref_camera_cds_entry_auto">Auto</string>
+
+ <string name="pref_camera_cds_value_off">off</string>
+ <string name="pref_camera_cds_value_on">on</string>
+ <string name="pref_camera_cds_value_auto">auto</string>
+
+ <!-- Settings screen, video CDS location dialog choices -->
+ <string name="pref_camera_video_cds_entry_off">Off</string>
+ <string name="pref_camera_video_cds_entry_on">On</string>
+ <string name="pref_camera_video_cds_entry_auto">Auto</string>
+
+ <string name="pref_camera_video_cds_value_off">off</string>
+ <string name="pref_camera_video_cds_value_on">on</string>
+ <string name="pref_camera_video_cds_value_auto">auto</string>
+
+ <!-- Settings screen, TNR location dialog choices -->
+ <string name="pref_camera_tnr_entry_disable">Disable</string>
+ <string name="pref_camera_tnr_entry_enable">Enable</string>
+
+ <!-- Settings screen, TNR location dialog choices -->
+ <string name="pref_camera_tnr_value_off">off</string>
+ <string name="pref_camera_tnr_value_on">on</string>
+
+ <!-- Settings screen, video TNR location dialog choices -->
+ <string name="pref_camera_video_tnr_entry_disable">Disable</string>
+ <string name="pref_camera_video_tnr_entry_enable">Enable</string>
+
+ <!-- Settings screen, video TNR location dialog choices -->
+ <string name="pref_camera_video_tnr_value_off">off</string>
+ <string name="pref_camera_video_tnr_value_on">on</string>
+
<!-- Settings screen, setting title text for Video HDR-->
<string name="pref_camera_video_hdr_title">Video HDR</string>
<string name="pref_camera_video_hdr_default" translatable="false">off</string>
+ <!-- Settings menu, setting title text for cds mode-->
+ <string name="pref_camera_cds_title">CDS mode</string>
+
+ <!-- Settings menu, setting title text for video cds mode-->
+ <string name="pref_camera_video_cds_title">Video CDS mode</string>
+
+ <!-- Default cds mode setting-->
+ <string name="pref_camera_cds_default" translatable="false">on</string>
+
+ <!-- Default video cds mode setting-->
+ <string name="pref_camera_video_cds_default" translatable="false">on</string>
+
+ <!-- Settings menu, setting title text for tnr mode-->
+ <string name="pref_camera_tnr_title">TNR mode</string>
+
+ <!-- Settings menu, setting title text for video tnr mode-->
+ <string name="pref_camera_video_tnr_title">Video TNR mode</string>
+
+ <!-- Default tnr mode setting-->
+ <string name="pref_camera_tnr_default" translatable="false">off</string>
+
+ <!-- Default video tnr mode setting-->
+ <string name="pref_camera_video_tnr_default" translatable="false">off</string>
+
<!-- Default face detection setting. -->
<string name="pref_camera_facedetection_default" translatable="false">on</string>