History log of /packages/apps/Exchange/src/com/android/exchange/eas/EasProvision.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
2e8ce13ff0b47f2b0b2f06541a0c155e0727a40d 17-Oct-2013 Yu Ping Hu <yph@google.com> Do not treat Settings failures as provisioning errors.

Bug: 11243543
Change-Id: I609b6d3d23882d0b308d37c06d393a49a25ff1a7
/packages/apps/Exchange/src/com/android/exchange/eas/EasProvision.java
1df4a493b2efa34fce4bd8a70aca57203b4ed037 30-Sep-2013 Yu Ping Hu <yph@google.com> Handle provisioning errors in sync.

Bug: 10930585
Change-Id: Ieb6f0bdd22c6cfb2bb440a2109fb86b31a1ee24e
/packages/apps/Exchange/src/com/android/exchange/eas/EasProvision.java
110837ebff288a75f9bda067c38e2c46797d99b5 27-Sep-2013 Alon Albert <aalbert@google.com> Unify Log Tags

Use a single log tag

Change-Id: I6f08c1eb6e84971cc21497ca14bf60860f75bab4
/packages/apps/Exchange/src/com/android/exchange/eas/EasProvision.java
be22ff8b8b3aa6057de165b76da433cabad4dcfd 21-Aug-2013 Yu Ping Hu <yph@google.com> Add operation for Settings.

This is needed for Provisioning for some versions of EAS.
Since all the code from EasAccountValidator is now converted
to some EasOperation or another, delete that old class.

Also, there were some goofs in provisioning and version
fetching which are now corrected.

Change-Id: I9cd4725ffa2698b1faee9ca497cb508341a4dda3
/packages/apps/Exchange/src/com/android/exchange/eas/EasProvision.java
b6ef78e8c4112d47d965b5b274d52fe8885f58fa 20-Aug-2013 Yu Ping Hu <yph@google.com> Make validation an operation.

This entails also making an operation for getting the
protocol version.

Change-Id: I8b2855cca338e3dbd8b6826b2c428b9e418a675e
/packages/apps/Exchange/src/com/android/exchange/eas/EasProvision.java
328ca0d959f7e729e96f19538c8f3af8fe782a09 14-Aug-2013 Yu Ping Hu <yph@google.com> Change Provision & FolderSync to be an EasOperation.

Provisioning should happen for any operation, so it needed
to get moved to the new infrastructure. FolderSync got moved
as the easiest way to test it.

The current provisioning flow kinda sucks but it's the same
as it was before and it works. Further cleanup can wait.

Change-Id: I52ee9eff36777919f517854514ee9f838dc9d433
/packages/apps/Exchange/src/com/android/exchange/eas/EasProvision.java