1. 57bf165 Merge branch 'upstream-google' into third_upstream_to_master by Ang Li · 1 year, 2 months ago
  2. 58bd83a Merge branch 'upstream-google' into upgrade by Rex Hoffman · 1 year, 6 months ago
  3. 8f70b39 Add android build bp files by Rex Hoffman · 1 year, 7 months ago
  4. 00b4137 Enable new_robolectric sdk and logging by Rex Hoffman · 1 year, 7 months ago
  5. 85f18d0 Merge branch 'google' into 'master' by Michael Hoisie · 1 year, 8 months ago
  6. aab24ad Respect ShadowProvider priority when populating the ShadowPicker map by Michael Hoisie · 1 year, 8 months ago
  7. b35b01c Add call to $$robo$init for Jacoco-instrumented constructors by Michael Hoisie · 1 year, 8 months ago
  8. 4091c1c Merge branch 'google' into 'master' by Michael Hoisie · 1 year, 8 months ago
  9. 32f97fc Fix several edge cases in constructor instrumentation by Michael Hoisie · 1 year, 8 months ago
  10. 26ed520 Create check to see if constructor can be instrumented by Samuel Liu · 1 year, 8 months ago
  11. 74a6c71 Reuse bytecode of ClassWriter for ProxyMaker by utzcoz · 1 year, 9 months ago
  12. 6507fc6 Add alternative to Unsafe.defineAnonymousClass by Sorin Basca · 1 year, 11 months ago
  13. 06fc775 Add back invokedynamic perf stats collector by Samuel Liu · 1 year, 9 months ago
  14. 07b222b Remove dead code that uses Plan based instrumentation (ClassHandler.Plan) by Samuel Liu · 1 year, 9 months ago
  15. 6899b8c Merge branch 'google' into 'master' by Michael Hoisie · 1 year, 9 months ago
  16. ba96679 refac: rethrowReflectiveOperationExceptionAsLinkageError warning fix by hellosagar · 2 years ago
  17. 2de223e Refactor AndroidSandbox to support invalidating SQLite shadows by Michael Hoisie · 1 year, 9 months ago
  18. b03968e fix: remove the unused variable warning by hellosagar · 1 year, 9 months ago
  19. 2104160 Remove unused test code by Michael Hoisie · 1 year, 9 months ago
  20. f0f87a3 refac: unusedMethod warning fix by hellosagar · 2 years ago
  21. 37455d1 Merge branch 'google' into 'master' by Michael Hoisie · 2 years ago
  22. 2380a6c Extract auto-service version to gradle.properties by utzcoz · 2 years ago
  23. 7e005cf Use a MultiMap when loading ShadowProviders in ShadowMap by Michael Hoisie · 2 years, 1 month ago
  24. e938155 Support JDK 1.8 in ShadowWrangler invokespecial logic by Michael Hoisie · 2 years, 2 months ago
  25. e27800a Make ClassValueMap.get a one-liner and make it thread safe by Michael Hoisie · 2 years, 3 months ago
  26. 0b250b9 Add interceptor for Reference.refersTo. by brettchabot · 2 years, 4 months ago
  27. 11685a1 Add support for touch mode by Googler · 2 years, 8 months ago
  28. c7a211f Reformat AndroidInterceptors by Googler · 2 years, 4 months ago
  29. 298fabd Retain outer class assignment in the constructor by Googler · 2 years, 5 months ago
  30. 14300eb Simplify SparseArray.set instrumentation by Michael Hoisie · 2 years, 5 months ago
  31. 4868947 Intercept the getInt$() and setInt$(int) functions on FileDescriptor so that it properly returns/sets the fd int. by Michael Hoisie · 2 years, 5 months ago
  32. e9e25a4 Makes sparse array implement the set() method for all api levels by adding the byte code for it in the ClassInstrumentor. by Googler · 2 years, 5 months ago
  33. b9048ef Use invokespecial when invoking shadow constructors by hoisie · 2 years, 5 months ago
  34. a21a800 Run google-java-format on ShadowWrangler by Michael Hoisie · 2 years, 5 months ago
  35. 108c31f Move ShadowWranglerIntegrationTest.ShadowFooParent to sandbox testing package by hoisie · 2 years, 5 months ago
  36. 7ec9ef3 Merge pull request #6866 from robolectric/piper_410440888 by Michael Hoisie · 2 years, 7 months ago
  37. 0f1c9be Limit instrumentation on interfaces by hoisie · 2 years, 7 months ago
  38. 45724fa Remove inaccessible Google issue tracker links by hoisie · 2 years, 7 months ago
  39. 5b1bd88 Bump asm to 9.2 to support JDK 17 and 18 by utzcoz · 2 years, 7 months ago
  40. ee5a8bb Deprecate the proxy version of directlyOn by hoisie · 2 years, 7 months ago
  41. e40fe6f Always look for tzdata in the corresponding android-all jar instead of the classpath by dennismeng · 2 years, 8 months ago
  42. c5fcbf9 Extract guava version as gradle property by utzcoz · 3 years ago
  43. 24c7169 Include stack trace in System.log[WE] calls. by Googler · 2 years, 9 months ago
  44. 1184c9d Add @InlineMe to deprecated ShadowLooper APIs. Upgrade error-prone to 2.9.0. by Googler · 2 years, 10 months ago
  45. 4fb4565 Instrument default interface methods by Googler · 2 years, 11 months ago
  46. 5f896fa Merge pull request #6644 from robolectric/piper_387444242 by Michael Hoisie · 2 years, 10 months ago
  47. c819f4c Remove InvokeDynamic perf stats by hoisie · 2 years, 11 months ago
  48. ff78471 Merge InvokeDynamicClassInstrumentor into ClassInstrumentor by Googler · 2 years, 11 months ago
  49. e717dd6 Merge pull request #6622 from robolectric/piper_385107747 by Michael Hoisie · 2 years, 10 months ago
  50. cf72bd4 Intercept calls to methods in {@link Socket} not present in the OpenJDK. by Googler · 2 years, 11 months ago
  51. c76ccd2 Remove OldClassInstrumentor by Googler · 2 years, 11 months ago
  52. c3d5273 Adding support for @ReflectorObject. by devashru · 3 years ago
  53. cd5027b Fixes an error when mocking a generic method with Mockk by Oleg Golberg · 3 years ago
  54. 6d59157 Add ability to dump ProxyMaker generated classes by hoisie · 3 years, 1 month ago
  55. a313b31 Add perf stat around ProxyMaker instance creation by hoisie · 3 years, 1 month ago
  56. 603f1ad Add perf stat for defining ProxyMaker classes by hoisie · 3 years, 2 months ago
  57. cb39976 Extract mockitoVersion to gradle.properties by utzcoz · 3 years, 2 months ago
  58. 207c22d Update gradle dependencies by utzcoz · 3 years, 2 months ago
  59. e6e25ae Upgrade ErrorProne and fix ErrorProne related build errors by hoisie · 3 years, 3 months ago
  60. 659ddd9 Fix syntax warning of build.gradle by utzcoz · 3 years, 4 months ago
  61. d3da683 Merge pull request #6218 from robolectric/piper_357271137 by Michael Hoisie · 3 years, 4 months ago
  62. e0aa4a8 Move overriding PolicyManager.makeNewWindow to ShadowPolicyManager by hoisie · 3 years, 4 months ago
  63. 3c4c3fa Fix the warning MissingOverride by utzcoz · 3 years, 4 months ago
  64. 84cb1ff Fix the warning EqualsGetClass by utzcoz · 3 years, 4 months ago
  65. 7259aa0 Disable instrumenting AndroidX classes by default by hoisie · 3 years, 4 months ago
  66. 56d4787 Move AndroidConfigurer and AndroidInterceptors to sandbox project by hoisie · 3 years, 5 months ago
  67. 2865d95 Merge pull request #6168 from robolectric/piper_353074349 by Michael Hoisie · 3 years, 4 months ago
  68. 2d884eb Revert some recently added native method logic in ClassInstrumentor by hoisie · 3 years, 5 months ago
  69. 58afa94 Synchronize Truth version being used to be v1.1.1 by Al Sutton · 3 years, 5 months ago
  70. d2f51aa Lay the groundwork to use preinstrumented android-all jars in Robolectric. by hoisie · 3 years, 5 months ago
  71. e365416 Move debug class dump logic from ClassInstrumentor to SandboxClassLoader by hoisie · 3 years, 5 months ago
  72. b94b2db Collect stats about number of classes instrumented per package by hoisie · 3 years, 5 months ago
  73. c2ebe87 Avoid ClassNode construction for classes that do not get instrumented by hoisie · 3 years, 5 months ago
  74. 232c4ce Merge pull request #6150 from robolectric/piper_351244756 by Michael Hoisie · 3 years, 5 months ago
  75. 12248b1 Combine final field removal logic in ClassInstrumentor by hoisie · 3 years, 5 months ago
  76. 3aa658d Remove reference to obsolete bytecode version 51 by hoisie · 3 years, 5 months ago
  77. 7ae2a48 Merge pull request #6120 from robolectric/piper_348078413 by Michael Hoisie · 3 years, 5 months ago
  78. 4b76069 Merge pull request #6127 from robolectric/piper_349302173 by Michael Hoisie · 3 years, 5 months ago
  79. 55c725a Add the ability to dump Robolectric instrumented classes to files by hoisie · 3 years, 6 months ago
  80. af3e3dc Collect perf stats for invokedynamic bootstrapping by hoisie · 3 years, 5 months ago
  81. e411e8b Remove constructor instrumentation for obsolete Google Maps V1 API by hoisie · 3 years, 6 months ago
  82. 5987224 Update JUnit to 4.13.1 by hoisie · 3 years, 8 months ago
  83. ebe4d99 Remove JarInstrumentor by hoisie · 3 years, 8 months ago
  84. 9972d62 Support running on JDK 15 by Aaron He · 3 years, 9 months ago
  85. 1eec7a9 Do not acquire Mockito's MockMethodDispatcher by hoisie · 3 years, 10 months ago
  86. 53b12d6 Do not instrument BouncyCastle and Conscrypt by hoisie · 3 years, 10 months ago
  87. 7a7da8c Remove SandboxClassLoader.getPackage override by hoisie · 3 years, 11 months ago
  88. 894adff Exclude `io.mockk` from AndroidConfigurer and JarInstrumentor by Michael Hoisie · 4 years ago
  89. a6843b0 Transform markdown javadoc code javadoc to plain javadoc by hoisie · 4 years ago
  90. 9e1ca62 Convert Markdown javadoc lists and headers to regular javadoc by hoisie · 4 years ago
  91. 0f7c3d2 Support running on Java 13. by Christian Williams · 4 years, 2 months ago
  92. dda4709 Use @AutoFactory for building ShadowWranglers. by Christian Williams · 4 years, 3 months ago
  93. f5371b5 Refactor ShadowWrangler to delegate to a ShadowMatcher for making SDK-level decisions. by Christian Williams · 4 years, 3 months ago
  94. d92f6f0 Upgrade to Android Gradle Plugin 3.5.3 and Gradle 5.4.1. by Christian Williams · 4 years, 3 months ago
  95. 6d28613 Upgrade to truth 1.0.1 and force annotation processor to use errorprone 2.3.4 by Brett Chabot · 4 years, 4 months ago
  96. 0885c87 Merge branch 'master' into z/cleanupAutoService by brettchabot · 4 years, 4 months ago
  97. cbdc20e Mark fields and methods added to classes as synthetic by Googler · 4 years, 4 months ago
  98. f44d9c1 Use compileOnly + -annotations artifact everywhere else it's used by Zac Sweers · 4 years, 5 months ago
  99. 15323dc Update autoservice to rc6 by Zac Sweers · 4 years, 5 months ago
  100. 1218438 Added a plugin mechanism to provide a custom ShadowWrangler specialization by Googler · 4 years, 7 months ago