1. c55cc17e Changes some correctness compose:ui lint checks to be warnings, not errors by Louis Pullen-Freilich · 3 years, 6 months ago
  2. 46cb78d Include version of androidx.inspection:inspection in inspector by Sergey Vasilinets · 3 years, 8 months ago
  3. a46b3c9 Merge "Minor clean up in ReflectionScope" into androidx-main by Sergey Vasilinets · 3 years, 7 months ago
  4. a9fdfc6 Minor clean up in ReflectionScope by Sergey Vasilinets · 3 years, 7 months ago
  5. 9e38b4f Standardize to more kt-compatible syntax by Jim Sproch · 3 years, 8 months ago
  6. 3765de9 Properly package compose inspector by Sergey Vasilinets · 3 years, 7 months ago
  7. 4f8173f Fix dexTask is uninitialized error by Sergey Vasilinets · 3 years, 8 months ago
  8. 88e5f5d Improve inspection build infrastructure by Sergey Vasilinets · 3 years, 8 months ago
  9. e3c63a8 Compose Inspection: resolve lambda location by Sergey Vasilinets · 3 years, 8 months ago
  10. 26ed2e0 Package compose-ui inspector into parent artifact by David Herman · 3 years, 8 months ago
  11. b9074a7 Workaround for lint check severity issue in 27.2.0-beta02 by Alan Viverette · 3 years, 8 months ago
  12. 80fa0f6 Merge "Bump version of inspection artifact to stable." into androidx-main by Sergey Vasilinets · 3 years, 8 months ago
  13. bc3291c Mark inspection:inspection SNAPSHOT_AND_RELEASE by Sergey Vasilinets · 3 years, 8 months ago
  14. 0595f2e Bump version of inspection artifact to stable. by Sergey Vasilinets · 3 years, 8 months ago
  15. 0256f57 Migrate InspectionPlugin to use shadow plugin by Sergey Vasilinets · 3 years, 10 months ago
  16. 04506b3 Generate purposefully empty & unused class that will be removed by proguard. by Sergey Vasilinets · 3 years, 10 months ago
  17. 19b28c0 Android Gradle Plugin 4.2.0-alpha15 by Jeff Gaston · 3 years, 11 months ago
  18. 74cc259 Migrate all projects with CompilationTarget.HOST to use LibraryType. by Owen Gray · 4 years ago
  19. 039e644 Move inspection library to beta. by Sergey Vasilinets · 4 years ago
  20. 3aa5a20 Update to use Metalava V4 file format by Aurimas Liutikas · 4 years ago
  21. 7531105 Upgrade to protobuf gradle plugin 0.8.13 by Aurimas Liutikas · 4 years ago
  22. 47b5859 Merge "Enable API tracking for inspection/inspection" into androidx-master-dev by Treehugger Robot · 4 years ago
  23. c6e8b5f Enable API tracking for inspection/inspection by Sergey Vasilinets · 4 years ago
  24. 3de099a Package WorkManager inspector in WorkManager's aar itself by Sergey Vasilinets · 4 years ago
  25. 04f7471 Formatting for ktlint 0.39.0 by Jeff Gaston · 4 years ago
  26. 249ece2 Merge "Use artTooling instead of artTI" into androidx-master-dev by Sergey Vasilinets · 4 years ago
  27. 9d3bf5f Merge changes from topic "kotlin1_4" into androidx-master-dev by Aurimas Liutikas · 4 years, 1 month ago
  28. a3fc8f7 Fix inspection gradle plugin failures on module-info.class by Sergey Vasilinets · 4 years, 1 month ago
  29. e063998 Use artTooling instead of artTI by Sergey Vasilinets · 4 years, 1 month ago
  30. 9f18bd1 Clean up InspectorEnvironment from ArtToolInterface methods by Sergey Vasilinets · 4 years, 1 month ago
  31. bd4074f Migrate TestInspectorEnvironments to use ArtToolInterface by Sergey Vasilinets · 4 years, 1 month ago
  32. 71dce857 Introduce ArtToolInterface by Sergey Vasilinets · 4 years, 1 month ago
  33. f2ec437 Migrate Sqlite Inspector to use provided threads by Sergey Vasilinets · 4 years, 2 months ago
  34. b50d500 Update POM URL to point to specific release by Alex Saveau · 4 years, 2 months ago
  35. 6355e3b Revert "Update POM URL to point to specific release" by Aurimas Liutikas · 4 years, 2 months ago
  36. 865cee4 Update POM URL to point to specific release by Alex Saveau · 4 years, 2 months ago
  37. 68d96fd Provide Executors in Inspectors by Sergey Vasilinets · 4 years, 2 months ago
  38. 8e8ac13 Upgrade to protobuf-gradle-plugin:0.8.12 by Aurimas Liutikas · 4 years, 3 months ago
  39. 347182a Update baselines for Android 11, fix weird Kotlin compiler error by Alan Viverette · 4 years, 3 months ago
  40. 8cf6fc5 Support queries cancellation by Sergey Vasilinets · 4 years, 6 months ago
  41. c351bfc Update kotlin to 1.3.70 by Dustin Lam · 4 years, 6 months ago
  42. 17e29be Update kotlin-coroutines to 1.3.4 by Dustin Lam · 4 years, 6 months ago
  43. 3475009 Prepare for AGP 4.0 source incompatibilities. by Aurimas Liutikas · 4 years, 7 months ago
  44. c834c10 addCancellationListener to CommandCallback by Sergey Vasilinets · 4 years, 7 months ago
  45. 0e965b8 Inspection plugin: JarJar deps by Sergey Vasilinets · 4 years, 8 months ago
  46. 0a3773c Hook InspectionPlugin in buildOnServer by Sergey Vasilinets · 4 years, 8 months ago
  47. 9426385 Merge "Inspection plugin: configure protobuf automatically" into androidx-master-dev by Sergey Vasilinets · 4 years, 8 months ago
  48. 95f91db Inspection plugin: configure protobuf automatically by Sergey Vasilinets · 4 years, 8 months ago
  49. ce468a9 Moving LibraryVersion into LibraryGroup for libraries having requireSameVersion == true by Jeff Gaston · 4 years, 8 months ago
  50. 511969f InspectionPlugin: dex code in aar by Sergey Vasilinets · 4 years, 8 months ago
  51. a07283f Minor inspection plugin gradle error polish by David Herman · 4 years, 9 months ago
  52. d87a2af Merge "Create InspectionPlugin" into androidx-master-dev by Treehugger Robot · 4 years, 9 months ago
  53. 4e97056 Create InspectionPlugin by Sergey Vasilinets · 4 years, 9 months ago
  54. a356776 Change annotation dep from implementation to api by Nick Anthony · 4 years, 9 months ago
  55. c05561f Update android lint baseline by Aurimas Liutikas · 4 years, 10 months ago
  56. c3f7174 Change InspectorEnvironment to callback-like API by Sergey Vasilinets · 5 years ago
  57. fcbc0f2 Introduce InspectorEnvironment by Sergey Vasilinets · 5 years ago
  58. dcc8060 Use api instead of deprecated compile dependency by Aurimas Liutikas · 5 years ago
  59. df39ef0 Bump EchoInspectionTest to @Medium by Sergey Vasilinets · 5 years ago
  60. 4105f030 Inspection Testing Module by Sergey Vasilinets · 5 years ago
  61. 7751b3d Expose Connection object in Inspector by Peter Xu · 5 years ago
  62. 952cae7 Introduce CommandCallback by Sergey Vasilinets · 5 years ago
  63. 7b70a4f Add Connection abstract class by Peter Xu · 5 years ago
  64. 3a334b0 Add create / dispose hooks for Inspector by Sergey Vasilinets · 5 years ago
  65. 8673280f Setup empty project for experimental AndroidX Inspection by Sergey Vasilinets · 5 years ago