-
Notifications
You must be signed in to change notification settings - Fork 527
Show icon if there is white/black list for a function #1654
Comments
I consider this as a bug, so no +1's needed. |
Oh, in that case I misunderstood how the whitelist works. |
@danielmmmm you can also blacklist items by clicking whitelist and deny |
Oh wow! I must be very ignorant to miss that. Thanks, this is extremely useful :-) |
I cannot reproduce this issue, but it could be very well that #1653 also fixed this issue. |
Please let me know if this issues still exists in version 2.0.23 |
Yes issue still exists |
Please tell me exactly how I can reproduce this. |
Install GitHub (only app I actually tested this with). Restrict Connect onDemand. Allow the GitHib IPs. Then remove the onDemand check (Inet/Connect=Deny). GitHub can still access the previously whitelisted IPs |
Okay, then I misunderstood the issue. |
IMHO if I remove the onDemand then white/blacklist should no longer be active, Since I have set Inet/Connect to deny |
The white/blacklist is not dependent on on demand restricting being enabled or not. |
While apparently not a bug, I think that an0n981 is trying to say that is an "error in implementation", which I tend to agree with. |
If this is a missing feature or not is debatable. That on demand restricting needs to be enabled to create whitelist entries doesn't necessarily imply that on demand restricting needs to be enabled to apply whitelist entries. Adding this condition will not only make the code more complex (which is at that point already complex enough), but could also affect performance, which are the main reasons I don't want to change this. |
Maybe it is an idea to show an icon that there are whitelist entries active instead. Any suggestion for an icon is welcome. |
I don't know where you could put an icon, but what about a toast when an onDemand is unchecked that has white listed items? |
I was thinking to display a small icon before the check boxes. |
[Edited]Retracted post since it wasn't very accurate/good. Will think about the issue a bit more before posting... |
"I was thinking to display a small icon before the check boxes. I think that would be a pretty convinient feature for the whitelist/blacklist feature |
Does somebody have a proposal of a free to use icon or can somebody create an icon for this purpose? |
Should the icon have the same size as the pngs in res/drawable? I will see if I can create one. But it won't be before Friday. Tomorrow is a holiday here :) and I want to get paid for creating an icon. |
You mean you want to create an icon during idle time while working I guess ;-) |
The code is finished, so waiting for a holo light and dark icon ... |
Is this related? XPrivacy / res / drawable / whitelist_holo_dark.png |
Yes, that is a copy of the info icon I used for testing and needs to be replaced by another icon. |
But this is what we are looking at size wise? |
Yes, that is why I copied the info icon. |
BTW, I have edited your comment, since it contained your e-mail address. |
appreciate that 👍 |
That seems to happen if you reply to a GitHub notification (which I never do). |
Since I couldn't decide on one really cool icon, I created a few different icons. Feel free to chose which one to use. Or maybe someone else has an even better idea |
I have chosen for number six, test version: http://www.xprivacy.eu/XPrivacy_2.0.26-2.apk |
Very nice! It even opens directly to the proper list. |
Yes, I have made that as well for the convenience of everybody. |
It even knows when to show and when not 👍 |
Wasn't that the whole point? ;-) |
I was expecting an icon that indicates whether or not white lists are possible. I did not envision something so awesome |
I don't like half work ... |
Sometimes I think it is easier to chat, if you feel the same: GTalk: marcel ... faircode.eu |
I will ping you |
If an app (in this case com.github.mobile) has Inet/Connect restricted an onDemand enabled and a list of whitelisted IPs, and then the onDemand check is removed (which IMO now means Inet/Connect should be completely restricted), the list of whitelisted IPs are still reachable. Is this a bug or a feature?
If this is a feature, and I need to collect ten +1 for a feature change to be considered, please let me know
The text was updated successfully, but these errors were encountered: