aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-06-09Ignore CTS dirs for now.Christian Williams
2017-06-09Add null check to DefaultPackageManager (#3170)Jonathan Gerrish
2017-06-07Merge pull request #3129 from robolectric/fix-sandbox-config-instrumented-pac...Christian Williams
2017-06-07Remove @Deprecated code. (#3166)Jonathan Gerrish
2017-06-07PackageManager.getApplicationInfo() enhancements. (#3164)Jonathan Gerrish
2017-06-06Merge pull request #3163 from brettchabot/shadowdownloadManager3brettchabot
2017-06-06Add more to ShadowDownloadManager.Brett Chabot
2017-06-06Merge pull request #3118 from hoisie/remove-unused-view-shadowsChristian Williams
2017-06-06Order of queryPermissionGroup() is non-deterministic (#3161)Jonathan Gerrish
2017-06-06Merge pull request #3117 from robolectric/fix-3111-kill-cursor-adaptersChristian Williams
2017-06-06Implement PackageManager.queryPermissionsByGroup() (#3160)Jonathan Gerrish
2017-06-06Add PackageInfo.name value to ActivityInfo. (#3159)Jonathan Gerrish
2017-06-05Remove unneeded *CursorAdapter Shadows.Christian Williams
2017-06-05Merge pull request #3113 from robolectric/remove-deprecated-transcriptChristian Williams
2017-06-05Fix @SandboxConfig(instrumentedPackages) support.Christian Williams
2017-06-05Add null check for applicationManifest. (#3155)Jonathan Gerrish
2017-06-03[ShadowUserManager] Add support for isManagedProfile() to ShadowUserManager. ...brettchabot
2017-06-03Add support for queryIntentService() from Manfest. (#3153)Jonathan Gerrish
2017-06-02Remove @Deprecated StubPackageManager. (#3151)Jonathan Gerrish
2017-06-02Merge pull request #3146 from robolectric/shadowGetWifiStatebrettchabot
2017-06-02Merge branch 'master' into shadowGetWifiStatebrettchabot
2017-06-02Merge pull request #3152 from brettchabot/shadowenvironment2brettchabot
2017-06-02Merge branch 'master' into shadowGetWifiStatebrettchabot
2017-06-02Add improved support for external directories in ShadowEnvironment, partBrett Chabot
2017-06-01Fix the build-resources.rb script and regenerate resource ids (#3141)Michael Hoisie
2017-06-01Error prone fixed for XmlResourceParserImplTest (#3150)Jonathan Gerrish
2017-06-01Bump assertj to latest (#3149)Jonathan Gerrish
2017-06-01Revert "Add improved support for external directories in ShadowEnvironment. (...Christian Williams
2017-06-01Merge pull request #3148 from robolectric/tests-with-bazelChristian Williams
2017-06-01Merge branch 'master' into shadowGetWifiStatebrettchabot
2017-06-01Merge pull request #3144 from robolectric/shadowWifiConfigToString2brettchabot
2017-06-01Fixes to allow tests to run with bazel.christianw
2017-06-01[ShadowWifiManager] Add support for getWifiState().Googler
2017-06-01[ShadowWifiConfiguration] Avoid crashing when WifiConfiguration.toString() is...Googler
2017-06-01Merge pull request #3142 from brettchabot/getSplitClassLoaderForOChristian Williams
2017-06-01Use VersionCodes.O for ShadowLoadedApk.getSplitClassLoaderBrett Chabot
2017-06-01Add improved support for external directories in ShadowEnvironment. (#3140)brettchabot
2017-05-31Wifimanager (#3134)brettchabot
2017-05-31Upstreaming StatFs bytes methods (#3128)Christian Williams
2017-05-31Bump AssertJ to v3.1.0 (#3137)Jonathan Gerrish
2017-05-31[ShadowInputMethodManager] Added visibility listener to make it extensible. (...brettchabot
2017-05-31Kill plexus import.Christian Williams
2017-05-31PackageManager simulation improvement. (#3133)Jonathan Gerrish
2017-05-30Don't depend on Plexus for string repeat.Christian Williams
2017-05-30Revert "[ShadowBluetoothDevice] Override the constructor for BluetoothDevice ...Christian Williams
2017-05-30Merge pull request #3120 from hoisie/java8Christian Williams
2017-05-30[ShadowBluetoothDevice] Override the constructor for BluetoothDevice to allow...christianw
2017-05-26Fix ActivityManager.getRunningAppProcesses() (#3124)Jonathan Gerrish
2017-05-24Update RoboJavaModulePlugin to use Java 8Michael Hoisie
2017-05-23Remove unnecessary *LayoutParams shadowsMichael Hoisie