History log of /external/robolectric/src/test/java/com/xtremelabs/robolectric/res/TestAttributeSetTest.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
4d84c988826cb76a6fb43a035da2771b132f4328 25-Jun-2012 Jon Boekenoogen <jboekeno@google.com> Fix NullPointerException when access attributes from TestAttributeSet using default ctor
/external/robolectric/src/test/java/com/xtremelabs/robolectric/res/TestAttributeSetTest.java
a95c7e06f9c326c3b97f7148f60999180fd52d28 09-Mar-2012 Amrit Thakur & Ryan Richard <pair+amrit+rrichard@pivotallabs.com> Support @null attribute values when inflating xml
/external/robolectric/src/test/java/com/xtremelabs/robolectric/res/TestAttributeSetTest.java
49b51ef87a395b9fa7ab6167df0969425cea014d 12-Aug-2011 Jesse Toth & Tim Labeeuw <pair+jesse+tim@pivotallabs.com> Views properly namespaced with android:X/Y
/external/robolectric/src/test/java/com/xtremelabs/robolectric/res/TestAttributeSetTest.java
3cbf22ab49f98f63e4286eb2b75ec55fc4dade72 11-Aug-2011 Jesse Toth & Tim Labeeuw <pair+jesse+tim@pivotallabs.com> Fixed TestAttributeSet to work with android namespace. Also fixed bug in ResourceExtractorTest
/external/robolectric/src/test/java/com/xtremelabs/robolectric/res/TestAttributeSetTest.java
2cdde11355e7c249e83a8b7aaabae5977bbc3e49 03-Feb-2011 Phil Goodwin <pair+phil@pivotallabs.com> Repackaging
/external/robolectric/src/test/java/com/xtremelabs/robolectric/res/TestAttributeSetTest.java
72ee6c0e205c424f0706051d89e1c7f184bf8269 26-Jan-2011 Phil Goodwin <pair+phil@pivotallabs.com> formatting
/external/robolectric/src/test/java/com/xtremelabs/robolectric/res/TestAttributeSetTest.java
6dcdc015203d141785372b318cc4af073e6e679f 26-Jan-2011 Ronald Dehuysser <ronald.dehuysser@gmail.com> Merge commit 'upstream/master'

Conflicts:
src/main/java/com/xtremelabs/robolectric/res/ResourceExtractor.java
src/test/java/com/xtremelabs/robolectric/R.java
src/test/java/com/xtremelabs/robolectric/res/TestAttributeSetTest.java

Signed-off-by: Ronald Dehuysser <ronald.dehuysser@gmail.com>
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/TestAttributeSetTest.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/TestAttributeSetTest.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/TestAttributeSetTest.java
4baf90fcda4a6d4c5cad3e8f857be1f4a070074e 20-Jan-2011 Ronald Dehuysser <ronald.dehuysser@gmail.com> Fix for resources in android namespace: when setting an dropDownViewResource on a spinnerAdapter, a reference to @android:id/text1 is used... but this is not found because the TestAttributeSet looks for it via getLocalResourceId. I added a new method called getResourceId that checks if the resourceName starts with the android namespace. If so, we should look for a systemResource. Also added test for this.
Signed-off-by: Ronald Dehuysser <ronald.dehuysser@gmail.com>
/external/robolectric/src/test/java/com/xtremelabs/robolectric/res/TestAttributeSetTest.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/TestAttributeSetTest.java