index
:
Project-1CE/frameworks_base
lineage-18.1
sugisawa
sugisawa-mr1
tachibana
tachibana-mr1
umineko
Unnamed repository; edit this file 'description' to name the repository.
Linux User
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
core
/
java
/
android
/
content
/
pm
/
Signature.java
Age
Commit message (
Expand
)
Author
2021-01-27
Document Signature equals/hash should not include flags
Michael Groover
2020-11-17
Hand-migration to TypedXml interface.
Jeff Sharkey
2020-10-15
Add @Nullable annotation to the parameter of Object.equals() methods.
Roman Kalukiewicz
2020-05-22
Address edge cases for signing certificate lineages in sharedUids
Michael Groover
2019-12-18
Use new UnsupportedAppUsage annotation.
Artur Satayev
2019-02-28
All Parcelable CREATOR fields are @NonNull.
Jeff Sharkey
2018-10-03
Add PackageSignatures readXml tests
Michael Groover
2018-08-15
Add @UnsupportedAppUsage annotations
Mathew Inwood
2018-01-30
Add key rotation.
Dan Cashman
2014-11-12
Recover apps with malformed certificates.
Jeff Sharkey
2014-07-09
Extend pm to support sessions and split APKs.
Jeff Sharkey
2014-05-14
Initial support for split APKs, PackageInstaller.
Jeff Sharkey
2014-04-29
Only remember the signer certificates for Signatures
Kenny Root
2013-03-06
ArrayUtils.indexOf(), containsAll() with tests.
Jeff Sharkey
2011-09-23
Allow non-required package verifiers
Kenny Root
2011-08-04
Throw exception on odd length Signatures
Kenny Root
2011-07-22
Stop using charAt for Signatures
Kenny Root
2010-09-03
Reduce footprint of Signature from ~7000 to ~1448
Kenny Root
2009-03-03
auto import from //depot/cupcake/@135843
The Android Open Source Project
2009-03-03
auto import from //depot/cupcake/@135843
The Android Open Source Project
2008-10-21
Initial Contribution
The Android Open Source Project