History log of /external/robolectric/src/test/java/com/xtremelabs/robolectric/res/ColorResourceLoaderTest.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
f647512bd80162f9cb6b2fac8c7b0db984266967 22-May-2012 Amrit Thakur & Chris Perry <pair+amrit+cperry@pivotallabs.com> Fixed bug to prevent it from an NPE when the ColorResolver can't resolve a drawable
/external/robolectric/src/test/java/com/xtremelabs/robolectric/res/ColorResourceLoaderTest.java
f2906888dbe454d6b607e123cc5fdfebd190372b 12-Aug-2011 Jesse Toth & Tim Labeeuw <pair+jesse+tim@pivotallabs.com> Drawable resources properly namespaced with android:X/Y
/external/robolectric/src/test/java/com/xtremelabs/robolectric/res/ColorResourceLoaderTest.java
28dc94ecb7ac94834b97e3f6be778b3f2bb734fd 11-Aug-2011 Jesse Toth & Tim Labeeuw <pair+jesse+tim@pivotallabs.com> String and color resources properly namespaced with android:X/Y
/external/robolectric/src/test/java/com/xtremelabs/robolectric/res/ColorResourceLoaderTest.java
e759ba9296f7cf3063cdcab5f288ab6604d80ddb 22-Jan-2011 Phil Goodwin <pair+phil@pivotallabs.com> Refactored the initialization of ResourceLoader and made it fail gracefully when system resources cannot be found instead of blowing up.
/external/robolectric/src/test/java/com/xtremelabs/robolectric/res/ColorResourceLoaderTest.java
29610b43047065c5dc66452d33f0113ac7e65fe8 21-Jan-2011 Phil Goodwin <pair+phil@pivotallabs.com> Trying palfrey's changes again

Revert "Revert "Making a distinction between system resources, loaded from the Android SDK, and local resources. Code that accesses resources now explicitly accesses local resources except in the specific new cases where system resources need to be accessed.""

This reverts commit d86e484c4a8692c1a726cc05f0da1b310ab3a940.
/external/robolectric/src/test/java/com/xtremelabs/robolectric/res/ColorResourceLoaderTest.java
d86e484c4a8692c1a726cc05f0da1b310ab3a940 21-Jan-2011 Phil Goodwin <pair+phil@pivotallabs.com> Revert "Making a distinction between system resources, loaded from the Android SDK, and local resources. Code that accesses resources now explicitly accesses local resources except in the specific new cases where system resources need to be accessed."

This reverts commit f540e3687a4ca75ea6b40f577b7807cca30119be, reversing
changes made to 6a85565da2f3ce4187865d9cee2da58e992a4650.
/external/robolectric/src/test/java/com/xtremelabs/robolectric/res/ColorResourceLoaderTest.java
f540e3687a4ca75ea6b40f577b7807cca30119be 19-Jan-2011 Phil Goodwin <pair+phil@pivotallabs.com> Making a distinction between system resources, loaded from the Android SDK, and local resources. Code that accesses resources now explicitly accesses local resources except in the specific new cases where system resources need to be accessed.
String resources are stored in separate locations so that name collisions can be tolerated. Value collisions, however, are not tolerated: two different strings can have the same name (and so must be explicitly resolved as either local or system resources) but they may never have the same id.

Merge branch 'palfrey-SpinnerTest'

Conflicts:
src/main/java/com/xtremelabs/robolectric/res/ResourceLoader.java
src/main/java/com/xtremelabs/robolectric/shadows/ShadowArrayAdapter.java
src/test/java/com/xtremelabs/robolectric/shadows/AbsSpinnerTest.java
4ac725f9b4cebbf46805fc5e9b2f0eaf3fdd9b29 22-Dec-2010 Christian Williams <pair+xian@pivotallabs.com> Rearrange source tree to follow maven conventions.
/external/robolectric/src/test/java/com/xtremelabs/robolectric/res/ColorResourceLoaderTest.java