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/src/com/android/dialer/PhoneCallDetails.java
|
240523d3e1b4502326c8d0d313dd1787aa8ff024 |
|
17-Dec-2015 |
Victor Chang <vichang@google.com> |
Show work badge icon/description in InCallUI/Dialer Add work badge icon in calllog for work contacts To see this feature 1. Receive/Make a call from work contact (a contact in work profile has the phone number) 2. Drop/miss the call. See a badge icon next to phone label in calllog BUG=26082618 Change-Id: I7371795e3c3ef925739096f39a70f03722dd430b
/packages/apps/Dialer/src/com/android/dialer/PhoneCallDetails.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/src/com/android/dialer/PhoneCallDetails.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/src/com/android/dialer/PhoneCallDetails.java
|
03aaf3894d8af53f241d1189c504e44c538100d4 |
|
12-Jun-2015 |
Nancy Chen <nancychen@google.com> |
Visual indicator that voicemail is unread. Bold the text for unread voicemail messages. Bug: 21086059 Change-Id: Ieb07c7fa22a91669faeb425dabb60b1176ec1091
/packages/apps/Dialer/src/com/android/dialer/PhoneCallDetails.java
|
2f05af35af03de67c1c474cd148719b24fac3552 |
|
10-Jun-2015 |
Andrew Lee <anwlee@google.com> |
Move "Report" to CallDetailActivity. - Delete old report button/handling code. + Convert menu click listeners into single onMenuItemClick method. + Add and populate objectId on PhoneCallDetails, to be able to tell from the CallDetailActivity whether to enable reporting. Change-Id: Ie4b9a3c1835792cbba04dc826f71fd2e53071400
/packages/apps/Dialer/src/com/android/dialer/PhoneCallDetails.java
|
edb22da2b40549631a08150cbfc205e6ad243c20 |
|
10-Jun-2015 |
Andrew Lee <anwlee@google.com> |
Change PhoneCallDetail fields to be non-final. It's been a pain to add/change fields on PhoneCallDetails because a multitude of parameters required for the constructors to create an instance. I ran into this while considering how to add an objectId to its parameters, and have previously too... Make fields non-final so that they are more easily set. This has the side-effect of making the casing of some initialization code more straightforward. + Change it's constructor to a subset of required fields. + Simplify/reorganize CallLogAdapter and CallLogAsyncTaskUtil code. + Simplify tests. Bug: 21733599 Change-Id: I236dfb0b8e6513f4b44dbdae17ce2eb9c9ae4778
/packages/apps/Dialer/src/com/android/dialer/PhoneCallDetails.java
|
49efd91e50a11dc7bdef8382a0ceac01bc060f77 |
|
19-May-2015 |
Andrew Lee <anwlee@google.com> |
Performance improvements to call log scrolling. - Remove call to CallUtil to check if video is enabled. It seems like it's fine to include the content description of what the call was, if it was a video call, even if there is not a video-enabled call account. - Factor out PhoneNumberDisplayHelper so it doesn't need to be an instance. This reduces some extra calls to getDisplayNameHelper. Probably a marginal difference, performance-wise, but it probably helps a smidgen and also simplifies the need for creating and passing or recalculating various instances of things. TODO: It'd be much better if PhoneCallDetails had a builder. It's terribly painful to fix all the tests when adding fields... Change-Id: I6da13dc8b6b047043aba871796a8ed13b112a227
/packages/apps/Dialer/src/com/android/dialer/PhoneCallDetails.java
|
e80d62229bb11a92f0db8d4e4bac6533bbed9b66 |
|
09-Oct-2014 |
Nancy Chen <nancychen@google.com> |
Enable use of phone accounts for voicemail info display. Call the "isVoicemailNumber(subId, number)" method instead of the one with just the number. This is because we need to check whether a number is the voicemail number for a specific phone account, otherwise the UI would never correctly display "voicemail" for the non-default SIM. Bug:17925501 Change-Id: If1d6cb1acfcb570aca5e639858af8804bac202c0
/packages/apps/Dialer/src/com/android/dialer/PhoneCallDetails.java
|
03610993bf2adf12a6962c32851095551ffd0043 |
|
08-Sep-2014 |
Yorke Lee <yorkelee@google.com> |
Replace Calls.FEATURES_NONE with 0 (2/4) Bug: 17253963 Change-Id: I9e9e56cdf4c9a60ac1e047bef0eba2ba0c8f10fb
/packages/apps/Dialer/src/com/android/dialer/PhoneCallDetails.java
|
1970263aad3e26c0e36dbe3783bef5d9f0ff29f0 |
|
25-Jul-2014 |
Nancy Chen <nancychen@google.com> |
Add account label to call details if appropriate We will be adding the account label field to call details if there is more than one account to disambiguate. Otherwise this field will be hidden. Bug: 16488229 Change-Id: Idb03d09d63372655504a5f9178e6f2e408aefb88
/packages/apps/Dialer/src/com/android/dialer/PhoneCallDetails.java
|
8cd9423bd04584acbcbf178bf6a1c1953debb8da |
|
23-Jul-2014 |
Yorke Lee <yorkelee@google.com> |
Add voicemail transcriptions to Dialer * Display voicemail transcriptions in the call log and call details activity in the Dialer * Fix a bug in CallDetailActivity that would result in multiple instances of VoicemailPlaybackFragment being added on rotation. Now, reuse the same fragment if it is already present in the FragmentManager, to avoid creating new ones * Simplify some test and ctor logic in PhoneCallDetails to reduce the pain of adding new fields into PhoneCallDetails * Simplified playback_layout.xml to remove unnecessary parent LinearLayouts Bug: 16320164 Change-Id: Ie68acc9058aace49d8e64f44a0128de0b6a3f842
/packages/apps/Dialer/src/com/android/dialer/PhoneCallDetails.java
|
8b0e858d5b4c50813dbe2b5c244e7013814b23ec |
|
10-Jul-2014 |
Tyler Gunn <tgunn@google.com> |
Adding support for video call icon and data usage in call log. Bug: 16013684 Bug: 16015261 Change-Id: Ie75443d641c1e09a5772bb618aba55de8583716b
/packages/apps/Dialer/src/com/android/dialer/PhoneCallDetails.java
|
1d1bd0da0b32a5b8cb1c7c5585acccb180b19849 |
|
01-Jul-2014 |
Ihab Awad <ihab@google.com> |
Rename Telecomm "Subscription" to "Account" (3/7) Change-Id: I866e9d4f629a2b23acb3d3d3f2baeb0a674522f7
/packages/apps/Dialer/src/com/android/dialer/PhoneCallDetails.java
|
87ba489564b25d4a64c9faaeafea46e2f72d8933 |
|
12-Jun-2014 |
Nancy Chen <nancychen@google.com> |
Add icon indicating subscription in call log/call history Display an icon in the call details showing which connection provider (subscription) is responsible for the call. Bug: 15473965 Change-Id: I0c6755864083799b8bafe20c3692b0d943beeee3
/packages/apps/Dialer/src/com/android/dialer/PhoneCallDetails.java
|
56cb0efa5eda1670077e66fc0e8c79478d0c1c67 |
|
21-Feb-2014 |
Yorke Lee <yorkelee@google.com> |
Use new ContactPhotoManager APIs for letter tile avatars *Modify the following uses of ContactPhotoManager.loadPhoto in the following classes to include a DefaultImageRequest, populated with the contact's display name, lookupkey, and contact type as necessary CallDetailActivity CallLogAdapter PhoneFavoriteTileView *Add utility methods to ContactInfoHelper, to parse a lookupUri for a lookup key, as well as determine whether or not a contact is a business contact, from its sourceType field. *Add a sourceType field to PhoneCallDetails which can be used to track whether or not PhoneCallDetails belongs to a business contact *Add a lookupKey field to ContactInfo Bug: 13101785 Change-Id: If339a9c038f92a0212f8f8b45b5e3cc5f6442562
/packages/apps/Dialer/src/com/android/dialer/PhoneCallDetails.java
|
719a7adde25e0a717816b00668c16c3a1e3c5518 |
|
31-May-2013 |
Jay Shrauner <shrauner@google.com> |
Use new CallLog number presentation column Switch to using new number presentation column in the CallLog table and discontinue using special phone number strings in CallerInfo. Needed for unbundling. Bug:6948882 Change-Id: Ibf27ea55cee783c4530101e4e228198e245e6684
/packages/apps/Dialer/src/com/android/dialer/PhoneCallDetails.java
|
94b10b530c0fc297e2974e57e094c500d3ee6003 |
|
18-Aug-2012 |
Chiao Cheng <chiaocheng@google.com> |
Initial move of dialer features from contacts app. Bug: 6993891 Change-Id: I758ce359ca7e87a1d184303822979318be171921
/packages/apps/Dialer/src/com/android/dialer/PhoneCallDetails.java
|