History log of /frameworks/base/test-runner/src/android/test/LoaderTestCase.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
c91893511dc1b9e634648406c9ae61b15476e65d 15-Dec-2010 Dianne Hackborn <hackbod@google.com> Fix issue #3272082: Contacts: when going back from edit view,
list UI is not ready yet

This involves some reworking of Loaders.

Loaders, in particular CursorLoader, are now expected to retain
their current data after being stopped. This allows applications
to keep that data across onStop() -> onStart(), so when the user
returns to the app it doesn't have to wait for the data to reload
and thus cause flicker.

This includes various API changes to better reflect the new
semantics, plus a new LoaderCallbacks method to tell the application
when it is actually time to stop their use of a loader's data.

Note this is somewhat half-done, to help checking in the extensive
application changes that are required without causing build breakage.

Change-Id: Ib4b3bf8185a6da46e7f06ca125521d65e2e380a1
/frameworks/base/test-runner/src/android/test/LoaderTestCase.java
ebd19e0f48b0cb246c246274a256a9bb494b7e7a 21-Jul-2010 Jeff Hamilton <jham@android.com> Add LoaderTestCase that makes it easier to test Loaders.

Change-Id: I4e91d6767cfd5cc61d7893e9cd71e963e42601a4
/frameworks/base/test-runner/src/android/test/LoaderTestCase.java