1
0
mirror of https://gitlab.com/fdroid/fdroidserver.git synced 2024-11-14 11:00:10 +01:00
fdroidserver/fdroidserver
Hans-Christoph Steiner 650d52fb0a uses-permission maxSdkVersion as int, and enforces int string in XML
This forces <uses-permission maxSdkVersion=""> to be an integer in the
internal dict, and forces it to have no decimal point in XML.  Having it as
an integer in the internal dict means data will pass directly through to
the fdroidclient Apk instance, where it is ultimately an integer.
2017-03-06 22:04:14 +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 Pass on --skip-scan flag to build server VM when running fdroid build --server. 2017-03-01 17:27:17 +01:00
checkupdates.py rename Build fields: version -> versionName, vercode -> versionCode 2017-02-24 11:01:01 +01:00
common.py update: do not include PGP signatures as "media" files 2017-03-06 11:55:17 +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 metadata: port .fdroid.yml handling to App dict subclass 2017-02-28 12:08:04 +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 upload release apk to virustotal 2017-03-03 13:44:55 +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 uses-permission maxSdkVersion as int, and enforces int string in XML 2017-03-06 22:04:14 +01:00
verify.py fdroid publish now includes OTA ZIPs and related source 2017-01-09 11:32:52 +01:00