chiark / gitweb /
update: make icon extraction less dependent on aapt
authorHans-Christoph Steiner <hans@eds.org>
Mon, 26 Feb 2018 22:43:42 +0000 (23:43 +0100)
committerHans-Christoph Steiner <hans@eds.org>
Mon, 26 Feb 2018 22:43:42 +0000 (23:43 +0100)
commitb2ca49b26cb89f3771f3b0daa21d62bb2152b6f7
tree9695d759e4c8eb8b4b01df6ac290ca411d1cf4d7
parent01a73071c7e9f4c55186ee3cd4ed63d5266d1eb6
update: make icon extraction less dependent on aapt

For androguard, @thezero already developed a way to get all the icons after
only extracting the icon name.  So this uses that for the aapt-based scans
also, to make them less brittle.

This should fix the problem where `fdroid update` was choosing the XML icon
for apps that include one, like NewPipe.

closes fdroid/fdroid-website#192
fdroidserver/update.py