chiark / gitweb /
Stable clients understand UpstreamNonFree now
authorDaniel Martí <mvdan@mvdan.cc>
Fri, 26 Jun 2015 16:00:34 +0000 (18:00 +0200)
committerDaniel Martí <mvdan@mvdan.cc>
Fri, 26 Jun 2015 16:00:34 +0000 (18:00 +0200)
fdroidserver/update.py

index b54eb1efff16ddef3adf4ab90beadff0191283c2..b0dec3164ef2a0cb99de0aaaa4268c4e211bf059 100644 (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']: