-
Notifications
You must be signed in to change notification settings - Fork 92
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Endless loop when clicking on "Cancel" with certain activity themes #44
Comments
Hi, the default example in the repository's |
Thanks for testing this. The problem is that it doesn't crash… I'll try to find out how to get a stack trace or maybe profiling information to see what's actually going on. |
Funny, it's related to the Do you have any hints which themes are acceptable / how the support library's Material theme can be used? |
From various tested themes, only Maybe it would be good to mention which themes are usable (and even better, why) in the documentation. |
To be honest, I wasn't even aware that this is a problem, and I have no idea what the cause is. I had the hope to bring #29 into a shape that would allow completely removing the MTM activity, but there was no progress in a looong time. I will keep this issue open for now, for documentation reasons, and make a statement in the README someday ;-) |
Hello,
I'm trying to use MemorizingTrustManager with HttpsUrlConnection (setSSLSocketFactory, setHostnameVerifier). It's a quite simple setup so I don't think I've done anything wrong; it' works quite well, but there is one problem:
When clicking on "Cancel" (= the certificate shall not be used), the HttpsUrlConnection (I think it's the
getInputStream()
method) takes forever and according to adb, there's an endless loop + a memory leak, too.Have you ever heard of such issues with HttpsUrlConnection and "Cancel", or do you know a working example of HttpsUrlConnection + MTM?
Thanks for your work.
The text was updated successfully, but these errors were encountered: