mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-09-13 14:32:28 +03:00
update: add all categories in metadata files to repo definitions
!1366 makes it so categories are now defined by the repo. Categories can be defined in the config so that lint has a list of categories to enforce. This also provides a place for localization and icons for the categories. The old way of defining categories was just listing them in app metadata files. This restores that way of functioning when using index-v2. closes #1137
This commit is contained in:
parent
64b8ee772c
commit
2c566cf68f
4 changed files with 111 additions and 5 deletions
|
@ -533,7 +533,10 @@
|
|||
"name": {
|
||||
"en-US": "System"
|
||||
}
|
||||
}
|
||||
},
|
||||
"1": {},
|
||||
"2.0": {},
|
||||
"tests": {}
|
||||
},
|
||||
"requests": {
|
||||
"install": [
|
||||
|
@ -1443,4 +1446,4 @@
|
|||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue