summaryrefslogtreecommitdiff
path: root/tests/src/com/android/email/activity/ContactStatusLoaderTest.java
Commit message (Collapse)AuthorAgeFilesLines
* Add @SmallTest annotation to test classes so they get run in continuousJerry Xie2014-02-191-0/+2
| | | | Change-Id: Ieb0e3af146a6668c813ff16a718221eae61e8e01
* Disable, suppress, remove broken and obsolete Email testsJerry Xie2013-12-161-5/+5
| | | | Change-Id: Ia4dcba1c6966f23dd2a15e69324b7345aed8f944
* Cache column name/indexes so we can use getColumnIndex()Scott Kennedy2013-02-061-7/+12
| | | | | | | | MatrixCursor doesn't do this, so we need to add our own cache. Depends on Ia5ffd31f54a2a335f495df5e0d1a0886ee08c14b Change-Id: Ica78e3cec747bf86fcef16508156e359216c64fe
* Don't modify content URI to non-email providersMakoto Onuki2011-01-201-1/+1
| | | | | | | | | | | | | 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
* Fix testsMakoto Onuki2010-10-081-1/+1
| | | | | | | Bug 3077014 Bug 2992255 Change-Id: I1e8127327158b0821177d0744a60132f89dccdd8
* Add quick contact badge to MessageView.Makoto Onuki2010-09-091-0/+203
- 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