History log of /packages/apps/Email/tests/src/com/android/email/activity/ContactStatusLoaderTest.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
7093746dd5017b1dacb726eb7b083922de15612e 21-Jan-2011 Makoto Onuki <omakoto@google.com> Don't modify content URI to non-email providers

The "?limit=" param is only supported by EmailProvider, so don't add
it to other URIs.

Doing so causes a permission error when opening an EML attachment on gmail,
because we're granted the permission only to the passed URI, but not to
the URI with the "?limit=" param.

Bug 3371630

Change-Id: I88fff88a7e48e5bc958124eedec3e592978a40c7
/packages/apps/Email/tests/src/com/android/email/activity/ContactStatusLoaderTest.java
02a750dd6478689612d2c49a552c229919bd9553 08-Oct-2010 Makoto Onuki <omakoto@google.com> Fix tests

Bug 3077014
Bug 2992255

Change-Id: I1e8127327158b0821177d0744a60132f89dccdd8
/packages/apps/Email/tests/src/com/android/email/activity/ContactStatusLoaderTest.java
b1ea9c3c12d8d9da5c1e49a8752076ce60861e9f 07-Sep-2010 Makoto Onuki <omakoto@google.com> Add quick contact badge to MessageView.

- Added "quick contact badge" to MessageView
- Removed PresenceUpdater, and added new implementation based
on Loader, which is much simpler.
- Changed some text color, so they're visible now.

Bug 2988625

Change-Id: I688a3217178ee8fd0b7245c0ab36a633687ea525
/packages/apps/Email/tests/src/com/android/email/activity/ContactStatusLoaderTest.java