summaryrefslogtreecommitdiff
path: root/core/java/android/content/pm/Signature.java
Commit message (Expand)AuthorAgeFilesLines
* Null check signature array before comparisonWinson2022-03-091-2/+2
* Refactor PackageParser (6/n)Jackal Guo2021-03-291-1/+1
* Document Signature equals/hash should not include flagsMichael Groover2021-01-271-0/+4
* Hand-migration to TypedXml interface.Jeff Sharkey2020-11-171-0/+9
* Add @Nullable annotation to the parameter of Object.equals() methods.Roman Kalukiewicz2020-10-151-1/+2
* Address edge cases for signing certificate lineages in sharedUidsMichael Groover2020-05-221-0/+15
* Use new UnsupportedAppUsage annotation.Artur Satayev2019-12-181-1/+1
* All Parcelable CREATOR fields are @NonNull.Jeff Sharkey2019-02-281-1/+1
* Add PackageSignatures readXml testsMichael Groover2018-10-031-1/+31
* Add @UnsupportedAppUsage annotationsMathew Inwood2018-08-151-0/+2
* Add key rotation.Dan Cashman2018-01-301-0/+23
* Recover apps with malformed certificates.Jeff Sharkey2014-11-121-0/+51
* Extend pm to support sessions and split APKs.Jeff Sharkey2014-07-091-1/+2
* Initial support for split APKs, PackageInstaller.Jeff Sharkey2014-05-141-1/+3
* Only remember the signer certificates for SignaturesKenny Root2014-04-291-0/+40
* ArrayUtils.indexOf(), containsAll() with tests.Jeff Sharkey2013-03-061-0/+11
* Allow non-required package verifiersKenny Root2011-09-231-0/+19
* Throw exception on odd length SignaturesKenny Root2011-08-041-14/+27
* Stop using charAt for SignaturesKenny Root2011-07-221-9/+16
* Reduce footprint of Signature from ~7000 to ~1448Kenny Root2010-09-031-5/+9
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-0/+158
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-158/+0
* Initial ContributionThe Android Open Source Project2008-10-211-0/+158