1. aab0d3b Throw NameNotFoundException from Context.createPackageContext for non-existing packages. by romkal · 6 years ago
  2. 44c9ea8 Add API to set isSafeMode in ShadowPackageManager. by romkal · 6 years ago
  3. 2c172ff Re-introduce 'Injector Improvements' by brettchabot · 6 years ago
  4. 3995d45 Internal change by Googler · 6 years ago
  5. d75c1a1 Merge pull request #4518 from robolectric/injector by Christian Williams · 6 years ago
  6. 3b0ca9d Internal change by christianw · 6 years ago
  7. 528fb8c Javadoc headings. by Christian Williams · 6 years ago
  8. fb606a2 Fix rules regarding AutoFactory and scopes. by Christian Williams · 6 years ago
  9. ed295ec Synchronize access to ShadowPendingIntent and ShadowUsageStatsManager fields by petrcermak · 6 years ago
  10. ec4b415 Clean up javadoc. by Christian Williams · 6 years ago
  11. 3892fa6 Fix warnings. by Christian Williams · 6 years ago
  12. befe9f0 Add @Supercedes for disabling other plugins. by Christian Williams · 6 years ago
  13. 739aa3d Use a builder to create injectors. by Christian Williams · 6 years ago
  14. 8443016 Better javadoc. by Christian Williams · 6 years ago
  15. 73f1c75 More injector improvements. by Christian Williams · 6 years ago
  16. d6836da Injector improvements. by Christian Williams · 6 years ago
  17. b35909b Implement injection of arrays. by Christian Williams · 6 years ago
  18. 32b709b Reapply SdkProvider cleanup. by christianw · 6 years ago
  19. d0b7b7f Add slotId based getImei() and getMeid() to ShadowTelephonyManager by Googler · 6 years ago
  20. 64f9077 Internal changes. by christianw · 6 years ago
  21. dd5c4f2 Deprecate addResolveInfoForIntent and add more testing API that will allow easy migration to the new approach. by romkal · 6 years ago
  22. c58d3ea Automated g4 rollback of changelist 229864712. by Googler · 6 years ago
  23. 25abc79 Clean up SdkProvider interface. (PR#4513) by christianw · 6 years ago
  24. ab856ee Merge pull request #4513 from robolectric/sdk-provider-refactor by Christian Williams · 6 years ago
  25. e78197a Fix timeout in FontsContract.getFontSync() caused because Context.canLoadUnsafeResources() now returns false since the context isn't a system context. by christianw · 6 years ago
  26. 91292b2 Clearer test output to debug failure in CI. by Christian Williams · 6 years ago
  27. 05fbcba Fix how unsupported SDKs are reported -- they should show up as ignored. by Christian Williams · 6 years ago
  28. 43bc30a Add the ability to prevent certain networks from being updated in tests. by Googler · 6 years ago
  29. 9e10521 Fix tests. by Christian Williams · 6 years ago
  30. 25be976 Fix injection. by Christian Williams · 6 years ago
  31. fba5c40 Clean up SdkProvider interface. by Christian Williams · 6 years ago
  32. 9fa3930 Merge pull request #4512 from robolectric:fix-windows-more by Copybara Robolectric Bot · 6 years ago
  33. bd7ca99 Fix a couple tests on windows. by Christian Williams · 6 years ago
  34. bd685be Use correct application context. by romkal · 6 years ago
  35. 7d53801 Fix LocalActivityInvoker.recreateActivity. Before this CL, it calls Activity.onRetainNonConfigurationInstance() directly to obtain nonConfigInstance for the activity. This should've called indirectly from Activity.retainNonConfigurationInstances(). retainNonConfigurationInstances() also creates nonConfigInstances for fragments to prepare for the host activity recreation. by Googler · 6 years ago
  36. 6c717c0 Internal change by Googler · 6 years ago
  37. 252af07 Internal change by Googler · 6 years ago
  38. 730232e Add get/setSignalStrength in ShadowTelephonyManager. by Googler · 6 years ago
  39. a46ed0a Test APIs for BluetoothSocket and BluetoothServerSocket connections. by Googler · 6 years ago
  40. fb2a589 Implement UserManager#getUserSerialNumber() by Googler · 6 years ago
  41. ab71356 Use real netId in ShadowNetwork, which enables hashCode() and equals(). by Googler · 6 years ago
  42. ab87c56 Move intent filters to their own lists and out of the Package. [Reapply after rollback] by romkal · 6 years ago
  43. 9786416 Fix a couple tests on windows. by Christian Williams · 6 years ago
  44. d40b786 Fix broken tests relying on Java 9. by christianw · 6 years ago
  45. 11dd8ae Internal change by Christian Williams · 6 years ago
  46. bda9233 Merge pull request #4394 from robolectric/sdk-config-to-sdk by Christian Williams · 6 years ago
  47. 178ea21 Classes in org.robolectric.pluginapi always come from top-level classloader. by Christian Williams · 6 years ago
  48. 7ab686e Move Sdk from org.robolectric.internal to ...pluginapi. by Christian Williams · 6 years ago
  49. 76220b2 Fix tests. by Christian Williams · 6 years ago
  50. ad3c6c8 Add some javadoc. by Christian Williams · 6 years ago
  51. 7dd4465 Sdk knows its own jar file. by Christian Williams · 6 years ago
  52. f8e4580 Extract interface from Sdk and move impl to DefaultSdkProvider. by Christian Williams · 6 years ago
  53. b91fb02 Rename SdkConfig to Sdk. by Christian Williams · 6 years ago
  54. 0775c46 Merge pull request #4502 from robolectric:bump-guava-deps by Copybara Robolectric Bot · 6 years ago
  55. 79995e7 Bump to guava 27.0.1-jre. by Christian Williams · 6 years ago
  56. d454c16 Fix ignored return value. by Googler · 6 years ago
  57. 11424d0 Merge pull request #4323 from robolectric/clean-up-sandbox-test-runner by Christian Williams · 6 years ago
  58. d74a88a Fix ignored return value. by Googler · 6 years ago
  59. bc4423a Implement sendBroadcastAsUser. by Googler · 6 years ago
  60. 07ae435 Implement ActivityManager#getCurrentUser() by Googler · 6 years ago
  61. 0b35036 Move intent filters to their own lists and out of the Package. [Reapply after rollback] by romkal · 6 years ago
  62. 1fd4b60 Merge pull request #4293 from robolectric:fix-robodeps-windows by Copybara Robolectric Bot · 6 years ago
  63. 6561d22 Fix path to URL conversion. by Christian Williams · 6 years ago
  64. ff5019f Internal change by Googler · 6 years ago
  65. 5fad057 Internal change by Googler · 6 years ago
  66. 255f204 Move intent filters to their own lists and out of the Package. by romkal · 6 years ago
  67. bb741cf Fix persisted preferred activities. by romkal · 6 years ago
  68. 32e4cdb Add disableScoring() and isScoringEnabled() to ShadowNetworkScoreManager. by Googler · 6 years ago
  69. 522ff8a ShadowUserManager#addUser returns a UserHandle to the user it creates. by Googler · 6 years ago
  70. 294793b Implement BluetoothLeAdvertiser by xlythe · 6 years ago
  71. d043191 Fix UtilTest. by Christian Williams · 6 years ago
  72. 6d0f859 Fix more windows hell. by Christian Williams · 6 years ago
  73. 82aad30 Fix generated robolectric-deps.properties for tests on Windows. by Christian Williams · 6 years ago
  74. 0873300 Fix build. by christianw · 6 years ago
  75. 9659bd8 Merge pull request #4479 from robolectric/piper_229264555 by Christian Williams · 6 years ago
  76. e6ac0d0 Remove internal reference by brettchabot · 6 years ago
  77. fd60de1 Changes to support Java 9. by christianw · 6 years ago
  78. 0fb9c69 Fix NPE Robolectric when a failure occurs before shadows are set up. by Googler · 6 years ago
  79. 5b41630 Implement BluetoothLeAdvertiser by xlythe · 6 years ago
  80. a00b46f Remove unnecessary @Override SandboxTestRunner.runChild(). by Christian Williams · 6 years ago
  81. d8fe1eb No longer reset the data position after unmarshalling a ShadowParcel. by Googler · 6 years ago
  82. 0c58724 Fix processName setting and add few more reasonable defaults when installing new package. by romkal · 6 years ago
  83. b8421b5 Merge pull request #4455 from robolectric:circleci_moreshards by Copybara Robolectric Bot · 6 years ago
  84. 477201f Merge branch 'master' into circleci_moreshards by brettchabot · 6 years ago
  85. 84ba034 5 test jobs by Brett Chabot · 6 years ago
  86. 123940a Add ShadowWindowManagerImpl#removeViewImmediate(View). by Googler · 6 years ago
  87. 7be4ac9 Add ShadowAccessibilityManager#addAccessibilityStateChangeListener(AccessibilityStateChangeListener, Handler). by Googler · 6 years ago
  88. ff7b0b0 4 test jobs, 3 SDKs per job redistributed by Brett Chabot · 6 years ago
  89. 717d782 Merge pull request #4456 from robolectric/piper_228802079 by Christian Williams · 6 years ago
  90. 49955cd 6 test jobs, SDKs rebalanced by Brett Chabot · 6 years ago
  91. edaeba6 12 test jobs. by Brett Chabot · 6 years ago
  92. 7daf346 Adding is80211McRTTResponder argument to ShadowScanResult to specify if an access point is RTT capable. by Googler · 6 years ago
  93. eb20979 Use 6 test jobs by Brett Chabot · 6 years ago
  94. 7179ff6 Internal change by christianw · 6 years ago
  95. f8958a1 WIP by Brett Chabot · 6 years ago
  96. 9066d9d Merge pull request #4451 from robolectric:circleci by Copybara Robolectric Bot · 6 years ago
  97. 6c7ed13 remove ws by Brett Chabot · 6 years ago
  98. a6436b9 CircleCi optimizations. by Brett Chabot · 6 years ago
  99. c6a22c2 Add a method overload (added in API level 19) to ShadowSensorManager for registerListener: by Googler · 6 years ago
  100. ee099f7 Added ShadowBluetoothHeadset that implements getConnectedDevices(), getConnectionState(), and sendVendorSpecificResultCode(). Behavior of these implementations can be controlled by calls to addConnectedDevice() and setAllowsSendVendorSpecificResultCode(). by Googler · 6 years ago