1. c03eafe DO NOT MERGE: Make veridex resolve API conflicts in favor of most accessible by Paul Duffin · 2 years ago
  2. 62347b8 Stop disting veridex for sdk by Anton Hansson · 2 years, 7 months ago
  3. f029520 Non-module targets in art. by Bob Badour · 2 years, 9 months ago
  4. 611d71c Fix a few non-inclusive terms by Orion Hodson · 3 years, 4 months ago
  5. 1dc77ab Disable most ART source modules when ART prebuilts are enabled. by Martin Stjernholm · 3 years, 8 months ago
  6. 9150de6 [LSC] Add LOCAL_LICENSE_KINDS to art by Bob Badour · 3 years, 10 months ago
  7. 7eb5a95 Added extra safety in veridex by Hyangseok Chae · 4 years ago
  8. f50ee05 replace "whitelist" with "sdk" in appcompat.sh by Jeongik Cha · 4 years, 4 months ago
  9. 02db072 Rename api lists by Andrei Onea · 4 years, 5 months ago
  10. 05fe07c Add warning comments on format by Jeongik Cha · 5 years ago
  11. 39c399a Report any non-app signatures. by Artur Satayev · 5 years ago
  12. 7acb846 Allow excluding API list values via command line arguments. by Artur Satayev · 5 years ago
  13. 5012df2 Do not initialize VeriClass java objects unless precise mode is enabled. by Artur Satayev · 5 years ago
  14. e47933a Replace more occurrences of `make` with `m` in ART. by Roland Levillain · 5 years ago
  15. 50037df Install appcompat.sh for use by make rules by Paul Duffin · 5 years ago
  16. 0dc93b1 ART: Run bpfmt over ART's blueprint files by Andreas Gampe · 6 years ago
  17. d76e123 veridex: Add cmd line flag to filter app classes by name by David Brazdil · 6 years ago
  18. 3b23f75 Use the right directory for the csv file. by Nicolas Geoffray · 6 years ago
  19. 4080b8f Veridex: Explicitly enable Darwin target by Orion Hodson · 6 years ago
  20. f2bfc6c Fix veridex reporting by David Brazdil · 6 years ago
  21. 9788b69 Fix braino in HiddenApi::IsInAnyList. by Nicolas Geoffray · 6 years ago
  22. 90faceb hiddenapi: Support 'core-platform-api' flag by David Brazdil · 6 years ago
  23. ad1aa63 ART: Move Signature to its own header by Andreas Gampe · 6 years ago
  24. 3f1dcd3 ART: Move dex structs into own header by Andreas Gampe · 6 years ago
  25. 104b6d8 Honor ANDROID_LOG_TAGS when logging. by Dario Freni · 6 years ago
  26. 91690d3 hiddenapi: Convert API lists to a flags CSV file by David Brazdil · 6 years ago
  27. dcfa89b Rename and reorganize hiddenapi::ApiList by David Brazdil · 6 years ago
  28. 123333a Remove dependencies on libutils. by Martin Stjernholm · 6 years ago
  29. eead626 Merge "Revert "Link compression libs statically into libartbase and use those everywhere."" by Nicolas Geoffray · 6 years ago
  30. 65ed42a Revert "Link compression libs statically into libartbase and use those everywhere." by Nicolas Geoffray · 6 years ago
  31. 47cd272 Remove HiddenApiAccessFlags, move content to hiddenapi:: by David Brazdil · 6 years ago
  32. 8a94003 Link compression libs statically into libartbase and use those everywhere. by Martin Stjernholm · 6 years ago
  33. 584771b ART: Fix tidy bugprone-macro-parentheses by Andreas Gampe · 6 years ago
  34. 9b031f7 ART: Refactor for bugprone-argument-comment by Andreas Gampe · 6 years ago
  35. 370f041 ART: Give veridex ART defaults by Andreas Gampe · 6 years ago
  36. c7a6c47 Suppress dupe output references in veridex. by Anton Hansson · 6 years ago
  37. 5762ea0 Remove superfluous '{'. by Nicolas Geoffray · 6 years ago
  38. 216917a Use consistent style when checking env vars. by Dario Freni · 6 years ago
  39. a525de7 Accept an optional PACKAGING env parameter. by Dario Freni · 6 years ago
  40. b81c15f Merge "Provide an error message for missing dex-file arg." by Anton Hansson · 6 years ago
  41. a0609e0 Provide an error message for missing dex-file arg. by Anton Hansson · 6 years ago
  42. 9ed3a16 Make veridex not output whitelisted uses by default. by Anton Hansson · 6 years ago
  43. 3817a46 Fix problems with veridex packaging by Dan Willemsen · 6 years ago
  44. 6c2cfb5 Add a --whitelist and --only-report-sdk-uses to veridex. by Nicolas Geoffray · 6 years ago
  45. 1580ab2 ART: Fix tidy warnings in veridex by Andreas Gampe · 6 years ago
  46. bbc6e7e Use 'final' and 'override' specifiers directly in ART. by Roland Levillain · 6 years ago
  47. 8f75f7b Move veridex to ClassAccessor by Mathieu Chartier · 6 years ago
  48. e166fac Add a public error code to DexFileLoader::OpenAll. by Dario Freni · 6 years ago
  49. 35d5b8a ART: Do not use std::<container>::at(). by Vladimir Marko · 6 years ago
  50. 1b930ca Follow rename from removing desugar support by Colin Cross · 7 years ago
  51. 0f22ea5 Add system and oahl stubs to veridex.zip by Nicolas Geoffray · 7 years ago
  52. 8fb6784 Add sdk destinations for appcompat.sh related files. by Nicolas Geoffray · 7 years ago
  53. 1f01016 Move ArtDexFileLoader to libdexfile by David Sehr · 7 years ago
  54. 66166d5 [veridex] Add a --target-sdk-version to avoid false positives. by Nicolas Geoffray · 7 years ago
  55. e2b4195 [veridex] Reflection detection improvements. by Nicolas Geoffray · 7 years ago
  56. 756fddf Update art references to prebuilts. by Anton Hansson · 7 years ago
  57. 909b127 [veridex] New veridex improvements. by Nicolas Geoffray · 7 years ago
  58. 4f6e523 [veridex] Reflective usage detection improvements. by Nicolas Geoffray · 7 years ago
  59. 2ebff05 [veridex] Add a flow analysis pass to detect precise reflection usages. by Nicolas Geoffray · 7 years ago
  60. bce495e [veridex] Detect more reflection uses. by Nicolas Geoffray · 7 years ago
  61. 11ed027 [veridex] Detect reflection uses. by Nicolas Geoffray · 7 years ago
  62. d1ef717 [veridex] Add an appcompat rule and appcompat.sh script. by Nicolas Geoffray · 7 years ago
  63. 534a0a1 [veridex] Log when linking against private APIs. by Nicolas Geoffray · 7 years ago
  64. e826477 [veridex] Resolve all type_id/method_id/field_id in app dex files. by Nicolas Geoffray · 7 years ago
  65. dd96ed3 Add resolver to veridex. by Nicolas Geoffray · 7 years ago
  66. 51cba19 Add veridex project. by Nicolas Geoffray · 7 years ago