mirror of
https://gitlab.com/fdroid/fdroidserver.git
synced 2024-11-04 22:40:12 +01:00
6c2cf2ccdd
This syncs up the field names between the fdroiddata .yml files, the keys used in the implementation in fdroidserver, the index data format, and the final data structures in fdroidclient. This makes it easier for devs to follow, and makes the Jackson parsing library automatically handle converting the data from the index file to Java instances. This bumps the metadata version since the apkcache will have to be discarded. Here are the name changes: * apkname --> apkName * id --> packageName * sha256 --> hash * version --> versionName * versioncode --> versionCode tests/repo/index.xml was changed only to bump the metadata version from 17 to 18. |
||
---|---|---|
.. | ||
getsig | ||
gnupghome | ||
metadata | ||
repo | ||
source-files | ||
stats | ||
build.TestCase | ||
common.TestCase | ||
complete-ci-tests | ||
config.py | ||
description-parsing.py | ||
dump_internal_metadata_format.py | ||
import_proxy.py | ||
import.TestCase | ||
install.TestCase | ||
keystore.jks | ||
metadata.TestCase | ||
run-tests | ||
update.TestCase | ||
urzip-badcert.apk | ||
urzip-badsig.apk | ||
urzip-release-unsigned.apk | ||
urzip-release.apk | ||
urzip.apk |