Ximin Luo

Results 364 comments of Ximin Luo

This is quite vital for usability as existing mobile browsers all let you do this. The existing "custom" sort order seems to be insert-order, but there is no way to...

Legally it is fine to relicense derivatives to be more restrictive, in fact outside of copyleft that is usually the point. The key aspect is that the original copyright owner...

> I'm pretty sure that for derivative works, both the author of the original work and the author of derivative work holds copyright over the finished work. Generally, no. The...

Thanks for your investigation - the examples you bring up gets into the finicky details of what is considered "identical" sure. It will depend on legal precedent, which I have...

The problem is here https://github.com/ukanth/afwall/blob/beta/app/src/main/java/dev/ukanth/ufirewall/Api.java#L1402 and stems from the fact the Android API (as available to apps) does not let you get all users. One way to solve this is...

To be honest, I think it would be simplest to rip out all the existing code for work profiles and just list all packages for all users together in the...

`pm list packages -U -f` even works without root for me on LineageOS 20 and correctly shows packages that are installed only for other users (and not for user 0,...

@ukanth Are you happy for me to replace (i.e. delete) the existing code relating to work profiles? It adds complexity to the logic, and I do not have the feature...

I have a basic version up and the basic iptables functionality works, there is a big UI problem. For applications not installed on the user AFWall is running as, there...

The problem is solved by copying what LSPosed does, with some slight differences as AFWall only has su/libsu and cannot rely on Magisk Module functionality like LSPosed. See PR for...