fix #1024 show cert fingerprints when adding new account w/ untrusted cert
authorWikinaut <mail@wikinaut.de>
Fri, 2 Oct 2015 00:37:24 +0000 (02:37 +0200)
committerWikinaut <mail@wikinaut.de>
Fri, 2 Oct 2015 00:39:10 +0000 (02:39 +0200)
commitcf063bf04a5f9eb145124747748129d34a595dc7
treea164ddc8ea3a1d5d417114dc96802711632992d3
parent99d7e189168fb85dda899d218ecfb3bd03a7f478
fix #1024 show cert fingerprints when adding new account w/ untrusted cert

+ show SHA-256, SHA-1 and MD5 certificate fingerprint
  instead of signature hex dump
  when certificate is untrusted
+ show error string if one of the digest algorithms is not available
+ added check and error msg for certificate load problems
res/layout/ssl_untrusted_cert_layout.xml
res/values/strings.xml
src/com/owncloud/android/ui/adapter/X509CertificateViewAdapter.java