History log of /external/robolectric/src/main/java/com/xtremelabs/robolectric/res/XmlLoader.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
718a56a01f49a2d4f17d5659d4291aa1d6991682 31-Aug-2011 Michael Portuesi <mikep@zoodles.com> Support for i18n checking for resource files (views, menus, preferences)
/external/robolectric/src/main/java/com/xtremelabs/robolectric/res/XmlLoader.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/main/java/com/xtremelabs/robolectric/res/XmlLoader.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/main/java/com/xtremelabs/robolectric/res/XmlLoader.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/main/java/com/xtremelabs/robolectric/res/XmlLoader.java