fdroidserver/fdroidserver
Hans-Christoph Steiner c9aa26d89e add index V1 format, a direct translation of internal dict
Python encode/decode libs work directly with dicts, so the internal dict
can just be passed directly to any of these libs (pyyaml, pyjson, msgpack,
simplejson, etc).  This still generates the exact same index.xml as before.

This converts the internal format for the repo timestamp to a datetime
instance, which can be easily converted to UNIX time in seconds for XML
and UNIX time in milliseconds for the new index formats.  UNIX time in
milliseconds is directly serialized into a java.util.Date instance by
Jackson.
2017-03-17 13:55:40 +01:00
..
asynchronousfilereader Add asynchronous filereader, fix python3 lockups 2015-09-20 20:57:53 +02:00
__init__.py Make the server tools an installable package (with distutils) - wip 2012-03-11 11:59:19 +00:00
build.py metadata output-lines now substitute $$VERSION$$/etc. 2017-03-16 09:24:05 +01:00
checkupdates.py Remove whitespace from HTTP update check versions 2017-03-15 19:54:09 +00:00
common.py add index V1 format, a direct translation of internal dict 2017-03-17 13:55:40 +01:00
dscanner.py rename Build fields: version -> versionName, vercode -> versionCode 2017-02-24 11:01:01 +01:00
gpgsign.py gpg-sign all valid files in the repo, including source tarballs 2016-11-07 14:53:01 +01:00
import.py rename Build fields: version -> versionName, vercode -> versionCode 2017-02-24 11:01:01 +01:00
init.py Re-add NDK r12b, now fixed. 2016-08-02 11:10:31 +02:00
install.py fdroid publish now includes OTA ZIPs and related source 2017-01-09 11:32:52 +01:00
lint.py rename Build fields: version -> versionName, vercode -> versionCode 2017-02-24 11:01:01 +01:00
metadata.py only set 'No description available' in the old index format 2017-03-17 13:55:40 +01:00
net.py Fix python headers in some source files 2016-03-11 13:27:00 +00:00
publish.py fdroid publish now includes OTA ZIPs and related source 2017-01-09 11:32:52 +01:00
readmeta.py all: make newer pycodestyle happy 2016-11-15 20:55:06 +00:00
rewritemeta.py improve rewritemeta error msg about formats 2017-02-28 12:08:04 +01:00
scanner.py rename Build fields: version -> versionName, vercode -> versionCode 2017-02-24 11:01:01 +01:00
server.py add index V1 format, a direct translation of internal dict 2017-03-17 13:55:40 +01:00
signindex.py all: make newer pycodestyle happy 2016-11-15 20:55:06 +00:00
stats.py all: make newer pycodestyle happy 2016-11-15 20:55:06 +00:00
update.py add index V1 format, a direct translation of internal dict 2017-03-17 13:55:40 +01:00
verify.py fdroid publish now includes OTA ZIPs and related source 2017-01-09 11:32:52 +01:00