From 25bb49e1806c3fef254f11bc17e76ca2bf6e5374 Mon Sep 17 00:00:00 2001 From: linyuh Date: Mon, 4 Jun 2018 14:07:21 -0700 Subject: Replace TextView with BidiTextView in the new call log where a phone number can be shown. Bug: 72162627 Test: Existing tests PiperOrigin-RevId: 199190694 Change-Id: I19f2ae7e8af452062672c67eb1be1bc6cc49b855 --- .../dialer/calllog/ui/res/layout/new_call_log_entry.xml | 14 +++++++------- .../historyitemactions/res/layout/contact_layout.xml | 4 ++-- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/java/com/android/dialer/calllog/ui/res/layout/new_call_log_entry.xml b/java/com/android/dialer/calllog/ui/res/layout/new_call_log_entry.xml index 726c53bc1..5ce87cecf 100644 --- a/java/com/android/dialer/calllog/ui/res/layout/new_call_log_entry.xml +++ b/java/com/android/dialer/calllog/ui/res/layout/new_call_log_entry.xml @@ -53,18 +53,18 @@ - - - Date: Mon, 4 Jun 2018 15:04:23 -0700 Subject: Add keep.xml to keep string resources for spam. Without this rule, these string resources not directly referenced by code will be stripped out by Proguard. Bug: 80512860 Test: manual PiperOrigin-RevId: 199201142 Change-Id: I91ea90273051b6bb6fa57d116bfb037fc86c1a94 --- java/com/android/incallui/spam/res/raw/keep.xml | 66 +++++++++++++++++++++++++ 1 file changed, 66 insertions(+) create mode 100644 java/com/android/incallui/spam/res/raw/keep.xml diff --git a/java/com/android/incallui/spam/res/raw/keep.xml b/java/com/android/incallui/spam/res/raw/keep.xml new file mode 100644 index 000000000..0361e5131 --- /dev/null +++ b/java/com/android/incallui/spam/res/raw/keep.xml @@ -0,0 +1,66 @@ + + + \ No newline at end of file -- cgit v1.2.3