mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-09-13 14:32:28 +03:00
define "string map" type for new Anti-Features explanations
closes #683
This commit is contained in:
parent
6e62ea3614
commit
061ca38afd
27 changed files with 1188 additions and 194 deletions
|
@ -1,6 +1,8 @@
|
|||
AllowedAPKSigningKeys: []
|
||||
AntiFeatures:
|
||||
- NonFreeNet
|
||||
NoSourceSince:
|
||||
en-US: '1.5'
|
||||
NonFreeNet: {}
|
||||
ArchivePolicy: 4 versions
|
||||
AuthorEmail: null
|
||||
AuthorName: null
|
||||
|
@ -13,9 +15,9 @@ Builds:
|
|||
- androidupdate: []
|
||||
antcommands: []
|
||||
antifeatures:
|
||||
- KnownVuln
|
||||
- UpstreamNonFree
|
||||
- NonFreeAssets
|
||||
KnownVuln: {}
|
||||
NonFreeAssets: {}
|
||||
UpstreamNonFree: {}
|
||||
binary: null
|
||||
build: ''
|
||||
buildjni: []
|
||||
|
@ -50,7 +52,7 @@ Builds:
|
|||
versionName: '1.2'
|
||||
- androidupdate: []
|
||||
antcommands: []
|
||||
antifeatures: []
|
||||
antifeatures: {}
|
||||
binary: null
|
||||
build: ''
|
||||
buildjni: []
|
||||
|
@ -85,7 +87,7 @@ Builds:
|
|||
versionName: '1.3'
|
||||
- androidupdate: []
|
||||
antcommands: []
|
||||
antifeatures: []
|
||||
antifeatures: {}
|
||||
binary: null
|
||||
build: ''
|
||||
buildjni: []
|
||||
|
@ -120,7 +122,7 @@ Builds:
|
|||
versionName: '1.4'
|
||||
- androidupdate: []
|
||||
antcommands: []
|
||||
antifeatures: []
|
||||
antifeatures: {}
|
||||
binary: null
|
||||
build: ''
|
||||
buildjni: []
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue