summaryrefslogtreecommitdiffstats
path: root/res/values
diff options
context:
space:
mode:
authorMichael Bestas <mikeioannina@cyanogenmod.org>2016-08-04 21:28:53 +0300
committerSteve Kondik <shade@chemlab.org>2016-11-21 11:03:32 -0700
commit17ba73be09dde7318991ee806f83e635256fb471 (patch)
tree873f8cfb08e1c09e3c291c2451e62f38c1398797 /res/values
parent51b75610335476b1a40b714848e8cb97921f50dd (diff)
downloadandroid_packages_apps_Snap-17ba73be09dde7318991ee806f83e635256fb471.tar.gz
android_packages_apps_Snap-17ba73be09dde7318991ee806f83e635256fb471.tar.bz2
android_packages_apps_Snap-17ba73be09dde7318991ee806f83e635256fb471.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 410fa0b99..691358a4c 100644
--- a/res/values/cm_strings.xml
+++ b/res/values/cm_strings.xml
@@ -145,4 +145,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>