History log of /packages/apps/Contacts/tests/src/com/android/contacts/detail/StreamItemAdapterTest.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/tests/src/com/android/contacts/detail/StreamItemAdapterTest.java
205a3b6e8a0c3d1ea4843300c722a612b4a572d0 18-Apr-2012 Makoto Onuki <omakoto@google.com> Fix stream item layout and failing tests

Bug 6220226
- Fixed the stream item layout. Put +1/like in the same line as the timestamp.

Bug 6352201
- Fix failing tests

Change-Id: I771a208ba1037c361625a610d25030eb05b4b0a1
/packages/apps/Contacts/tests/src/com/android/contacts/detail/StreamItemAdapterTest.java
0454960b4b9e43b75bbfd0fb296c25d59111a765 23-Nov-2011 Daisuke Miyakawa <dmiyakawa@google.com> Fix test breakage

- Fix broken tests
- Add one test for SIP call in PhoneNumberInteraction.
- Move some tests to the category "small test"

Bug: 5661071
Change-Id: If27295928e1af46e193a462ca4f6c3c5168f893f
/packages/apps/Contacts/tests/src/com/android/contacts/detail/StreamItemAdapterTest.java
b48d3775aa1166411e3560ea1772c43d83dc0d67 26-Oct-2011 Flavio Lerda <flerda@google.com> Fix tests.

Follow-up on c81b1e298b86fa65d338caddf94fb4f4df8b2f49.

The commit above removed the title entry from the stream items. This
commit also updates the corresponding test.

Bug: 5517874
Change-Id: I916ef8c1a7ad1f4048d32ad18b22b6a0767cb05c
/packages/apps/Contacts/tests/src/com/android/contacts/detail/StreamItemAdapterTest.java
fdf72f6d7685c2769a5fbdca8ab7bb60cfb5cff5 25-Aug-2011 Flavio Lerda <flerda@google.com> Update tests.

Header and title are not added to an empty StreamItemAdapter.

Change-Id: I45d7a2a13a1df06d719c6de0502e3678b1901db2
/packages/apps/Contacts/tests/src/com/android/contacts/detail/StreamItemAdapterTest.java
f748d59e8a31f8c9d054fd11deb9b70250387dab 19-Aug-2011 Makoto Onuki <omakoto@google.com> Launch viewStreamItemPhotoActivity when photo is tapped...

on stream item list, if the account type supports it.

If the account type doesn't support it, tap of photos launches
viewStreamItemActivity as before.

Bug 5185880

Change-Id: I0b43da3e966ee7737937b2dde7a97e4c440d00dc
/packages/apps/Contacts/tests/src/com/android/contacts/detail/StreamItemAdapterTest.java
17fdef2a79282980bd9d9f4e0de62bb40f9815e1 14-Aug-2011 Flavio Lerda <flerda@google.com> Fix com.android.contacts.detail.StreamItemAdapterTest

In a recent change, I added a header in the stream items adapter.
This means all the indices must be incremented by one in the tests, to
match the new layout: the adapter now contains always a header, hidden
under the tab carousel (if present), a title, and the stream items.

Bug: 5162546
Change-Id: I4e38b1cf513e316a3a42fb22094b0b4b16f76a69
/packages/apps/Contacts/tests/src/com/android/contacts/detail/StreamItemAdapterTest.java
d78ee90c0d4d93b82ad440396e87ae4f47f53e93 15-Aug-2011 Daniel Lehmann <lehmannd@google.com> Several DB changes as requested by ES

- Switch from resource ids to names to prevent breakage on package upgrade
Bug:5135277
- Add SYNC1...SYNC4 columns to StreamItems and StreamItemPhotos
Bug:5119385
- Remove ACTION, ACTION_URI from Groups, StreamItems and StreamItemPhotos
(this reduces db size and prevents click intercepting)
Bug:5135808
- Add some raw-contact fields to the StreamItem and StreamItemPhotos query
Bug:5134081

Doing those changes in one block to prevent too many db upgrade steps

Change-Id: I4c90742580c86203a1686bb625c026438ed19b8f
/packages/apps/Contacts/tests/src/com/android/contacts/detail/StreamItemAdapterTest.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/StreamItemAdapterTest.java