History log of /packages/apps/Contacts/src/com/android/contacts/calllog/IntentProvider.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
e0b2f1e2d01d1ac52ba207dc7ce76971d853298e 12-Jun-2012 Chiao Cheng <chiaocheng@google.com> Global import order fix.

Changed import order to be in accordance with style guide:
http://source.android.com/source/code-style.html#order-import-statements

Static imports will be placed at the top since most existing files used that
convention. It is also a style that can be handled by both eclipse and intellij.

Change-Id: Ia7013c7a2d88e5fefb8f4975d121f7fcd3fcc462
/packages/apps/Contacts/src/com/android/contacts/calllog/IntentProvider.java
fadd5e1f1845b8d98e247bbd30535928dc5e0f81 02-Dec-2011 Daisuke Miyakawa <dmiyakawa@google.com> Use NEW_TASK flag for launching in-call UI

To make Intent creation consistent, prepare relevant methods in
ContactsUtils and use them everywhere.

Bug: 5691827
Change-Id: I41509bfc7d914ba87ab614450b53fc93ce0eba4b
/packages/apps/Contacts/src/com/android/contacts/calllog/IntentProvider.java
568ad27e706d7c75dd7412e34c2236c772704a04 13-Aug-2011 Flavio Lerda <flerda@google.com> Extract nested classes from CallLogFragment.

This should help making the changes to the CallLogFragment easier to
make as there is less code around.

This has been done entired using Eclipse's refactoring with no manual
changes.

In the process, a couple of fields have been expanded from private to
package, because, while their were private, they were being used by
the parent/nested class anyway. I will fix those in a follow-up.

Bug: 5101753
Change-Id: Id46e18cfa86939100342daa020430063959dfcfc
/packages/apps/Contacts/src/com/android/contacts/calllog/IntentProvider.java
b4625e72331742bfe1291a49e409b165c6799047 11-Aug-2011 Flavio Lerda <flerda@google.com> Fix opening of grouped items.

Correctly broadcast the list of ids when opening a group item in the
call log.

Bug: 5152648
Change-Id: If4e487fa5a3c1d80651ff20c24cdd13b59b97ec0
/packages/apps/Contacts/src/com/android/contacts/calllog/IntentProvider.java
82b7c07b33fe5f3e2bfdee1d5f4c68060a337028 10-Aug-2011 Flavio Lerda <flerda@google.com> Change the layout of the call log list items.

This fixes selection and touch targets.

Instead of the whole list item being clickable, split out the various
parts.

Bug: 5063588
Change-Id: Ifb433d637d26dadc3998e4686c80ca0cb18a3ebc
/packages/apps/Contacts/src/com/android/contacts/calllog/IntentProvider.java
21ef0f741f869669862fc3122a424edac97f4df4 26-Jul-2011 Flavio Lerda <flerda@google.com> Fix copyright header.

Change-Id: I480c209535ebad22c09c147b8262cd558cfce522
/packages/apps/Contacts/src/com/android/contacts/calllog/IntentProvider.java
a113689156ac38177fb8fdf82e5327c3f916d331 18-Jul-2011 Flavio Lerda <flerda@google.com> Add playback button in call log.

This commit adds a separate playback button to the call log, according
to the latest mocks.

Change-Id: I5d732d7a3775b4c723fb6a70015ed187e40c5c46
/packages/apps/Contacts/src/com/android/contacts/calllog/IntentProvider.java