From 2f05af35af03de67c1c474cd148719b24fac3552 Mon Sep 17 00:00:00 2001 From: Andrew Lee Date: Tue, 9 Jun 2015 15:59:47 -0700 Subject: Move "Report" to CallDetailActivity. - Delete old report button/handling code. + Convert menu click listeners into single onMenuItemClick method. + Add and populate objectId on PhoneCallDetails, to be able to tell from the CallDetailActivity whether to enable reporting. Change-Id: Ie4b9a3c1835792cbba04dc826f71fd2e53071400 --- res/layout/call_log_list_item_actions.xml | 14 -------------- res/menu/call_details_options.xml | 12 ++++++------ res/values/strings.xml | 15 ++++----------- 3 files changed, 10 insertions(+), 31 deletions(-) (limited to 'res') diff --git a/res/layout/call_log_list_item_actions.xml b/res/layout/call_log_list_item_actions.xml index 569048b7d..d4c970655 100644 --- a/res/layout/call_log_list_item_actions.xml +++ b/res/layout/call_log_list_item_actions.xml @@ -98,18 +98,4 @@ - - - - - - - - diff --git a/res/menu/call_details_options.xml b/res/menu/call_details_options.xml index b98ec9ed6..f08b4facd 100644 --- a/res/menu/call_details_options.xml +++ b/res/menu/call_details_options.xml @@ -18,17 +18,17 @@ + android:title="@string/recentCalls_trashVoicemail" /> + android:title="@string/recentCalls_removeFromRecentList" /> + android:title="@string/recentCalls_editNumberBeforeCall" /> + + diff --git a/res/values/strings.xml b/res/values/strings.xml index b852be80d..648d5e8f0 100644 --- a/res/values/strings.xml +++ b/res/values/strings.xml @@ -47,6 +47,10 @@ %s + + Report inaccurate number + Edit number before call @@ -631,21 +635,10 @@ Call details for ^1 - - - Report ^1 - - Deleted from call history - - Report - Today -- cgit v1.2.3