- a580a40 Support Java 9. by christianw · 6 years ago
- b0e69b6 Automated g4 rollback of changelist 228189221. by brettchabot · 6 years ago
- 973b502 Merge pull request #4384 from robolectric:fix-memory-leaks by Copybara Robolectric Bot · 6 years ago
- 7198786 Add registerDefaultNetworkCallback (added in API level 24) to the ShadowConnectivityManager so that calls to it can be tested. by Googler · 6 years ago
- 27be62c Special-case ShadowParcel's handling of zero bytes. by Googler · 6 years ago
- 46e6435 Shadow getProfiles in ShadowUserManager. by Googler · 6 years ago
- 438bcc2 Shadow sendOrderedBroadcastAsUser. by Googler · 6 years ago
- bfa597d Fix some memory leaks. by Christian Williams · 6 years ago
- e4e92a8 Fix build. Turn off warnings for non-framework shadows. by Christian Williams · 6 years ago
- f6a5dbc Support fonts defined in XML. by romkal · 6 years ago
- 118b42d Add support for CrossProfileApps by Googler · 6 years ago
- 20679ae Add support for static methods and fields to Reflector. by christianw · 4 years, 10 months ago
- 349a2e3 Implement BluetoothDevice.getType() by Googler · 6 years ago
- 3f9c6d4 Automated g4 rollback of changelist 227054249. by Googler · 6 years ago
- 74d15e4 Unify the way queryIntent(Activities|Services|...) in PackageManager are implemented and make flags correctly apply to the results of respective queries. by romkal · 6 years ago
- 5ff66bc Implement BluetoothDevice.getType() by Googler · 6 years ago
- 24e3f79 Cloned from CL 226976494 by 'g4 patch'. by christianw · 6 years ago
- 46be399 Add a test method for adding an activity to PackageManager. by romkal · 6 years ago
- 296db43 Oops, fix shadows:httpclient test compile. by Christian Williams · 6 years ago
- a506779 Clean up reflector use a bit. by christianw · 6 years ago
- af0b7e2 Fast private method invocation (PR#4315) by christianw · 6 years ago
- 033ccac Update tests to use correct manifests, so respective components will be available. by romkal · 6 years ago
- 448ebf5 Merge pull request #4315 from robolectric/perf-fast-private-methods by Christian Williams · 6 years ago
- 3e6ca39 Added implementations of getProfileProxy() and closeProfileProxy(), that would override the real-object behavior only after calls to the newly added function setProfileProxy(). by Googler · 6 years ago
- 02a0a9a Add field accessors to Reflector. by Christian Williams · 6 years ago
- 634cc59 Use Reflector instead of ReflectionHelpers. by Christian Williams · 6 years ago
- 5cae229 Shadow ApplicationPackageManager#resolveActivityAsUser. by Googler · 6 years ago
- fa7c352 Add ShadowWifiInfo.setSupplicantState() by Googler · 6 years ago
- c46fc57 Update ShadowParcel's behavior to be more like regular Parcel, while by Googler · 6 years ago
- 758f8f4 Keep single permissionGroup storage that works the same way regardless of the source of the data. by romkal · 6 years ago
- 05aa6eb Add the ability to simulate exceptions from SharedMemory#create by Googler · 6 years ago
- f41135d Make ShadowICU.addLikelySubtags really add subtags for N or above by Googler · 6 years ago
- 1da20bf Added implementation for missing method by Googler · 6 years ago
- d09ab5a Clean up after cl/225880485. by christianw · 6 years ago
- 3034c21 Added implementations of getProfileProxy() and closeProfileProxy(), which operate on a map of active proxies set up by the newly added function setProfileProxy(). One proxy can be set per a BluetoothProfile id. by brettchabot · 6 years ago
- 68e194a Merge pull request #4265 from robolectric:kill-fs-file by Copybara Robolectric Bot · 6 years ago
- e04e04c Merge pull request #4265 from robolectric/kill-fs-file by Christian Williams · 6 years ago
- 3d15952 Added implementations of getProfileProxy() and closeProfileProxy(), which operate on a map of active proxies set up by the newly added function setProfileProxy(). One proxy can be set per a BluetoothProfile id. by Googler · 6 years ago
- 8bfe5b6 Implement glCheckFramebufferStatus in fake GLES20. by Googler · 6 years ago
- e103a83 Use correct PackageManager flags to check existence of activity. by romkal · 6 years ago
- 2045ab6 Cloned from CL 225628948 by 'g4 patch'. by christianw · 6 years ago
- a9f61e2 Fix AssetManager.openFd() in legacy mode. by Christian Williams · 6 years ago
- 738309a Handle unknown characters in ShadowKeyCharacterMap. by brettchabot · 6 years ago
- fe515a0 Add setParameters, adjustStreamVolume, and isStreamMute to ShadowAudioManager. by Googler · 6 years ago
- 5b419e9 Unify the way components are retrieved from PackageManager. by romkal · 6 years ago
- dde6253 Cache/reuse jar filesystems. by Christian Williams · 6 years ago
- 939b2c9 Return defensive copy of ProviderInfo from resolveContentProvider. by romkal · 6 years ago
- bd474ca InputMethodManager should invoke callback on ResultReceiver. (PR#4231) by jongerrish · 6 years ago
- e31ad23 Make sure that we get correct ProviderInfo even for disabled components. by romkal · 6 years ago
- 9463abe Backwards compat for XmlResourceParserImpl callers. by Christian Williams · 6 years ago
- 3a40ba5 ErrorProne/AndroidJdkLibsChecker fixes. by Christian Williams · 6 years ago
- 3c1a3e0 Kill FsFile et al. in favor of java.nio.file.Path by Christian Williams · 6 years ago
- 6303a26 Make Bitmap.copy copy colors by brettchabot · 6 years ago
- d108f0b Create defensive copy for PackageInfo objects. by romkal · 6 years ago
- c593aed Add documentation to Robolectric javadoc to clarify what "pause" and "unpause" do, since there is no analogy between those methods and anything that the real Android Looper class does. by Googler · 6 years ago
- 9c6af84 Add ShadowTelecomManager#setIsInCall. Update ShadowTelecomManager#isInCall. by Googler · 6 years ago
- 60621e6 Fix ShadowMessenger behavior: interface descriptor, last message, reset. by Googler · 6 years ago
- ba457db Small Java cleanups by jongerrish · 6 years ago
- 9ccd849 Add support for Espresso Intents intending() stubbing functionality. by jongerrish · 6 years ago
- e7b3780 Merge pull request #4241 from robolectric:download-file-lock by Copybara Robolectric Bot · 6 years ago
- 8ad05ff Fix ApplicationInfo.sourceDir for LOLLIPOP+. by christianw · 6 years ago
- 57442db Adjustments after API review by brettchabot · 6 years ago
- eb2464c Fix ActivityController.windowFocusChanged when in paused looper mode. by brettchabot · 6 years ago
- ae21f80 Add isDeviceManaged() to ShadowDevicePolicyManager. by Googler · 6 years ago
- dccfb4e Rename addPackage to installPackage and deprecate the old one. by romkal · 6 years ago
- b1beed1 Rename addPackage to installPackage in ShadowPackageManager. by brettchabot · 6 years ago
- ca9596c END_PUBLIC by Googler · 6 years ago
- 761ec2d Add ShadowAccessibilityButtonController by Googler · 6 years ago
- 98cc2e8 Remove custom managed instances of AppWidgetManager, allow Android to do its thing now. by jongerrish · 6 years ago
- 480437d Rename addPackage to installPackage in ShadowPackageManager. by romkal · 6 years ago
- f21e533 Fix imports. by Christian Williams · 6 years ago
- 95dd657 Remove ShadowApplication.getLayoutInflater() - field is never initialized. by jongerrish · 6 years ago
- a54ff62 Remove @Deprecated RoboLayoutInflator. by jongerrish · 6 years ago
- 98fe234 Add shadow for performAccessibilityShortcut by Googler · 6 years ago
- f101f2c Remove @Deprecated methods from ShadowApplication - prefer method calls on real Context instead. by jongerrish · 6 years ago
- d3cabbb Remove ShadowHandler. by jongerrish · 6 years ago
- 35862ef Obtain file lock before downloading android-all from maven. by Christian Williams · 6 years ago
- 27187ae Add method to get the last permission request from an Activity. by Googler · 6 years ago
- 7e6a3a2 Update shadows for ShadowTextToSpeech by Googler · 6 years ago
- 1cf7262 Add getPackagesForUid implementation to ShadowPackageManager. by Googler · 6 years ago
- 8626e32 Make sure, that people get defensive copies of ApplicationInfo objects. by romkal · 6 years ago
- ee16d69 Make sure, that people get defensive copies of ResolveInfo objects. by romkal · 6 years ago
- 125d604 Implement ShadowTrace. by Googler · 6 years ago
- 3d88a12 Make sure that when we create a controller, the component gets enabled. by romkal · 6 years ago
- 5d4e9dd Assume that user-created ApplicationInfo is installed and that ResolveInfo is default by default. by romkal · 6 years ago
- 3f905f6 Reapply: Fix ResourcesCompat.getFont() on API > 26 by jongerrish · 6 years ago
- b61c52e Automated g4 rollback of changelist 222994966. by Googler · 6 years ago
- 56491ec Make @Implementation methods of ShadowSharedMemory protected since there's no reason to call these on the shadow directly. by Googler · 6 years ago
- 68c40ef Implement a working android.os.SharedMemory#map using Java's MappedByteBuffer by Googler · 6 years ago
- 0a0174b Fix ResourcesCompat.getFont() on API > 26 Fixes: #3590 by jongerrish · 6 years ago
- 09c06fd Rename getPackageInfoForTesting() to getInternalMutablePackageInfo() that better shows the essence of this method. by romkal · 6 years ago
- 02e7ad9 Add saveInstanceState method to SupportFragmentController by Googler · 6 years ago
- f1cc028 Make sure that configurations added are actually playing. by romkal · 6 years ago
- 5862942 Add getStopSelfId() and getStopSelfResultId() methods for ShadowService by Googler · 6 years ago
- b70af1d Add new testing API that will guarantee, that ResolveInfo/PackageInfo will not be modified to add default values. by romkal · 6 years ago
- 73ee89c Add tagDatagramSocket in ShadowTrafficStats. by Googler · 6 years ago
- d045edd Fix ShadowWebViewDatabase by adding a fake implementation by Googler · 6 years ago
- 99990b5 Allow to properly load icons/logos for application components. by romkal · 6 years ago
- bb595c3 Get rid of ShadowResolveInfo and shadowing loadLabel(). People should just use nonLocalizedLabel. by romkal · 6 years ago
- 0940ad9 Add shadow class for VpnService. by Googler · 6 years ago