c8dd78c595cfaf9766e59a2df012b16d6c05b213 |
|
31-Oct-2012 |
Chiao Cheng <chiaocheng@google.com> |
Moving dependencies of PhoneFavoriteFragment. Move common classes from Contacts to Contacts Common. Bug: 6993891 Change-Id: Icff2a57875c47a5141842ca3ab980cfc76931cb6
/packages/apps/Contacts/src/com/android/contacts/widget/TextHighlightingAnimation.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/widget/TextHighlightingAnimation.java
|
da5bf1cf60beef3de5e651a569fa544293683926 |
|
03-May-2011 |
Dave Santoro <dsantoro@google.com> |
Modifications to bold contacts' first names. For lists and headers, this is calculated by using a similar technique as we use in the list view for highlighting text when the sort order and display order do not match - we look for the overlap point between the display name and the alternate display name, and bold the leading or trailing part, based on the display order. For the edit view, we convert the display name into a structured name (via an API extracted from the structured name editor code that calls into the provider to handle splitting), and then bold the span corresponding to the contact's given name. This also fixes an issue with the alternate display order in which we weren't honoring that preference on the contact details view. Change-Id: I6af048725541996cb303810a56a1ad79fc276e11
/packages/apps/Contacts/src/com/android/contacts/widget/TextHighlightingAnimation.java
|
469c6cc2226a9454bda86cd5aa95e771ab09fdb8 |
|
17-Jun-2010 |
Dmitri Plotnikov <dplotnikov@google.com> |
Disabling name animation in the Strequent view Change-Id: I83438184f0b953bf1fd11421f1356c064350dae2
/packages/apps/Contacts/src/com/android/contacts/widget/TextHighlightingAnimation.java
|
fda2edd3a6dc8dbdb2ae21e674f57ef3bd28f262 |
|
24-Apr-2010 |
Dmitri Plotnikov <dplotnikov@google.com> |
Breaking name highlighting animation out of ContactsListActivity Change-Id: I6b08100e20d86f12bd04a88aa513e832df3608fe
/packages/apps/Contacts/src/com/android/contacts/widget/TextHighlightingAnimation.java
|