1
0
mirror of https://gitlab.com/fdroid/fdroidserver.git synced 2024-10-05 18:50:09 +02:00

Stable clients understand UpstreamNonFree now

This commit is contained in:
Daniel Martí 2015-06-26 18:00:34 +02:00
parent 7b2f7077bc
commit af692dd3bd

View File

@ -834,12 +834,6 @@ def make_index(apps, sortedids, apks, repodir, archive, categories):
if app['AntiFeatures']:
af = app['AntiFeatures'].split(',')
# TODO: Temporarily not including UpstreamNonFree in the index,
# because current F-Droid clients do not understand it, and also
# look ugly when they encounter an unknown antifeature. This
# filtering can be removed in time...
if 'UpstreamNonFree' in af:
af.remove('UpstreamNonFree')
if af:
addElement('antifeatures', ','.join(af), doc, apel)
if app['Provides']: