1. e50caac Merge "Enable UseSdkSuppress lint" into androidx-main by Treehugger Robot · 4 months ago
  2. 9d9e2b50 Enable UseSdkSuppress lint by Julia McClellan · 4 months ago
  3. 12d725d Remove security-biometric from source tree. by Catherine Vlasov · 4 months ago
  4. a91ff22 Move to consistent use of plugin id for Kotlin Android Projects by Aurimas Liutikas · 4 months ago
  5. 05220e0 Update OWNERS files for security-${crypto,crypto-ktx,biometric} by Catherine Vlasov · 4 months ago
  6. 4f9a131 Update dependency analysis baseline for version 2.11.0 by Radha Nakade · 5 months ago
  7. 2ae2ea1 Reformat legacy version 3.0 files as version 4.0 files by Paul Duffin · 5 months ago
  8. b7cc678 The advice collected from the dependency analysis plugin in baselines includes information about incorrectly configured dependencies. by Radha Nakade · 6 months ago
  9. 752c229d Upload dependency analysis baselines for all projects. by Radha Nakade · 6 months ago
  10. a1ec36f Merge changes from topic "property-modifier-updates" into androidx-main by Julia McClellan · 6 months ago
  11. 1c718fc Remove final modifier from properties of final classes by Julia McClellan · 6 months ago
  12. d4bc2c5 Merge "Fixes `getPatchedCves()` for `COMPONENT_SYSTEM_MODULES`" into androidx-main by Alec Garcia · 6 months ago
  13. bc1e380 Fixes `getPatchedCves()` for `COMPONENT_SYSTEM_MODULES` by Alec Garcia · 6 months ago
  14. f04c56a Move SECURITY_STATE to beta by Alec Garcia · 6 months ago
  15. 37e8321 Rename LibraryType to SoftwareType by Aurimas Liutikas · 6 months ago
  16. 8d4dee3 Addressing feedback from API review in preparation for beta release (review #2). by Alec Garcia · 7 months ago
  17. 55c9e9e Removes unused COMPONENT_WEBVIEW code constant by Alec Garcia · 7 months ago
  18. c580593 Merge "Updates UpdateInfoProvider to have a zero argument constructor so that it can be instantiated by the system from the manifest" into androidx-main by Alec Garcia · 7 months ago
  19. f2369f3 Updates UpdateInfoProvider to have a zero argument constructor so that it can be instantiated by the system from the manifest by Alec Garcia · 7 months ago
  20. 0ea3091 Clean up project references in build.gradle by Aurimas Liutikas · 8 months ago
  21. b75e414 Merge changes I6f151498,I12fa5cda,I116437bb,I3c945497 into androidx-main by Aurimas Liutikas · 8 months ago
  22. 465a6ae Clean up project references in build.gradle files by Aurimas Liutikas · 8 months ago
  23. 69f5745 Delete security-identity-credential library by Aurimas Liutikas · 8 months ago
  24. 7795282 Migrate to using = for property setting by Aurimas Liutikas · 8 months ago
  25. 1324a20 Merge "Move `UpdateInfo.kt` and `UpdateInfoProvider.kt` classes from android.security.state to android.security.state.provider" into androidx-main by Alec Garcia · 8 months ago
  26. 98f8351 Merge "Create security-state-provider folder" into androidx-main by Alec Garcia · 8 months ago
  27. 83d0df9 Migrate security to use JSpecify annotations by Julia McClellan · 8 months ago
  28. ab39d2d Move `UpdateInfo.kt` and `UpdateInfoProvider.kt` classes from android.security.state to android.security.state.provider by Alec Garcia · 9 months ago
  29. 528f8688 Create security-state-provider folder by Alec Garcia · 9 months ago
  30. b4f1371 Replaces GSON with kotlinx.serialization by Alec Garcia · 9 months ago
  31. eb786dc Revert^2 "Adds manifest that declares package visibility queries for default system modules." by Alec Garcia · 9 months ago
  32. e9acb74 Merge "Revert "Adds manifest that declares package visibility queries for default system modules."" into androidx-main by Aurimas Liutikas · 9 months ago
  33. 752f550 Revert "Adds manifest that declares package visibility queries for default system modules." by Aurimas Liutikas · 9 months ago
  34. 7af646f Add previously excluded properties to signatures by Julia McClellan · 9 months ago
  35. 092112a0 Returns emptyList() for `getPublishedSecurityPatchLevel(COMPONENT_KERNEL)` call when VulnerabilityReport.kernelLtsVersions is empty by Alec Garcia · 9 months ago
  36. f0e69a8 Adds manifest that declares package visibility queries for default system modules. by Alec Garcia · 9 months ago
  37. ede37e7 Merge "Guards usage of Vendor SPL behind compile-time flag that is disabled by default until stable release of the library." into androidx-main by Alec Garcia · 9 months ago
  38. ff015ba Guards usage of Vendor SPL behind compile-time flag that is disabled by default until stable release of the library. by Alec Garcia · 10 months ago
  39. 04129f0 Bundle ProGuard rules into library to support Gson serialization/deserialization. by Alec Garcia · 10 months ago
  40. af271c1 Adds call to android.os.SecurityStateManager.getGlobalSecurityState() for API >= 35 by Alec Garcia · 10 months ago
  41. d405c00 Merge "Updated getPublishedKernelVersions() to return the latest published version for each major kernel LTS version" into androidx-main by Alec Garcia · 11 months ago
  42. 7296e9e Merge "Updated `asbPattern` in loadVulnerabilityReport() to allow parsing of "PUB-A-XXXX" identifiers from Pixel Update Bulletin" into androidx-main by Alec Garcia · 11 months ago
  43. ab2e204 Updated getPublishedKernelVersions() to return the latest published version for each major kernel LTS version by Alec Garcia · 11 months ago
  44. 53cc5d3 Updated `asbPattern` in loadVulnerabilityReport() to allow parsing of "PUB-A-XXXX" identifiers from Pixel Update Bulletin by Alec Garcia · 11 months ago
  45. 318f6bf Updated DateBasedSecurityPatchLevel.fromString to parse SPLs with missing day of the month by Alec Garcia · 11 months ago
  46. 67f0ee5 Merge "Update to AGP 8.7.0-alpha02" into androidx-main by Fred Sladkey · 1 year ago
  47. 054b782 Update to AGP 8.7.0-alpha02 by Fred Sladkey · 1 year ago
  48. b5d8a81 Start validating androidx.collection signatures by Aurimas Liutikas · 1 year ago
  49. 96f0b30 Start validating androidx.annotation signatures by Aurimas Liutikas · 1 year ago
  50. d0ba533 Delete redundant opt-in flags for Metalava w/ K2 UAST by Jinseong Jeon · 1 year ago
  51. e5e4c0e Merge "Addressing feedback from API review in preparation for beta release." into androidx-main by Greg Wroblewski · 1 year ago
  52. ed866ae Addressing feedback from API review in preparation for beta release. by Greg Wroblewski · 1 year ago
  53. 42e530c Switch to Lint w/ K2 UAST by Jinseong Jeon · 1 year, 1 month ago
  54. 722ebe7 Remove usage of @DoNotInline for manual NewApi outlines (R thru W) by Alan Viverette · 1 year, 1 month ago
  55. bfd24eb Fixing three issues: by Greg Wroblewski · 1 year, 1 month ago
  56. d508144 Fixing dependency on androidx.webkit:webkit to enable Alpha02 release. by Greg Wroblewski · 1 year, 2 months ago
  57. 7201bb1 Merge "Changing the way we get kernel version." into androidx-main by Greg Wroblewski · 1 year, 2 months ago
  58. ac248ab Changing the way we get kernel version. by Greg Wroblewski · 1 year, 2 months ago
  59. f6056cd Remove redundant minSdkVersion 21 by Aurimas Liutikas · 1 year, 2 months ago
  60. bbe3964 Initial implementation of Security State Library by Greg Wroblewski · 1 year, 2 months ago
  61. 251a5cf Migrate securtiy to use ktfmt by Omar Ismail · 1 year, 2 months ago
  62. 5c5419a Enable kotlin explicitApi for android projects by Aurimas Liutikas · 1 year, 2 months ago
  63. 39261a0 Regenerate APIs for previous versions by Julia McClellan · 1 year, 3 months ago
  64. 86e6606 Rename publish = Publish.SNAPSHOT_AND_RELEASE to type = LibraryType.PublishedLibrary by Omar Ismail · 1 year, 3 months ago
  65. a45f2890 Add non-implicit wildcard bounds to signature files by Julia McClellan · 1 year, 3 months ago
  66. a3085e1e Set type to PUBLISHED_LIBRARY_ONLY_USED_BY_KOTLIN_CONSUMERS for published consumed only by Kotlin libs by Omar Ismail · 1 year, 3 months ago
  67. 5cdfc3d Create security-state folder by Greg Wroblewski · 1 year, 5 months ago
  68. 9f99a4b Remove DeleteMe.kt workaround by Aurimas Liutikas · 1 year, 5 months ago
  69. ae9475f Refresh .ignore files prior to updating Metalava by Paul Duffin · 1 year, 5 months ago
  70. 3c6cf68 Create security-mls folder by Ashok Chandwaney · 1 year, 6 months ago
  71. ee0da74 Add comment to build.gradle files by Tiem Song · 1 year, 7 months ago
  72. 2f23cac Move app-authenticator and testing libraries to beta by Michael Groover · 1 year, 7 months ago
  73. e612492 Add support to AppAuth CallingAppIdentity for additional use cases by Michael Groover · 1 year, 8 months ago
  74. 7afe1d4 Stop using old alpha versions of libraries when newer are available by Aurimas Liutikas · 1 year, 9 months ago
  75. 3724241 Deprecate all APIs in security-crypto by Tri Vo · 1 year, 10 months ago
  76. 9d5eb18 Merge changes I45cb9710,I8a591b4a,I8ac43baa into androidx-main by Jinseong Jeon · 2 years ago
  77. 999075e Opt-in Metalava w/ K2 UAST (R1) by Jinseong Jeon · 2 years ago
  78. 1b24d3b Remove stray gradlew in security-crypto project by Aurimas Liutikas · 2 years ago
  79. 02661a2 Remove public_plus_experimental API files files by Julia McClellan · 2 years, 2 months ago
  80. 245645c Merge "Remove usage of @hide in security libraries" into androidx-main by Treehugger Robot · 2 years, 2 months ago
  81. 7fae0b4 Remove usage of @hide in security libraries by Aurimas Liutikas · 2 years, 2 months ago
  82. 55c7ab0 Merge "Opt-in n- thru t-prefixed projects to Suppress Compatibility migration" into androidx-main am: ed9751b8dd by Alan Viverette · 2 years, 3 months ago
  83. 40fa806 Opt-in n- thru t-prefixed projects to Suppress Compatibility migration by Alan Viverette · 2 years, 3 months ago
  84. 994fc04 Reorder methods in API files based on metalava update by Julia McClellan · 2 years, 3 months ago
  85. 3512804 Reorder methods in API files based on metalava update by Julia McClellan · 2 years, 3 months ago
  86. 769a78e Merge changes from topic "281081899_component_names" into androidx-main by Alan Viverette · 2 years, 3 months ago
  87. bcaacc8 ktlintFormat for import-ordering rule by Jeff Gaston · 2 years, 3 months ago
  88. 4202d31 ktlintFormat for import-ordering rule by Jeff Gaston · 2 years, 3 months ago
  89. c9e1fd7 Clean up component names, add build-time enforcement by Alan Viverette · 2 years, 3 months ago
  90. a46238ed Clean up component names, add build-time enforcement by Alan Viverette · 2 years, 3 months ago
  91. f0eb740 Add lint check to ban usage of non-default @VisibleForTesting params by Alan Viverette · 2 years, 3 months ago
  92. f5bdc9e Add lint check to ban usage of non-default @VisibleForTesting params by Alan Viverette · 2 years, 3 months ago
  93. fd68c80f Add lint check to ban use of @hide annotation by Tiem Song · 2 years, 4 months ago
  94. cc9e983 Merge "Update tink to 1.8.0 for security-crypto" into androidx-main am: 0d76fe9928 by Daniel Angell · 2 years, 4 months ago
  95. d92d863 Merge "First pass of removing redundant usages of @hide javadoc tag" into androidx-main am: 75ff89f5cf by Aurimas Liutikas · 2 years, 5 months ago
  96. 5f1924e Merge "Add SdkSuppress for <M to MasterKeyTest" into androidx-main am: d9fbe2b9f1 by Treehugger Robot · 2 years, 5 months ago
  97. 7fac457 Merge "Fix linter warnings" into androidx-main am: ff3db855fc by Daniel Angell · 2 years, 6 months ago
  98. 06d7419 Merge "Add warning about thread safety to deprecated methods" into androidx-main am: d5d49509dc by Daniel Angell · 2 years, 6 months ago
  99. 1b131de Merge "Fix race condition in MasterKeys.getOrCreate" into androidx-main am: 45f9738d44 by Daniel Angell · 2 years, 6 months ago
  100. 116da49 Merge "Update OWNERS files" into androidx-main am: 0eba03841d by Aurimas Liutikas · 2 years, 6 months ago