chiark / gitweb /
add common.sign_apk() for nighly as test for using in publish
authorHans-Christoph Steiner <hans@eds.org>
Thu, 30 Nov 2017 20:10:41 +0000 (21:10 +0100)
committerHans-Christoph Steiner <hans@eds.org>
Mon, 4 Dec 2017 21:52:41 +0000 (22:52 +0100)
commit1c3a4479abff76c4d0a984f502adc8e92abb1a51
tree678a24c1c2062b21425ef3c60f5b3616ab596bdb
parent7da0854fa1d4b2eadcea9bcf54d6e1b4c0a6d801
add common.sign_apk() for nighly as test for using in publish

Since the MD5 migration was quite a bit of work, it makes sense to start
on moving away from SHA1 as much as possible while it is easy to do. SHA256
will only work in APK signatures on android-18 (4.3) or newer.  So if an
APK has a minSdkVersion of 18 or newer, then sign with SHA256.

https://issuetracker.google.com/issues/36956587
https://android-review.googlesource.com/c/platform/libcore/+/44491
fdroidserver/common.py
fdroidserver/publish.py
tests/common.TestCase