From 4de59fb9ceac10ed429cd8416251329aa03ad266 Mon Sep 17 00:00:00 2001 From: Andrew Lee Date: Thu, 13 Aug 2015 15:20:08 -0700 Subject: Rename "Recents" to "Call History". + All user-facing indications should now say "Call History". + I renamed many references in code to "Call Log", which is how we internally refer to many of the components related to call history. It seemed excessive to rename the fragment, list items, adapters, and other references to that throughout our codebase. Bug: 23017190 Change-Id: I99719122ce592962ff99705dcf4b16e17eee3ab7 --- res/drawable/tab_history.xml | 30 ++++++++++++++++++++++ res/drawable/tab_recents.xml | 30 ---------------------- res/layout/voicemail_playback_layout.xml | 2 +- res/menu/call_details_options.xml | 6 ++--- res/menu/call_log_options.xml | 2 +- res/values/strings.xml | 43 ++++++++++++-------------------- 6 files changed, 51 insertions(+), 62 deletions(-) create mode 100644 res/drawable/tab_history.xml delete mode 100644 res/drawable/tab_recents.xml (limited to 'res') diff --git a/res/drawable/tab_history.xml b/res/drawable/tab_history.xml new file mode 100644 index 000000000..b1a531840 --- /dev/null +++ b/res/drawable/tab_history.xml @@ -0,0 +1,30 @@ + + + + + + + + + + + + + + diff --git a/res/drawable/tab_recents.xml b/res/drawable/tab_recents.xml deleted file mode 100644 index b1a531840..000000000 --- a/res/drawable/tab_recents.xml +++ /dev/null @@ -1,30 +0,0 @@ - - - - - - - - - - - - - - diff --git a/res/layout/voicemail_playback_layout.xml b/res/layout/voicemail_playback_layout.xml index 56865fcd6..555d20142 100644 --- a/res/layout/voicemail_playback_layout.xml +++ b/res/layout/voicemail_playback_layout.xml @@ -94,7 +94,7 @@ style="@style/VoicemailPlaybackLayoutButtonStyle" android:src="@drawable/ic_delete_24dp" android:tint="@color/voicemail_icon_tint" - android:contentDescription="@string/recentCalls_trashVoicemail" /> + android:contentDescription="@string/call_log_trash_voicemail" /> diff --git a/res/menu/call_details_options.xml b/res/menu/call_details_options.xml index f08b4facd..84cc2c9eb 100644 --- a/res/menu/call_details_options.xml +++ b/res/menu/call_details_options.xml @@ -18,15 +18,15 @@ + android:title="@string/call_log_trash_voicemail" /> + android:title="@string/call_log_remove_from_call_log" /> + android:title="@string/call_log_edit_number_before_call" /> diff --git a/res/menu/call_log_options.xml b/res/menu/call_log_options.xml index 50b1cad5b..da38d864d 100644 --- a/res/menu/call_log_options.xml +++ b/res/menu/call_log_options.xml @@ -16,7 +16,7 @@ diff --git a/res/values/strings.xml b/res/values/strings.xml index 8eeb03c4a..a80153c29 100644 --- a/res/values/strings.xml +++ b/res/values/strings.xml @@ -40,12 +40,7 @@ This is especially valuable for views without textual representation like ImageView. [CHAR LIMIT=NONE] --> - Call history - - - Call - %s - + Call history @@ -58,28 +53,16 @@ Copy transcription to clipboard - Edit number before call - - - Add to a contact + Edit number before call - Delete from call history + Delete from call history - Clear call history + Clear call history - Delete voicemail - - - Share voicemail - - - Your call log is empty - - - Make a call + Delete voicemail Clear call history? @@ -474,17 +457,23 @@ Do not translate. --> sans-serif + + Your call history is empty + + + Make a call + - You have no missed calls. + You have no missed calls. - Your voicemail inbox is empty. + Your voicemail inbox is empty. Show favorites only - History + Call History @@ -502,8 +491,8 @@ [CHAR LIMIT=40] --> Speed dial - - Recents + + Call History Contacts -- cgit v1.2.3