Go to file
Makoto Onuki 630e31ef78 Introducing ThrottlingCursorLoader.
This is a {@link CursorLoader} variant that takes {@code timeoutSecond}
in the constructor.

When it detects changes in the underlying data, it'll wait until the timeout
before doing a requery.

We use this to throttle # of queries.  We don't want to issue a query every
time something changes in the DB while we're syncing.

Change-Id: I098366bce923c3242c42964bc166493610ee0f6f
2010-08-03 17:45:51 -07:00
assets
docs
images
res Aadd special boxes to mailbox list. 2010-08-03 17:06:04 -07:00
src Introducing ThrottlingCursorLoader. 2010-08-03 17:45:51 -07:00
tests Merge "Aadd special boxes to mailbox list." 2010-08-03 17:21:14 -07:00
.classpath
.project
Android.mk add filter for emma code coverage 2010-06-17 11:25:07 -07:00
AndroidManifest.xml Break MessageView into 2 separate activities. 2010-07-27 15:45:58 -07:00
CleanSpec.mk Add an empty CleanSpec.mk 2010-03-08 18:05:00 -08:00
MODULE_LICENSE_APACHE2
NOTICE
proguard.flags Tests for IMAP FETCH 2010-05-18 10:48:11 -07:00
remove-exchange-support.sh