History log of /packages/apps/Contacts/src/com/android/contacts/interactions/CallLogInteraction.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
bd9ef3c60669d71543b3506d4959c1fe4be409dc 15-Dec-2016 John Shao <johnshao@google.com> Standardize and replace assets with vectors

Standarize naming of vector drawables and replace png
assets with vector drawables.

Test: build and run GoogleContactsTests
manual side by side sanity check with previous version

Bug: 33251913
Change-Id: Iafea5c1bba738c57437888da999fc2909d0765fd
/packages/apps/Contacts/src/com/android/contacts/interactions/CallLogInteraction.java
0a49afa2ad697307cc04ef4cb86570574fa720f2 06-Dec-2016 Gary Mai <garymai@google.com> Collapse common package (2/2)

Ran optimize imports on the project as well to re-order everything
which would have changed because of removing common.

Test: Built GoogleContacts, GoogleContactsTests, Contacts,
ContactsTests and ran unit tests.

Bug: 33252370
Change-Id: I881f0ba8b8fef002b6eeefa9a16b34f15b2fd2a9
/packages/apps/Contacts/src/com/android/contacts/interactions/CallLogInteraction.java
69c182afb0e6d82a341a28b4317aa703af768906 05-Dec-2016 Gary Mai <garymai@google.com> Collapse common packages (1/?)

Move the majority of packages out of common. When trying to move
common.activity to activities every file switched from a rename to
separated deletes and adds. Will move tests and the rest of common
in a separate CL.

Test: Built GoogleContacts, Contacts, GoogleContactsTests,
ContactsTests.

Bug: 33252370
Change-Id: I9ffb20038dee255ef5f83002b7870265771b08c5
/packages/apps/Contacts/src/com/android/contacts/interactions/CallLogInteraction.java
168a7a790ea299842c7b6ae6532430efc8eddc79 27-Sep-2016 kenji oda <kenji.x.oda@sonymobile.com> Call icon can't be displayed correctly

In some case missed call is displayed as green icon,
in other case received call is displayed as red icon.
It is necessary to perform mutate() in setColorFilter.

Bug: 32501931
Change-Id: Ie7fc731daf0550e5a25bcced73ee340408f322cb
/packages/apps/Contacts/src/com/android/contacts/interactions/CallLogInteraction.java
3c5e3122c015c43bc93a79d23c7ed6f207ec598d 14-Sep-2016 yaolu <yaolu@google.com> Format phone numbers in Recent card call logs

Use PhoneNumberUtilsCompat to format phone numbers
Force phone number always displayed LTR

Bug: 19236849
Test: Manually verified phone numbers are formatted and still LTR when
in RTL language.

Change-Id: Ia419e55e05be25028b0190946d096cf0269955ba
/packages/apps/Contacts/src/com/android/contacts/interactions/CallLogInteraction.java
0dd79bbd24568df38f52a904fe294ffb6a5b942f 09-Aug-2016 yaolu <yaolu@google.com> Show the duration of the call in QuickContact "Recent card"

bug 28806182

Change-Id: I3bc21dbe0096221264d7ffb955281a16a40c54f6
/packages/apps/Contacts/src/com/android/contacts/interactions/CallLogInteraction.java
7ce5352a70e8aaf120bf4f7bd05d595f46abb080 29-Oct-2014 Walter Jang <wjang@google.com> Apply TtsSpan to known phone numbers in contact interactions

The primary content description in ContactInteraction must be
made a Spannable so that the TtsSpan can be progated from the
Loader (where the ContactInteraction is constructed) up to the
ExpandingEntryCardView.

Bug 17322140

Change-Id: If668f27cab20822f3c80aab606089e6b6f2a96c0
/packages/apps/Contacts/src/com/android/contacts/interactions/CallLogInteraction.java
8a3fe52802135be2402a5b216325615fb796a509 16-Oct-2014 Walter Jang <wjang@google.com> Sms and call log entry content description string fixes

* This is incremental work to fixing TalkBack for
all phone number Strings
* Date was being added twice to the call log content
description string
* Use xliff tags for all parts of both the sms and call log
content description strings
* Removed an unnecessary ExpandingEntryCardView constructor

Bug 17322140

Change-Id: Iccc39dad5dcc3fc7f8079de439b07d306b6c24e3
/packages/apps/Contacts/src/com/android/contacts/interactions/CallLogInteraction.java
b2215766433478ac1c53d61c08f4844326dfe4f8 22-Oct-2014 Jay Shrauner <shrauner@google.com> Fix NPE when calling unicodeWrap

unicodeWrap isn't null safe so check before calling

Bug:18086401
Change-Id: I74537fff226276733b0475029b4a4a57a0055244
/packages/apps/Contacts/src/com/android/contacts/interactions/CallLogInteraction.java
c62cc7931593b4137f8a507689b653e1e15e1260 02-Oct-2014 Brian Attwell <brianattwell@google.com> Display phone numbers as LTR

Also, force some TextView to align with viewStart. Otherwise, when using
a LTR locale some TextViews will have different alignment depending on their
contents. This looks bad.

Bug: 17761636
Change-Id: If40dafc73ae5f4f3c99d985304d426ad59722140
/packages/apps/Contacts/src/com/android/contacts/interactions/CallLogInteraction.java
48290bed7c6a8bd5e7be8b206dddacf9047a945f 08-Sep-2014 Paul Soulos <psoulos@google.com> Dedupes badges in the expanding card

Bug: 17374360
Change-Id: Id498209049f7807d99034e24234a9eb76b3c03a8
/packages/apps/Contacts/src/com/android/contacts/interactions/CallLogInteraction.java
23e2836c1e9cbe8996a1344301e69d67bb617891 29-Aug-2014 Paul Soulos <psoulos@google.com> Adds TalkBack content details to Contact card

bug: 17308004
Change-Id: I357c6b508eaa3ef7dbb61be99c09806b322f6770
/packages/apps/Contacts/src/com/android/contacts/interactions/CallLogInteraction.java
75d5a915cb764f610db6141148c57b1c8e080564 24-Jun-2014 Paul Soulos <psoulos@google.com> Fixes a crash caused when getting values from the ContactInteraction
ContentValues

Change-Id: I5348784465d263d3fc991c6cd288c66b22681659
/packages/apps/Contacts/src/com/android/contacts/interactions/CallLogInteraction.java
ab840448dd00ce3f02ec7317df69b24613ade8a9 17-Jun-2014 Paul Soulos <psoulos@google.com> Adds Call Log interactions to the recent card

Change-Id: I2ade43cee543c706a90da81a4c4bd256b71411f8
/packages/apps/Contacts/src/com/android/contacts/interactions/CallLogInteraction.java