mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-09-14 06:52:39 +03:00
Ability to tag apps with antifeatures, so they can be included if the user wants
This commit is contained in:
parent
410da2479e
commit
c78ee1a353
4 changed files with 15 additions and 0 deletions
|
@ -209,6 +209,8 @@ for app in apps:
|
|||
addElement('tracker', app['tracker'], doc, apel)
|
||||
addElement('marketversion', app['marketversion'], doc, apel)
|
||||
addElement('marketvercode', app['marketvercode'], doc, apel)
|
||||
if not (app['antifeatures'] is None):
|
||||
addElement('antifeatures', app['antifeatures'], doc, apel)
|
||||
|
||||
gotmarketver = False
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue