1
0
mirror of https://gitlab.com/fdroid/fdroidserver.git synced 2024-10-06 11:00:13 +02:00
fdroidserver/tests/metadata
Hans-Christoph Steiner ab145de6bc support app metadata in XML format
While the current text metadata format is good for human readability and
editability, it is difficult to produce and parse using code.  XML is a
widespread standard format for easy automatic parsing and creating, while
having decent human readability.

The .pickle for testing is a lightly edited version of the real metadata
for net.osmand.plus:

* comments were removed
* "NonFreeNet" was added as an AntiFeature
2015-09-01 11:39:51 +02:00
..
net.osmand.plus.pickle support app metadata in XML format 2015-09-01 11:39:51 +02:00
net.osmand.plus.xml support app metadata in XML format 2015-09-01 11:39:51 +02:00
org.adaway.json add test case for JSON parsing, based on parsed .txt metadata 2015-09-01 11:39:51 +02:00
org.adaway.pickle convert internal representation of AntiFeatures to list 2015-09-01 11:39:51 +02:00
org.smssecure.smssecure.pickle convert internal representation of AntiFeatures to list 2015-09-01 11:39:51 +02:00
org.smssecure.smssecure.txt add test for metadata parsing based on a parse output to a pickle 2015-09-01 11:39:50 +02:00