chiark / gitweb /
allow APKs with same packageName/versionCode but different signer
authorHans-Christoph Steiner <hans@eds.org>
Tue, 30 May 2017 12:52:33 +0000 (14:52 +0200)
committerHans-Christoph Steiner <hans@eds.org>
Thu, 1 Jun 2017 08:30:41 +0000 (10:30 +0200)
commit0f4cbc7224409c8741dec9a2cc19f23c4d0aaacc
treeed4627d35fdd0a5c131b1b22fb6d598022ad54a4
parent2c6945dac70edd565438dc6711872e3504fc3e80
allow APKs with same packageName/versionCode but different signer

There are many APKs out in the wild that claim to be the same app and
version and each other, but they are signed by different keys.  fdroid
should be able to index these, and work with them.   This supports having
the developer's signature via reproducible builds, random collections of
APKs like repomaker, etc.
fdroidserver/index.py
tests/repo/index.xml
tests/repo/obb.mainpatch.current_1619_another-release-key.apk [new file with mode: 0644]
tests/run-tests
tests/stats/known_apks.txt
tests/update.TestCase