mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-09-14 23:12:46 +03:00
added antiNonFreeDep
This commit is contained in:
parent
c722f06a8a
commit
6a29e51b46
2 changed files with 2 additions and 0 deletions
1
README
1
README
|
@ -207,6 +207,7 @@ the following values, describing an AntiFeature the application has:
|
|||
"Tracking" - the application tracks and reports your activity to somewhere
|
||||
"NonFreeNet" - the application promotes a non-Free network service
|
||||
"NonFreeAdd" - the application promotes non-Free add-ons
|
||||
"NonFreeDep" - the application depends on another non-Free application (e.g. Google Maps)
|
||||
|
||||
==Disabled==
|
||||
|
||||
|
|
|
@ -295,6 +295,7 @@ def parse_metadata(metafile, **kw):
|
|||
if (part != "Ads" and
|
||||
part != "Tracking" and
|
||||
part != "NonFreeNet" and
|
||||
part != "NonFreeDep" and
|
||||
part != "NonFreeAdd"):
|
||||
print "Unrecognised antifeature '" + part + "' in " \
|
||||
+ metafile.name
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue