diff options
author | Michael Bestas <mikeioannina@cyanogenmod.org> | 2016-08-04 21:28:53 +0300 |
---|---|---|
committer | Bruno Martins <bgcngm@gmail.com> | 2018-11-20 12:31:35 +0000 |
commit | eaf9d9dcaac2ec1f7c77bb878aae5a6a3d99e048 (patch) | |
tree | 76bd57f7fa8e17fb18a4207f5b1eb121bbc9f985 /res | |
parent | ef1d7d89e943398cf6d8e124f9828349de0b6457 (diff) | |
download | android_packages_apps_Snap-eaf9d9dcaac2ec1f7c77bb878aae5a6a3d99e048.tar.gz android_packages_apps_Snap-eaf9d9dcaac2ec1f7c77bb878aae5a6a3d99e048.tar.bz2 android_packages_apps_Snap-eaf9d9dcaac2ec1f7c77bb878aae5a6a3d99e048.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.xml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/res/values/cm_strings.xml b/res/values/cm_strings.xml index a5fb6d53e..2908dba18 100644 --- a/res/values/cm_strings.xml +++ b/res/values/cm_strings.xml @@ -126,4 +126,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> |