chiark / gitweb /
lint can no longer properly detect unset Summary/Description
authorHans-Christoph Steiner <hans@eds.org>
Fri, 2 Jun 2017 11:56:57 +0000 (13:56 +0200)
committerHans-Christoph Steiner <hans@eds.org>
Wed, 7 Jun 2017 20:10:25 +0000 (22:10 +0200)
commit18c3bfa5fb06e3ac2d5887c03f2691244dbb11fe
treeefd9a0304077b49a81777c6364163679a549673c
parent37c3bf304c3b3739ba79f382f05b08f36a8981d6
lint can no longer properly detect unset Summary/Description

Since the Summary/Description can now be set in the app's source code, or
in fdroiddata/metadata/<packageName>/<locale>/*.txt, this lint check is
no longer valid.  It is important to check whether these texts are empty,
but it'll require some thinking about how and where to best to that.
`fdroid update` will have access to all that data, but perhaps at that
point it is too late.

Also, the current text prioritization puts Summary/Description in the
.txt/.yml file at the highest priority, overriding every other copy,
including in fdroiddata/metadata/<packageName>/<locale> and in the app's
source code.
fdroidserver/lint.py