fdroidserver/fdroidserver
Hans-Christoph Steiner 10a607ede3 update: find PNG when recommended icon is an XML file
APKs can now use XML files for vector graphics like the app icon. `aapt`
returns the XML file by default, and perhaps also androguard.  This
checks if the icon is an XML file, and if so, it tries to find a PNG in
the APK with the same name and density to use instead

closes #322

This should also ultimately make the XML file available as an icon source
as well fdroidclient#1091
2017-07-06 12:25:48 +02: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
btlog.py Replace sys.exit() in non-main functions by exceptions 2017-05-22 16:51:11 -03:00
build.py use stored metadatapath instead of guessing it 2017-07-04 11:51:08 +02:00
checkupdates.py fix pylint unused-argument 2017-05-23 22:34:16 +02:00
common.py Merge branch 'ndk' into 'master' 2017-07-04 14:34:42 +02:00
dscanner.py unified method for naming build output 2017-04-22 12:04:32 +02:00
exception.py Replace sys.exit() in non-main functions by exceptions 2017-05-22 16:51:11 -03:00
gpgsign.py Replace sys.exit() in non-main functions by exceptions 2017-05-22 16:51:11 -03:00
import.py Add support for the new Bitbucket look 2017-05-30 18:33:55 +03:00
index.py strip file extension from generated name for non-APKs 2017-06-01 16:01:05 +02:00
init.py init: update docs links for next steps 2017-06-28 23:14:57 +02:00
install.py Replace sys.exit() in non-main functions by exceptions 2017-05-22 16:51:11 -03:00
lint.py lint: check all build fields against accepted list 2017-07-06 12:25:48 +02:00
metadata.py support manually adding per-build antiFeatures in metadata 2017-07-06 12:25:48 +02:00
net.py Support ETag when downloading repository index 2017-05-02 15:37:02 -03:00
publish.py Replace sys.exit() in non-main functions by exceptions 2017-05-22 16:51:11 -03:00
readmeta.py all: make newer pycodestyle happy 2016-11-15 20:55:06 +00:00
rewritemeta.py rewritemeta yaml: fixed boolen mapping for build flags 2017-07-04 11:51:08 +02:00
scanner.py scanner: allow google maven 2017-05-26 15:51:38 +02:00
server.py Replace sys.exit() in non-main functions by exceptions 2017-05-22 16:51:11 -03:00
signindex.py Replace sys.exit() in non-main functions by exceptions 2017-05-22 16:51:11 -03:00
stats.py all: make newer pycodestyle happy 2016-11-15 20:55:06 +00:00
tail.py include class like UNIX tail -f for displaying logs 2017-05-23 20:04:08 +02:00
update.py update: find PNG when recommended icon is an XML file 2017-07-06 12:25:48 +02:00
verify.py Replace sys.exit() in non-main functions by exceptions 2017-05-22 16:51:11 -03:00
vmtools.py Copy initial buildserver CPU/memory configuration to final box Vagrantfile 2017-06-01 09:53:33 -04:00