chiark / gitweb /
added new AntiFeature: ApplicationDebuggable
authorIzzy <izzy@qumran.org>
Tue, 4 Jul 2017 19:15:04 +0000 (21:15 +0200)
committerIzzy <izzy@qumran.org>
Tue, 4 Jul 2017 19:15:04 +0000 (21:15 +0200)
Useful e.g. for "test repositories" to indicate an app was compiled with
"application-debuggable"

fdroidserver/metadata.py

index ac97edf3aeac9b8447fa091e82d87ea2057ababd..272777de90a5274acce3a9b93f54563c62886f83 100644 (file)
@@ -412,7 +412,7 @@ valuetypes = {
                    ["ArchivePolicy"]),
 
     FieldValidator("Anti-Feature",
-                   r'^(Ads|Tracking|NonFreeNet|NonFreeDep|NonFreeAdd|UpstreamNonFree|NonFreeAssets|KnownVuln)$',
+                   r'^(Ads|Tracking|NonFreeNet|NonFreeDep|NonFreeAdd|UpstreamNonFree|NonFreeAssets|KnownVuln|ApplicationDebuggable)$',
                    ["AntiFeatures"]),
 
     FieldValidator("Auto Update Mode",