1. 633ac3c Adding Class.getDeclaredFields to unstarted runtime by Sorin Basca · 3 years, 3 months ago
  2. 492649b Clean up #includes in `hidden_api.h`. by Vladimir Marko · 3 years, 3 months ago
  3. 09efc16 Revert "Remove obsolete TestApiEnforcementPolicy." by satayev · 3 years, 10 months ago
  4. fedff51 Change runtime behavior related to hiddenapi. by Nicolas Geoffray · 3 years, 11 months ago
  5. 2807839 Add logcat message when @TestApi access is denied by Pedro Loureiro · 4 years ago
  6. 3098e36 Limit hidden api logcat logging. by Andrei Onea · 4 years ago
  7. d8b153b Remove obsolete TestApiEnforcementPolicy. by Artur Satayev · 4 years ago
  8. f7fcb98 Check if app has ALLOW_TEST_API_ACCESS change id by Pedro Loureiro · 4 years, 1 month ago
  9. 037d282 Add compat framework logging to ART by Andrei Onea · 4 years, 1 month ago
  10. fc12a6c Rename ApiList::Value enums by Andrei Onea · 4 years, 5 months ago
  11. 5158d4a Remove hiddenapi warning on non-android builds. by Nicolas Geoffray · 4 years, 7 months ago
  12. 5868ada Move implementations from class_root.h to -inl.h . by Vladimir Marko · 4 years, 8 months ago
  13. d20e51d "Move ICU from ART APEX to i18n APEX" Attempt 2 by Victor Chang · 4 years, 8 months ago
  14. 5477b8e Allow bootjars in system_ext. by Chris Gross · 4 years, 8 months ago
  15. b5146a3 Revert "Calling @IntraCoreApi from core-icu4j should not cause "..." by vichang · 4 years, 8 months ago
  16. 50f89ba Calling @IntraCoreApi from core-icu4j should not cause "Core platform API violation" by Victor Chang · 4 years, 8 months ago
  17. 4a1e4dd Add exemption list for hiddenapi warnings. by Artur Satayev · 4 years, 8 months ago
  18. 82cc2a2 Remove FileDescriptor ownerId field from Core Platform API bypass by Orion Hodson · 4 years, 9 months ago
  19. eb070f0 Reland "art: Add FileDescriptor fields to native Core Platform API" by Orion Hodson · 4 years, 10 months ago
  20. 2db169c Revert "art: Add FileDescriptor fields to native Core Platform API" by Orion Hodson · 4 years, 10 months ago
  21. 47d0c47 art: Add FileDescriptor fields to native Core Platform API by Orion Hodson · 4 years, 10 months ago
  22. 814b928 Manually add java.io.Buffer private fields to the Core Platform API by Orion Hodson · 4 years, 10 months ago
  23. 2dea079 Gate access to targetsdk-max-p,q on compat framework by atrost · 4 years, 10 months ago
  24. 267366c Only allow access to @TestApi signatures in instrumented processes. by Artur Satayev · 5 years ago
  25. e58624f Various renames following the name change from "Runtime APEX" to "ART APEX". by Martin Stjernholm · 5 years ago
  26. 0039bc5 Do not change hidden API ArtMethod/ArtField access flags on AOT by David Brazdil · 6 years ago
  27. 4de9bb6 Print allowed/denied in hiddenapi warning message by David Brazdil · 6 years ago
  28. e3e0f70 Return the same dex location for dex file whether backed by dex file or not. by Nicolas Geoffray · 6 years ago
  29. 340eff4 ART: Disable kCorePlatform detection by Andreas Gampe · 6 years ago
  30. bfaba28 Fix buildbots hidden_api_test by David Brazdil · 6 years ago
  31. a5c3a80 hiddenapi domain: Use oat dex file location if available by David Brazdil · 6 years ago
  32. d51e574 Reenable core platform API violation warnings, dedupe by David Brazdil · 6 years ago
  33. 6a1dab4 Fix handling of proxy classes in hidden_api.h by David Brazdil · 6 years ago
  34. 6ad020d Pass sampled value to hidden api access logger by Andrei Onea · 6 years ago
  35. a2d2bc2 Replace libmetricslogger logging with up-call to Java for hidden api by Andrei Onea · 6 years ago
  36. e768182 hiddenapi: Print warnings for @CorePlatformApi violations by David Brazdil · 6 years ago
  37. 90faceb hiddenapi: Support 'core-platform-api' flag by David Brazdil · 6 years ago
  38. c5a96e4 Do not enter hidden API slow path when policy==Disabled by David Brazdil · 6 years ago
  39. 3f1dcd3 ART: Move dex structs into own header by Andreas Gampe · 6 years ago
  40. 1a65863 Keep pointer to original DexFile during JVMTI redefine for hiddenapi by David Brazdil · 6 years ago
  41. 813a863 Use ArtMethod::GetDex{File,Cache}() more. by Vladimir Marko · 6 years ago
  42. dcfa89b Rename and reorganize hiddenapi::ApiList by David Brazdil · 6 years ago
  43. 2bb2fbd Create SdkVersion enum, migrate users to it by David Brazdil · 6 years ago
  44. 8586569 Runtime flags only for fast/slow hiddenapi path by David Brazdil · 6 years ago
  45. f50ac10 Simplify hidden_api.h logic by David Brazdil · 6 years ago
  46. 47cd272 Remove HiddenApiAccessFlags, move content to hiddenapi:: by David Brazdil · 6 years ago
  47. c89b448 Merge "Hidden API: only log what we deny." into pi-dev am: ccd3ba9b90 by Mathew Inwood · 7 years ago
  48. 015a7ec Hidden API: only log what we deny. by Mathew Inwood · 7 years ago
  49. b2086ee Merge "Conditionalize LocAccessToEvent on Android target build." am: a128781f9e by Nicolas Geoffray · 7 years ago
  50. 8a22907 Conditionalize LocAccessToEvent on Android target build. by Nicolas Geoffray · 7 years ago
  51. e9c3bbb Do not log "None" type API accesses. by Mathew Inwood · 7 years ago
  52. 1f9d3c3 Fix hiddenapi::MemberSignature for proxies by David Brazdil · 7 years ago
  53. bb0454a Do not overwrite hidden access flags for intrinsics by David Brazdil · 7 years ago
  54. 39512f5 Fix race in hidden_api.h by David Brazdil · 7 years ago
  55. 1724520 Use tron for logging hidden API accesses. by Mathew Inwood · 7 years ago
  56. 0a054d3 Add note about tests impacted by kLogAllAccesses flag. by Mathew Inwood · 7 years ago
  57. 85b5a57 Log for light grey API accesses. by Mathew Inwood · 7 years ago
  58. 1fd97f2 Log an event on hidden API accesses. by Mathew Inwood · 7 years ago
  59. 9a13d42 Consider whitelist when listing class members. by Mathew Inwood · 7 years ago
  60. 9a81945 Treat hidden API exemptions as whitelist. by Mathew Inwood · 7 years ago
  61. 4525e0b Fix verifier/linker IncompatibleClassChangeError with hidden API by David Brazdil · 7 years ago
  62. a8503d9 Replace kAllLists policy with kJustWarn. by Mathew Inwood · 7 years ago
  63. 7996b87 Merge "Fix hiddenapi::MemberSignature for proxies" into pi-dev by David Brazdil · 7 years ago
  64. 73a64f6 Fix hiddenapi::MemberSignature for proxies by David Brazdil · 7 years ago
  65. f59ca61 Do not log "None" type API accesses. by Mathew Inwood · 7 years ago
  66. 5bcef17 Include package name in tron events. by Mathew Inwood · 7 years ago
  67. 8a6b2f3 Do not overwrite hidden access flags for intrinsics by David Brazdil · 7 years ago
  68. b8c6619 Fix race in hidden_api.h by David Brazdil · 7 years ago
  69. 1787870 Merge "Add note about tests impacted by kLogAllAccesses flag." into pi-dev by Mathew Inwood · 7 years ago
  70. 2d4d62f Use tron for logging hidden API accesses. by Mathew Inwood · 7 years ago
  71. 6d6012e Add note about tests impacted by kLogAllAccesses flag. by Mathew Inwood · 7 years ago
  72. eba8b96 Merge "Revert "Update hidden API membership of intrinsics"" into pi-dev by TreeHugger Robot · 7 years ago
  73. 5933cdb Merge "Log for light grey API accesses." into pi-dev by TreeHugger Robot · 7 years ago
  74. 0dbc8be Revert "Update hidden API membership of intrinsics" by Andreas Gampe · 7 years ago
  75. 27199e6 Log for light grey API accesses. by Mathew Inwood · 7 years ago
  76. 29d8d0b Merge "Update hidden API membership of intrinsics" into pi-dev by TreeHugger Robot · 7 years ago
  77. ba4f1a2 Merge "Log an event on hidden API accesses." into pi-dev by Mathew Inwood · 7 years ago
  78. e1954f3 Update hidden API membership of intrinsics by David Brazdil · 7 years ago
  79. 73ddda4 Log an event on hidden API accesses. by Mathew Inwood · 7 years ago
  80. 64ee8ae Consider whitelist when listing class members. by Mathew Inwood · 7 years ago
  81. f5f1f80 Revert^2 "hidden_api: Call back into libcore on hidden api detection"" by Narayan Kamath · 7 years ago
  82. 8c5de0f Revert "hidden_api: Call back into libcore on hidden api detection" by Orion Hodson · 7 years ago
  83. a9660f1 hidden_api: Call back into libcore on hidden api detection by Narayan Kamath · 7 years ago
  84. cc41239 Merge "Treat hidden API exemptions as whitelist." into pi-dev by TreeHugger Robot · 7 years ago
  85. a5dd33c Merge "Replace kAllLists policy with kJustWarn." into pi-dev by Mathew Inwood · 7 years ago
  86. c8ce5f5 Treat hidden API exemptions as whitelist. by Mathew Inwood · 7 years ago
  87. 54a99cf Fix verifier/linker IncompatibleClassChangeError with hidden API by David Brazdil · 7 years ago
  88. 6869369 Replace kAllLists policy with kJustWarn. by Mathew Inwood · 7 years ago
  89. e453a8d Revert^2 "hidden_api: Call back into libcore on hidden api detection"" by Narayan Kamath · 7 years ago
  90. 9e68ade Revert "hidden_api: Call back into libcore on hidden api detection" by Orion Hodson · 7 years ago
  91. 757a9d0 hidden_api: Call back into libcore on hidden api detection by Narayan Kamath · 7 years ago
  92. 80f5fe5 ART: Refactor hidden_api by Andreas Gampe · 7 years ago
  93. aa12001 ART: Refactor hidden_api by Andreas Gampe · 7 years ago