1. 57bf165 Merge branch 'upstream-google' into third_upstream_to_master by Ang Li · 1 year, 2 months ago
  2. 8f70b39 Add android build bp files by Rex Hoffman · 1 year, 7 months ago
  3. b4e2876 refac: catchAndPrintStackTrace warning fix by hellosagar · 2 years ago
  4. 87a755c refac: stringSplitter warning fix by hellosagar · 2 years ago
  5. c5a926c Cache the helper runners per sandbox by Paul Sowden · 2 years ago
  6. ca6e963 Support test methods that have parameters by Paul Sowden · 2 years ago
  7. 40d2696 Fix raw class definitions by Paul Sowden · 2 years ago
  8. 5c33f34 Return the original method's test name by Googler · 2 years, 4 months ago
  9. ff78471 Merge InvokeDynamicClassInstrumentor into ClassInstrumentor by Googler · 2 years, 11 months ago
  10. c76ccd2 Remove OldClassInstrumentor by Googler · 3 years ago
  11. 207c22d Update gradle dependencies by utzcoz · 3 years, 3 months ago
  12. 659ddd9 Fix syntax warning of build.gradle by utzcoz · 3 years, 4 months ago
  13. 4acb2a5 All test methods run in the same thread by xiangyang · 3 years, 6 months ago
  14. 5987224 Update JUnit to 4.13.1 by hoisie · 3 years, 8 months ago
  15. a6843b0 Transform markdown javadoc code javadoc to plain javadoc by hoisie · 4 years ago
  16. dda4709 Use @AutoFactory for building ShadowWranglers. by Christian Williams · 4 years, 3 months ago
  17. f5371b5 Refactor ShadowWrangler to delegate to a ShadowMatcher for making SDK-level decisions. by Christian Williams · 4 years, 3 months ago
  18. d92f6f0 Upgrade to Android Gradle Plugin 3.5.3 and Gradle 5.4.1. by Christian Williams · 4 years, 4 months ago
  19. 1218438 Added a plugin mechanism to provide a custom ShadowWrangler specialization by Googler · 4 years, 8 months ago
  20. 4eb3592 Added a way to specify classes to not instrument based on a regex by Googler · 4 years, 9 months ago
  21. 6ab25c0 Fix SandboxClassLoader to properly inherit from erstwhileClassLoader by Googler · 5 years ago
  22. ccbf4e2 Revert to `api` dependencies because of Android Studio bug. by Christian Williams · 5 years ago
  23. 316e3f0 Make it clear that Util.sneakyThrow() disrupts program flow. by christianw · 5 years ago
  24. 91af73f Merge pull request #4645 from robolectric:jakew/sneaky-throw/2019-02-17 by Copybara Robolectric Bot · 5 years ago
  25. 0e4184c Obtain ShadowProviders via Injector. by christianw · 5 years ago
  26. 13cc3ef Use 'sneaky throw' technique instead of Unsafe by Jake Wharton · 5 years ago
  27. 8562fad Refactor sandbox creation. by christianw · 5 years ago
  28. 872f8e9 Internal change by Christian Williams · 5 years ago
  29. be841e2 Fix @Test(timeout) so it still runs tests on the main sandbox thread. by Christian Williams · 5 years ago
  30. 097fea8 Change JUnit's behavior so tests with timeout still run on sandbox thread. by Christian Williams · 5 years ago
  31. cf5b1e9 Run tests on sandbox's thread. by Christian Williams · 5 years ago
  32. cbf527b Run everything in the AndroidSandbox on its own thread. by Christian Williams · 5 years ago
  33. 128c48c Get PerfStatsReporters via Injector. Add simple implementation. by christianw · 5 years ago
  34. 0c74752 Internal change by christianw · 5 years ago
  35. 178ea21 Classes in org.robolectric.pluginapi always come from top-level classloader. by Christian Williams · 5 years ago
  36. a00b46f Remove unnecessary @Override SandboxTestRunner.runChild(). by Christian Williams · 6 years ago
  37. 9dc1af1 Bump deps versions for AGP, truth, errorprone, findbugs, etc. by Christian Williams · 6 years ago
  38. c35a9db Merge branch 'master' into better_gradle by Christian Williams · 6 years ago
  39. 0d4f5f6 Defer shadow picking to the first use of the corresponding framework class. by Christian Williams · 6 years ago
  40. 8ce6019 New ShadowPicker strategy for switching between shadows (e.g. for AssetManager). by Christian Williams · 6 years ago
  41. 32cec50 Migrate to user modern gradle features by Gautam Korlam · 6 years ago
  42. 0b26177 Internal change by brettchabot · 6 years ago
  43. 8c01377 Import 'Support ATSL 1.0.2 final' by brettchabot · 6 years ago
  44. 87b9f7d Fix brokenness. by Christian Williams · 6 years ago
  45. d41ca23 Merge branch 'master' into custom_acquires by Gautam Korlam · 6 years ago
  46. 2706510 Fix ParameterizedRobolectricTestRunner to clone params after sandbox is configured. by Christian Williams · 6 years ago
  47. 27250ac Fix JDK 9 breakage. by Jonathan Gerrish · 6 years ago
  48. c4810fa Provide a way for excluding packages to acquire in the sandbox class loader by Gautam Korlam · 6 years ago
  49. e71f919 Refactor for clarity. Kill ShadowMap statics. by Christian Williams · 6 years ago
  50. 3f02445 Merge ShadowConfig and ShadowInfo. by Christian Williams · 6 years ago
  51. 9551151 Dedupe some caching. by Christian Williams · 6 years ago
  52. 575e13d Add metric for loading resources. by Christian Williams · 7 years ago
  53. abdade6 Collect performance stats. by Christian Williams · 7 years ago
  54. 435d8428 Bump to error-prone plugin 0.0.13 to kill a deprecation warning. by Christian Williams · 7 years ago
  55. 62154de Remove workaround for errorprone bug by Brett Chabot · 7 years ago
  56. 32981f3 Use a constant version of errorprone as workaround for errorprone bug https://github.com/google/error-prone/issues/711 by Brett Chabot · 7 years ago
  57. 691fdd5 tmp: disable error prone plugin as workaround for https://github.com/google/error-prone/issues/711 by Brett Chabot · 7 years ago
  58. 851f2a9 Optimize imports. by Christian Williams · 7 years ago
  59. 793ee1d Rename projects. by Christian Williams · 7 years ago