summaryrefslogtreecommitdiffstats
path: root/res
diff options
context:
space:
mode:
authorMichael Bestas <mikeioannina@cyanogenmod.org>2016-08-04 21:28:53 +0300
committerArne Coucheron <arco68@gmail.com>2018-01-26 01:07:19 +0100
commitb36aba33a2ea179d9277f289fcd1645c3f098ece (patch)
tree3baf6495b74f8882eea67d00e5bd00972625b288 /res
parentc0bb610c2010abc8658000474b4d0806e4856cfb (diff)
downloadandroid_packages_apps_Snap-b36aba33a2ea179d9277f289fcd1645c3f098ece.tar.gz
android_packages_apps_Snap-b36aba33a2ea179d9277f289fcd1645c3f098ece.tar.bz2
android_packages_apps_Snap-b36aba33a2ea179d9277f289fcd1645c3f098ece.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')
-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 182922650..26ed0f261 100644
--- a/res/values/cm_strings.xml
+++ b/res/values/cm_strings.xml
@@ -128,4 +128,8 @@
<string name="pref_camera_shutter_speed_entry_15" translatable="false">15</string>
<string name="pref_camera_shutter_speed_entry_30" translatable="false">30</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>