History log of /external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/ShadowViewRootImpl.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
3165e86d1dc1afb4fbe05ce60189713732108a88 01-Dec-2017 James Lemieux <jplemieux@google.com> Compile and execute the Robolectric test suite with make

Bug: 69981104
Test: make Run_all_robolectric_tests

Change-Id: I8fa88c4c20f815c2f51f24995b3410a37fe8f108
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/ShadowViewRootImpl.java
f828ee8af8323f1704e90e627bd957850526776d 13-Dec-2017 Christian Williams <christianw@google.com> Fix exception on DisplayManagerGlobal.getDisplayInfo() for nonexistent display.
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/ShadowViewRootImpl.java
9f69dc80a8ac7e48cbf50f65974d4986ab7f00ec 08-Dec-2017 Christian Williams <christianw@google.com> Improved device configuration from @Config(qualifiers).

* Added qualifier defaults and rules as described here:
http://robolectric.org/device-configuration/
* Qualifiers strings prefixed with '+' are additive.
* ShadowDisplayManager provides testing APIs for adding, changing, and
removing displays for JELLY_BEAN_MR1 and up.
* Display and DisplayMetric measurements are much more likely to be
correct.
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/ShadowViewRootImpl.java
ef11e36e722b79b1c01549354cfa2ece68dd9e75 24-Aug-2017 Brett Chabot <brettchabot@google.com> Use better defaults for TelephonyManager.simCountryIso and
ViewRootImpl.dispatchWindowResized(MergedConfiguration).
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/ShadowViewRootImpl.java
919a303bda3bceddd1e572c23854eca43e5c54df 06-Jul-2017 Jonathan Gerrish <jonathan@indiekid.org> Inline all parameters to ShadowViewRootImpl.callDispatchResized()
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/ShadowViewRootImpl.java
ef59943112191e47ec205ab86d37412cd355d948 06-Jul-2017 Jonathan Gerrish <jonathan@indiekid.org> Remove RuntimeAdapter completely.

callViewRootImplCallDispatchResized() to ShadowViewRootImpl. Was able to
remove one duplicated condition.

Remove RuntimeAdapter heirarchy and factory completely.
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/ShadowViewRootImpl.java
793ee1db287b053127b6e60891c3dbfd1ce4bc54 13-Jun-2017 Christian Williams <christianw@google.com> Rename projects.
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/ShadowViewRootImpl.java