summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--res/drawable-xxhdpi/ic_in_call_pstn.pngbin0 -> 4997 bytes
-rw-r--r--res/drawable-xxhdpi/ic_in_call_wifi.pngbin0 -> 3065 bytes
-rw-r--r--res/drawable/floating_handoff_button_active_background.xml28
-rw-r--r--res/drawable/floating_handoff_button_compound_background.xml24
-rw-r--r--res/drawable/floating_handoff_button_disabled_background.xml28
-rw-r--r--res/drawable/floating_handoff_button_pressed_background.xml28
-rw-r--r--res/layout/call_card.xml16
-rw-r--r--res/layout/primary_call_info.xml2
-rw-r--r--res/values-af/strings.xml10
-rw-r--r--res/values-am/strings.xml10
-rw-r--r--res/values-ar/strings.xml10
-rw-r--r--res/values-bg/strings.xml10
-rw-r--r--res/values-ca/strings.xml10
-rw-r--r--res/values-cs/strings.xml10
-rw-r--r--res/values-da/strings.xml6
-rw-r--r--res/values-de/strings.xml10
-rw-r--r--res/values-el/strings.xml10
-rw-r--r--res/values-en-rGB/strings.xml10
-rw-r--r--res/values-en-rIN/strings.xml10
-rw-r--r--res/values-es-rUS/strings.xml10
-rw-r--r--res/values-es/strings.xml10
-rw-r--r--res/values-et-rEE/strings.xml10
-rw-r--r--res/values-fa/strings.xml10
-rw-r--r--res/values-fi/strings.xml10
-rw-r--r--res/values-fr-rCA/strings.xml10
-rw-r--r--res/values-fr/strings.xml10
-rw-r--r--res/values-hi/strings.xml4
-rw-r--r--res/values-hr/strings.xml10
-rw-r--r--res/values-hu/strings.xml10
-rw-r--r--res/values-hy-rAM/strings.xml10
-rw-r--r--res/values-in/strings.xml10
-rw-r--r--res/values-it/strings.xml10
-rw-r--r--res/values-iw/strings.xml10
-rw-r--r--res/values-ja/strings.xml10
-rw-r--r--res/values-ka-rGE/strings.xml10
-rw-r--r--res/values-km-rKH/strings.xml10
-rw-r--r--res/values-ko/strings.xml10
-rw-r--r--res/values-lo-rLA/strings.xml10
-rw-r--r--res/values-lt/strings.xml10
-rw-r--r--res/values-lv/strings.xml10
-rw-r--r--res/values-mn-rMN/strings.xml10
-rw-r--r--res/values-ms-rMY/strings.xml10
-rw-r--r--res/values-nb/strings.xml10
-rw-r--r--res/values-nl/strings.xml10
-rw-r--r--res/values-pl/strings.xml10
-rw-r--r--res/values-pt-rPT/strings.xml10
-rw-r--r--res/values-pt/strings.xml10
-rw-r--r--res/values-ro/strings.xml10
-rw-r--r--res/values-ru/strings.xml10
-rw-r--r--res/values-sk/strings.xml10
-rw-r--r--res/values-sl/strings.xml10
-rw-r--r--res/values-sr/strings.xml10
-rw-r--r--res/values-sv/strings.xml10
-rw-r--r--res/values-sw/strings.xml10
-rw-r--r--res/values-th/strings.xml10
-rw-r--r--res/values-tl/strings.xml10
-rw-r--r--res/values-tr/strings.xml10
-rw-r--r--res/values-uk/strings.xml10
-rw-r--r--res/values-vi/strings.xml10
-rw-r--r--res/values-zh-rCN/strings.xml10
-rw-r--r--res/values-zh-rHK/strings.xml10
-rw-r--r--res/values-zh-rTW/strings.xml10
-rw-r--r--res/values-zu/strings.xml10
-rw-r--r--res/values/colors.xml14
-rw-r--r--src/com/android/incallui/CallButtonPresenter.java7
-rw-r--r--src/com/android/incallui/CallCardFragment.java27
-rw-r--r--src/com/android/incallui/CallCardPresenter.java59
-rw-r--r--src/com/android/incallui/DialpadFragment.java18
68 files changed, 760 insertions, 31 deletions
diff --git a/res/drawable-xxhdpi/ic_in_call_pstn.png b/res/drawable-xxhdpi/ic_in_call_pstn.png
new file mode 100644
index 00000000..3a52a2bb
--- /dev/null
+++ b/res/drawable-xxhdpi/ic_in_call_pstn.png
Binary files differ
diff --git a/res/drawable-xxhdpi/ic_in_call_wifi.png b/res/drawable-xxhdpi/ic_in_call_wifi.png
new file mode 100644
index 00000000..4fd5f333
--- /dev/null
+++ b/res/drawable-xxhdpi/ic_in_call_wifi.png
Binary files differ
diff --git a/res/drawable/floating_handoff_button_active_background.xml b/res/drawable/floating_handoff_button_active_background.xml
new file mode 100644
index 00000000..f06e8416
--- /dev/null
+++ b/res/drawable/floating_handoff_button_active_background.xml
@@ -0,0 +1,28 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!--
+ Copyright (C) 2014 The Android Open Source 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.
+-->
+
+<shape
+ xmlns:android="http://schemas.android.com/apk/res/android"
+ android:shape="oval" >
+ <corners
+ android:radius="@dimen/floating_action_button_radius" />
+ <size
+ android:width="@dimen/floating_action_button_width"
+ android:height="@dimen/floating_action_button_height" />
+ <solid
+ android:color="@color/handoff_call_active_color" />
+</shape>
diff --git a/res/drawable/floating_handoff_button_compound_background.xml b/res/drawable/floating_handoff_button_compound_background.xml
new file mode 100644
index 00000000..00ee7913
--- /dev/null
+++ b/res/drawable/floating_handoff_button_compound_background.xml
@@ -0,0 +1,24 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Copyright (C) 2014 The Android Open Source 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.
+-->
+
+<!-- Background drawable used to render the floating circular "end call" button. -->
+<selector xmlns:android="http://schemas.android.com/apk/res/android">
+ <item android:state_enabled="false"
+ android:drawable="@drawable/floating_handoff_button_disabled_background" />
+ <item android:state_pressed="true"
+ android:drawable="@drawable/floating_handoff_button_pressed_background" />
+ <item android:drawable="@drawable/floating_handoff_button_active_background" />
+</selector>
diff --git a/res/drawable/floating_handoff_button_disabled_background.xml b/res/drawable/floating_handoff_button_disabled_background.xml
new file mode 100644
index 00000000..68d64b8e
--- /dev/null
+++ b/res/drawable/floating_handoff_button_disabled_background.xml
@@ -0,0 +1,28 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!--
+ Copyright (C) 2014 The Android Open Source 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.
+-->
+
+<shape
+ xmlns:android="http://schemas.android.com/apk/res/android"
+ android:shape="oval" >
+ <corners
+ android:radius="@dimen/floating_action_button_radius" />
+ <size
+ android:width="@dimen/floating_action_button_width"
+ android:height="@dimen/floating_action_button_height" />
+ <solid
+ android:color="@color/handoff_call_disabled_color" />
+</shape>
diff --git a/res/drawable/floating_handoff_button_pressed_background.xml b/res/drawable/floating_handoff_button_pressed_background.xml
new file mode 100644
index 00000000..54a04697
--- /dev/null
+++ b/res/drawable/floating_handoff_button_pressed_background.xml
@@ -0,0 +1,28 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!--
+ Copyright (C) 2014 The Android Open Source 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.
+-->
+
+<shape
+ xmlns:android="http://schemas.android.com/apk/res/android"
+ android:shape="oval" >
+ <corners
+ android:radius="@dimen/floating_action_button_radius" />
+ <size
+ android:width="@dimen/floating_action_button_width"
+ android:height="@dimen/floating_action_button_height" />
+ <solid
+ android:color="@color/handoff_call_pressed_color" />
+</shape>
diff --git a/res/layout/call_card.xml b/res/layout/call_card.xml
index bb12725f..a112d66f 100644
--- a/res/layout/call_card.xml
+++ b/res/layout/call_card.xml
@@ -109,6 +109,22 @@
android:contentDescription="@string/onscreenEndCallText" />
</FrameLayout>
+
+ <!-- Insert a CallService indicator (which controls handoff, too) -->
+ <FrameLayout
+ android:layout_width="wrap_content"
+ android:layout_height="wrap_content"
+ android:layout_gravity="bottom|right">
+
+ <ImageButton android:id="@+id/handoffButton"
+ android:enabled="false"
+ android:layout_width="@dimen/floating_action_button_width"
+ android:layout_height="@dimen/floating_action_button_height"
+ android:layout_marginBottom="@dimen/end_call_button_margin_bottom"
+ android:background="@drawable/floating_handoff_button_compound_background"
+ android:src="@drawable/ic_in_call_pstn" />
+ </FrameLayout>
+
</FrameLayout>
<!-- Secondary "Call info" block, for the background ("on hold") call. -->
diff --git a/res/layout/primary_call_info.xml b/res/layout/primary_call_info.xml
index d7a2b9d7..048164bd 100644
--- a/res/layout/primary_call_info.xml
+++ b/res/layout/primary_call_info.xml
@@ -25,7 +25,7 @@
android:layout_height="wrap_content"
android:orientation="vertical">
- <!-- "Call Banner" for primary call, the foregound or ringing call.
+ <!-- "Call Banner" for primary call, the foregound or ringing call.Di
The "call banner" is a block of info about a single call,
including the contact name, phone number, call time counter,
and other status info. This info is shown as a "banner"
diff --git a/res/values-af/strings.xml b/res/values-af/strings.xml
index e82c5cd7..98c426ea 100644
--- a/res/values-af/strings.xml
+++ b/res/values-af/strings.xml
@@ -121,9 +121,19 @@
<string name="contactPhoto" msgid="4713193418046639466">"kontakfoto"</string>
<string name="goPrivate" msgid="865837794424530980">"gaan privaat"</string>
<string name="selectContact" msgid="781975788478987237">"kies kontak"</string>
+ <string name="respond_via_sms_canned_response_1" msgid="2461606462788380215">"Kan nie nou praat nie. Wat\'s nuus?"</string>
+ <string name="respond_via_sms_canned_response_2" msgid="4074450431532859214">"Ek bel jou nou-nou terug."</string>
+ <string name="respond_via_sms_canned_response_3" msgid="3496079065723960450">"Ek bel jou later."</string>
+ <string name="respond_via_sms_canned_response_4" msgid="1698989243040062190">"Kan nie nou praat nie. Bel my later?"</string>
<string name="respond_via_sms_custom_message" msgid="6158880869935281078">"Skryf jou eie..."</string>
<string name="custom_message_cancel" msgid="7516406059429609296">"Kanselleer"</string>
<string name="custom_message_send" msgid="5795754217085747742">"Stuur"</string>
+ <string name="respond_via_sms_setting_title" msgid="3754000371039709383">"Vinnige antwoorde"</string>
+ <string name="respond_via_sms_setting_title_2" msgid="6104662227299493906">"Redigeer vinnige antwoorde"</string>
+ <string name="respond_via_sms_setting_summary" msgid="9150281183930613065"></string>
+ <string name="respond_via_sms_edittext_dialog_title" msgid="20379890418289778">"Vinnige antwoord"</string>
+ <string name="respond_via_sms_menu_reset_default_activity" msgid="1461742052902053466">"Stel verstek program terug"</string>
+ <string name="respond_via_sms_confirmation_format" msgid="7229149977515784269">"Boodskap gestuur na <xliff:g id="PHONE_NUMBER">%s</xliff:g>."</string>
<string name="description_image_button_one" msgid="5502718871331943463">"een"</string>
<string name="description_image_button_two" msgid="4903738528222924522">"twee"</string>
<string name="description_image_button_three" msgid="5570985408463782329">"drie"</string>
diff --git a/res/values-am/strings.xml b/res/values-am/strings.xml
index 3b9db299..16c86f52 100644
--- a/res/values-am/strings.xml
+++ b/res/values-am/strings.xml
@@ -121,9 +121,19 @@
<string name="contactPhoto" msgid="4713193418046639466">"የዕውቂያ ፎቶ"</string>
<string name="goPrivate" msgid="865837794424530980">"ወደ ብሕታዊነት ሂድ"</string>
<string name="selectContact" msgid="781975788478987237">"ዕውቂያ ምረጥ"</string>
+ <string name="respond_via_sms_canned_response_1" msgid="2461606462788380215">"አሁን ማውራት አልችልም። ሰላም ነው?"</string>
+ <string name="respond_via_sms_canned_response_2" msgid="4074450431532859214">"ወዲያው መልሼ እደውላለሁ።"</string>
+ <string name="respond_via_sms_canned_response_3" msgid="3496079065723960450">"ኋላ እደውላለሁ።"</string>
+ <string name="respond_via_sms_canned_response_4" msgid="1698989243040062190">"አሁን ማውራት አልችልም። ትንሽ ቆይተው ይደውሉ?"</string>
<string name="respond_via_sms_custom_message" msgid="6158880869935281078">"የእራስዎን ይጻፉ..."</string>
<string name="custom_message_cancel" msgid="7516406059429609296">"ይቅር"</string>
<string name="custom_message_send" msgid="5795754217085747742">"ላክ"</string>
+ <string name="respond_via_sms_setting_title" msgid="3754000371039709383">"ፈጣን ምላሾች"</string>
+ <string name="respond_via_sms_setting_title_2" msgid="6104662227299493906">"ፈጣን ምላሾች አርትዕ"</string>
+ <string name="respond_via_sms_setting_summary" msgid="9150281183930613065"></string>
+ <string name="respond_via_sms_edittext_dialog_title" msgid="20379890418289778">"ፈጣን ምላሽ"</string>
+ <string name="respond_via_sms_menu_reset_default_activity" msgid="1461742052902053466">"ነባሪውን መተግበሪያ ዳግም አስጀምር"</string>
+ <string name="respond_via_sms_confirmation_format" msgid="7229149977515784269">"ለ <xliff:g id="PHONE_NUMBER">%s</xliff:g> የተላከ መልዕክት"</string>
<string name="description_image_button_one" msgid="5502718871331943463">"አንድ"</string>
<string name="description_image_button_two" msgid="4903738528222924522">"ሁለት"</string>
<string name="description_image_button_three" msgid="5570985408463782329">"ሦስት"</string>
diff --git a/res/values-ar/strings.xml b/res/values-ar/strings.xml
index cbf1c9e2..bdaa4e18 100644
--- a/res/values-ar/strings.xml
+++ b/res/values-ar/strings.xml
@@ -121,9 +121,19 @@
<string name="contactPhoto" msgid="4713193418046639466">"صورة جهة الاتصال"</string>
<string name="goPrivate" msgid="865837794424530980">"انتقال إلى مكالمة خاصة"</string>
<string name="selectContact" msgid="781975788478987237">"تحديد جهة اتصال"</string>
+ <string name="respond_via_sms_canned_response_1" msgid="2461606462788380215">"لا يمكنني التحدث الآن. ماذا هناك؟"</string>
+ <string name="respond_via_sms_canned_response_2" msgid="4074450431532859214">"سأعاود الاتصال بك."</string>
+ <string name="respond_via_sms_canned_response_3" msgid="3496079065723960450">"سأتصل بك لاحقًا."</string>
+ <string name="respond_via_sms_canned_response_4" msgid="1698989243040062190">"لا يمكنني التحدث الآن. اتصل بي لاحقًا."</string>
<string name="respond_via_sms_custom_message" msgid="6158880869935281078">"اكتب ردك..."</string>
<string name="custom_message_cancel" msgid="7516406059429609296">"إلغاء"</string>
<string name="custom_message_send" msgid="5795754217085747742">"إرسال"</string>
+ <string name="respond_via_sms_setting_title" msgid="3754000371039709383">"الردود السريعة"</string>
+ <string name="respond_via_sms_setting_title_2" msgid="6104662227299493906">"تعديل الردود السريعة"</string>
+ <string name="respond_via_sms_setting_summary" msgid="9150281183930613065"></string>
+ <string name="respond_via_sms_edittext_dialog_title" msgid="20379890418289778">"رد سريع"</string>
+ <string name="respond_via_sms_menu_reset_default_activity" msgid="1461742052902053466">"إعادة تعيين التطبيق الافتراضي"</string>
+ <string name="respond_via_sms_confirmation_format" msgid="7229149977515784269">"تم إرسال الرسالة إلى <xliff:g id="PHONE_NUMBER">%s</xliff:g>."</string>
<string name="description_image_button_one" msgid="5502718871331943463">"واحد"</string>
<string name="description_image_button_two" msgid="4903738528222924522">"اثنان"</string>
<string name="description_image_button_three" msgid="5570985408463782329">"ثلاثة"</string>
diff --git a/res/values-bg/strings.xml b/res/values-bg/strings.xml
index 3973f1f8..a7a8a63a 100644
--- a/res/values-bg/strings.xml
+++ b/res/values-bg/strings.xml
@@ -121,9 +121,19 @@
<string name="contactPhoto" msgid="4713193418046639466">"снимка на контакта"</string>
<string name="goPrivate" msgid="865837794424530980">"към частно"</string>
<string name="selectContact" msgid="781975788478987237">"избиране на контакта"</string>
+ <string name="respond_via_sms_canned_response_1" msgid="2461606462788380215">"Сега не мога да говоря. Какво има?"</string>
+ <string name="respond_via_sms_canned_response_2" msgid="4074450431532859214">"Ще ви се обадя веднага обратно."</string>
+ <string name="respond_via_sms_canned_response_3" msgid="3496079065723960450">"Ще ви се обадя по-късно."</string>
+ <string name="respond_via_sms_canned_response_4" msgid="1698989243040062190">"Сега не мога да говоря. По-късно?"</string>
<string name="respond_via_sms_custom_message" msgid="6158880869935281078">"Напишете свой собствен..."</string>
<string name="custom_message_cancel" msgid="7516406059429609296">"Отказ"</string>
<string name="custom_message_send" msgid="5795754217085747742">"Изпращане"</string>
+ <string name="respond_via_sms_setting_title" msgid="3754000371039709383">"Бързи отговори"</string>
+ <string name="respond_via_sms_setting_title_2" msgid="6104662227299493906">"Редактиране на бързи отговори"</string>
+ <string name="respond_via_sms_setting_summary" msgid="9150281183930613065"></string>
+ <string name="respond_via_sms_edittext_dialog_title" msgid="20379890418289778">"Бърз отговор"</string>
+ <string name="respond_via_sms_menu_reset_default_activity" msgid="1461742052902053466">"Възст. на станд. настройки"</string>
+ <string name="respond_via_sms_confirmation_format" msgid="7229149977515784269">"До <xliff:g id="PHONE_NUMBER">%s</xliff:g> бе изпратено съобщение."</string>
<string name="description_image_button_one" msgid="5502718871331943463">"едно"</string>
<string name="description_image_button_two" msgid="4903738528222924522">"две"</string>
<string name="description_image_button_three" msgid="5570985408463782329">"три"</string>
diff --git a/res/values-ca/strings.xml b/res/values-ca/strings.xml
index 7d5be428..8366b0ef 100644
--- a/res/values-ca/strings.xml
+++ b/res/values-ca/strings.xml
@@ -121,9 +121,19 @@
<string name="contactPhoto" msgid="4713193418046639466">"foto de contacte"</string>
<string name="goPrivate" msgid="865837794424530980">"passa a privat"</string>
<string name="selectContact" msgid="781975788478987237">"selecciona el contacte"</string>
+ <string name="respond_via_sms_canned_response_1" msgid="2461606462788380215">"Ara no puc parlar. Què passa?"</string>
+ <string name="respond_via_sms_canned_response_2" msgid="4074450431532859214">"Et truco de seguida."</string>
+ <string name="respond_via_sms_canned_response_3" msgid="3496079065723960450">"Et truco més tard."</string>
+ <string name="respond_via_sms_canned_response_4" msgid="1698989243040062190">"Ara no puc parlar. Truques després?"</string>
<string name="respond_via_sms_custom_message" msgid="6158880869935281078">"Escriu la teva…"</string>
<string name="custom_message_cancel" msgid="7516406059429609296">"Cancel·la"</string>
<string name="custom_message_send" msgid="5795754217085747742">"Envia"</string>
+ <string name="respond_via_sms_setting_title" msgid="3754000371039709383">"Respostes ràpides"</string>
+ <string name="respond_via_sms_setting_title_2" msgid="6104662227299493906">"Edita les respostes ràpides"</string>
+ <string name="respond_via_sms_setting_summary" msgid="9150281183930613065"></string>
+ <string name="respond_via_sms_edittext_dialog_title" msgid="20379890418289778">"Resposta ràpida"</string>
+ <string name="respond_via_sms_menu_reset_default_activity" msgid="1461742052902053466">"Restableix aplic. predetermin."</string>
+ <string name="respond_via_sms_confirmation_format" msgid="7229149977515784269">"Missatge enviat a <xliff:g id="PHONE_NUMBER">%s</xliff:g>."</string>
<string name="description_image_button_one" msgid="5502718871331943463">"un"</string>
<string name="description_image_button_two" msgid="4903738528222924522">"dos"</string>
<string name="description_image_button_three" msgid="5570985408463782329">"tres"</string>
diff --git a/res/values-cs/strings.xml b/res/values-cs/strings.xml
index 15825d38..b3597c22 100644
--- a/res/values-cs/strings.xml
+++ b/res/values-cs/strings.xml
@@ -121,9 +121,19 @@
<string name="contactPhoto" msgid="4713193418046639466">"fotografie kontaktu"</string>
<string name="goPrivate" msgid="865837794424530980">"přepnout na soukromé"</string>
<string name="selectContact" msgid="781975788478987237">"vybrat kontakt"</string>
+ <string name="respond_via_sms_canned_response_1" msgid="2461606462788380215">"Teď nemůžu telefonovat, o co jde?"</string>
+ <string name="respond_via_sms_canned_response_2" msgid="4074450431532859214">"Zavolám zpátky."</string>
+ <string name="respond_via_sms_canned_response_3" msgid="3496079065723960450">"Zavolám později."</string>
+ <string name="respond_via_sms_canned_response_4" msgid="1698989243040062190">"Nemůžu telefonovat, volejte jindy."</string>
<string name="respond_via_sms_custom_message" msgid="6158880869935281078">"Napsat vlastní odpověď..."</string>
<string name="custom_message_cancel" msgid="7516406059429609296">"Zrušit"</string>
<string name="custom_message_send" msgid="5795754217085747742">"Odeslat"</string>
+ <string name="respond_via_sms_setting_title" msgid="3754000371039709383">"Rychlé odpovědi"</string>
+ <string name="respond_via_sms_setting_title_2" msgid="6104662227299493906">"Upravit rychlé odpovědi"</string>
+ <string name="respond_via_sms_setting_summary" msgid="9150281183930613065"></string>
+ <string name="respond_via_sms_edittext_dialog_title" msgid="20379890418289778">"Rychlá odpověď"</string>
+ <string name="respond_via_sms_menu_reset_default_activity" msgid="1461742052902053466">"Resetovat výchozí aplikaci"</string>
+ <string name="respond_via_sms_confirmation_format" msgid="7229149977515784269">"Zpráva byla odeslána na číslo <xliff:g id="PHONE_NUMBER">%s</xliff:g>."</string>
<string name="description_image_button_one" msgid="5502718871331943463">"jedna"</string>
<string name="description_image_button_two" msgid="4903738528222924522">"dvě"</string>
<string name="description_image_button_three" msgid="5570985408463782329">"tři"</string>
diff --git a/res/values-da/strings.xml b/res/values-da/strings.xml
index be7d2bff..07451f6f 100644
--- a/res/values-da/strings.xml
+++ b/res/values-da/strings.xml
@@ -124,6 +124,12 @@
<string name="respond_via_sms_custom_message" msgid="6158880869935281078">"Skriv dit eget svar..."</string>
<string name="custom_message_cancel" msgid="7516406059429609296">"Annuller"</string>
<string name="custom_message_send" msgid="5795754217085747742">"Send"</string>
+ <string name="respond_via_sms_setting_title" msgid="3754000371039709383">"Hurtige svar"</string>
+ <string name="respond_via_sms_setting_title_2" msgid="6104662227299493906">"Rediger hurtige svar"</string>
+ <string name="respond_via_sms_setting_summary" msgid="9150281183930613065"></string>
+ <string name="respond_via_sms_edittext_dialog_title" msgid="20379890418289778">"Hurtigt svar"</string>
+ <string name="respond_via_sms_menu_reset_default_activity" msgid="1461742052902053466">"Nulstil standardapp"</string>
+ <string name="respond_via_sms_confirmation_format" msgid="7229149977515784269">"Meddelelsen er sendt til <xliff:g id="PHONE_NUMBER">%s</xliff:g>."</string>
<string name="description_image_button_one" msgid="5502718871331943463">"en"</string>
<string name="description_image_button_two" msgid="4903738528222924522">"to"</string>
<string name="description_image_button_three" msgid="5570985408463782329">"tre"</string>
diff --git a/res/values-de/strings.xml b/res/values-de/strings.xml
index aff36aef..e8c12804 100644
--- a/res/values-de/strings.xml
+++ b/res/values-de/strings.xml
@@ -121,9 +121,19 @@
<string name="contactPhoto" msgid="4713193418046639466">"Kontaktbild"</string>
<string name="goPrivate" msgid="865837794424530980">"privat sprechen"</string>
<string name="selectContact" msgid="781975788478987237">"Kontakt wählen"</string>
+ <string name="respond_via_sms_canned_response_1" msgid="2461606462788380215">"Kann jetzt nicht sprechen. Was gibt\'s?"</string>
+ <string name="respond_via_sms_canned_response_2" msgid="4074450431532859214">"Ich rufe gleich zurück."</string>
+ <string name="respond_via_sms_canned_response_3" msgid="3496079065723960450">"Ich rufe später zurück."</string>
+ <string name="respond_via_sms_canned_response_4" msgid="1698989243040062190">"Kann jetzt nicht sprechen. Später?"</string>
<string name="respond_via_sms_custom_message" msgid="6158880869935281078">"Eigene Antwort schreiben..."</string>
<string name="custom_message_cancel" msgid="7516406059429609296">"Abbrechen"</string>
<string name="custom_message_send" msgid="5795754217085747742">"Senden"</string>
+ <string name="respond_via_sms_setting_title" msgid="3754000371039709383">"Kurzantworten"</string>
+ <string name="respond_via_sms_setting_title_2" msgid="6104662227299493906">"Kurzantworten bearbeiten"</string>
+ <string name="respond_via_sms_setting_summary" msgid="9150281183930613065"></string>
+ <string name="respond_via_sms_edittext_dialog_title" msgid="20379890418289778">"Kurzantwort"</string>
+ <string name="respond_via_sms_menu_reset_default_activity" msgid="1461742052902053466">"Standard-App zurücksetzen"</string>
+ <string name="respond_via_sms_confirmation_format" msgid="7229149977515784269">"Nachricht an <xliff:g id="PHONE_NUMBER">%s</xliff:g> gesendet"</string>
<string name="description_image_button_one" msgid="5502718871331943463">"Eins"</string>
<string name="description_image_button_two" msgid="4903738528222924522">"Zwei"</string>
<string name="description_image_button_three" msgid="5570985408463782329">"Drei"</string>
diff --git a/res/values-el/strings.xml b/res/values-el/strings.xml
index e2ce8a78..34a426b8 100644
--- a/res/values-el/strings.xml
+++ b/res/values-el/strings.xml
@@ -121,9 +121,19 @@
<string name="contactPhoto" msgid="4713193418046639466">"φωτογραφία επαφής"</string>
<string name="goPrivate" msgid="865837794424530980">"ιδιωτική χρήση"</string>
<string name="selectContact" msgid="781975788478987237">"επιλογή επαφής"</string>
+ <string name="respond_via_sms_canned_response_1" msgid="2461606462788380215">"Δεν μπορώ τώρα. Συμβαίνει κάτι;"</string>
+ <string name="respond_via_sms_canned_response_2" msgid="4074450431532859214">"Θα σου τηλεφωνήσω αμέσως."</string>
+ <string name="respond_via_sms_canned_response_3" msgid="3496079065723960450">"Θα σου τηλεφωνήσω αργότερα."</string>
+ <string name="respond_via_sms_canned_response_4" msgid="1698989243040062190">"Δεν μπορώ τώρα. Πάρε με αργότερα."</string>
<string name="respond_via_sms_custom_message" msgid="6158880869935281078">"Συντάξτε τη δική σας…"</string>
<string name="custom_message_cancel" msgid="7516406059429609296">"Ακύρωση"</string>
<string name="custom_message_send" msgid="5795754217085747742">"Αποστολή"</string>
+ <string name="respond_via_sms_setting_title" msgid="3754000371039709383">"Γρήγορες απαντήσεις"</string>
+ <string name="respond_via_sms_setting_title_2" msgid="6104662227299493906">"Επεξεργασία γρήγορων απαντήσεων"</string>
+ <string name="respond_via_sms_setting_summary" msgid="9150281183930613065"></string>
+ <string name="respond_via_sms_edittext_dialog_title" msgid="20379890418289778">"Γρήγορη απάντηση"</string>
+ <string name="respond_via_sms_menu_reset_default_activity" msgid="1461742052902053466">"Επαναφορά προεπιλ. εφαρμογής"</string>
+ <string name="respond_via_sms_confirmation_format" msgid="7229149977515784269">"Το μήνυμα εστάλη στο <xliff:g id="PHONE_NUMBER">%s</xliff:g>."</string>
<string name="description_image_button_one" msgid="5502718871331943463">"ένα"</string>
<string name="description_image_button_two" msgid="4903738528222924522">"δύο"</string>
<string name="description_image_button_three" msgid="5570985408463782329">"τρία"</string>
diff --git a/res/values-en-rGB/strings.xml b/res/values-en-rGB/strings.xml
index 1f298b45..f7828589 100644
--- a/res/values-en-rGB/strings.xml
+++ b/res/values-en-rGB/strings.xml
@@ -121,9 +121,19 @@
<string name="contactPhoto" msgid="4713193418046639466">"contact photo"</string>
<string name="goPrivate" msgid="865837794424530980">"go private"</string>
<string name="selectContact" msgid="781975788478987237">"select contact"</string>
+ <string name="respond_via_sms_canned_response_1" msgid="2461606462788380215">"Can\'t talk now. What\'s up?"</string>
+ <string name="respond_via_sms_canned_response_2" msgid="4074450431532859214">"I\'ll call you right back."</string>
+ <string name="respond_via_sms_canned_response_3" msgid="3496079065723960450">"I\'ll call you later."</string>
+ <string name="respond_via_sms_canned_response_4" msgid="1698989243040062190">"Can\'t talk now. Call me later?"</string>
<string name="respond_via_sms_custom_message" msgid="6158880869935281078">"Write your own..."</string>
<string name="custom_message_cancel" msgid="7516406059429609296">"Cancel"</string>
<string name="custom_message_send" msgid="5795754217085747742">"Send"</string>
+ <string name="respond_via_sms_setting_title" msgid="3754000371039709383">"Quick responses"</string>
+ <string name="respond_via_sms_setting_title_2" msgid="6104662227299493906">"Edit quick responses"</string>
+ <string name="respond_via_sms_setting_summary" msgid="9150281183930613065"></string>
+ <string name="respond_via_sms_edittext_dialog_title" msgid="20379890418289778">"Quick response"</string>
+ <string name="respond_via_sms_menu_reset_default_activity" msgid="1461742052902053466">"Reset default app"</string>
+ <string name="respond_via_sms_confirmation_format" msgid="7229149977515784269">"Message sent to <xliff:g id="PHONE_NUMBER">%s</xliff:g>."</string>
<string name="description_image_button_one" msgid="5502718871331943463">"one"</string>
<string name="description_image_button_two" msgid="4903738528222924522">"two"</string>
<string name="description_image_button_three" msgid="5570985408463782329">"three"</string>
diff --git a/res/values-en-rIN/strings.xml b/res/values-en-rIN/strings.xml
index 1f298b45..f7828589 100644
--- a/res/values-en-rIN/strings.xml
+++ b/res/values-en-rIN/strings.xml
@@ -121,9 +121,19 @@
<string name="contactPhoto" msgid="4713193418046639466">"contact photo"</string>
<string name="goPrivate" msgid="865837794424530980">"go private"</string>
<string name="selectContact" msgid="781975788478987237">"select contact"</string>
+ <string name="respond_via_sms_canned_response_1" msgid="2461606462788380215">"Can\'t talk now. What\'s up?"</string>
+ <string name="respond_via_sms_canned_response_2" msgid="4074450431532859214">"I\'ll call you right back."</string>
+ <string name="respond_via_sms_canned_response_3" msgid="3496079065723960450">"I\'ll call you later."</string>
+ <string name="respond_via_sms_canned_response_4" msgid="1698989243040062190">"Can\'t talk now. Call me later?"</string>
<string name="respond_via_sms_custom_message" msgid="6158880869935281078">"Write your own..."</string>
<string name="custom_message_cancel" msgid="7516406059429609296">"Cancel"</string>
<string name="custom_message_send" msgid="5795754217085747742">"Send"</string>
+ <string name="respond_via_sms_setting_title" msgid="3754000371039709383">"Quick responses"</string>
+ <string name="respond_via_sms_setting_title_2" msgid="6104662227299493906">"Edit quick responses"</string>
+ <string name="respond_via_sms_setting_summary" msgid="9150281183930613065"></string>
+ <string name="respond_via_sms_edittext_dialog_title" msgid="20379890418289778">"Quick response"</string>
+ <string name="respond_via_sms_menu_reset_default_activity" msgid="1461742052902053466">"Reset default app"</string>
+ <string name="respond_via_sms_confirmation_format" msgid="7229149977515784269">"Message sent to <xliff:g id="PHONE_NUMBER">%s</xliff:g>."</string>
<string name="description_image_button_one" msgid="5502718871331943463">"one"</string>
<string name="description_image_button_two" msgid="4903738528222924522">"two"</string>
<string name="description_image_button_three" msgid="5570985408463782329">"three"</string>
diff --git a/res/values-es-rUS/strings.xml b/res/values-es-rUS/strings.xml
index 7e36af80..69889c0c 100644
--- a/res/values-es-rUS/strings.xml
+++ b/res/values-es-rUS/strings.xml
@@ -121,9 +121,19 @@
<string name="contactPhoto" msgid="4713193418046639466">"foto de contacto"</string>
<string name="goPrivate" msgid="865837794424530980">"pasar a modo privado"</string>
<string name="selectContact" msgid="781975788478987237">"seleccionar contacto"</string>
+ <string name="respond_via_sms_canned_response_1" msgid="2461606462788380215">"No puedo hablar ahora. ¿Qué pasa?"</string>
+ <string name="respond_via_sms_canned_response_2" msgid="4074450431532859214">"Te llamo enseguida."</string>
+ <string name="respond_via_sms_canned_response_3" msgid="3496079065723960450">"Te llamo más tarde."</string>
+ <string name="respond_via_sms_canned_response_4" msgid="1698989243040062190">"No puedo hablar ahora. ¿Me llamas más tarde?"</string>
<string name="respond_via_sms_custom_message" msgid="6158880869935281078">"Escribe tu propia respuesta..."</string>
<string name="custom_message_cancel" msgid="7516406059429609296">"Cancelar"</string>
<string name="custom_message_send" msgid="5795754217085747742">"Enviar"</string>
+ <string name="respond_via_sms_setting_title" msgid="3754000371039709383">"Respuestas rápidas"</string>
+ <string name="respond_via_sms_setting_title_2" msgid="6104662227299493906">"Editar respuestas rápidas"</string>
+ <string name="respond_via_sms_setting_summary" msgid="9150281183930613065"></string>
+ <string name="respond_via_sms_edittext_dialog_title" msgid="20379890418289778">"Respuesta rápida"</string>
+ <string name="respond_via_sms_menu_reset_default_activity" msgid="1461742052902053466">"Restablecer aplic. predeterm."</string>
+ <string name="respond_via_sms_confirmation_format" msgid="7229149977515784269">"Mensaje enviado a <xliff:g id="PHONE_NUMBER">%s</xliff:g>"</string>
<string name="description_image_button_one" msgid="5502718871331943463">"uno"</string>
<string name="description_image_button_two" msgid="4903738528222924522">"dos"</string>
<string name="description_image_button_three" msgid="5570985408463782329">"tres"</string>
diff --git a/res/values-es/strings.xml b/res/values-es/strings.xml
index eb39c51a..69da8e32 100644
--- a/res/values-es/strings.xml
+++ b/res/values-es/strings.xml
@@ -121,9 +121,19 @@
<string name="contactPhoto" msgid="4713193418046639466">"foto de contacto"</string>
<string name="goPrivate" msgid="865837794424530980">"llamada privada"</string>
<string name="selectContact" msgid="781975788478987237">"seleccionar contacto"</string>
+ <string name="respond_via_sms_canned_response_1" msgid="2461606462788380215">"No puedo hablar. ¿Es importante?"</string>
+ <string name="respond_via_sms_canned_response_2" msgid="4074450431532859214">"Te llamo en cuanto pueda."</string>
+ <string name="respond_via_sms_canned_response_3" msgid="3496079065723960450">"Te llamo más tarde."</string>
+ <string name="respond_via_sms_canned_response_4" msgid="1698989243040062190">"No puedo hablar. Llámame luego."</string>
<string name="respond_via_sms_custom_message" msgid="6158880869935281078">"Escribe tu propia respuesta..."</string>
<string name="custom_message_cancel" msgid="7516406059429609296">"Cancelar"</string>
<string name="custom_message_send" msgid="5795754217085747742">"Enviar"</string>
+ <string name="respond_via_sms_setting_title" msgid="3754000371039709383">"Respuestas rápidas"</string>
+ <string name="respond_via_sms_setting_title_2" msgid="6104662227299493906">"Editar respuestas rápidas"</string>
+ <string name="respond_via_sms_setting_summary" msgid="9150281183930613065"></string>
+ <string name="respond_via_sms_edittext_dialog_title" msgid="20379890418289778">"Respuestas rápidas"</string>
+ <string name="respond_via_sms_menu_reset_default_activity" msgid="1461742052902053466">"Restablecer aplicación"</string>
+ <string name="respond_via_sms_confirmation_format" msgid="7229149977515784269">"Mensaje enviado a <xliff:g id="PHONE_NUMBER">%s</xliff:g>"</string>
<string name="description_image_button_one" msgid="5502718871331943463">"uno"</string>
<string name="description_image_button_two" msgid="4903738528222924522">"dos"</string>
<string name="description_image_button_three" msgid="5570985408463782329">"tres"</string>
diff --git a/res/values-et-rEE/strings.xml b/res/values-et-rEE/strings.xml
index 48d99644..59b23812 100644
--- a/res/values-et-rEE/strings.xml
+++ b/res/values-et-rEE/strings.xml
@@ -121,9 +121,19 @@
<string name="contactPhoto" msgid="4713193418046639466">"kontakti foto"</string>
<string name="goPrivate" msgid="865837794424530980">"aktiveeri privaatrežiim"</string>
<string name="selectContact" msgid="781975788478987237">"vali kontakt"</string>
+ <string name="respond_via_sms_canned_response_1" msgid="2461606462788380215">"Ei saa praegu rääkida. Milles asi?"</string>
+ <string name="respond_via_sms_canned_response_2" msgid="4074450431532859214">"Helistan kohe tagasi."</string>
+ <string name="respond_via_sms_canned_response_3" msgid="3496079065723960450">"Helistan sulle hiljem."</string>
+ <string name="respond_via_sms_canned_response_4" msgid="1698989243040062190">"Ei saa rääkida. Helistad hiljem?"</string>
<string name="respond_via_sms_custom_message" msgid="6158880869935281078">"Kirjutage ise …"</string>
<string name="custom_message_cancel" msgid="7516406059429609296">"Tühista"</string>
<string name="custom_message_send" msgid="5795754217085747742">"Saada"</string>
+ <string name="respond_via_sms_setting_title" msgid="3754000371039709383">"Kiirvastused"</string>
+ <string name="respond_via_sms_setting_title_2" msgid="6104662227299493906">"Kiirvastuste muutmine"</string>
+ <string name="respond_via_sms_setting_summary" msgid="9150281183930613065"></string>
+ <string name="respond_via_sms_edittext_dialog_title" msgid="20379890418289778">"Kiirvastus"</string>
+ <string name="respond_via_sms_menu_reset_default_activity" msgid="1461742052902053466">"Lähtesta vaikerakendus"</string>
+ <string name="respond_via_sms_confirmation_format" msgid="7229149977515784269">"Sõnum on saadetud numbrile <xliff:g id="PHONE_NUMBER">%s</xliff:g>."</string>
<string name="description_image_button_one" msgid="5502718871331943463">"üks"</string>
<string name="description_image_button_two" msgid="4903738528222924522">"kaks"</string>
<string name="description_image_button_three" msgid="5570985408463782329">"kolm"</string>
diff --git a/res/values-fa/strings.xml b/res/values-fa/strings.xml
index 9324e996..730f5fd8 100644
--- a/res/values-fa/strings.xml
+++ b/res/values-fa/strings.xml
@@ -121,9 +121,19 @@
<string name="contactPhoto" msgid="4713193418046639466">"عکس مخاطب"</string>
<string name="goPrivate" msgid="865837794424530980">"برو به خصوصی"</string>
<string name="selectContact" msgid="781975788478987237">"انتخاب حساب"</string>
+ <string name="respond_via_sms_canned_response_1" msgid="2461606462788380215">"اکنون نمی‌توانم صحبت کنم. موضوع چیست؟"</string>
+ <string name="respond_via_sms_canned_response_2" msgid="4074450431532859214">"به زودی با شما تماس می‌گیرم."</string>
+ <string name="respond_via_sms_canned_response_3" msgid="3496079065723960450">"بعداً با شما تماس می‌گیرم."</string>
+ <string name="respond_via_sms_canned_response_4" msgid="1698989243040062190">"اکنون نمی‌توانم صحبت کنم. بعداً به من زنگ می‌زنید؟"</string>
<string name="respond_via_sms_custom_message" msgid="6158880869935281078">"نوشتن پاسخ خود…"</string>
<string name="custom_message_cancel" msgid="7516406059429609296">"لغو"</string>
<string name="custom_message_send" msgid="5795754217085747742">"ارسال"</string>
+ <string name="respond_via_sms_setting_title" msgid="3754000371039709383">"پاسخ‌های سریع"</string>
+ <string name="respond_via_sms_setting_title_2" msgid="6104662227299493906">"ویرایش پاسخ‌های سریع"</string>
+ <string name="respond_via_sms_setting_summary" msgid="9150281183930613065"></string>
+ <string name="respond_via_sms_edittext_dialog_title" msgid="20379890418289778">"پاسخ سریع"</string>
+ <string name="respond_via_sms_menu_reset_default_activity" msgid="1461742052902053466">"بازنشانی برنامه‌ پیش‌فرض"</string>
+ <string name="respond_via_sms_confirmation_format" msgid="7229149977515784269">"پیام به <xliff:g id="PHONE_NUMBER">%s</xliff:g> ارسال شد."</string>
<string name="description_image_button_one" msgid="5502718871331943463">"یک"</string>
<string name="description_image_button_two" msgid="4903738528222924522">"دو"</string>
<string name="description_image_button_three" msgid="5570985408463782329">"سه"</string>
diff --git a/res/values-fi/strings.xml b/res/values-fi/strings.xml
index 9fdf933c..8c404c1f 100644
--- a/res/values-fi/strings.xml
+++ b/res/values-fi/strings.xml
@@ -121,9 +121,19 @@
<string name="contactPhoto" msgid="4713193418046639466">"yhteyshenkilön valokuva"</string>
<string name="goPrivate" msgid="865837794424530980">"muuta yksityiseksi"</string>
<string name="selectContact" msgid="781975788478987237">"valitse yhteystieto"</string>
+ <string name="respond_via_sms_canned_response_1" msgid="2461606462788380215">"En voi puhua nyt. Mikä hätänä?"</string>
+ <string name="respond_via_sms_canned_response_2" msgid="4074450431532859214">"Soitan sinulle heti takaisin."</string>
+ <string name="respond_via_sms_canned_response_3" msgid="3496079065723960450">"Soitan sinulle myöhemmin."</string>
+ <string name="respond_via_sms_canned_response_4" msgid="1698989243040062190">"En voi puhua nyt. Soita myöhemmin?"</string>
<string name="respond_via_sms_custom_message" msgid="6158880869935281078">"Kirjoita oma…"</string>
<string name="custom_message_cancel" msgid="7516406059429609296">"Peruuta"</string>
<string name="custom_message_send" msgid="5795754217085747742">"Lähetä"</string>
+ <string name="respond_via_sms_setting_title" msgid="3754000371039709383">"Pikavastaukset"</string>
+ <string name="respond_via_sms_setting_title_2" msgid="6104662227299493906">"Muokkaa pikavastausta"</string>
+ <string name="respond_via_sms_setting_summary" msgid="9150281183930613065"></string>
+ <string name="respond_via_sms_edittext_dialog_title" msgid="20379890418289778">"Pikavastaukset"</string>
+ <string name="respond_via_sms_menu_reset_default_activity" msgid="1461742052902053466">"Palauta oletussovellus"</string>
+ <string name="respond_via_sms_confirmation_format" msgid="7229149977515784269">"Viesti lähetetty numeroon <xliff:g id="PHONE_NUMBER">%s</xliff:g>."</string>
<string name="description_image_button_one" msgid="5502718871331943463">"yksi"</string>
<string name="description_image_button_two" msgid="4903738528222924522">"kaksi"</string>
<string name="description_image_button_three" msgid="5570985408463782329">"kolme"</string>
diff --git a/res/values-fr-rCA/strings.xml b/res/values-fr-rCA/strings.xml
index 9c8cc7af..05a98d77 100644
--- a/res/values-fr-rCA/strings.xml
+++ b/res/values-fr-rCA/strings.xml
@@ -121,9 +121,19 @@
<string name="contactPhoto" msgid="4713193418046639466">"photo du contact"</string>
<string name="goPrivate" msgid="865837794424530980">"mode privé"</string>
<string name="selectContact" msgid="781975788478987237">"sélectionner un contact"</string>
+ <string name="respond_via_sms_canned_response_1" msgid="2461606462788380215">"Peux pas parler. Quoi de neuf?"</string>
+ <string name="respond_via_sms_canned_response_2" msgid="4074450431532859214">"Je te rappelle tout de suite."</string>
+ <string name="respond_via_sms_canned_response_3" msgid="3496079065723960450">"Je t\'appellerai plus tard."</string>
+ <string name="respond_via_sms_canned_response_4" msgid="1698989243040062190">"Peux pas parler. On se rappelle?"</string>
<string name="respond_via_sms_custom_message" msgid="6158880869935281078">"Réponse personnalisée..."</string>
<string name="custom_message_cancel" msgid="7516406059429609296">"Annuler"</string>
<string name="custom_message_send" msgid="5795754217085747742">"Envoyer"</string>
+ <string name="respond_via_sms_setting_title" msgid="3754000371039709383">"Réponses rapides"</string>
+ <string name="respond_via_sms_setting_title_2" msgid="6104662227299493906">"Modif. rép. rapides"</string>
+ <string name="respond_via_sms_setting_summary" msgid="9150281183930613065"></string>
+ <string name="respond_via_sms_edittext_dialog_title" msgid="20379890418289778">"Réponse rapide"</string>
+ <string name="respond_via_sms_menu_reset_default_activity" msgid="1461742052902053466">"Rétablir application par défaut"</string>
+ <string name="respond_via_sms_confirmation_format" msgid="7229149977515784269">"Message envoyé à <xliff:g id="PHONE_NUMBER">%s</xliff:g>."</string>
<string name="description_image_button_one" msgid="5502718871331943463">"une"</string>
<string name="description_image_button_two" msgid="4903738528222924522">"deux"</string>
<string name="description_image_button_three" msgid="5570985408463782329">"trois"</string>
diff --git a/res/values-fr/strings.xml b/res/values-fr/strings.xml
index 9ba1175b..04ad10a7 100644
--- a/res/values-fr/strings.xml
+++ b/res/values-fr/strings.xml
@@ -121,9 +121,19 @@
<string name="contactPhoto" msgid="4713193418046639466">"photo du contact"</string>
<string name="goPrivate" msgid="865837794424530980">"mode privé"</string>
<string name="selectContact" msgid="781975788478987237">"sélectionner un contact"</string>
+ <string name="respond_via_sms_canned_response_1" msgid="2461606462788380215">"Peux pas parler. Quoi de neuf ?"</string>
+ <string name="respond_via_sms_canned_response_2" msgid="4074450431532859214">"Je te rappelle tout de suite."</string>
+ <string name="respond_via_sms_canned_response_3" msgid="3496079065723960450">"Je t\'appellerai plus tard."</string>
+ <string name="respond_via_sms_canned_response_4" msgid="1698989243040062190">"Peux pas parler. On se rappelle ?"</string>
<string name="respond_via_sms_custom_message" msgid="6158880869935281078">"Réponse personnalisée..."</string>
<string name="custom_message_cancel" msgid="7516406059429609296">"Annuler"</string>
<string name="custom_message_send" msgid="5795754217085747742">"Envoyer"</string>
+ <string name="respond_via_sms_setting_title" msgid="3754000371039709383">"Réponses rapides"</string>
+ <string name="respond_via_sms_setting_title_2" msgid="6104662227299493906">"Modifier les réponses rapides"</string>
+ <string name="respond_via_sms_setting_summary" msgid="9150281183930613065"></string>
+ <string name="respond_via_sms_edittext_dialog_title" msgid="20379890418289778">"Réponse rapide"</string>
+ <string name="respond_via_sms_menu_reset_default_activity" msgid="1461742052902053466">"Rétablir application par défaut"</string>
+ <string name="respond_via_sms_confirmation_format" msgid="7229149977515784269">"Message envoyé à <xliff:g id="PHONE_NUMBER">%s</xliff:g>."</string>
<string name="description_image_button_one" msgid="5502718871331943463">"un"</string>
<string name="description_image_button_two" msgid="4903738528222924522">"deux"</string>
<string name="description_image_button_three" msgid="5570985408463782329">"trois"</string>
diff --git a/res/values-hi/strings.xml b/res/values-hi/strings.xml
index e5bbe472..5872d802 100644
--- a/res/values-hi/strings.xml
+++ b/res/values-hi/strings.xml
@@ -121,6 +121,10 @@
<string name="contactPhoto" msgid="4713193418046639466">"संपर्क का फ़ोटो"</string>
<string name="goPrivate" msgid="865837794424530980">"निजी हो जाएं"</string>
<string name="selectContact" msgid="781975788478987237">"संपर्क को चुनें"</string>
+ <string name="respond_via_sms_canned_response_1" msgid="2461606462788380215">"अभी बात नहीं हो सकती. क्‍या चल रहा है?"</string>
+ <string name="respond_via_sms_canned_response_2" msgid="4074450431532859214">"मैं आपको वापस कॉल करूंगा/करूंगी."</string>
+ <string name="respond_via_sms_canned_response_3" msgid="3496079065723960450">"मैं आपको बाद में कॉल करूंगा/करूंगी."</string>
+ <string name="respond_via_sms_canned_response_4" msgid="1698989243040062190">"अभी बात नहीं हो सकती. बाद में कॉल करें?"</string>
<string name="respond_via_sms_custom_message" msgid="6158880869935281078">"अपना स्वयं का लिखें..."</string>
<string name="custom_message_cancel" msgid="7516406059429609296">"रद्द करें"</string>
<string name="custom_message_send" msgid="5795754217085747742">"भेजें"</string>
diff --git a/res/values-hr/strings.xml b/res/values-hr/strings.xml
index 6214a888..ea43c2ca 100644
--- a/res/values-hr/strings.xml
+++ b/res/values-hr/strings.xml
@@ -121,9 +121,19 @@
<string name="contactPhoto" msgid="4713193418046639466">"kontakt fotografija"</string>
<string name="goPrivate" msgid="865837794424530980">"na privatno"</string>
<string name="selectContact" msgid="781975788478987237">"odabir kontakta"</string>
+ <string name="respond_via_sms_canned_response_1" msgid="2461606462788380215">"Sada ne mogu razgovarati. Što ima?"</string>
+ <string name="respond_via_sms_canned_response_2" msgid="4074450431532859214">"Nazvat ću vas odmah."</string>
+ <string name="respond_via_sms_canned_response_3" msgid="3496079065723960450">"Zvat ću vas kasnije."</string>
+ <string name="respond_via_sms_canned_response_4" msgid="1698989243040062190">"Sada ne mogu razgovarati. Nazovite me kasnije?"</string>
<string name="respond_via_sms_custom_message" msgid="6158880869935281078">"Napišite odgovor..."</string>
<string name="custom_message_cancel" msgid="7516406059429609296">"Odustani"</string>
<string name="custom_message_send" msgid="5795754217085747742">"Pošalji"</string>
+ <string name="respond_via_sms_setting_title" msgid="3754000371039709383">"Brzi odgovori"</string>
+ <string name="respond_via_sms_setting_title_2" msgid="6104662227299493906">"Uređivanje brzih odgovora"</string>
+ <string name="respond_via_sms_setting_summary" msgid="9150281183930613065"></string>
+ <string name="respond_via_sms_edittext_dialog_title" msgid="20379890418289778">"Brzi odgovor"</string>
+ <string name="respond_via_sms_menu_reset_default_activity" msgid="1461742052902053466">"Poništavanje zadane aplikacije"</string>
+ <string name="respond_via_sms_confirmation_format" msgid="7229149977515784269">"Poruka poslana na broj <xliff:g id="PHONE_NUMBER">%s</xliff:g>."</string>
<string name="description_image_button_one" msgid="5502718871331943463">"jedan"</string>
<string name="description_image_button_two" msgid="4903738528222924522">"dva"</string>
<string name="description_image_button_three" msgid="5570985408463782329">"tri"</string>
diff --git a/res/values-hu/strings.xml b/res/values-hu/strings.xml
index e1c7dcdf..d58ae260 100644
--- a/res/values-hu/strings.xml
+++ b/res/values-hu/strings.xml
@@ -121,9 +121,19 @@
<string name="contactPhoto" msgid="4713193418046639466">"ismerős fotója"</string>
<string name="goPrivate" msgid="865837794424530980">"magánbeszélgetés"</string>
<string name="selectContact" msgid="781975788478987237">"névjegy kijelölése"</string>
+ <string name="respond_via_sms_canned_response_1" msgid="2461606462788380215">"Most nem alkalmas. Mi újság?"</string>
+ <string name="respond_via_sms_canned_response_2" msgid="4074450431532859214">"Hamarosan visszahívom."</string>
+ <string name="respond_via_sms_canned_response_3" msgid="3496079065723960450">"Később visszahívom."</string>
+ <string name="respond_via_sms_canned_response_4" msgid="1698989243040062190">"Most nem alkalmas. Hívna később?"</string>
<string name="respond_via_sms_custom_message" msgid="6158880869935281078">"Saját válasz írása..."</string>
<string name="custom_message_cancel" msgid="7516406059429609296">"Mégse"</string>
<string name="custom_message_send" msgid="5795754217085747742">"Küldés"</string>
+ <string name="respond_via_sms_setting_title" msgid="3754000371039709383">"Gyors válaszok"</string>
+ <string name="respond_via_sms_setting_title_2" msgid="6104662227299493906">"Gyors válaszok szerkesztése"</string>
+ <string name="respond_via_sms_setting_summary" msgid="9150281183930613065"></string>
+ <string name="respond_via_sms_edittext_dialog_title" msgid="20379890418289778">"Gyors válasz"</string>
+ <string name="respond_via_sms_menu_reset_default_activity" msgid="1461742052902053466">"Alapalkalmazás visszaállítása"</string>
+ <string name="respond_via_sms_confirmation_format" msgid="7229149977515784269">"Üzenet elküldve ide: <xliff:g id="PHONE_NUMBER">%s</xliff:g>."</string>
<string name="description_image_button_one" msgid="5502718871331943463">"egy"</string>
<string name="description_image_button_two" msgid="4903738528222924522">"kettő"</string>
<string name="description_image_button_three" msgid="5570985408463782329">"három"</string>
diff --git a/res/values-hy-rAM/strings.xml b/res/values-hy-rAM/strings.xml
index cd615c86..10045906 100644
--- a/res/values-hy-rAM/strings.xml
+++ b/res/values-hy-rAM/strings.xml
@@ -121,9 +121,19 @@
<string name="contactPhoto" msgid="4713193418046639466">"կոնտակտի լուսանկարը"</string>
<string name="goPrivate" msgid="865837794424530980">"Անցնել անձնականի"</string>
<string name="selectContact" msgid="781975788478987237">"ընտրել կոնտակտ"</string>
+ <string name="respond_via_sms_canned_response_1" msgid="2461606462788380215">"Չեմ կարող խոսել հիմա: Ի՞նչ կա չկա:"</string>
+ <string name="respond_via_sms_canned_response_2" msgid="4074450431532859214">"Ես ձեզ հիմա հետ կզանգեմ:"</string>
+ <string name="respond_via_sms_canned_response_3" msgid="3496079065723960450">"Ես ձեր մի փոքր ուշ կզանգեմ:"</string>
+ <string name="respond_via_sms_canned_response_4" msgid="1698989243040062190">"Չեմ կարող խոսել հիմա: Զանգե՞մ ձեզ մի փոքր ուշ:"</string>
<string name="respond_via_sms_custom_message" msgid="6158880869935281078">"Գրեք ձեր սեփականը..."</string>
<string name="custom_message_cancel" msgid="7516406059429609296">"Չեղարկել"</string>
<string name="custom_message_send" msgid="5795754217085747742">"Ուղարկել"</string>
+ <string name="respond_via_sms_setting_title" msgid="3754000371039709383">"Արագ պատասխաններ"</string>
+ <string name="respond_via_sms_setting_title_2" msgid="6104662227299493906">"Խմբագրել արագ պատասխանները"</string>
+ <string name="respond_via_sms_setting_summary" msgid="9150281183930613065"></string>
+ <string name="respond_via_sms_edittext_dialog_title" msgid="20379890418289778">"Արագ պատասխան"</string>
+ <string name="respond_via_sms_menu_reset_default_activity" msgid="1461742052902053466">"Վերականգնել լռելյայն հավելվածը"</string>
+ <string name="respond_via_sms_confirmation_format" msgid="7229149977515784269">"Հաղորդագրությունն ուղարկվել է <xliff:g id="PHONE_NUMBER">%s</xliff:g>-ին:"</string>
<string name="description_image_button_one" msgid="5502718871331943463">"մեկ"</string>
<string name="description_image_button_two" msgid="4903738528222924522">"երկու"</string>
<string name="description_image_button_three" msgid="5570985408463782329">"երեք"</string>
diff --git a/res/values-in/strings.xml b/res/values-in/strings.xml
index 83c57d02..df9722bd 100644
--- a/res/values-in/strings.xml
+++ b/res/values-in/strings.xml
@@ -121,9 +121,19 @@
<string name="contactPhoto" msgid="4713193418046639466">"foto kontak"</string>
<string name="goPrivate" msgid="865837794424530980">"aktifkan pribadi"</string>
<string name="selectContact" msgid="781975788478987237">"pilih kontak"</string>
+ <string name="respond_via_sms_canned_response_1" msgid="2461606462788380215">"Tak bisa bicara sekarang. Ada apa?"</string>
+ <string name="respond_via_sms_canned_response_2" msgid="4074450431532859214">"Saya segera telepon balik."</string>
+ <string name="respond_via_sms_canned_response_3" msgid="3496079065723960450">"Nanti saya telepon balik."</string>
+ <string name="respond_via_sms_canned_response_4" msgid="1698989243040062190">"Tak bisa bicara skrg. Tlp lg nanti?"</string>
<string name="respond_via_sms_custom_message" msgid="6158880869935281078">"Tulis respons Anda sendiri…"</string>
<string name="custom_message_cancel" msgid="7516406059429609296">"Batal"</string>
<string name="custom_message_send" msgid="5795754217085747742">"Kirim"</string>
+ <string name="respond_via_sms_setting_title" msgid="3754000371039709383">"Tanggapan cepat"</string>
+ <string name="respond_via_sms_setting_title_2" msgid="6104662227299493906">"Edit tanggapan cepat"</string>
+ <string name="respond_via_sms_setting_summary" msgid="9150281183930613065"></string>
+ <string name="respond_via_sms_edittext_dialog_title" msgid="20379890418289778">"Tanggapan cepat"</string>
+ <string name="respond_via_sms_menu_reset_default_activity" msgid="1461742052902053466">"Setel ulang aplikasi default"</string>
+ <string name="respond_via_sms_confirmation_format" msgid="7229149977515784269">"Pesan dikirim ke <xliff:g id="PHONE_NUMBER">%s</xliff:g>."</string>
<string name="description_image_button_one" msgid="5502718871331943463">"satu"</string>
<string name="description_image_button_two" msgid="4903738528222924522">"dua"</string>
<string name="description_image_button_three" msgid="5570985408463782329">"tiga"</string>
diff --git a/res/values-it/strings.xml b/res/values-it/strings.xml
index 03599510..6ee8a62c 100644
--- a/res/values-it/strings.xml
+++ b/res/values-it/strings.xml
@@ -121,9 +121,19 @@
<string name="contactPhoto" msgid="4713193418046639466">"foto contatto"</string>
<string name="goPrivate" msgid="865837794424530980">"Privato"</string>
<string name="selectContact" msgid="781975788478987237">"seleziona contatto"</string>
+ <string name="respond_via_sms_canned_response_1" msgid="2461606462788380215">"Non posso parlare ora. Che succede?"</string>
+ <string name="respond_via_sms_canned_response_2" msgid="4074450431532859214">"Ti richiamo subito."</string>
+ <string name="respond_via_sms_canned_response_3" msgid="3496079065723960450">"Ti chiamo dopo."</string>
+ <string name="respond_via_sms_canned_response_4" msgid="1698989243040062190">"Non posso parlare ora. Mi chiami dopo?"</string>
<string name="respond_via_sms_custom_message" msgid="6158880869935281078">"Scrivi risposta personale..."</string>
<string name="custom_message_cancel" msgid="7516406059429609296">"Annulla"</string>
<string name="custom_message_send" msgid="5795754217085747742">"Invia"</string>
+ <string name="respond_via_sms_setting_title" msgid="3754000371039709383">"Risposte rapide"</string>
+ <string name="respond_via_sms_setting_title_2" msgid="6104662227299493906">"Modifica risposte rapide"</string>
+ <string name="respond_via_sms_setting_summary" msgid="9150281183930613065"></string>
+ <string name="respond_via_sms_edittext_dialog_title" msgid="20379890418289778">"Risposta rapida"</string>
+ <string name="respond_via_sms_menu_reset_default_activity" msgid="1461742052902053466">"Reimposta app predefinita"</string>
+ <string name="respond_via_sms_confirmation_format" msgid="7229149977515784269">"Messaggio inviato a <xliff:g id="PHONE_NUMBER">%s</xliff:g>."</string>
<string name="description_image_button_one" msgid="5502718871331943463">"uno"</string>
<string name="description_image_button_two" msgid="4903738528222924522">"due"</string>
<string name="description_image_button_three" msgid="5570985408463782329">"tre"</string>
diff --git a/res/values-iw/strings.xml b/res/values-iw/strings.xml
index 7c1e2371..3caf8e5b 100644
--- a/res/values-iw/strings.xml
+++ b/res/values-iw/strings.xml
@@ -121,9 +121,19 @@
<string name="contactPhoto" msgid="4713193418046639466">"תמונה של איש קשר"</string>
<string name="goPrivate" msgid="865837794424530980">"עבור לשיחה פרטית"</string>
<string name="selectContact" msgid="781975788478987237">"בחר איש קשר"</string>
+ <string name="respond_via_sms_canned_response_1" msgid="2461606462788380215">"אני לא יכול לדבר עכשיו. מה קורה?"</string>
+ <string name="respond_via_sms_canned_response_2" msgid="4074450431532859214">"אני מיד חוזר אליך."</string>
+ <string name="respond_via_sms_canned_response_3" msgid="3496079065723960450">"אני אתקשר אליך יותר מאוחר."</string>
+ <string name="respond_via_sms_canned_response_4" msgid="1698989243040062190">"אני לא יכול לדבר עכשיו. תתקשר אלי מאוחר יותר?"</string>
<string name="respond_via_sms_custom_message" msgid="6158880869935281078">"כתוב אחת משלך..."</string>
<string name="custom_message_cancel" msgid="7516406059429609296">"בטל"</string>
<string name="custom_message_send" msgid="5795754217085747742">"שלח"</string>
+ <string name="respond_via_sms_setting_title" msgid="3754000371039709383">"תגובות מהירות"</string>
+ <string name="respond_via_sms_setting_title_2" msgid="6104662227299493906">"ערוך תגובות מהירות"</string>
+ <string name="respond_via_sms_setting_summary" msgid="9150281183930613065"></string>
+ <string name="respond_via_sms_edittext_dialog_title" msgid="20379890418289778">"תגובה מהירה"</string>
+ <string name="respond_via_sms_menu_reset_default_activity" msgid="1461742052902053466">"אפס את האפליקציה המוגדר כברירת מחדל"</string>
+ <string name="respond_via_sms_confirmation_format" msgid="7229149977515784269">"הודעה נשלחה אל <xliff:g id="PHONE_NUMBER">%s</xliff:g>."</string>
<string name="description_image_button_one" msgid="5502718871331943463">"אחת"</string>
<string name="description_image_button_two" msgid="4903738528222924522">"שתיים"</string>
<string name="description_image_button_three" msgid="5570985408463782329">"שלוש"</string>
diff --git a/res/values-ja/strings.xml b/res/values-ja/strings.xml
index ce6f235a..e4a39ebf 100644
--- a/res/values-ja/strings.xml
+++ b/res/values-ja/strings.xml
@@ -121,9 +121,19 @@
<string name="contactPhoto" msgid="4713193418046639466">"連絡先の写真"</string>
<string name="goPrivate" msgid="865837794424530980">"個別通話に切り替え"</string>
<string name="selectContact" msgid="781975788478987237">"連絡先を選択"</string>
+ <string name="respond_via_sms_canned_response_1" msgid="2461606462788380215">"ただいま電話に出られません。ご用件をお知らせください。"</string>
+ <string name="respond_via_sms_canned_response_2" msgid="4074450431532859214">"ただいま電話に出られません。すぐに折り返しご連絡いたします。"</string>
+ <string name="respond_via_sms_canned_response_3" msgid="3496079065723960450">"ただいま電話に出られません。後ほど折り返しご連絡いたします。"</string>
+ <string name="respond_via_sms_canned_response_4" msgid="1698989243040062190">"ただいま電話に出られません。後ほどご連絡をお願いいたします。"</string>
<string name="respond_via_sms_custom_message" msgid="6158880869935281078">"カスタム返信を作成..."</string>
<string name="custom_message_cancel" msgid="7516406059429609296">"キャンセル"</string>
<string name="custom_message_send" msgid="5795754217085747742">"送信"</string>
+ <string name="respond_via_sms_setting_title" msgid="3754000371039709383">"クイック返信"</string>
+ <string name="respond_via_sms_setting_title_2" msgid="6104662227299493906">"クイック返信の編集"</string>
+ <string name="respond_via_sms_setting_summary" msgid="9150281183930613065"></string>
+ <string name="respond_via_sms_edittext_dialog_title" msgid="20379890418289778">"クイック返信"</string>
+ <string name="respond_via_sms_menu_reset_default_activity" msgid="1461742052902053466">"デフォルトのアプリをリセット"</string>
+ <string name="respond_via_sms_confirmation_format" msgid="7229149977515784269">"<xliff:g id="PHONE_NUMBER">%s</xliff:g>にメッセージを送信しました。"</string>
<string name="description_image_button_one" msgid="5502718871331943463">"1"</string>
<string name="description_image_button_two" msgid="4903738528222924522">"2"</string>
<string name="description_image_button_three" msgid="5570985408463782329">"3"</string>
diff --git a/res/values-ka-rGE/strings.xml b/res/values-ka-rGE/strings.xml
index 92ad6b79..3e3c614e 100644
--- a/res/values-ka-rGE/strings.xml
+++ b/res/values-ka-rGE/strings.xml
@@ -121,9 +121,19 @@
<string name="contactPhoto" msgid="4713193418046639466">"კონტაქტის ფოტო"</string>
<string name="goPrivate" msgid="865837794424530980">"პირადი რეჟიმი"</string>
<string name="selectContact" msgid="781975788478987237">"კონტაქტის არჩევა"</string>
+ <string name="respond_via_sms_canned_response_1" msgid="2461606462788380215">"ვერ ვლაპარაკობ. რა ხდება?"</string>
+ <string name="respond_via_sms_canned_response_2" msgid="4074450431532859214">"ცოტა ხანში გადმოვრეკავ."</string>
+ <string name="respond_via_sms_canned_response_3" msgid="3496079065723960450">"მოგვიანებით გადმოვრეკავ."</string>
+ <string name="respond_via_sms_canned_response_4" msgid="1698989243040062190">"ვერ ვპასუხობ. მოგვიანებით დამირეკე."</string>
<string name="respond_via_sms_custom_message" msgid="6158880869935281078">"ჩაწერეთ საკუთარი..."</string>
<string name="custom_message_cancel" msgid="7516406059429609296">"გაუქმება"</string>
<string name="custom_message_send" msgid="5795754217085747742">"გაგზავნა"</string>
+ <string name="respond_via_sms_setting_title" msgid="3754000371039709383">"სწრაფი პასუხი"</string>
+ <string name="respond_via_sms_setting_title_2" msgid="6104662227299493906">"სწრაფი პასუხის რედაქტირება"</string>
+ <string name="respond_via_sms_setting_summary" msgid="9150281183930613065"></string>
+ <string name="respond_via_sms_edittext_dialog_title" msgid="20379890418289778">"სწრაფი პასუხი"</string>
+ <string name="respond_via_sms_menu_reset_default_activity" msgid="1461742052902053466">"ნაგულისხმევი აპის ისევ დაყენება"</string>
+ <string name="respond_via_sms_confirmation_format" msgid="7229149977515784269">"შეტყობინება გაიგზავნა <xliff:g id="PHONE_NUMBER">%s</xliff:g>-თან."</string>
<string name="description_image_button_one" msgid="5502718871331943463">"ერთ"</string>
<string name="description_image_button_two" msgid="4903738528222924522">"ორი"</string>
<string name="description_image_button_three" msgid="5570985408463782329">"სამი"</string>
diff --git a/res/values-km-rKH/strings.xml b/res/values-km-rKH/strings.xml
index 6a79fa6a..f624b958 100644
--- a/res/values-km-rKH/strings.xml
+++ b/res/values-km-rKH/strings.xml
@@ -121,9 +121,19 @@
<string name="contactPhoto" msgid="4713193418046639466">"រូបថត​​ទំនាក់ទំនង"</string>
<string name="goPrivate" msgid="865837794424530980">"ទៅ​កាន់​ឯកជន"</string>
<string name="selectContact" msgid="781975788478987237">"ជ្រើស​ទំនាក់ទំនង"</string>
+ <string name="respond_via_sms_canned_response_1" msgid="2461606462788380215">"មិន​អាច​និយាយ​បាន​ឥឡូវ​នេះ។ មាន​អ្វី​កើត​ឡើង?"</string>
+ <string name="respond_via_sms_canned_response_2" msgid="4074450431532859214">"ខ្ញុំ​នឹង​ហៅ​​​​ទៅ​អ្នក​​វិញ។"</string>
+ <string name="respond_via_sms_canned_response_3" msgid="3496079065723960450">"ខ្ញុំ​នឹង​ហៅ​ទៅ​អ្នក​នៅ​ពេល​ក្រោយ។"</string>
+ <string name="respond_via_sms_canned_response_4" msgid="1698989243040062190">"មិន​អាច​និយាយ​បាន​ទេ​ឥឡូវ​នេះ។ ហៅ​​​​មក​ខ្ញុំ​ពេល​ក្រោយ?"</string>
<string name="respond_via_sms_custom_message" msgid="6158880869935281078">"សរសេរ​ផ្ទាល់​ខ្លួន​របស់​អ្នក"</string>
<string name="custom_message_cancel" msgid="7516406059429609296">"បោះបង់"</string>
<string name="custom_message_send" msgid="5795754217085747742">"ផ្ញើ"</string>
+ <string name="respond_via_sms_setting_title" msgid="3754000371039709383">"ការ​ឆ្លើយតប​រហ័ស"</string>
+ <string name="respond_via_sms_setting_title_2" msgid="6104662227299493906">"កែ​ការ​ឆ្លើយតប​រហ័ស"</string>
+ <string name="respond_via_sms_setting_summary" msgid="9150281183930613065"></string>
+ <string name="respond_via_sms_edittext_dialog_title" msgid="20379890418289778">"ឆ្លើយតប​រហ័ស"</string>
+ <string name="respond_via_sms_menu_reset_default_activity" msgid="1461742052902053466">"កំណត់​កម្មវិធី​លំនាំដើម​ឡើងវិញ"</string>
+ <string name="respond_via_sms_confirmation_format" msgid="7229149977515784269">"បាន​ផ្ញើ​សារ​ទៅ <xliff:g id="PHONE_NUMBER">%s</xliff:g> ។"</string>
<string name="description_image_button_one" msgid="5502718871331943463">"មួយ"</string>
<string name="description_image_button_two" msgid="4903738528222924522">"ពីរ"</string>
<string name="description_image_button_three" msgid="5570985408463782329">"បី"</string>
diff --git a/res/values-ko/strings.xml b/res/values-ko/strings.xml
index 7c26cf94..1d758abb 100644
--- a/res/values-ko/strings.xml
+++ b/res/values-ko/strings.xml
@@ -121,9 +121,19 @@
<string name="contactPhoto" msgid="4713193418046639466">"연락처 사진"</string>
<string name="goPrivate" msgid="865837794424530980">"비공개로 실행"</string>
<string name="selectContact" msgid="781975788478987237">"연락처 선택"</string>
+ <string name="respond_via_sms_canned_response_1" msgid="2461606462788380215">"통화 불가. 용무를 남겨주세요."</string>
+ <string name="respond_via_sms_canned_response_2" msgid="4074450431532859214">"바로 다시 전화드리겠습니다."</string>
+ <string name="respond_via_sms_canned_response_3" msgid="3496079065723960450">"나중에 전화드리겠습니다."</string>
+ <string name="respond_via_sms_canned_response_4" msgid="1698989243040062190">"통화 불가. 나중에 전화주세요."</string>
<string name="respond_via_sms_custom_message" msgid="6158880869935281078">"나만의 응답 작성…"</string>
<string name="custom_message_cancel" msgid="7516406059429609296">"취소"</string>
<string name="custom_message_send" msgid="5795754217085747742">"보내기"</string>
+ <string name="respond_via_sms_setting_title" msgid="3754000371039709383">"빠른 응답"</string>
+ <string name="respond_via_sms_setting_title_2" msgid="6104662227299493906">"빠른 응답 수정"</string>
+ <string name="respond_via_sms_setting_summary" msgid="9150281183930613065"></string>
+ <string name="respond_via_sms_edittext_dialog_title" msgid="20379890418289778">"빠른 응답"</string>
+ <string name="respond_via_sms_menu_reset_default_activity" msgid="1461742052902053466">"기본 앱 재설정"</string>
+ <string name="respond_via_sms_confirmation_format" msgid="7229149977515784269">"<xliff:g id="PHONE_NUMBER">%s</xliff:g>(으)로 메시지를 보냈습니다."</string>
<string name="description_image_button_one" msgid="5502718871331943463">"1"</string>
<string name="description_image_button_two" msgid="4903738528222924522">"2"</string>
<string name="description_image_button_three" msgid="5570985408463782329">"3"</string>
diff --git a/res/values-lo-rLA/strings.xml b/res/values-lo-rLA/strings.xml
index e7c322dc..5e15d212 100644
--- a/res/values-lo-rLA/strings.xml
+++ b/res/values-lo-rLA/strings.xml
@@ -121,9 +121,19 @@
<string name="contactPhoto" msgid="4713193418046639466">"ຮູບພາບລາຍຊື່ຜູ່ຕິດຕໍ່"</string>
<string name="goPrivate" msgid="865837794424530980">"ໃຊ້ແບບສ່ວນໂຕ"</string>
<string name="selectContact" msgid="781975788478987237">"ເລືອກລາຍຊື່ຜູ່ຕິດຕໍ່"</string>
+ <string name="respond_via_sms_canned_response_1" msgid="2461606462788380215">"ບໍ່ສາມາດລົມໄດ້ໃນຕອນນີ້. ມີຫຍັງບໍ່?"</string>
+ <string name="respond_via_sms_canned_response_2" msgid="4074450431532859214">"ຂ້ອຍຈະໂທກັບຫາເຈົ້າທັນທີ."</string>
+ <string name="respond_via_sms_canned_response_3" msgid="3496079065723960450">"ຂ້ອຍຈະໂທຫາເຈົ້ານຳຫຼັງ."</string>
+ <string name="respond_via_sms_canned_response_4" msgid="1698989243040062190">"ຕອນນີ້ລົມບໍ່ໄດ້ເທື່ອ. ເຈົ້າຄ່ອຍໂທຫາຂ້ອຍໃໝ່ໄດ້ບໍ່?"</string>
<string name="respond_via_sms_custom_message" msgid="6158880869935281078">"ຂຽນຂໍ້ຄວາມຂອງທ່ານເອງ..."</string>
<string name="custom_message_cancel" msgid="7516406059429609296">"ຍົກເລີກ"</string>
<string name="custom_message_send" msgid="5795754217085747742">"ສົ່ງ"</string>
+ <string name="respond_via_sms_setting_title" msgid="3754000371039709383">"ຕອບກັບດ່ວນ"</string>
+ <string name="respond_via_sms_setting_title_2" msgid="6104662227299493906">"ແກ້ໄຂຂໍ້ຄວາມຕອບກັບດ່ວນ"</string>
+ <string name="respond_via_sms_setting_summary" msgid="9150281183930613065"></string>
+ <string name="respond_via_sms_edittext_dialog_title" msgid="20379890418289778">"ຕອບກັບດ່ວນ"</string>
+ <string name="respond_via_sms_menu_reset_default_activity" msgid="1461742052902053466">"ຄືນຄ່າແອັບຯເລີ່ມຕົ້ນ"</string>
+ <string name="respond_via_sms_confirmation_format" msgid="7229149977515784269">"ສົ່ງຂໍ້ຄວາມຫາ <xliff:g id="PHONE_NUMBER">%s</xliff:g> ແລ້ວ."</string>
<string name="description_image_button_one" msgid="5502718871331943463">"ນຶ່ງ"</string>
<string name="description_image_button_two" msgid="4903738528222924522">"ສອງ"</string>
<string name="description_image_button_three" msgid="5570985408463782329">"ສາມ"</string>
diff --git a/res/values-lt/strings.xml b/res/values-lt/strings.xml
index fdb5304f..51a9ea9b 100644
--- a/res/values-lt/strings.xml
+++ b/res/values-lt/strings.xml
@@ -121,9 +121,19 @@
<string name="contactPhoto" msgid="4713193418046639466">"kontakto nuotrauka"</string>
<string name="goPrivate" msgid="865837794424530980">"naudoti privatų režimą"</string>
<string name="selectContact" msgid="781975788478987237">"pasirinkti kontaktą"</string>
+ <string name="respond_via_sms_canned_response_1" msgid="2461606462788380215">"Dabar negaliu kalbėti. Kas nutiko?"</string>
+ <string name="respond_via_sms_canned_response_2" msgid="4074450431532859214">"Netrukus perskambinsiu."</string>
+ <string name="respond_via_sms_canned_response_3" msgid="3496079065723960450">"Paskambinsiu vėliau."</string>
+ <string name="respond_via_sms_canned_response_4" msgid="1698989243040062190">"Dabar negaliu kalb. Pask. vėliau."</string>
<string name="respond_via_sms_custom_message" msgid="6158880869935281078">"Sukurkite patys..."</string>
<string name="custom_message_cancel" msgid="7516406059429609296">"Atšaukti"</string>
<string name="custom_message_send" msgid="5795754217085747742">"Siųsti"</string>
+ <string name="respond_via_sms_setting_title" msgid="3754000371039709383">"Greiti atsakai"</string>
+ <string name="respond_via_sms_setting_title_2" msgid="6104662227299493906">"Redaguoti greitus atsakus"</string>
+ <string name="respond_via_sms_setting_summary" msgid="9150281183930613065"></string>
+ <string name="respond_via_sms_edittext_dialog_title" msgid="20379890418289778">"Greitas atsakas"</string>
+ <string name="respond_via_sms_menu_reset_default_activity" msgid="1461742052902053466">"Nustat. iš naujo numat. prog."</string>
+ <string name="respond_via_sms_confirmation_format" msgid="7229149977515784269">"Pranešimas išsiųstas numeriu <xliff:g id="PHONE_NUMBER">%s</xliff:g>."</string>
<string name="description_image_button_one" msgid="5502718871331943463">"vienas"</string>
<string name="description_image_button_two" msgid="4903738528222924522">"du"</string>
<string name="description_image_button_three" msgid="5570985408463782329">"trys"</string>
diff --git a/res/values-lv/strings.xml b/res/values-lv/strings.xml
index ec117ad0..86f8d25a 100644
--- a/res/values-lv/strings.xml
+++ b/res/values-lv/strings.xml
@@ -121,9 +121,19 @@
<string name="contactPhoto" msgid="4713193418046639466">"kontaktpersonas fotoattēls"</string>
<string name="goPrivate" msgid="865837794424530980">"pārslēgt uz privāto režīmu"</string>
<string name="selectContact" msgid="781975788478987237">"atlasīt kontaktpersonu"</string>
+ <string name="respond_via_sms_canned_response_1" msgid="2461606462788380215">"Nevaru runāt. Kas gadījās?"</string>
+ <string name="respond_via_sms_canned_response_2" msgid="4074450431532859214">"Tūlīt atzvanīšu."</string>
+ <string name="respond_via_sms_canned_response_3" msgid="3496079065723960450">"Piezvanīšu vēlāk."</string>
+ <string name="respond_via_sms_canned_response_4" msgid="1698989243040062190">"Nevaru runāt. Vai piezvanīsi vēlāk?"</string>
<string name="respond_via_sms_custom_message" msgid="6158880869935281078">"Rakstīt savu…"</string>
<string name="custom_message_cancel" msgid="7516406059429609296">"Atcelt"</string>
<string name="custom_message_send" msgid="5795754217085747742">"Sūtīt"</string>
+ <string name="respond_via_sms_setting_title" msgid="3754000371039709383">"Ātrās atbildes"</string>
+ <string name="respond_via_sms_setting_title_2" msgid="6104662227299493906">"Ātro atbilžu rediģēšana"</string>
+ <string name="respond_via_sms_setting_summary" msgid="9150281183930613065"></string>
+ <string name="respond_via_sms_edittext_dialog_title" msgid="20379890418289778">"Ātrā atbilde"</string>
+ <string name="respond_via_sms_menu_reset_default_activity" msgid="1461742052902053466">"Atiestatīt noklus. lietotni"</string>
+ <string name="respond_via_sms_confirmation_format" msgid="7229149977515784269">"Ziņojums nosūt. uz šādu tālr. nr.: <xliff:g id="PHONE_NUMBER">%s</xliff:g>."</string>
<string name="description_image_button_one" msgid="5502718871331943463">"viens"</string>
<string name="description_image_button_two" msgid="4903738528222924522">"divi"</string>
<string name="description_image_button_three" msgid="5570985408463782329">"trīs"</string>
diff --git a/res/values-mn-rMN/strings.xml b/res/values-mn-rMN/strings.xml
index b9e49068..b466d781 100644
--- a/res/values-mn-rMN/strings.xml
+++ b/res/values-mn-rMN/strings.xml
@@ -121,9 +121,19 @@
<string name="contactPhoto" msgid="4713193418046639466">"харилцагчийн зураг"</string>
<string name="goPrivate" msgid="865837794424530980">"хувийн яриа"</string>
<string name="selectContact" msgid="781975788478987237">"харилцагч сонгох"</string>
+ <string name="respond_via_sms_canned_response_1" msgid="2461606462788380215">"Ярих боломжгүй байна. Сонин юу байна?"</string>
+ <string name="respond_via_sms_canned_response_2" msgid="4074450431532859214">"Би тань руу яг одоо буцаагаад залгана."</string>
+ <string name="respond_via_sms_canned_response_3" msgid="3496079065723960450">"Би тань руу дараа залгана."</string>
+ <string name="respond_via_sms_canned_response_4" msgid="1698989243040062190">"Одоо ярих боломжгүй байна. Дараа надруу залгах уу?"</string>
<string name="respond_via_sms_custom_message" msgid="6158880869935281078">"Өөрийн гэснийг бичээрэй..."</string>
<string name="custom_message_cancel" msgid="7516406059429609296">"Цуцлах"</string>
<string name="custom_message_send" msgid="5795754217085747742">"Илгээх"</string>
+ <string name="respond_via_sms_setting_title" msgid="3754000371039709383">"Шуурхай хариунууд"</string>
+ <string name="respond_via_sms_setting_title_2" msgid="6104662227299493906">"Шуурхай хариунуудыг засах"</string>
+ <string name="respond_via_sms_setting_summary" msgid="9150281183930613065"></string>
+ <string name="respond_via_sms_edittext_dialog_title" msgid="20379890418289778">"Шуурхай хариу"</string>
+ <string name="respond_via_sms_menu_reset_default_activity" msgid="1461742052902053466">"Үндсэн апп-г сэргээх"</string>
+ <string name="respond_via_sms_confirmation_format" msgid="7229149977515784269">"Зурвасыг <xliff:g id="PHONE_NUMBER">%s</xliff:g> руу илгээв."</string>
<string name="description_image_button_one" msgid="5502718871331943463">"нэг"</string>
<string name="description_image_button_two" msgid="4903738528222924522">"хоёр"</string>
<string name="description_image_button_three" msgid="5570985408463782329">"гурав"</string>
diff --git a/res/values-ms-rMY/strings.xml b/res/values-ms-rMY/strings.xml
index afcbb194..fbbbb895 100644
--- a/res/values-ms-rMY/strings.xml
+++ b/res/values-ms-rMY/strings.xml
@@ -121,9 +121,19 @@
<string name="contactPhoto" msgid="4713193418046639466">"foto kenalan"</string>
<string name="goPrivate" msgid="865837794424530980">"jadi tertutup"</string>
<string name="selectContact" msgid="781975788478987237">"pilih kenalan"</string>
+ <string name="respond_via_sms_canned_response_1" msgid="2461606462788380215">"Tak boleh berckp skrg. Apa cerita?"</string>
+ <string name="respond_via_sms_canned_response_2" msgid="4074450431532859214">"Saya akn segera hubungi awak nanti."</string>
+ <string name="respond_via_sms_canned_response_3" msgid="3496079065723960450">"Saya akan hubungi awak kemudian."</string>
+ <string name="respond_via_sms_canned_response_4" msgid="1698989243040062190">"Tdk blh berckp skg. Tel saya nanti?"</string>
<string name="respond_via_sms_custom_message" msgid="6158880869935281078">"Tulis sendiri…"</string>
<string name="custom_message_cancel" msgid="7516406059429609296">"Batal"</string>
<string name="custom_message_send" msgid="5795754217085747742">"Hantar"</string>
+ <string name="respond_via_sms_setting_title" msgid="3754000371039709383">"Respons pantas"</string>
+ <string name="respond_via_sms_setting_title_2" msgid="6104662227299493906">"Edit respons pantas"</string>
+ <string name="respond_via_sms_setting_summary" msgid="9150281183930613065"></string>
+ <string name="respond_via_sms_edittext_dialog_title" msgid="20379890418289778">"Respons pantas"</string>
+ <string name="respond_via_sms_menu_reset_default_activity" msgid="1461742052902053466">"Tetapkan semula apl lalai"</string>
+ <string name="respond_via_sms_confirmation_format" msgid="7229149977515784269">"Mesej dihantar ke <xliff:g id="PHONE_NUMBER">%s</xliff:g>."</string>
<string name="description_image_button_one" msgid="5502718871331943463">"satu"</string>
<string name="description_image_button_two" msgid="4903738528222924522">"dua"</string>
<string name="description_image_button_three" msgid="5570985408463782329">"tiga"</string>
diff --git a/res/values-nb/strings.xml b/res/values-nb/strings.xml
index 7d7ab467..ee24a1ca 100644
--- a/res/values-nb/strings.xml
+++ b/res/values-nb/strings.xml
@@ -121,9 +121,19 @@
<string name="contactPhoto" msgid="4713193418046639466">"kontaktbilde"</string>
<string name="goPrivate" msgid="865837794424530980">"aktiver privat samtale"</string>
<string name="selectContact" msgid="781975788478987237">"velg kontakt"</string>
+ <string name="respond_via_sms_canned_response_1" msgid="2461606462788380215">"Kan ikke snakke nå. Hva skjer?"</string>
+ <string name="respond_via_sms_canned_response_2" msgid="4074450431532859214">"Jeg ringer deg straks tilbake."</string>
+ <string name="respond_via_sms_canned_response_3" msgid="3496079065723960450">"Jeg ringer deg senere."</string>
+ <string name="respond_via_sms_canned_response_4" msgid="1698989243040062190">"Ikke nå. Ringer du meg senere?"</string>
<string name="respond_via_sms_custom_message" msgid="6158880869935281078">"Skriv ditt eget"</string>
<string name="custom_message_cancel" msgid="7516406059429609296">"Avbryt"</string>
<string name="custom_message_send" msgid="5795754217085747742">"Send"</string>
+ <string name="respond_via_sms_setting_title" msgid="3754000371039709383">"Hurtigsvar"</string>
+ <string name="respond_via_sms_setting_title_2" msgid="6104662227299493906">"Rediger hurtigsvar"</string>
+ <string name="respond_via_sms_setting_summary" msgid="9150281183930613065"></string>
+ <string name="respond_via_sms_edittext_dialog_title" msgid="20379890418289778">"Hurtigsvar"</string>
+ <string name="respond_via_sms_menu_reset_default_activity" msgid="1461742052902053466">"Tilbakestill standardappen"</string>
+ <string name="respond_via_sms_confirmation_format" msgid="7229149977515784269">"Melding er sendt til <xliff:g id="PHONE_NUMBER">%s</xliff:g>."</string>
<string name="description_image_button_one" msgid="5502718871331943463">"en"</string>
<string name="description_image_button_two" msgid="4903738528222924522">"to"</string>
<string name="description_image_button_three" msgid="5570985408463782329">"tre"</string>
diff --git a/res/values-nl/strings.xml b/res/values-nl/strings.xml
index 13cb2161..6d5ff941 100644
--- a/res/values-nl/strings.xml
+++ b/res/values-nl/strings.xml
@@ -121,9 +121,19 @@
<string name="contactPhoto" msgid="4713193418046639466">"contactfoto"</string>
<string name="goPrivate" msgid="865837794424530980">"privé"</string>
<string name="selectContact" msgid="781975788478987237">"contact selecteren"</string>
+ <string name="respond_via_sms_canned_response_1" msgid="2461606462788380215">"Kan nu niet opnemen. Alles goed?"</string>
+ <string name="respond_via_sms_canned_response_2" msgid="4074450431532859214">"Ik bel je zo terug."</string>
+ <string name="respond_via_sms_canned_response_3" msgid="3496079065723960450">"Ik bel je later."</string>
+ <string name="respond_via_sms_canned_response_4" msgid="1698989243040062190">"Kan nu niet opnemen. Bel me later."</string>
<string name="respond_via_sms_custom_message" msgid="6158880869935281078">"Eigen reactie opstellen..."</string>
<string name="custom_message_cancel" msgid="7516406059429609296">"Annuleren"</string>
<string name="custom_message_send" msgid="5795754217085747742">"Verzenden"</string>
+ <string name="respond_via_sms_setting_title" msgid="3754000371039709383">"Snelle reacties"</string>
+ <string name="respond_via_sms_setting_title_2" msgid="6104662227299493906">"Snelle reacties bewerken"</string>
+ <string name="respond_via_sms_setting_summary" msgid="9150281183930613065"></string>
+ <string name="respond_via_sms_edittext_dialog_title" msgid="20379890418289778">"Snelle reactie"</string>
+ <string name="respond_via_sms_menu_reset_default_activity" msgid="1461742052902053466">"Standaardapp opnieuw instellen"</string>
+ <string name="respond_via_sms_confirmation_format" msgid="7229149977515784269">"Bericht verzonden naar <xliff:g id="PHONE_NUMBER">%s</xliff:g>."</string>
<string name="description_image_button_one" msgid="5502718871331943463">"één"</string>
<string name="description_image_button_two" msgid="4903738528222924522">"twee"</string>
<string name="description_image_button_three" msgid="5570985408463782329">"drie"</string>
diff --git a/res/values-pl/strings.xml b/res/values-pl/strings.xml
index 7fb1a3be..9003d5f9 100644
--- a/res/values-pl/strings.xml
+++ b/res/values-pl/strings.xml
@@ -121,9 +121,19 @@
<string name="contactPhoto" msgid="4713193418046639466">"zdjęcie kontaktu"</string>
<string name="goPrivate" msgid="865837794424530980">"przejdź do rozmowy prywatnej"</string>
<string name="selectContact" msgid="781975788478987237">"wybierz kontakt"</string>
+ <string name="respond_via_sms_canned_response_1" msgid="2461606462788380215">"Nie mogę rozmawiać. Co słychać?"</string>
+ <string name="respond_via_sms_canned_response_2" msgid="4074450431532859214">"Za chwilę do Ciebie oddzwonię."</string>
+ <string name="respond_via_sms_canned_response_3" msgid="3496079065723960450">"Zadzwonię do Ciebie później."</string>
+ <string name="respond_via_sms_canned_response_4" msgid="1698989243040062190">"Nie mogę rozmawiać. Zadzwonisz później?"</string>
<string name="respond_via_sms_custom_message" msgid="6158880869935281078">"Napisz własną..."</string>
<string name="custom_message_cancel" msgid="7516406059429609296">"Anuluj"</string>
<string name="custom_message_send" msgid="5795754217085747742">"Wyślij"</string>
+ <string name="respond_via_sms_setting_title" msgid="3754000371039709383">"Szybkie odpowiedzi"</string>
+ <string name="respond_via_sms_setting_title_2" msgid="6104662227299493906">"Edytuj szybkie odpowiedzi"</string>
+ <string name="respond_via_sms_setting_summary" msgid="9150281183930613065"></string>
+ <string name="respond_via_sms_edittext_dialog_title" msgid="20379890418289778">"Szybka odpowiedź"</string>
+ <string name="respond_via_sms_menu_reset_default_activity" msgid="1461742052902053466">"Resetuj domyślną aplikację"</string>
+ <string name="respond_via_sms_confirmation_format" msgid="7229149977515784269">"Wiadomość wysłano na numer <xliff:g id="PHONE_NUMBER">%s</xliff:g>."</string>
<string name="description_image_button_one" msgid="5502718871331943463">"jeden"</string>
<string name="description_image_button_two" msgid="4903738528222924522">"dwa"</string>
<string name="description_image_button_three" msgid="5570985408463782329">"trzy"</string>
diff --git a/res/values-pt-rPT/strings.xml b/res/values-pt-rPT/strings.xml
index 8629b951..2703e10c 100644
--- a/res/values-pt-rPT/strings.xml
+++ b/res/values-pt-rPT/strings.xml
@@ -121,9 +121,19 @@
<string name="contactPhoto" msgid="4713193418046639466">"fotografia do contacto"</string>
<string name="goPrivate" msgid="865837794424530980">"tornar privado"</string>
<string name="selectContact" msgid="781975788478987237">"seleccionar contacto"</string>
+ <string name="respond_via_sms_canned_response_1" msgid="2461606462788380215">"Não posso falar agora. Que se passa?"</string>
+ <string name="respond_via_sms_canned_response_2" msgid="4074450431532859214">"Telefono-lhe já a seguir."</string>
+ <string name="respond_via_sms_canned_response_3" msgid="3496079065723960450">"Telefono-lhe mais tarde."</string>
+ <string name="respond_via_sms_canned_response_4" msgid="1698989243040062190">"Pode telefonar-me mais tarde?"</string>
<string name="respond_via_sms_custom_message" msgid="6158880869935281078">"Escrever a sua própria..."</string>
<string name="custom_message_cancel" msgid="7516406059429609296">"Cancelar"</string>
<string name="custom_message_send" msgid="5795754217085747742">"Enviar"</string>
+ <string name="respond_via_sms_setting_title" msgid="3754000371039709383">"Respostas rápidas"</string>
+ <string name="respond_via_sms_setting_title_2" msgid="6104662227299493906">"Editar respostas rápidas"</string>
+ <string name="respond_via_sms_setting_summary" msgid="9150281183930613065"></string>
+ <string name="respond_via_sms_edittext_dialog_title" msgid="20379890418289778">"Resposta rápida"</string>
+ <string name="respond_via_sms_menu_reset_default_activity" msgid="1461742052902053466">"Repor aplicação predefinida"</string>
+ <string name="respond_via_sms_confirmation_format" msgid="7229149977515784269">"Mensagem enviada para <xliff:g id="PHONE_NUMBER">%s</xliff:g>."</string>
<string name="description_image_button_one" msgid="5502718871331943463">"um"</string>
<string name="description_image_button_two" msgid="4903738528222924522">"dois"</string>
<string name="description_image_button_three" msgid="5570985408463782329">"três"</string>
diff --git a/res/values-pt/strings.xml b/res/values-pt/strings.xml
index d14d3a13..abc4061d 100644
--- a/res/values-pt/strings.xml
+++ b/res/values-pt/strings.xml
@@ -121,9 +121,19 @@
<string name="contactPhoto" msgid="4713193418046639466">"foto do contato"</string>
<string name="goPrivate" msgid="865837794424530980">"conversar em particular"</string>
<string name="selectContact" msgid="781975788478987237">"selecionar contato"</string>
+ <string name="respond_via_sms_canned_response_1" msgid="2461606462788380215">"Não posso falar agora. Manda um SMS, por favor?"</string>
+ <string name="respond_via_sms_canned_response_2" msgid="4074450431532859214">"Já te ligo de volta."</string>
+ <string name="respond_via_sms_canned_response_3" msgid="3496079065723960450">"Eu te ligo mais tarde."</string>
+ <string name="respond_via_sms_canned_response_4" msgid="1698989243040062190">"Não posso falar agora. Liga depois, por favor?"</string>
<string name="respond_via_sms_custom_message" msgid="6158880869935281078">"Escreva sua resposta..."</string>
<string name="custom_message_cancel" msgid="7516406059429609296">"Cancelar"</string>
<string name="custom_message_send" msgid="5795754217085747742">"Enviar"</string>
+ <string name="respond_via_sms_setting_title" msgid="3754000371039709383">"Respostas rápidas"</string>
+ <string name="respond_via_sms_setting_title_2" msgid="6104662227299493906">"Editar respostas rápidas"</string>
+ <string name="respond_via_sms_setting_summary" msgid="9150281183930613065"></string>
+ <string name="respond_via_sms_edittext_dialog_title" msgid="20379890418289778">"Resposta rápida"</string>
+ <string name="respond_via_sms_menu_reset_default_activity" msgid="1461742052902053466">"Redefinir aplicativo padrão"</string>
+ <string name="respond_via_sms_confirmation_format" msgid="7229149977515784269">"Mensagem enviada para <xliff:g id="PHONE_NUMBER">%s</xliff:g>."</string>
<string name="description_image_button_one" msgid="5502718871331943463">"um"</string>
<string name="description_image_button_two" msgid="4903738528222924522">"dois"</string>
<string name="description_image_button_three" msgid="5570985408463782329">"três"</string>
diff --git a/res/values-ro/strings.xml b/res/values-ro/strings.xml
index a6cbfd84..96564830 100644
--- a/res/values-ro/strings.xml
+++ b/res/values-ro/strings.xml
@@ -121,9 +121,19 @@
<string name="contactPhoto" msgid="4713193418046639466">"fotografie persoană din agendă"</string>
<string name="goPrivate" msgid="865837794424530980">"trecerea la modul privat"</string>
<string name="selectContact" msgid="781975788478987237">"selectarea unei persoane din agendă"</string>
+ <string name="respond_via_sms_canned_response_1" msgid="2461606462788380215">"Nu pot acum. Despre ce e vorba?"</string>
+ <string name="respond_via_sms_canned_response_2" msgid="4074450431532859214">"Te sun imediat înapoi."</string>
+ <string name="respond_via_sms_canned_response_3" msgid="3496079065723960450">"Te sun mai târziu."</string>
+ <string name="respond_via_sms_canned_response_4" msgid="1698989243040062190">"Nu pot acum. Vorbim mai târziu?"</string>
<string name="respond_via_sms_custom_message" msgid="6158880869935281078">"Scrieți propriul răspuns…"</string>
<string name="custom_message_cancel" msgid="7516406059429609296">"Anulați"</string>
<string name="custom_message_send" msgid="5795754217085747742">"Trimiteți"</string>
+ <string name="respond_via_sms_setting_title" msgid="3754000371039709383">"Răspunsuri rapide"</string>
+ <string name="respond_via_sms_setting_title_2" msgid="6104662227299493906">"Editaţi răspunsurile rapide"</string>
+ <string name="respond_via_sms_setting_summary" msgid="9150281183930613065"></string>
+ <string name="respond_via_sms_edittext_dialog_title" msgid="20379890418289778">"Răspuns rapid"</string>
+ <string name="respond_via_sms_menu_reset_default_activity" msgid="1461742052902053466">"Resetați aplic. prestabilită"</string>
+ <string name="respond_via_sms_confirmation_format" msgid="7229149977515784269">"Mesajul a fost trimis la <xliff:g id="PHONE_NUMBER">%s</xliff:g>."</string>
<string name="description_image_button_one" msgid="5502718871331943463">"unu"</string>
<string name="description_image_button_two" msgid="4903738528222924522">"doi"</string>
<string name="description_image_button_three" msgid="5570985408463782329">"trei"</string>
diff --git a/res/values-ru/strings.xml b/res/values-ru/strings.xml
index 98bc4663..9a1266e3 100644
--- a/res/values-ru/strings.xml
+++ b/res/values-ru/strings.xml
@@ -121,9 +121,19 @@
<string name="contactPhoto" msgid="4713193418046639466">"фотография контакта"</string>
<string name="goPrivate" msgid="865837794424530980">"приватная конференция"</string>
<string name="selectContact" msgid="781975788478987237">"выбрать контакт"</string>
+ <string name="respond_via_sms_canned_response_1" msgid="2461606462788380215">"Не могу говорить. Что случилось?"</string>
+ <string name="respond_via_sms_canned_response_2" msgid="4074450431532859214">"Я сейчас вам перезвоню."</string>
+ <string name="respond_via_sms_canned_response_3" msgid="3496079065723960450">"Я перезвоню вам позже."</string>
+ <string name="respond_via_sms_canned_response_4" msgid="1698989243040062190">"Не могу говорить. Позвоните позже."</string>
<string name="respond_via_sms_custom_message" msgid="6158880869935281078">"Ваш ответ…"</string>
<string name="custom_message_cancel" msgid="7516406059429609296">"Отмена"</string>
<string name="custom_message_send" msgid="5795754217085747742">"Отправить"</string>
+ <string name="respond_via_sms_setting_title" msgid="3754000371039709383">"Быстрые ответы"</string>
+ <string name="respond_via_sms_setting_title_2" msgid="6104662227299493906">"Быстрые ответы"</string>
+ <string name="respond_via_sms_setting_summary" msgid="9150281183930613065"></string>
+ <string name="respond_via_sms_edittext_dialog_title" msgid="20379890418289778">"Быстрый ответ"</string>
+ <string name="respond_via_sms_menu_reset_default_activity" msgid="1461742052902053466">"Сбросить стандартные настройки"</string>
+ <string name="respond_via_sms_confirmation_format" msgid="7229149977515784269">"Сообщение отправлено на номер <xliff:g id="PHONE_NUMBER">%s</xliff:g>."</string>
<string name="description_image_button_one" msgid="5502718871331943463">"один"</string>
<string name="description_image_button_two" msgid="4903738528222924522">"два"</string>
<string name="description_image_button_three" msgid="5570985408463782329">"три"</string>
diff --git a/res/values-sk/strings.xml b/res/values-sk/strings.xml
index 8dc28e86..3823dacd 100644
--- a/res/values-sk/strings.xml
+++ b/res/values-sk/strings.xml
@@ -121,9 +121,19 @@
<string name="contactPhoto" msgid="4713193418046639466">"fotografia kontaktu"</string>
<string name="goPrivate" msgid="865837794424530980">"prepnúť na súkromné"</string>
<string name="selectContact" msgid="781975788478987237">"vybrať kontakt"</string>
+ <string name="respond_via_sms_canned_response_1" msgid="2461606462788380215">"Teraz nemôžem hovoriť, o čo ide?"</string>
+ <string name="respond_via_sms_canned_response_2" msgid="4074450431532859214">"Zavolám späť."</string>
+ <string name="respond_via_sms_canned_response_3" msgid="3496079065723960450">"Zavolám neskôr."</string>
+ <string name="respond_via_sms_canned_response_4" msgid="1698989243040062190">"Teraz nemôžem, zavolajte inokedy."</string>
<string name="respond_via_sms_custom_message" msgid="6158880869935281078">"Napísať vlastnú..."</string>
<string name="custom_message_cancel" msgid="7516406059429609296">"Zrušiť"</string>
<string name="custom_message_send" msgid="5795754217085747742">"Odoslať"</string>
+ <string name="respond_via_sms_setting_title" msgid="3754000371039709383">"Rýchle odpovede"</string>
+ <string name="respond_via_sms_setting_title_2" msgid="6104662227299493906">"Upraviť rýchle odpovede"</string>
+ <string name="respond_via_sms_setting_summary" msgid="9150281183930613065"></string>
+ <string name="respond_via_sms_edittext_dialog_title" msgid="20379890418289778">"Rýchla odpoveď"</string>
+ <string name="respond_via_sms_menu_reset_default_activity" msgid="1461742052902053466">"Obnoviť predvolenú aplikáciu"</string>
+ <string name="respond_via_sms_confirmation_format" msgid="7229149977515784269">"Správa bola odoslaná na číslo <xliff:g id="PHONE_NUMBER">%s</xliff:g>."</string>
<string name="description_image_button_one" msgid="5502718871331943463">"jeden"</string>
<string name="description_image_button_two" msgid="4903738528222924522">"dva"</string>
<string name="description_image_button_three" msgid="5570985408463782329">"tri"</string>
diff --git a/res/values-sl/strings.xml b/res/values-sl/strings.xml
index 530064bb..ea586ae9 100644
--- a/res/values-sl/strings.xml
+++ b/res/values-sl/strings.xml
@@ -121,9 +121,19 @@
<string name="contactPhoto" msgid="4713193418046639466">"fotografija stika"</string>
<string name="goPrivate" msgid="865837794424530980">"zasebno"</string>
<string name="selectContact" msgid="781975788478987237">"izbira stika"</string>
+ <string name="respond_via_sms_canned_response_1" msgid="2461606462788380215">"Zdaj ne morem govoriti. Za kaj gre?"</string>
+ <string name="respond_via_sms_canned_response_2" msgid="4074450431532859214">"Takoj bom poklical."</string>
+ <string name="respond_via_sms_canned_response_3" msgid="3496079065723960450">"Poklical bom pozneje."</string>
+ <string name="respond_via_sms_canned_response_4" msgid="1698989243040062190">"Zdaj ne morem govoriti. Pozneje?"</string>
<string name="respond_via_sms_custom_message" msgid="6158880869935281078">"Napišite svoje besedilo …"</string>
<string name="custom_message_cancel" msgid="7516406059429609296">"Prekliči"</string>
<string name="custom_message_send" msgid="5795754217085747742">"Pošlji"</string>
+ <string name="respond_via_sms_setting_title" msgid="3754000371039709383">"Hitri odgovori"</string>
+ <string name="respond_via_sms_setting_title_2" msgid="6104662227299493906">"Urejanje hitrih odgovorov"</string>
+ <string name="respond_via_sms_setting_summary" msgid="9150281183930613065"></string>
+ <string name="respond_via_sms_edittext_dialog_title" msgid="20379890418289778">"Hiter odgovor"</string>
+ <string name="respond_via_sms_menu_reset_default_activity" msgid="1461742052902053466">"Ponastavi privzeto aplikacijo"</string>
+ <string name="respond_via_sms_confirmation_format" msgid="7229149977515784269">"SMS poslan na številko <xliff:g id="PHONE_NUMBER">%s</xliff:g>."</string>
<string name="description_image_button_one" msgid="5502718871331943463">"ena"</string>
<string name="description_image_button_two" msgid="4903738528222924522">"dve"</string>
<string name="description_image_button_three" msgid="5570985408463782329">"tri"</string>
diff --git a/res/values-sr/strings.xml b/res/values-sr/strings.xml
index 68076184..7c1ce081 100644
--- a/res/values-sr/strings.xml
+++ b/res/values-sr/strings.xml
@@ -121,9 +121,19 @@
<string name="contactPhoto" msgid="4713193418046639466">"фотографија контакта"</string>
<string name="goPrivate" msgid="865837794424530980">"иди на приватно"</string>
<string name="selectContact" msgid="781975788478987237">"изаберите контакт"</string>
+ <string name="respond_via_sms_canned_response_1" msgid="2461606462788380215">"У гужви сам. Шта је у питању?"</string>
+ <string name="respond_via_sms_canned_response_2" msgid="4074450431532859214">"Позваћу те ускоро."</string>
+ <string name="respond_via_sms_canned_response_3" msgid="3496079065723960450">"Позваћу те касније."</string>
+ <string name="respond_via_sms_canned_response_4" msgid="1698989243040062190">"У гужви сам. Да се чујемо касније?"</string>
<string name="respond_via_sms_custom_message" msgid="6158880869935281078">"Напишите сами…"</string>
<string name="custom_message_cancel" msgid="7516406059429609296">"Откажи"</string>
<string name="custom_message_send" msgid="5795754217085747742">"Пошаљи"</string>
+ <string name="respond_via_sms_setting_title" msgid="3754000371039709383">"Брзи одговори"</string>
+ <string name="respond_via_sms_setting_title_2" msgid="6104662227299493906">"Измена брзих одговора"</string>
+ <string name="respond_via_sms_setting_summary" msgid="9150281183930613065"></string>
+ <string name="respond_via_sms_edittext_dialog_title" msgid="20379890418289778">"Брзи одговор"</string>
+ <string name="respond_via_sms_menu_reset_default_activity" msgid="1461742052902053466">"Ресетуј подразумев. апликацију"</string>
+ <string name="respond_via_sms_confirmation_format" msgid="7229149977515784269">"Порука је послата на број <xliff:g id="PHONE_NUMBER">%s</xliff:g>."</string>
<string name="description_image_button_one" msgid="5502718871331943463">"један"</string>
<string name="description_image_button_two" msgid="4903738528222924522">"два"</string>
<string name="description_image_button_three" msgid="5570985408463782329">"три"</string>
diff --git a/res/values-sv/strings.xml b/res/values-sv/strings.xml
index 36b94683..b6088b6f 100644
--- a/res/values-sv/strings.xml
+++ b/res/values-sv/strings.xml
@@ -121,9 +121,19 @@
<string name="contactPhoto" msgid="4713193418046639466">"kontaktbild"</string>
<string name="goPrivate" msgid="865837794424530980">"gör privat"</string>
<string name="selectContact" msgid="781975788478987237">"välj kontakt"</string>
+ <string name="respond_via_sms_canned_response_1" msgid="2461606462788380215">"Kan inte prata nu. Läget?"</string>
+ <string name="respond_via_sms_canned_response_2" msgid="4074450431532859214">"Jag ringer tillbaka alldeles strax."</string>
+ <string name="respond_via_sms_canned_response_3" msgid="3496079065723960450">"Jag ringer dig senare."</string>
+ <string name="respond_via_sms_canned_response_4" msgid="1698989243040062190">"Kan inte prata nu. Ring senare!"</string>
<string name="respond_via_sms_custom_message" msgid="6158880869935281078">"Skriv ett eget svar ..."</string>
<string name="custom_message_cancel" msgid="7516406059429609296">"Avbryt"</string>
<string name="custom_message_send" msgid="5795754217085747742">"Skicka"</string>
+ <string name="respond_via_sms_setting_title" msgid="3754000371039709383">"Snabbsvar"</string>
+ <string name="respond_via_sms_setting_title_2" msgid="6104662227299493906">"Redigera snabbsvar"</string>
+ <string name="respond_via_sms_setting_summary" msgid="9150281183930613065"></string>
+ <string name="respond_via_sms_edittext_dialog_title" msgid="20379890418289778">"Snabbsvar"</string>
+ <string name="respond_via_sms_menu_reset_default_activity" msgid="1461742052902053466">"Återställ standardappen"</string>
+ <string name="respond_via_sms_confirmation_format" msgid="7229149977515784269">"Meddelandet har skickats till <xliff:g id="PHONE_NUMBER">%s</xliff:g>."</string>
<string name="description_image_button_one" msgid="5502718871331943463">"ett"</string>
<string name="description_image_button_two" msgid="4903738528222924522">"två"</string>
<string name="description_image_button_three" msgid="5570985408463782329">"tre"</string>
diff --git a/res/values-sw/strings.xml b/res/values-sw/strings.xml
index 54499961..ee8719a6 100644
--- a/res/values-sw/strings.xml
+++ b/res/values-sw/strings.xml
@@ -121,9 +121,19 @@
<string name="contactPhoto" msgid="4713193418046639466">"picha ya anwani"</string>
<string name="goPrivate" msgid="865837794424530980">"nenda kwa faragha"</string>
<string name="selectContact" msgid="781975788478987237">"chagua anwani"</string>
+ <string name="respond_via_sms_canned_response_1" msgid="2461606462788380215">"Siwezi kuongea sasa. Kuna nini?"</string>
+ <string name="respond_via_sms_canned_response_2" msgid="4074450431532859214">"Nitakupigia sasa hivi."</string>
+ <string name="respond_via_sms_canned_response_3" msgid="3496079065723960450">"Nitakupigia baadaye."</string>
+ <string name="respond_via_sms_canned_response_4" msgid="1698989243040062190">"Siwezi kuongea sasa. Nipigie baadaye"</string>
<string name="respond_via_sms_custom_message" msgid="6158880869935281078">"Andika yako binafsi..."</string>
<string name="custom_message_cancel" msgid="7516406059429609296">"Ghairi"</string>
<string name="custom_message_send" msgid="5795754217085747742">"Tuma"</string>
+ <string name="respond_via_sms_setting_title" msgid="3754000371039709383">"Majibu ya haraka"</string>
+ <string name="respond_via_sms_setting_title_2" msgid="6104662227299493906">"Hariri majibu ya haraka"</string>
+ <string name="respond_via_sms_setting_summary" msgid="9150281183930613065"></string>
+ <string name="respond_via_sms_edittext_dialog_title" msgid="20379890418289778">"Majibu ya haraka"</string>
+ <string name="respond_via_sms_menu_reset_default_activity" msgid="1461742052902053466">"Weka upya programu chaguo-msingi"</string>
+ <string name="respond_via_sms_confirmation_format" msgid="7229149977515784269">"Ujumbe uliotumwa kwa <xliff:g id="PHONE_NUMBER">%s</xliff:g> ."</string>
<string name="description_image_button_one" msgid="5502718871331943463">"moja"</string>
<string name="description_image_button_two" msgid="4903738528222924522">"mbili"</string>
<string name="description_image_button_three" msgid="5570985408463782329">"tatu"</string>
diff --git a/res/values-th/strings.xml b/res/values-th/strings.xml
index 87908169..5357c16d 100644
--- a/res/values-th/strings.xml
+++ b/res/values-th/strings.xml
@@ -121,9 +121,19 @@
<string name="contactPhoto" msgid="4713193418046639466">"ภาพของรายชื่อติดต่อ"</string>
<string name="goPrivate" msgid="865837794424530980">"เข้าสู่โหมดส่วนตัว"</string>
<string name="selectContact" msgid="781975788478987237">"เลือกรายชื่อติดต่อ"</string>
+ <string name="respond_via_sms_canned_response_1" msgid="2461606462788380215">"ตอนนี้คุยไม่ได้ มีอะไรหรือเปล่า"</string>
+ <string name="respond_via_sms_canned_response_2" msgid="4074450431532859214">"เดี๋ยวจะโทรกลับทันที"</string>
+ <string name="respond_via_sms_canned_response_3" msgid="3496079065723960450">"เดี๋ยวจะโทรหาทีหลัง"</string>
+ <string name="respond_via_sms_canned_response_4" msgid="1698989243040062190">"ตอนนี้คุยไม่ได้ โทรมาใหม่ได้ไหม"</string>
<string name="respond_via_sms_custom_message" msgid="6158880869935281078">"เขียนคำตอบของคุณเอง..."</string>
<string name="custom_message_cancel" msgid="7516406059429609296">"ยกเลิก"</string>
<string name="custom_message_send" msgid="5795754217085747742">"ส่ง"</string>
+ <string name="respond_via_sms_setting_title" msgid="3754000371039709383">"คำตอบด่วน"</string>
+ <string name="respond_via_sms_setting_title_2" msgid="6104662227299493906">"แก้ไขคำตอบด่วน"</string>
+ <string name="respond_via_sms_setting_summary" msgid="9150281183930613065"></string>
+ <string name="respond_via_sms_edittext_dialog_title" msgid="20379890418289778">"คำตอบด่วน"</string>
+ <string name="respond_via_sms_menu_reset_default_activity" msgid="1461742052902053466">"รีเซ็ตแอปพลิเคชันเริ่มต้น"</string>
+ <string name="respond_via_sms_confirmation_format" msgid="7229149977515784269">"ส่งข้อความไปยัง <xliff:g id="PHONE_NUMBER">%s</xliff:g> แล้ว"</string>
<string name="description_image_button_one" msgid="5502718871331943463">"หนึ่ง"</string>
<string name="description_image_button_two" msgid="4903738528222924522">"สอง"</string>
<string name="description_image_button_three" msgid="5570985408463782329">"สาม"</string>
diff --git a/res/values-tl/strings.xml b/res/values-tl/strings.xml
index 193fd885..5ddc8265 100644
--- a/res/values-tl/strings.xml
+++ b/res/values-tl/strings.xml
@@ -121,9 +121,19 @@
<string name="contactPhoto" msgid="4713193418046639466">"larawan ng contact"</string>
<string name="goPrivate" msgid="865837794424530980">"maging pribado"</string>
<string name="selectContact" msgid="781975788478987237">"pumili ng contact"</string>
+ <string name="respond_via_sms_canned_response_1" msgid="2461606462788380215">"Di masagot ngayon. Ano meron?"</string>
+ <string name="respond_via_sms_canned_response_2" msgid="4074450431532859214">"Tawagan kita ulit."</string>
+ <string name="respond_via_sms_canned_response_3" msgid="3496079065723960450">"Tawagan kita mamaya."</string>
+ <string name="respond_via_sms_canned_response_4" msgid="1698989243040062190">"Di masagot ngayon. Tawag ka mamaya?"</string>
<string name="respond_via_sms_custom_message" msgid="6158880869935281078">"Sumulat ng sarili mong tugon…"</string>
<string name="custom_message_cancel" msgid="7516406059429609296">"Kanselahin"</string>
<string name="custom_message_send" msgid="5795754217085747742">"Ipadala"</string>
+ <string name="respond_via_sms_setting_title" msgid="3754000371039709383">"Mga mabilisang tugon"</string>
+ <string name="respond_via_sms_setting_title_2" msgid="6104662227299493906">"I-edit ang mga mabilisang tugon"</string>
+ <string name="respond_via_sms_setting_summary" msgid="9150281183930613065"></string>
+ <string name="respond_via_sms_edittext_dialog_title" msgid="20379890418289778">"Mabilisang tugon"</string>
+ <string name="respond_via_sms_menu_reset_default_activity" msgid="1461742052902053466">"I-reset ang default na app"</string>
+ <string name="respond_via_sms_confirmation_format" msgid="7229149977515784269">"Naipadala ang mensahe sa <xliff:g id="PHONE_NUMBER">%s</xliff:g>."</string>
<string name="description_image_button_one" msgid="5502718871331943463">"isa"</string>
<string name="description_image_button_two" msgid="4903738528222924522">"dalawa"</string>
<string name="description_image_button_three" msgid="5570985408463782329">"tatlo"</string>
diff --git a/res/values-tr/strings.xml b/res/values-tr/strings.xml
index b6991938..320667a0 100644
--- a/res/values-tr/strings.xml
+++ b/res/values-tr/strings.xml
@@ -121,9 +121,19 @@
<string name="contactPhoto" msgid="4713193418046639466">"kişi fotoğrafı"</string>
<string name="goPrivate" msgid="865837794424530980">"özele git"</string>
<string name="selectContact" msgid="781975788478987237">"kişi seçin"</string>
+ <string name="respond_via_sms_canned_response_1" msgid="2461606462788380215">"Şimdi konuşamam. Konu nedir?"</string>
+ <string name="respond_via_sms_canned_response_2" msgid="4074450431532859214">"Seni hemen geri arayacağım."</string>
+ <string name="respond_via_sms_canned_response_3" msgid="3496079065723960450">"Seni daha sonra ararım."</string>
+ <string name="respond_via_sms_canned_response_4" msgid="1698989243040062190">"Şimdi konuşamam. Daha sonra arar mısın?"</string>
<string name="respond_via_sms_custom_message" msgid="6158880869935281078">"Kendi yanıtınızı oluşturun…"</string>
<string name="custom_message_cancel" msgid="7516406059429609296">"İptal"</string>
<string name="custom_message_send" msgid="5795754217085747742">"Gönder"</string>
+ <string name="respond_via_sms_setting_title" msgid="3754000371039709383">"Hızlı yanıtlar"</string>
+ <string name="respond_via_sms_setting_title_2" msgid="6104662227299493906">"Hızlı yanıtları düzenle"</string>
+ <string name="respond_via_sms_setting_summary" msgid="9150281183930613065"></string>
+ <string name="respond_via_sms_edittext_dialog_title" msgid="20379890418289778">"Hızlı yanıt"</string>
+ <string name="respond_via_sms_menu_reset_default_activity" msgid="1461742052902053466">"Varsayılan uygulamayı sıfırla"</string>
+ <string name="respond_via_sms_confirmation_format" msgid="7229149977515784269">"Mesaj, <xliff:g id="PHONE_NUMBER">%s</xliff:g> numaralı telefona gönderildi."</string>
<string name="description_image_button_one" msgid="5502718871331943463">"bir"</string>
<string name="description_image_button_two" msgid="4903738528222924522">"iki"</string>
<string name="description_image_button_three" msgid="5570985408463782329">"üç"</string>
diff --git a/res/values-uk/strings.xml b/res/values-uk/strings.xml
index 3a358a15..04110019 100644
--- a/res/values-uk/strings.xml
+++ b/res/values-uk/strings.xml
@@ -121,9 +121,19 @@
<string name="contactPhoto" msgid="4713193418046639466">"фото контакта"</string>
<string name="goPrivate" msgid="865837794424530980">"конфіденц."</string>
<string name="selectContact" msgid="781975788478987237">"вибрати контакт"</string>
+ <string name="respond_via_sms_canned_response_1" msgid="2461606462788380215">"Не можу говорити. У чому справа?"</string>
+ <string name="respond_via_sms_canned_response_2" msgid="4074450431532859214">"Я зараз передзвоню."</string>
+ <string name="respond_via_sms_canned_response_3" msgid="3496079065723960450">"Я передзвоню пізніше."</string>
+ <string name="respond_via_sms_canned_response_4" msgid="1698989243040062190">"Не можу говорити. Передзвоніть."</string>
<string name="respond_via_sms_custom_message" msgid="6158880869935281078">"Напишіть власну відповідь..."</string>
<string name="custom_message_cancel" msgid="7516406059429609296">"Скасувати"</string>
<string name="custom_message_send" msgid="5795754217085747742">"Надіслати"</string>
+ <string name="respond_via_sms_setting_title" msgid="3754000371039709383">"Швидкі відповіді"</string>
+ <string name="respond_via_sms_setting_title_2" msgid="6104662227299493906">"Редагувати швидкі відповіді"</string>
+ <string name="respond_via_sms_setting_summary" msgid="9150281183930613065"></string>
+ <string name="respond_via_sms_edittext_dialog_title" msgid="20379890418289778">"Швидка відповідь"</string>
+ <string name="respond_via_sms_menu_reset_default_activity" msgid="1461742052902053466">"Скинути програму за умовчанням"</string>
+ <string name="respond_via_sms_confirmation_format" msgid="7229149977515784269">"Повідомлення надіслано на номер <xliff:g id="PHONE_NUMBER">%s</xliff:g>."</string>
<string name="description_image_button_one" msgid="5502718871331943463">"один"</string>
<string name="description_image_button_two" msgid="4903738528222924522">"два"</string>
<string name="description_image_button_three" msgid="5570985408463782329">"три"</string>
diff --git a/res/values-vi/strings.xml b/res/values-vi/strings.xml
index e70b77e8..83819290 100644
--- a/res/values-vi/strings.xml
+++ b/res/values-vi/strings.xml
@@ -121,9 +121,19 @@
<string name="contactPhoto" msgid="4713193418046639466">"ảnh liên hệ"</string>
<string name="goPrivate" msgid="865837794424530980">"chuyển thành riêng tư"</string>
<string name="selectContact" msgid="781975788478987237">"chọn địa chỉ liên hệ"</string>
+ <string name="respond_via_sms_canned_response_1" msgid="2461606462788380215">"Giờ tôi ko thể nói chuyện. Gì vậy?"</string>
+ <string name="respond_via_sms_canned_response_2" msgid="4074450431532859214">"Tôi sẽ gọi lại ngay."</string>
+ <string name="respond_via_sms_canned_response_3" msgid="3496079065723960450">"Tôi sẽ gọi lại sau."</string>
+ <string name="respond_via_sms_canned_response_4" msgid="1698989243040062190">"Giờ tôi ko thể nói chuyện. Gọi sau nhé?"</string>
<string name="respond_via_sms_custom_message" msgid="6158880869935281078">"Viết trả lời của riêng bạn…"</string>
<string name="custom_message_cancel" msgid="7516406059429609296">"Hủy"</string>
<string name="custom_message_send" msgid="5795754217085747742">"Gửi"</string>
+ <string name="respond_via_sms_setting_title" msgid="3754000371039709383">"Trả lời nhanh"</string>
+ <string name="respond_via_sms_setting_title_2" msgid="6104662227299493906">"Chỉnh sửa trả lời nhanh"</string>
+ <string name="respond_via_sms_setting_summary" msgid="9150281183930613065"></string>
+ <string name="respond_via_sms_edittext_dialog_title" msgid="20379890418289778">"Trả lời nhanh"</string>
+ <string name="respond_via_sms_menu_reset_default_activity" msgid="1461742052902053466">"Đặt lại ứng dụng mặc định"</string>
+ <string name="respond_via_sms_confirmation_format" msgid="7229149977515784269">"Đã gửi tin nhắn tới <xliff:g id="PHONE_NUMBER">%s</xliff:g>."</string>
<string name="description_image_button_one" msgid="5502718871331943463">"một"</string>
<string name="description_image_button_two" msgid="4903738528222924522">"hai"</string>
<string name="description_image_button_three" msgid="5570985408463782329">"ba"</string>
diff --git a/res/values-zh-rCN/strings.xml b/res/values-zh-rCN/strings.xml
index 207b436d..661c05c1 100644
--- a/res/values-zh-rCN/strings.xml
+++ b/res/values-zh-rCN/strings.xml
@@ -121,9 +121,19 @@
<string name="contactPhoto" msgid="4713193418046639466">"联系人照片"</string>
<string name="goPrivate" msgid="865837794424530980">"私聊"</string>
<string name="selectContact" msgid="781975788478987237">"选择联系人"</string>
+ <string name="respond_via_sms_canned_response_1" msgid="2461606462788380215">"现在无法接听。有什么事吗?"</string>
+ <string name="respond_via_sms_canned_response_2" msgid="4074450431532859214">"我马上会打给你。"</string>
+ <string name="respond_via_sms_canned_response_3" msgid="3496079065723960450">"我稍后会再打给你。"</string>
+ <string name="respond_via_sms_canned_response_4" msgid="1698989243040062190">"现在无法接听。能稍后再打给我吗?"</string>
<string name="respond_via_sms_custom_message" msgid="6158880869935281078">"自行撰写回复…"</string>
<string name="custom_message_cancel" msgid="7516406059429609296">"取消"</string>
<string name="custom_message_send" msgid="5795754217085747742">"发送"</string>
+ <string name="respond_via_sms_setting_title" msgid="3754000371039709383">"快速回复"</string>
+ <string name="respond_via_sms_setting_title_2" msgid="6104662227299493906">"修改快速回复"</string>
+ <string name="respond_via_sms_setting_summary" msgid="9150281183930613065"></string>
+ <string name="respond_via_sms_edittext_dialog_title" msgid="20379890418289778">"快速回复"</string>
+ <string name="respond_via_sms_menu_reset_default_activity" msgid="1461742052902053466">"重置默认应用"</string>
+ <string name="respond_via_sms_confirmation_format" msgid="7229149977515784269">"讯息已发送至 <xliff:g id="PHONE_NUMBER">%s</xliff:g>。"</string>
<string name="description_image_button_one" msgid="5502718871331943463">"一"</string>
<string name="description_image_button_two" msgid="4903738528222924522">"二"</string>
<string name="description_image_button_three" msgid="5570985408463782329">"三"</string>
diff --git a/res/values-zh-rHK/strings.xml b/res/values-zh-rHK/strings.xml
index a5b767fb..65eb071d 100644
--- a/res/values-zh-rHK/strings.xml
+++ b/res/values-zh-rHK/strings.xml
@@ -121,9 +121,19 @@
<string name="contactPhoto" msgid="4713193418046639466">"聯絡人相片"</string>
<string name="goPrivate" msgid="865837794424530980">"私人通話"</string>
<string name="selectContact" msgid="781975788478987237">"選取聯絡人"</string>
+ <string name="respond_via_sms_canned_response_1" msgid="2461606462788380215">"我現在不方便通話,有什麼事?"</string>
+ <string name="respond_via_sms_canned_response_2" msgid="4074450431532859214">"我待會就打電話給你。"</string>
+ <string name="respond_via_sms_canned_response_3" msgid="3496079065723960450">"我晚點打電話給你。"</string>
+ <string name="respond_via_sms_canned_response_4" msgid="1698989243040062190">"我現在不方便通話,晚點再打來好嗎?"</string>
<string name="respond_via_sms_custom_message" msgid="6158880869935281078">"自行撰寫回覆…"</string>
<string name="custom_message_cancel" msgid="7516406059429609296">"取消"</string>
<string name="custom_message_send" msgid="5795754217085747742">"傳送"</string>
+ <string name="respond_via_sms_setting_title" msgid="3754000371039709383">"快速回應"</string>
+ <string name="respond_via_sms_setting_title_2" msgid="6104662227299493906">"編輯快速回應"</string>
+ <string name="respond_via_sms_setting_summary" msgid="9150281183930613065"></string>
+ <string name="respond_via_sms_edittext_dialog_title" msgid="20379890418289778">"快速回應"</string>
+ <string name="respond_via_sms_menu_reset_default_activity" msgid="1461742052902053466">"重設預設應用程式"</string>
+ <string name="respond_via_sms_confirmation_format" msgid="7229149977515784269">"訊息已傳送至 <xliff:g id="PHONE_NUMBER">%s</xliff:g>。"</string>
<string name="description_image_button_one" msgid="5502718871331943463">"一"</string>
<string name="description_image_button_two" msgid="4903738528222924522">"二"</string>
<string name="description_image_button_three" msgid="5570985408463782329">"三"</string>
diff --git a/res/values-zh-rTW/strings.xml b/res/values-zh-rTW/strings.xml
index 822361bc..705992c8 100644
--- a/res/values-zh-rTW/strings.xml
+++ b/res/values-zh-rTW/strings.xml
@@ -121,9 +121,19 @@
<string name="contactPhoto" msgid="4713193418046639466">"聯絡人相片"</string>
<string name="goPrivate" msgid="865837794424530980">"私人通話"</string>
<string name="selectContact" msgid="781975788478987237">"選取聯絡人"</string>
+ <string name="respond_via_sms_canned_response_1" msgid="2461606462788380215">"我現在不方便通話,有什麼事?"</string>
+ <string name="respond_via_sms_canned_response_2" msgid="4074450431532859214">"我待會就回電。"</string>
+ <string name="respond_via_sms_canned_response_3" msgid="3496079065723960450">"我晚點回電。"</string>
+ <string name="respond_via_sms_canned_response_4" msgid="1698989243040062190">"我現在不方便通話,晚點再打來好嗎?"</string>
<string name="respond_via_sms_custom_message" msgid="6158880869935281078">"自行撰寫回應…"</string>
<string name="custom_message_cancel" msgid="7516406059429609296">"取消"</string>
<string name="custom_message_send" msgid="5795754217085747742">"傳送"</string>
+ <string name="respond_via_sms_setting_title" msgid="3754000371039709383">"快速回應"</string>
+ <string name="respond_via_sms_setting_title_2" msgid="6104662227299493906">"編輯快速回應"</string>
+ <string name="respond_via_sms_setting_summary" msgid="9150281183930613065"></string>
+ <string name="respond_via_sms_edittext_dialog_title" msgid="20379890418289778">"快速回應"</string>
+ <string name="respond_via_sms_menu_reset_default_activity" msgid="1461742052902053466">"重設預設應用程式"</string>
+ <string name="respond_via_sms_confirmation_format" msgid="7229149977515784269">"訊息已傳送至 <xliff:g id="PHONE_NUMBER">%s</xliff:g>。"</string>
<string name="description_image_button_one" msgid="5502718871331943463">"1"</string>
<string name="description_image_button_two" msgid="4903738528222924522">"2"</string>
<string name="description_image_button_three" msgid="5570985408463782329">"3"</string>
diff --git a/res/values-zu/strings.xml b/res/values-zu/strings.xml
index b8a4166a..4a4c1ece 100644
--- a/res/values-zu/strings.xml
+++ b/res/values-zu/strings.xml
@@ -121,9 +121,19 @@
<string name="contactPhoto" msgid="4713193418046639466">"isithombe sothintana naye"</string>
<string name="goPrivate" msgid="865837794424530980">"yenza kube imfihlo"</string>
<string name="selectContact" msgid="781975788478987237">"khetha othintana naye"</string>
+ <string name="respond_via_sms_canned_response_1" msgid="2461606462788380215">"Angikwazi ukukhuluma okwamanje. Kwenzenjani?"</string>
+ <string name="respond_via_sms_canned_response_2" msgid="4074450431532859214">" Ngizophinde ngikushayele ucingo."</string>
+ <string name="respond_via_sms_canned_response_3" msgid="3496079065723960450">"Ngizokushayela ucingo emva kwesikhathi"</string>
+ <string name="respond_via_sms_canned_response_4" msgid="1698989243040062190">"Angikwazi ukukhuluma okwamanje. Ngicela uphinde ungishayele ucingo kamuva?"</string>
<string name="respond_via_sms_custom_message" msgid="6158880869935281078">"Bhala okwakho…"</string>
<string name="custom_message_cancel" msgid="7516406059429609296">"Khansela"</string>
<string name="custom_message_send" msgid="5795754217085747742">"Thumela"</string>
+ <string name="respond_via_sms_setting_title" msgid="3754000371039709383">"Izimpendulo ezisheshayo"</string>
+ <string name="respond_via_sms_setting_title_2" msgid="6104662227299493906">"Hlela izimpendulo ezisheshayo"</string>
+ <string name="respond_via_sms_setting_summary" msgid="9150281183930613065"></string>
+ <string name="respond_via_sms_edittext_dialog_title" msgid="20379890418289778">"Izimpendulo ezisheshayo"</string>
+ <string name="respond_via_sms_menu_reset_default_activity" msgid="1461742052902053466">"Setha kabusha uhlelo lokusebenza lokuzenzakalelayo"</string>
+ <string name="respond_via_sms_confirmation_format" msgid="7229149977515784269">"Umlayezo othunyelwe ku <xliff:g id="PHONE_NUMBER">%s</xliff:g>."</string>
<string name="description_image_button_one" msgid="5502718871331943463">"kunye"</string>
<string name="description_image_button_two" msgid="4903738528222924522">"okubili"</string>
<string name="description_image_button_three" msgid="5570985408463782329">"ntathu"</string>
diff --git a/res/values/colors.xml b/res/values/colors.xml
index c1e894a8..74c218e3 100644
--- a/res/values/colors.xml
+++ b/res/values/colors.xml
@@ -39,6 +39,18 @@
<color name="end_call_touch_feedback_tint">#dddddd</color>
+ <!-- Used when the Handoff Call button is active -->
+ <color name="handoff_call_active_color">#F2882C</color>
+
+ <!-- Used when the Handoff Call button is pressed -->
+ <color name="handoff_call_pressed_color">#F2A35E</color>
+
+ <!-- Used when the Handoff Call button is disabled -->
+ <color name="handoff_call_disabled_color">#303030</color>
+
+ <color name="call_state_wifi">#19E392</color>
+ <color name="call_state_cellular">#33A9F2</color>
+
<!-- Color of dialpad digits -->
<color name="dialpad_digits_text_color">#000000</color>
@@ -52,8 +64,6 @@
<!-- 25% opacity, white. -->
<color name="button_disabled_color">#40ffffff</color>
- <color name="wifi_connected_background">#8099cc00</color>
-
<!-- Background color of action bars -->
<color name="actionbar_background_color">#3B77E7</color>
diff --git a/src/com/android/incallui/CallButtonPresenter.java b/src/com/android/incallui/CallButtonPresenter.java
index 9602d3cc..b7d85655 100644
--- a/src/com/android/incallui/CallButtonPresenter.java
+++ b/src/com/android/incallui/CallButtonPresenter.java
@@ -188,13 +188,6 @@ public class CallButtonPresenter extends Presenter<CallButtonPresenter.CallButto
setAudioMode(newMode);
}
- public void endCallClicked() {
- if (mCall == null) {
- return;
- }
- TelecommAdapter.getInstance().disconnectCall(mCall.getCallId());
- }
-
public void manageConferenceButtonClicked() {
getUi().displayManageConferencePanel(true);
}
diff --git a/src/com/android/incallui/CallCardFragment.java b/src/com/android/incallui/CallCardFragment.java
index 5998a3f8..3cebb7fe 100644
--- a/src/com/android/incallui/CallCardFragment.java
+++ b/src/com/android/incallui/CallCardFragment.java
@@ -44,6 +44,11 @@ import android.widget.TextView;
import com.android.contacts.common.animation.AnimationListenerAdapter;
import com.android.contacts.common.util.ViewUtil;
import com.android.incallui.animation.ResizeAnimation;
+import android.widget.ImageButton;
+import android.widget.ImageView;
+import android.widget.TextView;
+
+import com.android.contacts.common.util.ViewUtil;
import java.util.List;
@@ -80,6 +85,7 @@ public class CallCardFragment extends BaseFragment<CallCardPresenter, CallCardPr
private View mAnimatedScrim;
private View mEndCallButton;
+ private ImageButton mHandoffButton;
// Cached DisplayMetrics density.
private float mDensity;
@@ -146,6 +152,14 @@ public class CallCardFragment extends BaseFragment<CallCardPresenter, CallCardPr
}
});
ViewUtil.setupFloatingActionButton(mEndCallButton, getResources());
+
+ mHandoffButton = (ImageButton) view.findViewById(R.id.handoffButton);
+ mHandoffButton.setOnClickListener(new View.OnClickListener() {
+ @Override public void onClick(View v) {
+ getPresenter().connectionHandoffClicked();
+ }
+ });
+ ViewUtil.setupFloatingActionButton(mHandoffButton, getResources());
}
@Override
@@ -266,8 +280,9 @@ public class CallCardFragment extends BaseFragment<CallCardPresenter, CallCardPr
}
@Override
- public void setCallState(int state, int cause, boolean bluetoothOn,
- String gatewayLabel, String gatewayNumber, String wifiConnection) {
+ public void setCallState(int state, int cause, boolean bluetoothOn, String gatewayLabel,
+ String gatewayNumber, boolean isWiFi, boolean isHandoffCapable,
+ boolean isHandoffPending) {
String callStateLabel = null;
if (Call.State.isDialing(state) && !TextUtils.isEmpty(gatewayLabel)) {
@@ -281,6 +296,9 @@ public class CallCardFragment extends BaseFragment<CallCardPresenter, CallCardPr
Log.v(this, "DisconnectCause " + DisconnectCause.toString(cause));
Log.v(this, "bluetooth on " + bluetoothOn);
Log.v(this, "gateway " + gatewayLabel + gatewayNumber);
+ Log.v(this, "isWiFi " + isWiFi);
+ Log.v(this, "isHandoffCapable " + isHandoffCapable);
+ Log.v(this, "isHandoffPending " + isHandoffPending);
// Update the call state label.
if (!TextUtils.isEmpty(callStateLabel)) {
@@ -293,6 +311,11 @@ public class CallCardFragment extends BaseFragment<CallCardPresenter, CallCardPr
if (Call.State.INCOMING == state) {
setBluetoothOn(bluetoothOn);
}
+
+ mHandoffButton.setEnabled(isHandoffCapable && !isHandoffPending);
+ mHandoffButton.setVisibility(mHandoffButton.isEnabled() ? View.VISIBLE : View.GONE);
+ mHandoffButton.setImageResource(isWiFi ?
+ R.drawable.ic_in_call_wifi : R.drawable.ic_in_call_pstn);
}
private void showInternetCallLabel(boolean show) {
diff --git a/src/com/android/incallui/CallCardPresenter.java b/src/com/android/incallui/CallCardPresenter.java
index 8cef7199..8911c372 100644
--- a/src/com/android/incallui/CallCardPresenter.java
+++ b/src/com/android/incallui/CallCardPresenter.java
@@ -57,6 +57,8 @@ public class CallCardPresenter extends Presenter<CallCardPresenter.CallCardUi>
private CallTimer mCallTimer;
private Context mContext;
+ private boolean mIsWiFiCachedValue;
+
public CallCardPresenter() {
// create the call timer
mCallTimer = new CallTimer(new Runnable() {
@@ -184,18 +186,28 @@ public class CallCardPresenter extends Presenter<CallCardPresenter.CallCardUi>
}
// Set the call state
+ int callState = Call.State.IDLE;
if (mPrimary != null) {
final boolean bluetoothOn =
(AudioModeProvider.getInstance().getAudioMode() == AudioMode.BLUETOOTH);
- ui.setCallState(mPrimary.getState(), mPrimary.getDisconnectCause(), bluetoothOn,
- getGatewayLabel(), getGatewayNumber(), getWifiConnection());
+ boolean isHandoffCapable = isHandoffCapable();
+ boolean isHandoffPending = isHandoffPending();
+
+ boolean isWiFi = isWifiCall();
+ // Cache the value so the UI doesn't change when the call ends.
+ mIsWiFiCachedValue = isWiFi;
+
+ getUi().setCallState(callState, mPrimary.getDisconnectCause(), bluetoothOn,
+ getGatewayLabel(), getGatewayNumber(), isWiFi, isHandoffCapable,
+ isHandoffPending);
} else {
- ui.setCallState(Call.State.IDLE, DisconnectCause.NOT_VALID, false, null, null, null);
+ getUi().setCallState(callState, DisconnectCause.NOT_VALID, false, null, null,
+ mIsWiFiCachedValue, false, false);
}
- final boolean enableEndCallButton = state.isConnectingOrConnected() &&
- !state.isIncoming() && mPrimary != null;
- ui.setEndCallButtonEnabled(enableEndCallButton);
+ final boolean enableEndCallButton = Call.State.isConnected(callState) &&
+ callState != Call.State.INCOMING && mPrimary != null;
+ getUi().setEndCallButtonEnabled(enableEndCallButton);
}
@Override
@@ -204,21 +216,23 @@ public class CallCardPresenter extends Presenter<CallCardPresenter.CallCardUi>
final boolean bluetoothOn = (AudioMode.BLUETOOTH == mode);
getUi().setCallState(mPrimary.getState(), mPrimary.getDisconnectCause(), bluetoothOn,
- getGatewayLabel(), getGatewayNumber(), getWifiConnection());
+ getGatewayLabel(), getGatewayNumber(), isWifiCall(),
+ isHandoffCapable(), isHandoffPending());
}
}
- private String getWifiConnection() {
+ private boolean isWifiCall() {
CallServiceDescriptor descriptor = mPrimary.getCurrentCallServiceDescriptor();
- if (descriptor != null && descriptor.getNetworkType() == CallServiceDescriptor.FLAG_WIFI) {
- final WifiManager wifiManager = (WifiManager) mContext.getSystemService(
- Context.WIFI_SERVICE);
- final WifiInfo info = wifiManager.getConnectionInfo();
- if (info != null) {
- return info.getSSID();
- }
- }
- return null;
+ return descriptor != null &&
+ descriptor.getNetworkType() == CallServiceDescriptor.FLAG_WIFI;
+ }
+
+ private boolean isHandoffCapable() {
+ return mPrimary.can(CallCapabilities.CONNECTION_HANDOFF);
+ }
+
+ private boolean isHandoffPending() {
+ return mPrimary.getHandoffCallServiceDescriptor() != null;
}
@Override
@@ -244,6 +258,14 @@ public class CallCardPresenter extends Presenter<CallCardPresenter.CallCardUi>
}
}
+ public void connectionHandoffClicked() {
+ if (mPrimary == null) {
+ return;
+ }
+
+ TelecommAdapter.getInstance().handoffCall(mPrimary.getCallId());
+ }
+
private boolean areCallsSame(Call call1, Call call2) {
if (call1 == null && call2 == null) {
return true;
@@ -492,7 +514,8 @@ public class CallCardPresenter extends Presenter<CallCardPresenter.CallCardUi>
Drawable photo, boolean isConference, boolean isGeneric);
void setSecondaryImage(Drawable image);
void setCallState(int state, int cause, boolean bluetoothOn,
- String gatewayLabel, String gatewayNumber, String wifiConnection);
+ String gatewayLabel, String gatewayNumber, boolean isWifi, boolean isHandoffCapable,
+ boolean isHandoffPending);
void setPrimaryCallElapsedTime(boolean show, String duration);
void setPrimaryName(String name, boolean nameIsNumber);
void setPrimaryImage(Drawable image);
diff --git a/src/com/android/incallui/DialpadFragment.java b/src/com/android/incallui/DialpadFragment.java
index 6b18ac8e..83484648 100644
--- a/src/com/android/incallui/DialpadFragment.java
+++ b/src/com/android/incallui/DialpadFragment.java
@@ -42,7 +42,7 @@ import java.util.HashMap;
*/
public class DialpadFragment extends BaseFragment<DialpadPresenter, DialpadPresenter.DialpadUi>
implements DialpadPresenter.DialpadUi, View.OnTouchListener, View.OnKeyListener,
- View.OnHoverListener {
+ View.OnHoverListener, View.OnClickListener {
private static final float DIALPAD_SLIDE_FRACTION = 1.0f;
@@ -317,6 +317,21 @@ public class DialpadFragment extends BaseFragment<DialpadPresenter, DialpadPrese
}
@Override
+ public void onClick(View v) {
+ final AccessibilityManager accessibilityManager = (AccessibilityManager)
+ v.getContext().getSystemService(Context.ACCESSIBILITY_SERVICE);
+ // When accessibility is on, simulate press and release to preserve the
+ // semantic meaning of performClick(). Required for Braille support.
+ if (accessibilityManager.isEnabled()) {
+ final int id = v.getId();
+ // Checking the press state prevents double activation.
+ if (!v.isPressed() && mDisplayMap.containsKey(id)) {
+ getPresenter().processDtmf(mDisplayMap.get(id));
+ }
+ }
+ }
+
+ @Override
public boolean onHover(View v, MotionEvent event) {
// When touch exploration is turned on, lifting a finger while inside
// the button's hover target bounds should perform a click action.
@@ -533,6 +548,7 @@ public class DialpadFragment extends BaseFragment<DialpadPresenter, DialpadPrese
dialpadKey.setOnTouchListener(this);
dialpadKey.setOnKeyListener(this);
dialpadKey.setOnHoverListener(this);
+ dialpadKey.setOnClickListener(this);
}
}
}