chiark / gitweb /
have fallback for XML icons also consider res/mipmap*
authorIzzy <izzysoft@qumran.org>
Sun, 16 Jul 2017 22:54:33 +0000 (00:54 +0200)
committerIzzy <izzysoft@qumran.org>
Sun, 16 Jul 2017 22:54:33 +0000 (00:54 +0200)
commit54a646bd93306b31f64d169f72b8fea4205b10c8
tree5aec8349c704582339082c777c042fa400949deb
parent6940f9da434df61bf9d36f5451d35c956418b632
have fallback for XML icons also consider res/mipmap*

several apps (e.g.
[FastHub](http://apt.qumran.org/fdroid/index/apk/com.fastaccess.github)
and [Monety](http://apt.qumran.org/fdroid/index/apk/open.currency)) have
their ic_launcher.png files not in res/drawable*dpi/, but in
res/mipmap*/ -- so the regex has been adjusted by this patch.

Additionally: if the only icon for a given resolution was an XML without
existing fallback-PNG, it should be considered "non existent" (ie.
"empty_density").
fdroidserver/update.py