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. 101460d refac: missingSummary warning fix by hellosagar · 2 years ago
  4. 37455d1 Merge branch 'google' into 'master' by Michael Hoisie · 2 years ago
  5. 2380a6c Extract auto-service version to gradle.properties by utzcoz · 2 years ago
  6. 7e005cf Use a MultiMap when loading ShadowProviders in ShadowMap by Michael Hoisie · 2 years ago
  7. 207c22d Update gradle dependencies by utzcoz · 3 years, 2 months ago
  8. b1ffa56 Execute google-java-format-diff.py directly on CI machines by hoisie · 3 years, 3 months ago
  9. d20da64 Merge pull request #6267 from robolectric/piper_361603586 by Michael Hoisie · 3 years, 3 months ago
  10. e6e25ae Upgrade ErrorProne and fix ErrorProne related build errors by hoisie · 3 years, 3 months ago
  11. 3200010 Migrate to preferred `BugCheckerRefactoringTestHelper.newInstance` overload by Googler · 3 years, 3 months ago
  12. 659ddd9 Fix syntax warning of build.gradle by utzcoz · 3 years, 4 months ago
  13. ba71012 Fix the warning ClassCanBeStatic of DeprecatedMethodsCheck.java by utzcoz · 3 years, 4 months ago
  14. 58afa94 Synchronize Truth version being used to be v1.1.1 by Al Sutton · 3 years, 4 months ago
  15. 2c45494 Fix Tree#toString warning by bhagwani · 3 years, 7 months ago
  16. 5987224 Update JUnit to 4.13.1 by hoisie · 3 years, 8 months ago
  17. 6722fda Remove use of about-to-be-deprecated @BugPattern.providesFix. by Googler · 4 years, 2 months ago
  18. d92f6f0 Upgrade to Android Gradle Plugin 3.5.3 and Gradle 5.4.1. by Christian Williams · 4 years, 3 months ago
  19. 6d28613 Upgrade to truth 1.0.1 and force annotation processor to use errorprone 2.3.4 by Brett Chabot · 4 years, 3 months ago
  20. 88c8824 Force to errorprone 2.3.4 to support jdk11 by Brett Chabot · 4 years, 3 months ago
  21. f44d9c1 Use compileOnly + -annotations artifact everywhere else it's used by Zac Sweers · 4 years, 4 months ago
  22. 15323dc Update autoservice to rc6 by Zac Sweers · 4 years, 4 months ago
  23. 7eb8a57 Remove unused code by Googler · 4 years, 10 months ago
  24. 63ef277 Remove error prone check, too many false positives. by jongerrish · 5 years ago
  25. 10e1a09 Break org.robolectric:annotations -> org.robolectric:shadow-api dependency. by brettchabot · 5 years ago
  26. 99b2efc Update to truth 0.44 by brettchabot · 5 years ago
  27. 3e02b9b Reformat bugcheckers by Googler · 5 years ago
  28. aa3620c Remove uses of @BugPattern.category by Googler · 5 years ago
  29. 2045ab6 Cloned from CL 225628948 by 'g4 patch'. by christianw · 5 years ago
  30. 2109cf3 Fix bug checker links. by christianw · 6 years ago
  31. 5772d38 Bump to errorprone 2.3.2. by Christian Williams · 6 years ago
  32. e723a29 Fix overlapping replacement issues and broken tests. by Christian Williams · 6 years ago
  33. 86851b6 Fix imports by Christian Williams · 6 years ago
  34. 4887495 Fix bugs in migrator, ish. by Christian Williams · 6 years ago
  35. 1fb253d Refactor deprecated ShadowApplication.getLatest___(). by Christian Williams · 6 years ago
  36. 035d9c1 Migrator improvements for public consumption. by Christian Williams · 6 years ago
  37. bcb7a60 Run auto-service annotation processor. by Christian Williams · 6 years ago
  38. 9dc1af1 Bump deps versions for AGP, truth, errorprone, findbugs, etc. by Christian Williams · 6 years ago
  39. 2dc84e3 Fix build. by Christian Williams · 6 years ago
  40. 262742e Fix errorprone compile issue. by Christian Williams · 6 years ago
  41. e448589 Change @Implementation methods to be protected rather than public. by Christian Williams · 6 years ago
  42. 03d16ec Don't force @Implementation methods on @Implements(isInAndroidSdk=false) shadows to protected. by christianw · 6 years ago
  43. f41e0a4 @Implementation methods for @hide/system APIs (marked @HiddenApi) can stay public, for test convenience. by christianw · 6 years ago
  44. 0de4951 Qualify types rather than importing. by Googler · 6 years ago
  45. 39117d0 Use #getSymbol to access a MemberSymbol. by Googler · 6 years ago
  46. 22c90d6 Fix field assignment of `shadowX` -> `shadowOf(x)` refactoring. by christianw · 6 years ago
  47. 90f63ba Error Prone API change. by Googler · 6 years ago
  48. afc5308 Add a link to ShadowUsageCheck documentation. by christianw · 6 years ago
  49. 4d8945a Improve RobolectricShadow BugChecker to avoid compilation problems. by christianw · 6 years ago
  50. d31a2ab Don't use public API methods if they were only recently added. by christianw · 6 years ago
  51. dca36a0 Don't suggest changes to inner shadow classes. by christianw · 6 years ago
  52. cc97982 More refactoring correctness. by christianw · 6 years ago
  53. 03280be Fix more issues with overlapping fixes and identity assignments. by christianw · 6 years ago
  54. f495b64 Redress overlapping-fix problem related to changing multiple interacting variables from shadows to normal instances. by christianw · 6 years ago
  55. 6a6e9e7 Kill cargo-culted copyrights. by christianw · 6 years ago
  56. 9197ded Switch ShadowUsageCheck from MethodInvocationTreeMatcher to ClassTreeMatcher so more complex transforms can be suggested without causing overlapping fixes. by christianw · 6 years ago
  57. dd62a6c Fix errorprone gradle build. by christianw · 6 years ago
  58. 9893f83 Refactor RobolectricBestPractices out to to two BugChecker classes. by christianw · 6 years ago
  59. 9aea8db Create BugChecker for Robolectric tests which: by christianw · 6 years ago