aboutsummaryrefslogtreecommitdiff
path: root/shadowapi
AgeCommit message (Expand)Author
2022-11-28Add android build bp filesRex Hoffman
2022-10-20Merge branch 'google' into 'master'Michael Hoisie
2022-10-05Remove support for setting `static final` fields reflectivelyLiam Miller-Cushon
2022-09-30Merge branch 'google' into 'master'Michael Hoisie
2022-09-30Initialize configuration before calling application lifecycle pluginsMichael Hoisie
2022-09-25Migrate instance calling in ReflectionHelpers to lambdautzcoz
2022-09-24Combine exceptions for ReflectionHelpers#getDeclaredFieldutzcoz
2022-09-19Restrict the use of getDeclaredFields0 in ReflectionHelpersMichael Hoisie
2022-09-02refac: emptyBlockTag warning fixhellosagar
2022-08-19Use the new `getDeclaredField` helper in more parts of ReflectionHelpersLiam Miller-Cushon
2022-08-15Internal change.Liam Miller-Cushon
2022-05-24Use a MultiMap when loading ShadowProviders in ShadowMapMichael Hoisie
2021-11-05Deprecate the proxy version of directlyOnhoisie
2021-09-13Exclude built-in config from being reloaded in Configuration registryhoisie
2021-06-10Add count stats collection to reflection method calls in ReflectionHelpersGoogler
2021-04-01Extract mockitoVersion to gradle.propertiesutzcoz
2021-04-01Update gradle dependenciesutzcoz
2021-03-09Upgrade ErrorProne and fix ErrorProne related build errorshoisie
2021-02-15Fix syntax warning of build.gradleutzcoz
2021-01-23Synchronize Truth version being used to be v1.1.1Al Sutton
2020-10-20Update JUnit to 4.13.1hoisie
2020-08-08Update ReflectionHelpers to only remove final modifier for final fieldsMichael Hoisie
2020-04-30Create a Shadow implementation for VoiceInteractionSessionGoogler
2020-03-26Support running on Java 13.Christian Williams
2020-03-03Upgrade to Android Gradle Plugin 3.5.3 and Gradle 5.4.1.Christian Williams
2020-02-21Upgrade to truth 1.0.1 and force annotation processor to use errorprone 2.3.4Brett Chabot
2019-04-25Break org.robolectric:annotations -> org.robolectric:shadow-api dependency.brettchabot
2019-04-25Migrate from assertThat(foo).named("foo") to assertWithMessage("foo").that(foo).Googler
2019-04-24Update to truth 0.44brettchabot
2019-03-30Introduce a new ?Realistic looper? threading model.brettchabot
2019-03-20Move ConfigurationRegistry into shadowsapibrettchabot
2019-02-01ShadowPickers must be deterministic.Christian Williams
2019-01-29Update SDK with v28.0.0 build id #5254634 to Android experimental channelGoogler
2018-12-31Add support for static methods and fields to Reflector.christianw
2018-12-21Fast private method invocation (PR#4315)christianw
2018-12-21Update tests to use correct manifests, so respective components will be avail...romkal
2018-12-20Use Reflector instead of ReflectionHelpers.Christian Williams
2018-11-15Clean up warnings and noise.Christian Williams
2018-10-11Bump deps versions for AGP, truth, errorprone, findbugs, etc.Christian Williams
2018-10-09Merge branch 'master' into better_gradleChristian Williams
2018-09-27Add ability to create Deep Proxies, which are proxies which automatically cre...Googler
2018-08-06Cleanup.Christian Williams
2018-08-02New ShadowPicker strategy for switching between shadows (e.g. for AssetManager).Christian Williams
2018-06-07Migrate to user modern gradle featuresGautam Korlam
2018-05-04Switch from assertj to truthjongerrish
2018-05-04Internal changeGoogler
2018-05-04Add my account to Robolectric's Piper <-> Git mapping.hoisie
2018-04-13Changed interfaces to include class in method name to avoid a stack overflow ...Jowei Lee
2018-03-16Kill @Implements(hackyTerribleIgnore) in favor of ShadowFactory pattern.Christian Williams
2018-02-14Merge remote-tracking branch 'origin/master' into arscChristian Williams