History log of /packages/apps/Contacts/src/com/android/contacts/quickcontact/ResolveCache.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
eb64a4b5c51b39fe56ba4ef97dfff73fdcdf8c75 08-Jul-2014 Paul Soulos <psoulos@google.com> About Card

Change-Id: Idfe396d0a4fa24214599990c2895ed9569e5c0fa
/packages/apps/Contacts/src/com/android/contacts/quickcontact/ResolveCache.java
d683b541718154aa73ce3a304acd2cd3665a6737 11-Jan-2013 Jay Shrauner <shrauner@google.com> Enhance QuickContact accessibility description

Change QuickContact accessibility descriptions for the icon row from
'Phone' and 'Gmail' to 'Phone Bob Home' or 'Gmail Bob Work' when display
name and labels are present, otherwise 'Phone 123-345-5678' or
'Gmail bob@gmail.com'.

Bug:5057309
Change-Id: Iacbf10a2a6118c037f5f5af96af8e199b5bf5837
/packages/apps/Contacts/src/com/android/contacts/quickcontact/ResolveCache.java
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/quickcontact/ResolveCache.java
3e435f0e724cb3e88efce15f760e59b9bc08f0d3 12-Jun-2012 Chiao Cheng <chiaocheng@google.com> Change usages of com.google.android to com.google.common.

The people app contains usages of both com.google.android and com.google.common.
Changing code to use the later guava library since it will be needed to unbundle
the app in the future.

Change-Id: I2700126e020166ea1bbbd87c40e77428efde41f3
/packages/apps/Contacts/src/com/android/contacts/quickcontact/ResolveCache.java
98103e115089f7339d103276dccb4984ea89fc84 26-Apr-2012 Daniel Lehmann <lehmannd@google.com> Updated package names of the icon resolve cache

Bug:5422736
Change-Id: Ib5b53a65b280c8013cf930d6a6e937bec0f2f8c1
/packages/apps/Contacts/src/com/android/contacts/quickcontact/ResolveCache.java
90921b3bfd9b3492a19a5fbbf6e0309b97a32425 17-Oct-2011 Daniel Lehmann <lehmannd@google.com> Don't declare package-listener in Manifest but instead in code.

Bug:5149613
Change-Id: Iea0e40af98dfe9bd70ce5fcaac35a4b5361d5756
/packages/apps/Contacts/src/com/android/contacts/quickcontact/ResolveCache.java
38458634f8e474786264050d3a1580e03a680fff 10-Sep-2011 Isaac Katzenelson <isaack@android.com> Fix quick contact icons accessibility issues

Bug: 5275688 accessibility: phone and messaging
icon both are read as 'image-number' in
quick-contact card/contact card.

Changed the behavior of ResolveCache.getDescription to get the description
of the action from the icon's app before using the text fields.

Change-Id: I13b32d37e8437686cb5a8953c4f3ea273304d432
/packages/apps/Contacts/src/com/android/contacts/quickcontact/ResolveCache.java
edb576aab33efff623691a89ace3c76cb2ff12d1 28-Jul-2011 Daniel Lehmann <lehmannd@google.com> Implement new QuickContact design

- Also removes default-functionality
- Fixes the flicker when dismissing (Bug:5025418)

Change-Id: I46cf0fbdb2dcbf002612672e5e8f81a9b1ab6939
/packages/apps/Contacts/src/com/android/contacts/quickcontact/ResolveCache.java
8359d04d075243442e973d2c3fdab8d47eb4cbb0 17-Feb-2011 Dmitri Plotnikov <dplotnikov@google.com> Conditionally removing SIP call button

Bug: 3413467
Change-Id: Ic5364825bb8e55bcb9022d3c796a8ea5a476dfae
/packages/apps/Contacts/src/com/android/contacts/quickcontact/ResolveCache.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/quickcontact/ResolveCache.java