summaryrefslogtreecommitdiff
path: root/core/java/android/content/pm/Signature.java
AgeCommit message (Expand)Author
2021-01-27Document Signature equals/hash should not include flagsMichael Groover
2020-11-17Hand-migration to TypedXml interface.Jeff Sharkey
2020-10-15Add @Nullable annotation to the parameter of Object.equals() methods.Roman Kalukiewicz
2020-05-22Address edge cases for signing certificate lineages in sharedUidsMichael Groover
2019-12-18Use new UnsupportedAppUsage annotation.Artur Satayev
2019-02-28All Parcelable CREATOR fields are @NonNull.Jeff Sharkey
2018-10-03Add PackageSignatures readXml testsMichael Groover
2018-08-15Add @UnsupportedAppUsage annotationsMathew Inwood
2018-01-30Add key rotation.Dan Cashman
2014-11-12Recover apps with malformed certificates.Jeff Sharkey
2014-07-09Extend pm to support sessions and split APKs.Jeff Sharkey
2014-05-14Initial support for split APKs, PackageInstaller.Jeff Sharkey
2014-04-29Only remember the signer certificates for SignaturesKenny Root
2013-03-06ArrayUtils.indexOf(), containsAll() with tests.Jeff Sharkey
2011-09-23Allow non-required package verifiersKenny Root
2011-08-04Throw exception on odd length SignaturesKenny Root
2011-07-22Stop using charAt for SignaturesKenny Root
2010-09-03Reduce footprint of Signature from ~7000 to ~1448Kenny Root
2009-03-03auto import from //depot/cupcake/@135843The Android Open Source Project
2009-03-03auto import from //depot/cupcake/@135843The Android Open Source Project
2008-10-21Initial ContributionThe Android Open Source Project