Florian Schmaus
                                            Florian Schmaus
                                        
                                    `/lib/systemd/system-sleep/` is an executable file on my system. Do you potentially mean `/usr/lib/systemd/system-sleep`?
Did you had a look at https://xmpp.org/extensions/xep-0082.html (if it applies) to determine if it's a valid format?
Ahh ok, and is this intended behavior?
`С-middlemouseclick -> special properties->remove special` did not work. Issuing `facemenu-remove-special` made it possible to edit the text below the `---` but if I hit `RET` in order to send it,...
Instead of globally ignoring errors, wouldn't it better to suppress the individual issues we want to ignore (for now)?
Just for the record, the relevant log line is https://github.com/ge0rg/MemorizingTrustManager/blob/d05a9a53a61d3ca028d7ba201ce287b8ab04c8d5/src/de/duenndns/ssl/MemorizingTrustManager.java#L714 After a first glance, this could very well be caused by using multiple MTM instances in different processes that do...
I really discourage using jitpack.io. It's a security nightmare. You can't verify that the artifacts are authentic. Including MTM in you Android projects as git submodule, which is really easy,...
> @Flowdalic you could use gralde-witness to lock down the hash of the build, and then link against a specific revision using Jitpack. (Or does the hash change on jitpack...
> ...the fact that different servers with self-signed certificates can mitm each other... Not if Hostname verification is done correctly.
> You don't always have a global Application context. Care to elaborate? When do you _not_ have an application context, when an Activity or Service instance exists? > It requires...