aboutsummaryrefslogtreecommitdiff
path: root/shadowapi
AgeCommit message (Expand)Author
2024-04-13Cleanup vs upstream.Rex Hoffman
2024-04-02Merging back to aosp, with needed fixes.Rex Hoffman
2024-03-13Merge branch 'upstream-google' into roboUpdateKevin Liu
2024-01-09Remove dead code in ReflectionHelpersMichael Hoisie
2023-12-21Update native method instrumentation to include real native variantsMichael Hoisie
2023-12-19Fix several lint warnings in IShadow and ShadowImplMichael Hoisie
2023-10-03Clean up obsolete aliases for Truth.Krzysztof KosiƄski
2023-05-23Merge branch 'upstream-google' into tm_syncRam Peri
2023-05-17Merge branch 'google' into 'master'Michael Hoisie
2023-05-16Add hasMember function to ReflectionHelpers, with tests.Googler
2023-05-08Enable version catalogsYOUNG HO CHA
2023-01-03Merge branch 'upstream-google' into rng7Ram Peri
2022-12-11Remove unused code for ReflectionHelperTestutzcoz
2022-11-03Add 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