sanders: dirac: Introduce Dirac preferences

Signed-off-by: Ashwin R C <ashwin2001achu@gmail.com>
Signed-off-by: utsavbalar1231 <utsavbalar1231@gmail.com>
Signed-off-by: ronaxdevil <pratabidya.007@gmail.com>
This commit is contained in:
jrizzoli
2019-02-17 14:19:25 +05:30
committed by ronaxdevil
parent 60adb266b3
commit fa2a05dda6
108 changed files with 9226 additions and 4 deletions

View File

@@ -2,13 +2,10 @@
<!--
Copyright (C) 2013-2016 The CyanogenMod Project
(C) 2017 The LineageOS Project
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
@@ -16,6 +13,7 @@
limitations under the License.
-->
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
<!-- Title and summary -->
<string name="moto_actions_title">Moto Actions</string>
@@ -88,9 +86,25 @@
<!-- Screen off gestures haptic feedback -->
<string name="haptic_feedback">Haptic feedback</string>
<string name="haptic_feedback_summary">Vibrate when a touchscreen gesture is detected</string>
<!-- Proximity sensor -->
<string name="allow_proximity_sensor_title">Allow proximity sensor</string>
<string name="allow_proximity_sensor_summary">Check the proximity sensor before performing the action</string>
<!-- Dirac settings -->
<string name="dirac_title">Dirac sound enhancer</string>
<string name="dirac_headset_title">Headset type</string>
<string name="dirac_preset_title">Sound preset</string>
<!-- TODO: change the string values accordingly -->
<string name="dirac_headset_0">Headset 0</string>
<string name="dirac_headset_1">Headset 1</string>
<string name="dirac_headset_2">Headset 2</string>
<string name="dirac_headset_3">Headset 3</string>
<!-- TODO: change the string values accordingly -->
<string name="dirac_preset_0">Preset 0</string>
<string name="dirac_preset_1">Preset 1</string>
<string name="dirac_preset_2">Preset 2</string>
<string name="dirac_preset_3">Preset 3</string>
</resources>