Carlo
Carlo
Main changes: - removed `getItemCount ` (was not used at all) - renamed `isIndexSelectable ` to `isSelectable ` for consistency - check items selectable also during selection, not only at...
This fixes issue: https://github.com/appmattus/certificatetransparency/issues/41 Some methods inside CertificateTransparencyTrustManager are called through reflection, so the class must be kept during obfuscation.
I've just integrated my app with CertificateTransparency library using: ` installCertificateTransparencyProvider { diskCache = AndroidDiskCache(context) } ` and I have Proguard/R8 enabled: `minifyEnabled true` what happens is that while loading...