Hans-Christoph Steiner
Hans-Christoph Steiner
If I know that it'll be reviewed, I'll happily fix the merge conflicts.
we have a free, open source library currently called OnionKit that makes it easy to implement strong HTTPS. You can find the relevant classes here: https://github.com/guardianproject/OnionKit/tree/master/libonionkit/src/info/guardianproject/onionkit/trust We're also happy to...
I was thinking that restricting it to running packages was actually a feature since that'll make the completion list a lot shorter, and what are the chances of someone wanting...
Also, any ideas on whether `pm list packages -f` is always implemented and runnable without root? When was it added to Android? `ps` is as close to a guarantee as...
I updated it to use `pm list packages -3` to only list the user installed packages, i.e. those in _/data_. It's been working well for me, but I haven't tried...
without `-3` there was a lot of pointless noise in the completion, from all the system apps
It seems like a nice app, perhaps it is time to make a community fork to maintain it. I'd like to get it into Debian, for example. Maybe something like...
I started work on the official Debian package: https://salsa.debian.org/python-team/packages/remarkable
To actually do it fully correctly, there basically has to be a full JAR signature verification. That's not something I'm going to implement. @obfusk has already done a lot of...
Hmm, makes me think about #1026 too. Seems like on both cases, _androguard_ should do what the Android OS does when parsing these. That might mean just ignoring `targetSdkVersion` or...