History log of /packages/apps/Dialer/tests/src/com/android/dialer/calllog/PhoneCallDetailsHelperTest.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
a46ed83a7ccba16bbfd791a3a6588d5f0add9526 31-Mar-2016 Brad Ebinger <breadley@google.com> Add via number to CallLog Account entry

Call Log now provides the phone number that an incoming call was
received on if that number is different than the SIM subscription
number. This "via number" is appended to the Phone Account of the Call
Log entry in Dialer if it exists.

Screenshots:
- One PhoneAccount: http://screen/HuCSL0U6jU6.png
- Multiple PhoneAccounts: http://screen/pDg8F9zpMei.png

Bug: 25594198
Change-Id: I8c05ea98409e54d20493fbdb20096bf851480719
/packages/apps/Dialer/tests/src/com/android/dialer/calllog/PhoneCallDetailsHelperTest.java
6d8399afae309207237456c27b336d948ed912ff 11-Feb-2016 Sarmad Hashmi <mhashmi@google.com> Fix bug where 00:00 duration is shown for voicemails without a duration.

Instead of showing a 00:00 duration, nothing is displayed. When the
content is loaded, the duration field for the call log entry associated
with the voicemail is updated with the duration fetched from the
mediaplayer. The proper duration is then displayed in MM:SS format.

BUG=24175525

Change-Id: I1cafebae4fcbc749f573accfcf8833b598675f0b
(cherry picked from commit 6f3016d9065564bf09a5759f16563a05abbe105d)
/packages/apps/Dialer/tests/src/com/android/dialer/calllog/PhoneCallDetailsHelperTest.java
5d9fdc591a5e8b5b8b0cbb1d9060f10fc2816325 22-Jan-2016 Sarmad Hashmi <mhashmi@google.com> Collapsed and expanded voicemail cards show duration.

The duration of the voicemail is appended to the date in a MM:SS format.

BUG=25728257

Change-Id: I9c3e392336877c2ca69707e14c6ab2eed6f2e7c6
(cherry picked from commit 3f70c27d80b2e3176159f561248f95612d66afe2)
/packages/apps/Dialer/tests/src/com/android/dialer/calllog/PhoneCallDetailsHelperTest.java
fdb93b7079d522d688ec0ebe58c92d45aee48786 22-Dec-2015 Nancy Chen <nancychen@google.com> Make TelecomManager APIs compatible with Lollipop. (1/3)

+ Add methods to TelecomManagerCompat
- Move TelecomManagerCompat to ContactsCommon because it is called
within ContactsCommon
- Move TestTelecomCallLogCache to the right package so tests pass

Bug: 25776171

Change-Id: I1963959292d8038ab505488d831afd06e6fef6d0
/packages/apps/Dialer/tests/src/com/android/dialer/calllog/PhoneCallDetailsHelperTest.java
35e44d4b757427a240e8764467bdd220e2124473 15-Oct-2015 Hall Liu <hallliu@google.com> Added support for displaying/redialing post-dial

Append dialed post-dial digits(if any exist) to the displayed number
and changes the intent sent by the redial button to include the
post-dial digits.

Bug: 24955678
Change-Id: I0ec2cb2d5504f7fd715132eba7d969ff284e23d1
/packages/apps/Dialer/tests/src/com/android/dialer/calllog/PhoneCallDetailsHelperTest.java
36aeec91ed927b7fe3a27bcd5e224443899117f1 23-Oct-2015 Brandon Maxwell <maxwelb@google.com> CallDetailActivity respect display name order

- Updated the CallDetailActivity to choose whether to show last name first
or first name first based on user preferences.
- Modified callLog code to behave in a similar fashion
- Fixed bug in ContactInfoHelperTests
- Rename PhoneCallDetails.name -> PhoneCallDetails.namePrimary

Bug: 19364093
Change-Id: I50971ad0f26f6ede49f1c82965d1b00ce0cba4d3
/packages/apps/Dialer/tests/src/com/android/dialer/calllog/PhoneCallDetailsHelperTest.java
e1071ace724a561dc3738b48a2d3d233aea4ff53 20-Oct-2015 Yorke Lee <yorkelee@google.com> Update Dialer tests

* Update all tests with @SmallTest, @MediumTest or @LargeTest
annotation to ensure coverage by continuous test infrastructure
* Fix one failing test

Change-Id: Ib878a3fe292916e21a465580a74319e807e7efe0
/packages/apps/Dialer/tests/src/com/android/dialer/calllog/PhoneCallDetailsHelperTest.java
a482522fb8fe4e9959c749f4ec616ae59cf06b28 12-Oct-2015 Brandon Maxwell <maxwelb@google.com> Moving call type/location for voicemail

Combination of two related bugs.

22168682: In the voicemail call log, moved call type/location to below the call
action button and removed the call details button as it didn't have any
additional information.

22514722: Modified spacing and text sizes for call log. Moved voicemail
transcription below call date as in mocks.

Bug:22168682,22514722
Change-Id: I557761b815604fee4e6b61f4670608b8fa90d3a7
/packages/apps/Dialer/tests/src/com/android/dialer/calllog/PhoneCallDetailsHelperTest.java
d9833cd25c5d2698699d82b0d0fc163db653810e 03-Oct-2015 Brandon Maxwell <maxwelb@google.com> Merge "Modifying voicemail call log date and time format" into ub-contactsdialer-a-dev
838988bf34229b33ed39bb7dc7109427da264c81 26-Sep-2015 Andrew Lee <anwlee@google.com> Add BLOCKED call type and util to mark in call log.

To support call blocking, added BLOCKED call type.

Also added utility to be able to mark the most recent call from a
number as BLOCKEd in the call log database.

Added REJECTED call type as well. This is not presently used within
our application, but we want to reserve the integer, anticipating
changes in the framework to add this constant.

Introduced AppCompConstants, because BLOCKED and REJECTED call type
values will not be defined as part of the API on M devices. Change
existing call type constants to reference this compatability class.

Bug: 24341350
Change-Id: I523ebd8dd1844a3b71a69a14bd38073be5940804
/packages/apps/Dialer/tests/src/com/android/dialer/calllog/PhoneCallDetailsHelperTest.java
ede9bfb0d5d5a14883ac0390dc7405349e8e4c34 02-Oct-2015 Brandon Maxwell <maxwelb@google.com> Modifying voicemail call log date and time format

Bug: 22168682
Change-Id: Id0135ca03310f6c1587151af81c29b22e9d20d2b
/packages/apps/Dialer/tests/src/com/android/dialer/calllog/PhoneCallDetailsHelperTest.java
d3f6a6c56dec7d47bae1121ed1030f67c26736fe 26-Jun-2015 Andrew Lee <anwlee@google.com> Cache repeated Telecom requests from call log.

This improves call log scrolling performance.

+ Split "Wrapper" into a utility and a cache.
+ Use cache for repeated calls related to call logs.
+ In the process of fixing plumbing and typer, moved some phone call
detail classes into the more appropriate call log package.
+ Update tests.

Bug: 20524705
Change-Id: Ib8ee21e417c19f98f6474a5793416e8f99103b55
/packages/apps/Dialer/tests/src/com/android/dialer/calllog/PhoneCallDetailsHelperTest.java