History log of /packages/apps/Exchange/src/com/android/exchange/ExchangeBroadcastReceiver.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
f8cccaecc8148d12d58ffcba5ce7366191316ac0 25-Jun-2014 Martin Hibdon <mhibdon@google.com> Make Calendar and Contacts syncing go through EasService

Now, instead of forwarding the request to the EmailSyncAdapterService,
both Calendar and Contacts syncAdapterServices actually make calls
through to the EasService to perform the sync.

Change-Id: I60346736e1639838593f4b52934a3d15b3faf543
/packages/apps/Exchange/src/com/android/exchange/ExchangeBroadcastReceiver.java
4427badd747b7c172934014b9f95a1be1256f35a 09-Oct-2013 Martin Hibdon <mhibdon@google.com> Allow multiple mailboxes to sync at one time

b/11103878

Change-Id: I6a3944c9171948d3f80bbb51294841a84cf409aa
/packages/apps/Exchange/src/com/android/exchange/ExchangeBroadcastReceiver.java
77b653fa1b5baabddb76802f0333c78f80c29ace 08-Oct-2013 Yu Ping Hu <yph@google.com> Improve sync logic.

- Always request FolderSync when the account hasn't synced
yet.
- Change the account broadcast receiver to only initiate
FolderSync for accounts with all syncs disabled.
- Add a mailbox type filter to ONLY sync calendar/contacts.
Type filtered sync does not trigger FolderSync.
- Do not sync non-enabled types when syncing multiple folders
(i.e. for account sync, or for type sync).

Bug: 11081520

Change-Id: Ic98e43a9fa3ed46d0597c348a5823d1accab7045
/packages/apps/Exchange/src/com/android/exchange/ExchangeBroadcastReceiver.java
5efbd19bb0d631c8429595fce0ac803074ae03a6 05-Oct-2013 Alon Albert <aalbert@google.com> Do Account Sync For All Acounts On Accounts Update

If Mail sync is turned off, we will never get an Account Sync (Folder Sync)
for thisa ccount and Calendar & Contacts will not sync.

Bug: 10957965
Change-Id: If0ae8be1ba0964b8418c8889e575aacec4715bb2
/packages/apps/Exchange/src/com/android/exchange/ExchangeBroadcastReceiver.java