History log of /packages/apps/Email/tests/src/com/android/email/activity/MessagesAdapterTests.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
6b256f1fa10b858ae2bea827b65c8608592e4ba3 29-Jun-2011 Ben Komalo <benkomalo@google.com> Wire through results count in search header.

Change-Id: I817236d9c3294acb25b62724cc8c99d47df7f354
/packages/apps/Email/tests/src/com/android/email/activity/MessagesAdapterTests.java
37c8a70d644ffc91a880f67a80a8558b4c53d5c3 28-Jun-2011 Ben Komalo <benkomalo@google.com> Introduce a SearchCursorLoader

This loader will abstract away the waiting for the controller to cleanup
the existing contents of the search mailbox

After some additional, to-be-done plumbing, I'd like
Controller.searchMessages to return some results info (like # of results
at the least) so that the SearchCursor returned can relay that
information to the client (which can then do a lot more interesting
things at that point).

Change-Id: Ifcba0ddf7170c56dac9f3b44128988a5aa4ca887
/packages/apps/Email/tests/src/com/android/email/activity/MessagesAdapterTests.java
f5418f1f93b02e7fab9f15eb201800b65510998e 14-Jun-2011 Marc Blank <mblank@google.com> Move Account into its own top-level class

Change-Id: Ide7c991b7d4d418dbe17164421425bf898ba64ee
/packages/apps/Email/tests/src/com/android/email/activity/MessagesAdapterTests.java
41878c2813d9948af5d333e2bf4d063c538d3c19 03-Jun-2011 Makoto Onuki <omakoto@google.com> Use the CursorWithExtras pattern for the message list.

This will make the message list a lot snappier.

We were using two different loaders for the message list; one is to load
the meta information and the other to load the actual message list.

Unify them using the CursorWithExtras pattern.

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