mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-10-08 18:31:07 +03:00
Stable clients understand UpstreamNonFree now
This commit is contained in:
parent
7b2f7077bc
commit
af692dd3bd
1 changed files with 0 additions and 6 deletions
|
@ -834,12 +834,6 @@ def make_index(apps, sortedids, apks, repodir, archive, categories):
|
||||||
|
|
||||||
if app['AntiFeatures']:
|
if app['AntiFeatures']:
|
||||||
af = app['AntiFeatures'].split(',')
|
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:
|
if af:
|
||||||
addElement('antifeatures', ','.join(af), doc, apel)
|
addElement('antifeatures', ','.join(af), doc, apel)
|
||||||
if app['Provides']:
|
if app['Provides']:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue