Go to file
Yu Ping Hu e669f28b08 Fix periodic sync (for POP/IMAP).
Periodic sync management was wrong in at least two ways:

1) Periodic syncs were scheduled as a side effect of
   performing a sync, so changing the sync interval setting
   would not do what you expect.
2) Performing a manual mailbox sync would schedule a
   periodic sync on that mailbox.

This change removes the side effect from sync, and instead
actually responds to updates to the sync interval by
removing the extra syncs and updating just the account sync.

Bug: 8666490
Change-Id: I3f4a3fb7044c408578f0dc75ccb6c5bb176bfc0b
2013-04-21 11:33:52 -07:00
assets Remove empty.html, which isn't used any more. 2010-12-22 11:59:31 -08:00
build/res Fix launching Account settings 2013-03-12 22:57:54 -07:00
emailcommon Stop using ContentCache and related caches. 2013-04-19 11:09:15 -07:00
emailsync Add a way to check whether we have a wakelock. 2013-04-18 13:48:57 -07:00
res Import translations. DO NOT MERGE 2013-04-17 12:07:10 -07:00
src/com Fix periodic sync (for POP/IMAP). 2013-04-21 11:33:52 -07:00
tests Fix SMTP RFC violation for better interoperability 2013-04-05 13:42:13 -07:00
.classpath Initial Contribution 2008-10-21 07:00:00 -07:00
.project Initial Contribution 2008-10-21 07:00:00 -07:00
Android.mk Move system folder string resources to emailcommon. 2013-03-19 19:45:52 -07:00
AndroidManifest.xml Increment Email version number. 2013-04-19 10:03:51 -07:00
CleanSpec.mk Move system folder string resources to emailcommon. 2013-03-19 19:45:52 -07:00
MODULE_LICENSE_APACHE2 auto import from //depot/cupcake/@135843 2009-03-03 19:32:22 -08:00
NOTICE auto import from //depot/cupcake/@135843 2009-03-03 19:32:22 -08:00
proguard.flags Remove nonexistant classes and update existing ones 2013-01-30 14:20:58 -08:00