summaryrefslogtreecommitdiffstats
path: root/res/values
diff options
context:
space:
mode:
authorMichael Bestas <mikeioannina@cyanogenmod.org>2016-08-04 21:28:53 +0300
committerGerrit Code Review <gerrit@cyanogenmod.org>2016-08-20 08:01:10 -0700
commit46a8831be1f4fde221e790308a555f116d0dbecc (patch)
tree8b08607ef28f4eed7b10644dbfc79c80c67cd7a9 /res/values
parent6304f00be7a309497a93544ecce5e2d322434967 (diff)
downloadandroid_packages_apps_Snap-46a8831be1f4fde221e790308a555f116d0dbecc.tar.gz
android_packages_apps_Snap-46a8831be1f4fde221e790308a555f116d0dbecc.tar.bz2
android_packages_apps_Snap-46a8831be1f4fde221e790308a555f116d0dbecc.zip
Snap: Make developer menu more accessible
* Not all devices have red eye reduction, which made it impossible to enable advanced options. Move the toggle to max brightness option which is present in all devices. * Allow enabling advanced options through camcorder settings. * Move hardcoded strings to cm_strings for translations. * Close menus when developer mode is toggled so we can see the extra options when the menu is reopened. * Decrease taps to 7, matching Settings tap-to-enable. * Properly reset tap counter. Change-Id: Iac39b9309388b92bf75a49a6091b483b13bd9154
Diffstat (limited to 'res/values')
-rw-r--r--res/values/cm_strings.xml4
1 files changed, 4 insertions, 0 deletions
diff --git a/res/values/cm_strings.xml b/res/values/cm_strings.xml
index fa90e8b2a..e82717eb1 100644
--- a/res/values/cm_strings.xml
+++ b/res/values/cm_strings.xml
@@ -251,4 +251,8 @@
<string name="pref_camera_shutter_speed_entry_30" translatable="false">30</string>
<string name="auto_hdr_enabled">Auto HDR enabled</string>
+
+ <!-- Advanced options -->
+ <string name="developer_menu_enabled">You have enabled advanced camera options</string>
+ <string name="developer_menu_disabled">You have disabled advanced camera options</string>
</resources>