1. c5133d2 Merge branch 'upstream-google' into rng by Rex Hoffman · 1 year, 6 months ago
  2. 8f70b39 Add android build bp files by Rex Hoffman · 1 year, 7 months ago
  3. baf9e5b Internal by Julia Sullivan · 1 year, 9 months ago
  4. 9df286c Update how Conscrypt is loaded in Robolectric by umesh · 1 year, 11 months ago
  5. 86cf9ca Google Java Formatted Code by umesh · 1 year, 11 months ago
  6. 153721d SecurityMode annotation, configure file and Condition for modes by umesh · 1 year, 11 months ago
  7. 3280dfc Add javadoc for DefaultShadowPicker by Michael Hoisie · 2 years, 2 months ago
  8. 31d9916 Fixed the error prone warnings and formatted according to google's java format for annotation module by hellosagar · 2 years, 3 months ago
  9. 5d9d427 Add a SQLite mode that enables the new native Android SQLite shadows by Michael Hoisie · 2 years, 9 months ago
  10. c3d5273 Adding support for @ReflectorObject. by devashru · 3 years ago
  11. 5fd3be8 Update LazyApplication javadoc to remove references to Instrumentation by Googler · 3 years ago
  12. 366a300 Change @LazyApplication package to explicitly mark it as still experimental by Googler · 3 years, 1 month ago
  13. 8e3d63d Rename LazyLoadApplication to LazyApplication and update all references accordingly by Googler · 3 years, 3 months ago
  14. 659ddd9 Fix syntax warning of build.gradle by utzcoz · 3 years, 4 months ago
  15. c53c79f Add opt-in lazy loading of application+instrumentation in Robolectric by Googler · 3 years, 5 months ago
  16. dce75ef Deprecate TextLayoutMode. by brettchabot · 3 years, 4 months ago
  17. 24c8bf7 Remove AccessibilityUtil from Robolectric by hoisie · 3 years, 9 months ago
  18. 9ae9f0b Fix LooperMode Javadoc to reflect the new default by Alex Vanyo · 3 years, 9 months ago
  19. a6843b0 Transform markdown javadoc code javadoc to plain javadoc by hoisie · 4 years ago
  20. 9e1ca62 Convert Markdown javadoc lists and headers to regular javadoc by hoisie · 4 years ago
  21. 38774b2 Change javadoc markdown links to HTML by hoisie · 4 years ago
  22. 32ab535 Move accessibility checking into its own artifact. by Christian Williams · 4 years, 2 months ago
  23. d92f6f0 Upgrade to Android Gradle Plugin 3.5.3 and Gradle 5.4.1. by Christian Williams · 4 years, 3 months ago
  24. ba5b19f Deprecate LooperMode LEGACY in favor of PAUSED by brettchabot · 4 years, 3 months ago
  25. 72a228e Throw IllegalArgumentException when package name is not installed and behavior is set to throw by Googler · 4 years, 5 months ago
  26. 66bd3c1 Refresh LooperMode.PAUSED javadoc now that some foreground Scheduler APIs are supported. by brettchabot · 5 years ago
  27. 10e1a09 Break org.robolectric:annotations -> org.robolectric:shadow-api dependency. by brettchabot · 5 years ago
  28. a04195e Add documentation for LooperMode. by brettchabot · 5 years ago
  29. 9bfa258 Reintroduce an opt-in mode that fixes zero-sized TextViews in Robolectric by brettchabot · 5 years ago
  30. 57e5f5d Rollback of 'fixes zero-sized TextViews ' by brettchabot · 5 years ago
  31. 9c77f7f Introduce an opt-in mode that fixes zero-sized TextViews in Robolectric by brettchabot · 5 years ago
  32. 8e26be1 Create a LooperMode configurer annotation. by brettchabot · 5 years ago
  33. 44045af Remove DefaultConfigMerger. by christianw · 5 years ago
  34. 5668165 Reapply reconfig branch with fixes. by christianw · 5 years ago
  35. 4d3b75a Clean up warnings and noise. by Christian Williams · 6 years ago
  36. e791408 Internal Change. by brettchabot · 6 years ago
  37. fbb2387 @Deprecate @Config(packageName) by jongerrish · 6 years ago
  38. 01f5edf Remove deprecated ShadowContentResolver.clearContentObservers(). by christianw · 6 years ago
  39. 9dc1af1 Bump deps versions for AGP, truth, errorprone, findbugs, etc. by Christian Williams · 6 years ago
  40. c35a9db Merge branch 'master' into better_gradle by Christian Williams · 6 years ago
  41. faf97f2 Remove support for @Deprecated @Config(inheritImplementationMethods = true). by jongerrish · 6 years ago
  42. b15df5a Import PR: https://github.com/robolectric/robolectric/pull/3966 by christianw · 6 years ago
  43. 4d8945a Improve RobolectricShadow BugChecker to avoid compilation problems. by christianw · 6 years ago
  44. 8ce6019 New ShadowPicker strategy for switching between shadows (e.g. for AssetManager). by Christian Williams · 6 years ago
  45. 80d814d Retain but deprecate old ShadowApplication intent handling methods. by Christian Williams · 6 years ago
  46. 32cec50 Migrate to user modern gradle features by Gautam Korlam · 6 years ago
  47. 3d5adfe [remove-deprecated-config-props] Remove deprecated Config properties. by christianw · 6 years ago
  48. a41ac2e @Deprecate legacy configuration for @Config(manifest, resourceDir, assetDir, libraries) as well as MavenManifestFactory. by jongerrish · 6 years ago
  49. e94ac7d Add my account to Robolectric's Piper <-> Git mapping. by hoisie · 6 years ago
  50. 4769aa3 Remove deprecated Config properties. by Christian Williams · 6 years ago
  51. e070b11 Better type checking on shadow factories. by Christian Williams · 6 years ago
  52. f55cfbe Kill @Implements(hackyTerribleIgnore) in favor of ShadowFactory pattern. by Christian Williams · 6 years ago
  53. 90f44c8 Merge branch 'master' into arsc by Christian Williams · 6 years ago
  54. 1375d8d Refine shadow method selection algorithm. by Christian Williams · 6 years ago
  55. 2303c3c Fix hash stability bug when overriding shadows using @Config. by Christian Williams · 6 years ago
  56. d927aef Fix errorprone warnings. by Christian Williams · 6 years ago
  57. 98100e8 So many bugs in cumulative qualifiers impl. Sigh. by Christian Williams · 6 years ago
  58. 9f69dc8 Improved device configuration from @Config(qualifiers). by Christian Williams · 6 years ago
  59. 45a159a Merge branch 'master' into arsc by Christian Williams · 7 years ago
  60. 435d8428 Bump to error-prone plugin 0.0.13 to kill a deprecation warning. by Christian Williams · 7 years ago
  61. 2c10825 Merge branch 'master' into arsc by Christian Williams · 7 years ago
  62. cedc3f1 More assetmanager work. Bakc to compile success state by Brett Chabot · 7 years ago
  63. 62154de Remove workaround for errorprone bug by Brett Chabot · 7 years ago
  64. 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
  65. 691fdd5 tmp: disable error prone plugin as workaround for https://github.com/google/error-prone/issues/711 by Brett Chabot · 7 years ago
  66. 9f2b251 create ShadowArscAssetManager by Brett Chabot · 7 years ago
  67. 851f2a9 Optimize imports. by Christian Williams · 7 years ago
  68. 1ecb3ad mend by Jonathan Gerrish · 7 years ago
  69. 580d2f9 @Deprecate @Config(constants = ...) by Jonathan Gerrish · 7 years ago
  70. 793ee1d Rename projects. by Christian Williams · 7 years ago