History log of /packages/apps/Contacts/tests/src/com/android/contacts/detail/ContactDetailDisplayUtilsTest.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
be7a9d511eed5a549226b2e1bc2ebd6f65018c4c 06-Sep-2011 Katherine Kuan <katherinekuan@google.com> Pixel perfect phone landscape contact card

- Make contact photo larger

- Detect the difference between stream item updates with text only versus
with text + photos --> In order to add padding between images + text without
affecting the other cases

- Make tabs in tab carousel have the right initial alpha value

- Add some constants for the maxLine values in ContactDetailFragment

- Make HtmlUtils not crash with NPE if the streamItem.getText() is null.

Bug: 5254628
Change-Id: I858b4cbfac13fe2105159cf13a4bc6b64442745e
/packages/apps/Contacts/tests/src/com/android/contacts/detail/ContactDetailDisplayUtilsTest.java
fd43cddee690e84f56163cd1c0899c3200b624e7 05-Aug-2011 Flavio Lerda <flerda@google.com> Layout for Updates with multiple images.

Use a table layout to arrange images in the updates: if the number of
images is even (including no images), the text is placed on its own row.
Otherwise, the text is added together with the last image.

Bug: 5123875
Change-Id: I372a15a3d384fbea79a1cd9f225db3f05996f5d4
/packages/apps/Contacts/tests/src/com/android/contacts/detail/ContactDetailDisplayUtilsTest.java
a21993720988a5fc0b48594d1ff0ce6f932780b7 04-Aug-2011 Flavio Lerda <flerda@google.com> Small clean-up of stream items utility class.

We do not need a way to add a set of stream items to a container: we now
use a ListView.

Do not set the listener in the helper method: we can just do that in the
adapter itself.

Bug: 5119353
Change-Id: Id647ddc358f82b5fee8628b06645412e48712229
/packages/apps/Contacts/tests/src/com/android/contacts/detail/ContactDetailDisplayUtilsTest.java
965da8446f4bf73217611b43059bd92f311db089 28-Jul-2011 Flavio Lerda <flerda@google.com> Add actions to update items.

This commit let you click on an update item if it has an associated
action and actionUri.

In order to make this visible to the user, it adds a background that
will be highlighted when the item is selected. It also marks the item as
focusable for accessibility.

In order to make the selection expand to the entire row, play around
with the padding a little bit: basically, the update list itself is
now as wide as the screen, and the individual items have padding as
appropriate.

Bug: 5095755
Change-Id: Ib1b2d179152beae125dded1b393b3dfc8b22abc9
/packages/apps/Contacts/tests/src/com/android/contacts/detail/ContactDetailDisplayUtilsTest.java
5a77a5563706fe1b143d976d1b47abaeb873e138 27-Jul-2011 Flavio Lerda <flerda@google.com> Add comments to items in Updates tab.

Bug: 5095383
Change-Id: I87311bc37446fe83bf47aa554774a9a056f3a251
/packages/apps/Contacts/tests/src/com/android/contacts/detail/ContactDetailDisplayUtilsTest.java