History log of /packages/apps/Contacts/src/com/android/contacts/interactions/CallLogInteraction.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
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