History log of /packages/apps/Dialer/src/com/android/dialer/PhoneCallDetailsHelper.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
0927dc6ef623bec56415d087885f6d2607da35f7 21-Aug-2014 Andrew Lee <anwlee@google.com> Pass application context into isVideoEnabled usages.

Bug: 16211386
Change-Id: I0bda040bd6cd5c55ee7c708044befaad8977d460
/packages/apps/Dialer/src/com/android/dialer/PhoneCallDetailsHelper.java
92b0e2fc719f925d22d8d77f0b51bb897453c448 19-Aug-2014 Paul Soulos <psoulos@google.com> Moves isVideoEnabled to ContactsCommon (2/3)

bug: 16015752
Change-Id: Idaedd70a53b81e375d3a8bf8d9a4fbce1c62cd3f
/packages/apps/Dialer/src/com/android/dialer/PhoneCallDetailsHelper.java
ca630af11785b88d0646bb8751b8b4af32fd2b76 12-Aug-2014 Andrew Lee <anwlee@google.com> Disable VT features in Dialer,

+ Should be contingent on a setting in any case. In teh future this
will be derived from capability, but for the moment this feature
just won't be supported.
+ Pointed everything to a false flag in DialerUtils.

Bug: 16211386
Change-Id: I37e027c94e3411d8e73a349b3101fdb6ad598b3b
/packages/apps/Dialer/src/com/android/dialer/PhoneCallDetailsHelper.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/PhoneCallDetailsHelper.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/PhoneCallDetailsHelper.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/PhoneCallDetailsHelper.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/PhoneCallDetailsHelper.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/PhoneCallDetailsHelper.java
7d20f8273886411ffc864231d59f780e450de3db 20-Jun-2014 Yorke Lee <yorkelee@google.com> Fix Dialer tests

Fix Dialer tests and also wrap all startActivity calls that have
the potential to fail with a catch block for ActivityNotFoundException

Change-Id: I02ce4b985eeb0e3e607b8008a333e02168acd378
/packages/apps/Dialer/src/com/android/dialer/PhoneCallDetailsHelper.java
990b6fc17da04b59c909042aea883d8c827eb92d 13-Jun-2014 Yorke Lee <yorkelee@google.com> Remove use of TextUtils.join()

Change-Id: Ie6397b1e2daa95c76809179188d6a4d5e401535b
/packages/apps/Dialer/src/com/android/dialer/PhoneCallDetailsHelper.java
e38e9ab6195950d2083efde283788b91d03354c4 29-May-2014 Yorke Lee <yorkelee@google.com> Fix broken Dialer tests

Remove unneeded use of resources
Instantiate CallLogListItemViews correctly
Add dummy number to SmartDialPrefixTests

Change-Id: I417f54329f43d53e24c4ab6cc65d08d05b5dd6a1
/packages/apps/Dialer/src/com/android/dialer/PhoneCallDetailsHelper.java
97f5a1db72fa5eaefc609ec14f3fa450401a0eac 28-May-2014 Yorke Lee <yorkelee@google.com> Fix Guava dependency

Bug: 6948882
Change-Id: I3096ac68a0f0777b1facca8e01b7edc57e268d38
/packages/apps/Dialer/src/com/android/dialer/PhoneCallDetailsHelper.java
d0715acdfc1aee0c20950741dc15d30abd18d2f2 12-May-2014 Tyler Gunn <tgunn@google.com> Removing highlighting of missed calls and voicemails in the call log.
Also fixing some broken unit tests.

Bug: 13962594
Change-Id: I3ca2d72b3013b6324da19717dbc984f3e7e576e2
/packages/apps/Dialer/src/com/android/dialer/PhoneCallDetailsHelper.java
146a4cdf57f0d4d0cd85e808f1df2bdea639b24c 06-May-2014 Tyler Gunn <tgunn@google.com> Adding support for expandable call log entries.

Bug: 13962594
Change-Id: I19a4a65dce922619df0a709293ca291c345c8be7
/packages/apps/Dialer/src/com/android/dialer/PhoneCallDetailsHelper.java
45ed3b5932ed590b45235d7b2befa736a95e7f75 03-Feb-2014 Tyler Gunn <tgunn@google.com> Call History Affordances Swap

1. Swapped the intents for the primary view
2. Changed the icon for the secondary action button
3. Added a vertical divider line to separate the secondary action button from the primary view
4. Cleaned up the accessibility text

Change-Id: Ifd4ceff0d67b1587c4378e29be7344de50057a7d
/packages/apps/Dialer/src/com/android/dialer/PhoneCallDetailsHelper.java
3671725b58a9768016e141c77424dedb5fd2c55a 21-Nov-2013 Yorke Lee <yorkelee@google.com> Fix Dialer tests

* Empty geocode is now " " instead of "-" per UX request
* DialpadFragment now throws IllegalArgumentException instead
of Log.wtf so that it can be tested
* Added contact id column to contactsprovider query
* Modified PhoneNumberDisplayHelper to take an instance of
PhoneNumberUtilsWrapper so that it can be mocked out
Fix label-related tests that were failing due to a change in how we
treat empty labels

Bug: 9111164

Change-Id: If2244586b9d09fa2839fa0ddfc9f369f9dc66e51
/packages/apps/Dialer/src/com/android/dialer/PhoneCallDetailsHelper.java
37d29854313ca0a7807ac4fd5d10d154b79ee2eb 19-Nov-2013 Yorke Lee <yorkelee@google.com> Remove private references to isUriNumber and getUsernameFromUriNumber

These methods in PhoneNumberUtils are pretty specific, so don't make them
public APIs. Instead, use the methods already in PhoneNumberhelper.

Bug: 6948882
Change-Id: I487593543eba526c64588d9a3e70b19b4ed941ab
/packages/apps/Dialer/src/com/android/dialer/PhoneCallDetailsHelper.java
24ec319f8d410be8a1923c4033f927165876cbab 19-Nov-2013 Yorke Lee <yorkelee@google.com> Rename PhoneNumberHelper in Dialer

Rename PhoneNumberHelper to more appropriate PhoneNumberDisplayHelper

Change-Id: I2c03f5cbb04c1e03f1fc1e0051a1cea641160dca
/packages/apps/Dialer/src/com/android/dialer/PhoneCallDetailsHelper.java
fb0a934ad90f1855787563eb80f2c8fff7f640ac 14-Sep-2013 Chiao Cheng <chiaocheng@google.com> Follow up on build break to fix unit tests.

Change-Id: I82b7fa50601f6dad60038fd1b9c5f0aad2f374f5
/packages/apps/Dialer/src/com/android/dialer/PhoneCallDetailsHelper.java
e6933be00d2ecc266612a374a62e05352937408e 13-Sep-2013 Chiao Cheng <chiaocheng@google.com> Changes to detect whether a call is voicemail.

To determine whether to show discovery for caller id.

Bug: 10723396
Change-Id: I924e9a8c05dced4f1ea239c0db71c131bb662da7
/packages/apps/Dialer/src/com/android/dialer/PhoneCallDetailsHelper.java
7e8ea191d0858f02b6b1c002f54c18ab798bd732 05-Sep-2013 Yorke Lee <yorkelee@google.com> Fix spacing issues in call log icons

Recycled CallTypeIconsViews should call request layout to update their new
widths

Bug: 10530469
Change-Id: Ic26c387377c6ccd403229bd3d255cca28da17999
/packages/apps/Dialer/src/com/android/dialer/PhoneCallDetailsHelper.java
034a2b329e469bf6888fbbcf91992f974015c2a8 27-Aug-2013 Yorke Lee <yorkelee@google.com> Use contacts cache in call log adapter

Bug: 10490038

Change-Id: I4c7fc5094f76dfaaa321bc69d595f37bb72f87ad
/packages/apps/Dialer/src/com/android/dialer/PhoneCallDetailsHelper.java
fb585079cc4c522c27f6dd6bf03fd296535960f3 04-Aug-2013 Yorke Lee <yorkelee@google.com> Code cleanup for call log related items

Change-Id: I2aa0458e1fb74abaea60a02f430a4e413dfed365
/packages/apps/Dialer/src/com/android/dialer/PhoneCallDetailsHelper.java
481994f4962ec937ba8775578c2bb9d76141fd7f 24-Jul-2013 Yorke Lee <yorkelee@google.com> Redlines for call history screen, as well as most recent call log

* Add and change background and layout for CallLogListItem
* Create wrapper view for most recent call log item
* Change actionbar background in Call History activity
* Hide phone number in call log items
* Add tab indicator drawables

Change-Id: Ic86c3fac857971aba58ba3ac1d79ddebaf663da6
/packages/apps/Dialer/src/com/android/dialer/PhoneCallDetailsHelper.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/PhoneCallDetailsHelper.java
c341db0532d8b60ca29aa0becf05a4eec9bdc43e 04-Apr-2013 Fabrice Di Meglio <fdimeglio@google.com> Fix for bug #8146846 Phone App should be mirrored for RTL languages

- replace left/right properties with start/end ones (Dialer will never be unbundled)
- add mirrored version of some drawables
- update AndroidManifest

Change-Id: Ia7f5b6ad13dd75fe42f1ee763dda5ab18e2d92c7
/packages/apps/Dialer/src/com/android/dialer/PhoneCallDetailsHelper.java
217d1edcaf8b57829207abf9901c016b1fba9005 14-Nov-2012 Chiao Cheng <chiaocheng@google.com> Move dependencies of AccountTypeManager into ContactsCommon.

Moving dependencies in preparation to move AccountTypeManager.

Bug: 6993891
Change-Id: I0399fee27960d46cd5b6f629d32868ff0c2ce38e
/packages/apps/Dialer/src/com/android/dialer/PhoneCallDetailsHelper.java
9554500572ba82fbd7adb0a1637206ef870ef09e 15-Oct-2012 Chiao Cheng <chiaocheng@google.com> Changing com.android.contacts.R to com.android.dialer.R.

Bug: 6993891
Change-Id: I921ec71fffbd4d4a058bab29ded8a6ac62adfb70
/packages/apps/Dialer/src/com/android/dialer/PhoneCallDetailsHelper.java
91197049c458f07092b31501d2ed512180b13d58 24-Aug-2012 Chiao Cheng <chiaocheng@google.com> Moving more classes from contacts into dialer.

- These classes are only used by dialer code.
- Fixed import order.

Bug: 6993891
Change-Id: I7941a029989c4793b766fdc77a4666f9f99b750a
/packages/apps/Dialer/src/com/android/dialer/PhoneCallDetailsHelper.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/PhoneCallDetailsHelper.java