1. 1125cab Merge branch 'upstream-google' into upgrade am: 58bd83a4a4 am: 55f5d07e50 by Rex Hoffman · 1 year, 6 months ago
  2. 58bd83a Merge branch 'upstream-google' into upgrade by Rex Hoffman · 1 year, 6 months ago
  3. 1836a03 Enable new_robolectric by Rex Hoffman · 1 year, 7 months ago
  4. 1e4d8fd Enable new_robolectric by Rex Hoffman · 1 year, 7 months ago
  5. 8f70b39 Add android build bp files by Rex Hoffman · 1 year, 7 months ago
  6. fdfe959 Add android build bp files by Rex Hoffman · 1 year, 7 months ago
  7. 9b76374 Enable new_robolectric sdk and logging by Rex Hoffman · 1 year, 7 months ago
  8. 85f18d0 Merge branch 'google' into 'master' by Michael Hoisie · 1 year, 8 months ago
  9. a58cec8 Generate ShadowMap entries for Shadows with maxSdk values by Michael Hoisie · 1 year, 8 months ago
  10. 7a2560c Bump gson from 2.8.6 to 2.9.1 by dependabot[bot] · 1 year, 9 months ago
  11. b440d51 Bump compile-testing from 0.18 to 0.19 by dependabot[bot] · 1 year, 9 months ago
  12. 426186f refac: defaultCharset warning fix by hellosagar · 1 year, 10 months ago
  13. 9009eca Fix ImplementsValidator false positives when looseSignatures is set by Michael Hoisie · 1 year, 11 months ago
  14. 28c5573 refac: bad import warning fix by hellosagar · 2 years ago
  15. 9ba7058 refac: equalsGetClass warning fix by hellosagar · 2 years ago
  16. 7e005cf Use a MultiMap when loading ShadowProviders in ShadowMap by Michael Hoisie · 2 years, 1 month ago
  17. bd3dcfb Run google-java-format on ShadowProviderGenerator by Michael Hoisie · 2 years, 1 month ago
  18. 8760241 Add a check in ImplementsValidator to catch shadow methods in Robolectric missing a @Implementation tag when it should be present. by Dennis Meng · 2 years, 2 months ago
  19. e54a4cc Simply looseSignatures checking by utzcoz · 2 years, 7 months ago
  20. 5b1bd88 Bump asm to 9.2 to support JDK 17 and 18 by utzcoz · 2 years, 7 months ago
  21. c5fcbf9 Extract guava version as gradle property by utzcoz · 3 years ago
  22. c31ea57 Migrate from `AnnotationValue#toString` to `auto-common`'s `AnnotationValues.toString`. by Googler · 2 years, 11 months ago
  23. c44c818 Migrate from deprecated `JsonParser` APIs to their replacements. by Googler · 3 years, 1 month ago
  24. cb39976 Extract mockitoVersion to gradle.properties by utzcoz · 3 years, 3 months ago
  25. 207c22d Update gradle dependencies by utzcoz · 3 years, 3 months ago
  26. 659ddd9 Fix syntax warning of build.gradle by utzcoz · 3 years, 4 months ago
  27. 58afa94 Synchronize Truth version being used to be v1.1.1 by Al Sutton · 3 years, 5 months ago
  28. c2ebe87 Avoid ClassNode construction for classes that do not get instrumented by hoisie · 3 years, 5 months ago
  29. b389034 Stop bundling Robolectric Processor's sdks.txt file as a Java resource by hoisie · 3 years, 7 months ago
  30. f0b0887 Don't 'claim' annotations in annotation processors by Googler · 3 years, 8 months ago
  31. 5987224 Update JUnit to 4.13.1 by hoisie · 3 years, 8 months ago
  32. 3614104 Merge pull request #5956 from hoisie/jsondocs-error by Michael Hoisie · 3 years, 8 months ago
  33. 293b866 Disable jsonDocs generation by default by Michael Hoisie · 3 years, 10 months ago
  34. 9972d62 Support running on JDK 15 by Aaron He · 3 years, 9 months ago
  35. a6843b0 Transform markdown javadoc code javadoc to plain javadoc by hoisie · 4 years ago
  36. fa3da21 Remove pegdown-doclet markdown javadoc doclet plugin by Michael Hoisie · 4 years ago
  37. 0f7c3d2 Support running on Java 13. by Christian Williams · 4 years, 3 months ago
  38. d92f6f0 Upgrade to Android Gradle Plugin 3.5.3 and Gradle 5.4.1. by Christian Williams · 4 years, 4 months ago
  39. 2df781c Always generate services file with unix-style line endings by rbares · 4 years, 8 months ago
  40. c5240fe Type doesn't override Object.equals and instances are not interned by javac, so testing types for equality should be done with Types#isSameType instead by Googler · 5 years ago
  41. c99266e * handle the case where Trees isn't available by Googler · 5 years ago
  42. e89f3a8 Roll forward CL 251688643, which was rolled back in CL 251737005. by Googler · 5 years ago
  43. 264e62b rollback: Update to Truth 0.45, and address deprecations. by brettchabot · 5 years ago
  44. 8927fee Update to Truth 0.45, and address deprecations. by Googler · 5 years ago
  45. 10e1a09 Break org.robolectric:annotations -> org.robolectric:shadow-api dependency. by brettchabot · 5 years ago
  46. 99b2efc Update to truth 0.44 by brettchabot · 5 years ago
  47. ccbf4e2 Revert to `api` dependencies because of Android Studio bug. by Christian Williams · 5 years ago
  48. c9c45b7 Add Q shadows for public beta 1. by christianw · 5 years ago
  49. 0e4184c Obtain ShadowProviders via Injector. by christianw · 5 years ago
  50. e9aec43 Fix jsondoc generation for gradle 5.x. by Christian Williams · 5 years ago
  51. 79995e7 Bump to guava 27.0.1-jre. by Christian Williams · 5 years ago
  52. a580a40 Support Java 9. by christianw · 5 years ago
  53. f6a016e Fix annotation processor SDK finder for classpath URLs. by Christian Williams · 6 years ago
  54. 4f76926 More windows fixes(?). by Christian Williams · 6 years ago
  55. f335b04 Include shadows for classes that are missing from the SDK in Shadows.SHADOW_MAP. Needed for ShadowAndroidXMultiDex. by Christian Williams · 6 years ago
  56. e05d333 Merge pull request #4033 from robolectric/D0AFB56856BCDB12A2E9BAB495294D84 by Christian Williams · 6 years ago
  57. 5b0666d Add shadow for androidx.multidex by christianw · 6 years ago
  58. 40b51df Improve return type checking and allow exemptions. by Christian Williams · 6 years ago
  59. 4063704 Fix @Implementation return type checking. by Christian Williams · 6 years ago
  60. 9dc1af1 Bump deps versions for AGP, truth, errorprone, findbugs, etc. by Christian Williams · 6 years ago
  61. c35a9db Merge branch 'master' into better_gradle by Christian Williams · 6 years ago
  62. 4ffa23b Fix bug in shadow picking for inner classes. by Christian Williams · 6 years ago
  63. a91762e Use ShadowPicker for ResourcesImpl and ThemeImpl. by Christian Williams · 6 years ago
  64. a855a9f Use a ShadowPicker for Resources. by Christian Williams · 6 years ago
  65. b90cf22 Fix test. by Christian Williams · 6 years ago
  66. 29b905e Cleanup. by Christian Williams · 6 years ago
  67. 8ce6019 New ShadowPicker strategy for switching between shadows (e.g. for AssetManager). by Christian Williams · 6 years ago
  68. 29b8d31 Refactor annotation processing so RobolectricModel is immutable and has a Builder. by Christian Williams · 6 years ago
  69. 388faa9 Add gradle dependencies by Brett Chabot · 6 years ago
  70. 133392e Migrated from Subject.failWithRawMessage to Subject.failWithoutActual by Googler · 6 years ago
  71. cc97982 More refactoring correctness. by christianw · 6 years ago
  72. 5e4183a Fix ErrorProne style warnings. by Christian Williams · 6 years ago
  73. 492d713 Merge branch 'master' into verify-shadow-impls by Christian Williams · 6 years ago
  74. 80d814d Retain but deprecate old ShadowApplication intent handling methods. by Christian Williams · 6 years ago
  75. 9aea8db Create BugChecker for Robolectric tests which: by christianw · 6 years ago
  76. cec83d8 Support loading SDK jars as resources. by Christian Williams · 6 years ago
  77. 2149595 Fix remainder of min/maxSdk issues in shadows/framework. by Christian Williams · 6 years ago
  78. acfc3ae Fix verification of @Implementation methods with overloaded signatures. by Christian Williams · 6 years ago
  79. 0c88f95 Fix @Implementation(minSdk/maxSdk) for easy cases. by Christian Williams · 6 years ago
  80. c3c6de6 Get SDK list from resource file containing a file per line, instead of properties. by Christian Williams · 6 years ago
  81. 005dfcb Fix generateSdksFile task for annotation processor. by Christian Williams · 6 years ago
  82. 9e4a0aa Disable SDK checks for RobolectricProcessorTest. by Christian Williams · 6 years ago
  83. d153b32 Don't do so much work at class init. by Christian Williams · 6 years ago
  84. d16ea96 Create resources dir if it doesn't exist yet. by Christian Williams · 6 years ago
  85. fc27780 Add compile warnings for @Implementation methods that don't have a matching SDK method. by Christian Williams · 6 years ago
  86. 32cec50 Migrate to user modern gradle features by Gautam Korlam · 6 years ago
  87. 245b908 Remove fake Robolectric.java in processor tests by Googler · 6 years ago
  88. 2220e21 Make the Javadoc JSON output directory configurable by Googler · 6 years ago
  89. 15e4e59 Remove support for Robolectric.Anything by Googler · 6 years ago
  90. 0332bb7 Perform some cleanup in processor tests by Googler · 6 years ago
  91. f55cfbe Kill @Implements(hackyTerribleIgnore) in favor of ShadowFactory pattern. by Christian Williams · 6 years ago
  92. 11d4a95 Fixes for sheepfood. by Christian Williams · 6 years ago
  93. 90f44c8 Merge branch 'master' into arsc by Christian Williams · 6 years ago
  94. f738d0f Merge pull request #3130 from robolectric/protected-implementation-methods by Christian Williams · 6 years ago
  95. 2986f76 Fix tests. by Christian Williams · 6 years ago
  96. d927aef Fix errorprone warnings. by Christian Williams · 6 years ago
  97. b570337 Fix imports. by Christian Williams · 6 years ago
  98. a17bb18 Allow @Implementation methods to be protected. by Christian Williams · 6 years ago
  99. b63e434 Replace DisplayInfo-based API with qualifier strings. by Christian Williams · 7 years ago
  100. 8148bdd Fixes to ShadowProviderGenerator. by Christian Williams · 7 years ago