replicant-packages_apps_Email/provider_src/com/android/email
Martin Hibdon 601700a61e Get SSLSocketFactory from GmsCore
b/15721931
This follows an example pattern from GoogleHttpClient.
It tries to get the SSLCertificateSocketFactory from
GmsCore using reflection. If that fails, (because GmsCore
is not installed on the device) then it will fall back
to the platform implementation.
MailApplication sets a static object in SSLUtils that
allows it to get an externally created SSLCertifcateSocketFactory.
If this method is set, then it will use it, otherwise it
will fall back to the platform factory. This way there
is no reference to GmsCore in the AOSP email.

Change-Id: I0890fe4c3d79283fb98a4dc5a62a32efd320e52a
2014-10-02 10:54:52 -07:00
..
activity/setup
mail Get SSLSocketFactory from GmsCore 2014-10-02 10:54:52 -07:00
provider Make sure old body files don't contaminate new messages 2014-10-01 14:02:17 -07:00
service Display sync errors using snackbar and not as a TL footer 2014-09-29 17:51:27 -07:00
setup
AttachmentInfo.java
DebugUtils.java
EmailConnectivityManager.java
EmailIntentService.java
FixedLengthInputStream.java
LegacyConversions.java
NotificationController.java
NotificationControllerCreator.java
NotificationControllerCreatorHolder.java
PeekableInputStream.java
Preferences.java
ResourceHelper.java
SecurityPolicy.java Don't allow disabling of the camera with managed profiles 2014-09-25 13:48:11 -07:00