Namnodorel

Results 38 comments of Namnodorel
trafficstars

Well, he can always pay someone to create a PR...

Any alternative ways? I admittedly don't know much about how XPrivacy does its magic, but something like integrating it into a custom ROM would remove the Xposed dependency completely

That still looks very much like an app to me, at least what Google spit me out... I mean a real integration into the OS, not a patch

The most recent commit fixes the issue with the image backgrounds. I apparently switched `height` and `width` somewhere by accident, that was all. ~But not everything on that front is...

The latest commit uses reflection to get new instances of objects. I changed this because AFAIK, the JVM (and thus Androids Dalvik) loads classes only when they need to be...

@sirmordred Thanks for the note, but unfortunaley at least I need some of the more advanced features that currently only kumo can provide.

Finally, I got the Android implementation to work! There's a lot in that commit, so here is a rough breakdown: `InstanceCreator` now has a static block that tries to use...

> I know some people mentioned complexity around Android integration, but I think given the demand, let's try and make it work. I'm confident we can do it and make...

Status update: Since I don't really know if anything can be done about SLF4J on Android and there are no bugs left otherwise (that I know of), I'm now just...

Soo, I had the idea of just getting rid of the abstract classes altogether and instead use somewhat cleaner interfaces. I have to admit that I kinda got impatient and...