History log of /packages/apps/Exchange/src/com/android/exchange/service/EasAutoDiscover.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
d92a75c707461188e8743149476e8f49ef191b42 15-Nov-2013 Tony Mantler <nicoya@google.com> Make sure the client certificate is always installed

b/11678638

Change-Id: Iafe200d14b72678324758fe08b03c8ea7bb9dc5c
/packages/apps/Exchange/src/com/android/exchange/service/EasAutoDiscover.java
54ab11d4050d543927e4e5809484927cdfafd433 02-Oct-2013 Paul Sliwowski <psliwowski@google.com> Revert "Treat 401 as autodiscover failure, not auth error."

This reverts commit a90d55b5f6fdfbbc619168e012ae0d05d3fce486.
/packages/apps/Exchange/src/com/android/exchange/service/EasAutoDiscover.java
a90d55b5f6fdfbbc619168e012ae0d05d3fce486 01-Oct-2013 Yu Ping Hu <yph@google.com> Treat 401 as autodiscover failure, not auth error.

Bug: 10963299
Change-Id: Ie8cf2ab1844a1ca58b8899cb5336429ac1c1f2bf
/packages/apps/Exchange/src/com/android/exchange/service/EasAutoDiscover.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/service/EasAutoDiscover.java
432f1de519032c9381650ba5a40d0ff06d19c51b 05-Sep-2013 Yu Ping Hu <yph@google.com> Catch ISE during AutoDiscover.

Since a null return is handled on the calling side, this
works for now. Longer term we should fix how we sanitize
the string coming in.

Bug: 10357463
Change-Id: Ie66fc7b9e0adad457f734911a9165dc8bde24898
/packages/apps/Exchange/src/com/android/exchange/service/EasAutoDiscover.java
ff7e02603bc8196f411c0c491d74a42e747b7dc5 08-Aug-2013 Yu Ping Hu <yph@google.com> Decouple operation management from EasServerConnection.

This restructuring touches a regrettable number of files,
but allows us to put common code in a common base class.
(Before, it was messy because it would be muddled with the
connection management code.) Specifically, we want common
error paths to be handled in one place, although this isn't
implemented yet.

The new class of interest is EasOperation. This CL changes
Ping to use this base class. Future changes will switch all
operations to work this way.

Change-Id: I1bd26336e8916cafe592352f8ee05616bce8181c
/packages/apps/Exchange/src/com/android/exchange/service/EasAutoDiscover.java
56d35257ef1493e849522c3c2828d904e4c5531f 26-Jun-2013 Scott Kennedy <skennedy@google.com> Clean up a bunch of warnings

Bug: 9565838
Change-Id: Ieb65ab41c1e320647a1a17b835371c5eb8e342db
/packages/apps/Exchange/src/com/android/exchange/service/EasAutoDiscover.java
ddbe7744f17d9dd0e26bc2d5a1e89aec9b031bdd 17-Jun-2013 Yu Ping Hu <yph@google.com> Fix autodiscover.

Bug: 9024095
Change-Id: Id64dc1728edad275a768a3f12e72bc3730b094b6
/packages/apps/Exchange/src/com/android/exchange/service/EasAutoDiscover.java