aboutsummaryrefslogtreecommitdiff
path: root/src/test/resources/res
AgeCommit message (Expand)Author
2012-11-16Merge remote-tracking branch 'square/master' into robolectric-2-masterChristian Williams & Dimitris Couchell
2012-10-20Merge branch 'TextUtils-equals' of https://github.com/justinmuller/robolectri...Phil Goodwin & Tyler Schultz
2012-10-09Added intArray supportmsama
2012-10-09Added boolean support to ShadowResourcesmsama
2012-09-15Fix indentation.justinmuller
2012-09-15Add support for point ("pt") dimensions in dimens.xmljustinmuller
2012-08-07Add locale support for values directoryWenhui Yao
2012-06-23Load "integer" resources. Also adds missing method to ShadowTypedArrayEric Denman
2012-06-06Large hex int resource supportedMaja Bratseth
2012-04-27merge from masteradriancowham
2012-04-26Added support for keys, titles & subtitles on PreferenceScreens.Chris Vandevelde
2012-04-24Add support for android:contentDescription in ShadowViewMatteo Panella
2012-04-20Actually patchify the 9-patch test fileMichael Portuesi
2012-04-20Basic implementation of NinePatchDrawable in resource loaderMichael Portuesi
2012-03-27add support for animation drawableRick Kawala & Wei Wu
2012-03-22added the ability to recreate fragments when an activity is restored from a s...Aaron VonderHaar & Amrit Thakur
2012-03-19Merge branch 'master' of github.com:pivotal/robolectricAaron VonderHaar & Amrit Thakur
2012-03-19Basic support for FragmentsAaron VonderHaar & Amrit Thakur
2012-03-16Add IntegerResourceLoaderWenhui Yao
2012-03-09Implement Resources#getDimension by reading values from XML files. The old i...Michael Portuesi
2012-02-20Basic fragment supportEric Denman
2012-02-14Support same layout file in different res directories for testing. For examp...Phil Goodwin & Ryan Richard
2012-02-13Add support for layout-land and layout-port directories.Eric Denman
2012-02-10Update to ICS, add Support Library 4Eric Denman
2012-02-09Added TabActivity#getTabWidget, TabHost#getTabWidgetJan Berkel
2012-02-02Activity#setContentView behaves more like on AndroidJan Berkel
2012-01-31Merge branch 'master' into ray/upstream-mergeRay Ryan & Eric Denman
2012-01-20Improves attribute resource parsing, and makes TestAttributeSet honorRay Ryan
2012-01-17Merge remote-tracking branch 'upstream/master'Ray Ryan
2011-12-13Handle references to @android:color/transparentEric Denman
2011-09-27Merge remote branch 'upstream/master' into upstream-mergeadriancowham
2011-09-14Merge pull request #141 from developernotes/upstreamJoe Moore and Tyler Schultz
2011-09-12further support and test for StateListDrawableadriancowham
2011-09-12forgot to add a fileadriancowham
2011-08-13Merge branch 'rc4'Chris Perry
2011-08-13Added ability to get hint information from TextViews.Chris Perry
2011-08-12Views properly namespaced with android:X/YJesse Toth & Tim Labeeuw
2011-08-11String array resources properly namespaced with android:X/YJesse Toth & Tim Labeeuw
2011-08-11String and color resources properly namespaced with android:X/YJesse Toth & Tim Labeeuw
2011-08-09Fixed hint text in ShadowTextView, also fixed DateFormatTest time zone bugEric Burke
2011-08-05Added support for Resources#getQuantityStringJan Berkel
2011-07-29Merge remote branch 'upstream/master'Joe Moore & Ryan Richard
2011-07-21Add basic LayerDrawable support.Aaron Day
2011-07-06- fix bug in ResourceExtractorRyan Richard
2011-06-23Merge branch 'master' of https://github.com/zoodles/robolectric into zoodles-...Ryan Richard & Tyler Schultz
2011-03-22PreferenceLoader kinda functional and slightly testedRich Humphrey
2011-03-22ShadowPreferenceGroup more implemented and testedRich Humphrey
2011-03-06Added onClick attribute support on ViewGautier Hayoun
2011-01-28Fixed bug where layouts were getting <include>ed twice.Phil Goodwin
2011-01-26formattingPhil Goodwin