Hans-Christoph Steiner
Hans-Christoph Steiner
I don't think _Build.java_ is where this parsing behavior is defined, or at least I can't see anything related there. Looks like here is the parsing: * https://android.googlesource.com/platform/frameworks/base/+/refs/heads/android14-release/core/java/android/content/pm/PackageParser.java#2201 * https://android.googlesource.com/platform/frameworks/base/+/refs/heads/android14-release/core/java/android/content/pm/PackageParser.java#2588...
Right, I see what you mean, `Build` is used in translating the string value to the right integer. I just found the table that's used, the crazy thing is that...
- [x] `[apps/ech.c:499]: (style) Checking if unsigned variable 'extlen' is less than zero. ` - [x] `[apps/lib/s_cb.c:887]: (style) Clarify calculation precedence for '&' and '?'. ` - [x] `[apps/s_server.c:595]: (style)...
I haven't found a very clear standard in the way that people are incorporating tests. There is a pure distutils approach that I've seen, but it looked a lot more...
its done and already in Debian: http://packages.qa.debian.org/p/python-pgpdump.html :-D
FYI, DNS is not a requirement for neither ESNI nor ECH, it is just one recommended way to get the key material. I think it would be possible to check...
As a user, this would be great to have! Maybe it should be enabled using a option flag? Make the default be the current behavior, then it would be something...
Thanks for Plexus, its a valuable project and doing something no one else is. I'd love to help it move forward, if I can. For example, F-Droid has recently done...
based on our conversation, this should start with getting daemon running on Android as fast as possible. Then explore how to make them nicely integrated