History log of /packages/apps/Contacts/src/com/android/contacts/Collapser.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
b1f0e5e8a4de69bd80276742900441e930fa4c86 22-Jun-2011 Daisuke Miyakawa <dmiyakawa@google.com> Show dialog if multiple candidates exist

In GB we show a list of phone number to call in Favorites
screen, while we don't now.

Also refrain PhoneNumberInteraction from showing a dialog
by itself but let a nested class do instead. showDialog() is now
obsolete and we should use DialogFragment instead.

Bug: 4743008
Change-Id: I202963c2f03424f07ee386bd9713fde4091a0ae2
/packages/apps/Contacts/src/com/android/contacts/Collapser.java
af8e3864a2d0131f72337165c846fe909a099e52 20-Nov-2010 Daniel Lehmann <lehmannd@google.com> Don't flush the ResolveCache each time. Turned inner classes into classes

Change-Id: Ic4d3a6a96988bd1979924ac4c2f807114624cf73
/packages/apps/Contacts/src/com/android/contacts/Collapser.java
cdef2b60aa87b1178033fdc964a3402386c03d7c 07-Jun-2010 Daniel Lehmann <lehmannd@google.com> Modal field editors

Bug:2680726
Change-Id: I167b02c50653abfa22ed72023993c9dd31f752a9
/packages/apps/Contacts/src/com/android/contacts/Collapser.java
adb0f8ceafcf7c3e48a14c4432726465c97c7729 29-Sep-2009 Evan Millar <emillar@google.com> Fix collapsing to do fuzzy phone number matching.

-Also use Collapser to collapse the numbers shown in the context menu
from the A-Z list.

Fixes http://b/issue?id=2047514 and http://b/issue?id=2144616

Change-Id: Ice18ecc306c2f30fd1525418bc9f7408c4435a50
/packages/apps/Contacts/src/com/android/contacts/Collapser.java
54a5c9f484ececf7d1ee0148ed6d36fde9c72cdc 24-Jun-2009 Evan Millar <emillar@google.com> Implements data collapsing in the contact card.

Provides a Collapsible interface that can implemented used by any class
whose data items can be collapsed upon one another. Also provides a
utility function for collapsing a list of items into a list of collapsed
items.

Uses this interface to collapse data items in the contact view card.
ViewEntrys with the same data, mimetype, intent action, auxIntent action
and action item are collapsed and shown as a single item. If the user
makes this item default, all data rows represented will be made primary,
and one will be chosen (arbitrarily) to be super primary.
/packages/apps/Contacts/src/com/android/contacts/Collapser.java