summaryrefslogtreecommitdiffstats
path: root/res/values
diff options
context:
space:
mode:
Diffstat (limited to 'res/values')
-rw-r--r--res/values/cm_colors.xml21
-rw-r--r--res/values/cm_config.xml27
-rw-r--r--res/values/cm_dimens.xml26
-rw-r--r--res/values/cm_strings.xml39
-rw-r--r--res/values/config.xml6
-rw-r--r--res/values/qticonfig.xml34
6 files changed, 153 insertions, 0 deletions
diff --git a/res/values/cm_colors.xml b/res/values/cm_colors.xml
new file mode 100644
index 00000000..b927622d
--- /dev/null
+++ b/res/values/cm_colors.xml
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!--
+ Copyright (C) 2016 The CyanogenMod 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.
+ See the License for the specific language governing permissions and
+ limitations under the License.
+-->
+<resources>
+ <color name="call_waiting_hold_tint">#009cd7</color>
+ <color name="call_waiting_end_tint">#ff1744</color>
+ <color name="call_waiting_button_textColor">#de000000</color>
+</resources>
diff --git a/res/values/cm_config.xml b/res/values/cm_config.xml
new file mode 100644
index 00000000..f11986d7
--- /dev/null
+++ b/res/values/cm_config.xml
@@ -0,0 +1,27 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!--
+ Copyright (C) 2015 The CyanogenMod 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.
+ See the License for the specific language governing permissions and
+ limitations under the License.
+-->
+<resources>
+ <!-- Class name for the default in-call UI Service [DO NOT TRANSLATE] -->
+ <string-array name="incall_default_classes" translatable="false">
+ <item>com.android.dialer/com.android.incallui.InCallServiceImpl</item>
+ </string-array>
+
+ <!-- Class name for the default main dialer activity [DO NOT TRANSLATE] -->
+ <string-array name="dialer_default_classes" translatable="false">
+ <item>com.android.dialer/com.android.dialer.DialtactsActivity</item>
+ </string-array>
+</resources>
diff --git a/res/values/cm_dimens.xml b/res/values/cm_dimens.xml
new file mode 100644
index 00000000..fb39ec34
--- /dev/null
+++ b/res/values/cm_dimens.xml
@@ -0,0 +1,26 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Copyright (C) 2016 The CyanogenMod 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.
+ See the License for the specific language governing permissions and
+ limitations under the License.
+-->
+
+<resources>
+ <dimen name="call_waiting_dialog_title_textSize">20sp</dimen>
+ <dimen name="call_waiting_dialog_width">308dp</dimen>
+ <dimen name="call_waiting_dialog_height">120dp</dimen>
+ <dimen name="call_waiting_button_height">48dp</dimen>
+ <dimen name="call_waiting_button_textSize">18sp</dimen>
+ <dimen name="call_waiting_button_paddingTop">8dp</dimen>
+ <dimen name="call_waiting_button_layoutHeight">48dp</dimen>
+ <dimen name="call_waiting_button_paddingLeft">8dp</dimen>
+</resources>
diff --git a/res/values/cm_strings.xml b/res/values/cm_strings.xml
new file mode 100644
index 00000000..0e7ed01e
--- /dev/null
+++ b/res/values/cm_strings.xml
@@ -0,0 +1,39 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!--
+ Copyright (C) 2013-2015 The CyanogenMod 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.
+ See the License for the specific language governing permissions and
+ limitations under the License.
+-->
+<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
+ <!-- Blacklist preferences -->
+ <string name="blacklist_title">Blocked caller list</string>
+ <string name="blacklist_summary_disabled">Disabled</string>
+ <string name="blacklist_summary">You will not receive incoming calls or messages from phone numbers on the blocked caller list</string>
+
+ <!-- Blacklist notifications -->
+ <string name="blacklist_call_notification">Blocked a call from %s</string>
+ <string name="blacklist_call_notification_private_number">Blocked a call from a private number</string>
+ <string name="blacklist_call_notification_unknown_number">Blocked a call from unknown number %s</string>
+ <string name="blacklist_call_notification_multiple"><xliff:g id="count">%d</xliff:g> calls were blocked</string>
+ <string name="blacklist_message_notification">Blocked a message from %s</string>
+ <string name="blacklist_message_notification_private_number">Blocked a message from a private number</string>
+ <string name="blacklist_message_notification_unknown_number">Blocked a message from unknown number %s</string>
+ <string name="blacklist_message_notification_multiple"><xliff:g id="count">%d</xliff:g> messages were blocked</string>
+ <string name="blacklist_notification_list_private">Private</string>
+ <string name="unblock_number">Unblock</string>
+ <string name="unblock_contact">Unblock contact</string>
+ <string name="call_waiting_dialog_title">Answer %s</string>
+ <string name="call_waiting_dialog_hold_call">Put current call on hold</string>
+ <string name="call_waiting_dialog_end_call">End current call</string>
+
+</resources>
diff --git a/res/values/config.xml b/res/values/config.xml
index af8cb523..1a5f087c 100644
--- a/res/values/config.xml
+++ b/res/values/config.xml
@@ -39,6 +39,12 @@
<!-- Flag indicating if the tty is enabled -->
<bool name="tty_enabled">false</bool>
+ <!-- DTMF key to be used for LCH hold tone -->
+ <string name="lch_dtmf_key" translatable="false">D</string>
+
+ <!-- DSDA phones that don't support local call hold need special handling -->
+ <bool name="dsda_supports_lch">true</bool>
+
<!-- Component name for the notification handler. The presence of this value will disable
MissedCallNotifierImpl's presentation of missed call/voice notifications [DO NOT TRANSLATE] -->
<string name="notification_component" translatable="false"></string>
diff --git a/res/values/qticonfig.xml b/res/values/qticonfig.xml
new file mode 100644
index 00000000..f3acba6b
--- /dev/null
+++ b/res/values/qticonfig.xml
@@ -0,0 +1,34 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Copyright (c) 2015, The Linux Foundation. All rights reserved.
+
+ Redistribution and use in source and binary forms, with or without
+ modification, are permitted provided that the following conditions are
+ met:
+ * Redistributions of source code must retain the above copyright
+ notice, this list of conditions and the following disclaimer.
+ * Redistributions in binary form must reproduce the above
+ copyright notice, this list of conditions and the following
+ disclaimer in the documentation and/or other materials provided
+ with the distribution.
+ * Neither the name of The Linux Foundation nor the names of its
+ contributors may be used to endorse or promote products derived
+ from this software without specific prior written permission.
+
+ THIS SOFTWARE IS PROVIDED "AS IS" AND ANY EXPRESS OR IMPLIED
+ WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT
+ ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS
+ BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
+ CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
+ SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR
+ BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
+ WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE
+ OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN
+ IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+-->
+
+<resources>
+ <!-- By default emergency VT call is not supported -->
+ <bool name="config_enable_emergency_video_calling">false</bool>
+
+</resources>