A lot of apps seem to be using the conscrypt TrustManagerImpl now,
including Google Chrome. This patch detects TrustManagerImpl instances
and hooks it's checkServerTrusted method.
The XposedBridgeApi.jar library has been updated to utilize new
functionality. The commit for the WebView checks was not
implemented correctly, and resulted in exceptions when attempting
to hook any application. The code was also missing functionality
to disable all validation for the Apache libraries.