1. 4040eb3 Merge pull request #286 from roman-mazur/master by Jan Berkel · 13 years ago
  2. 72d97e4 Do not instrument android.support.v4.content package since all the java code is available by Roman Mazur · 13 years ago
  3. 7ac4373 Remove code duplication by Jan Berkel · 13 years ago
  4. 08a827f Added Looper.loop(), Looper#quit() by Jan Berkel · 13 years ago
  5. 8e3a5a9 Merge pull request #275 from metalhead8816/upstream_lrucache by Tyler Schultz · 13 years ago
  6. 65b0931 Merge pull request #273 from majasb/large_hex_integer by Tyler Schultz · 13 years ago
  7. f922da3 Merge branch 'upstream' of https://github.com/metalhead8816/robolectric into metalhead8816-upstream by Tyler Schultz · 13 years ago
  8. 342c71a Merge pull request #266 from leviwilson/shadowActivity-create by Tyler Schultz · 13 years ago
  9. e94974f Merge pull request #263 from leviwilson/levi-stripSeparators by Tyler Schultz · 13 years ago
  10. f2ad103 Merge pull request #276 from zoodles/master by Michael Portuesi · 13 years ago
  11. b6a01c6 Merge branch 'master' of git://github.com/pivotal/robolectric by Wenhui Yao · 13 years ago
  12. 8c52966 Don't shadow LruCache since the full java source is available and usable by Jon Boekenoogen · 13 years ago
  13. 130c9ef Handler: Remove messages before dispatching them by Jan Berkel · 13 years ago
  14. f058047 Test cases for measured width/height in ShadowView by Michael Portuesi · 13 years ago
  15. 0eecf58 Add support for measured width/height, to support testing custom ViewGroup classes by Michael Portuesi · 13 years ago
  16. 7f750b0 Add Parcelable Array handling to ShadowBundle by Jon Boekenoogen · 13 years ago
  17. a86d199 Merge pull request #274 from zoodles/master by Michael Portuesi · 13 years ago
  18. 60a4a33 Resolve conflict after upstream pull by Wenhui Yao · 13 years ago
  19. 77ceeac Robolectric upstream merge by Wenhui Yao · 13 years ago
  20. 2e2bd2b Commit before revert back to original non executeOnExecutor by Wenhui Yao · 13 years ago
  21. 4df10b3 Resolve conflict by Wenhui Yao · 13 years ago
  22. ef13b96 Temporarily disable shadow for AsyncTask#executeOnExecutor as the RobolectricWiringTest fails - this is an API level 11 call. Re-enable when Robolectric is upgraded. by Michael Portuesi · 13 years ago
  23. c151d8f Merge pull request #267 from zoodles/master by Michael Portuesi · 13 years ago
  24. 8ed072d Merge branch 'load_system_int_resources_fix' into large_hex_integer by Maja Bratseth · 13 years ago
  25. 34bf42d Loading int resources from same dir as others by Maja Bratseth · 13 years ago
  26. c668c98 Large hex int resource supported by Maja Bratseth · 13 years ago
  27. b1b4567 Remove implmentation of executeOnExecutor due to lower sdk version by Wenhui Yao · 13 years ago
  28. 944f1b5 Add executeOnExecutor to ShadowAsyncTask by Wenhui Yao · 13 years ago
  29. 8ac50c8 Add executeOnExecutor to ShadowAsyncTask by Wenhui Yao · 13 years ago
  30. 8632fca Merge branch 'master' of git://github.com/pivotal/robolectric into robo-staging by Wenhui Yao · 13 years ago
  31. 13e6637 Merge pull request #271 from stefanodacchille/app-name by Jan Berkel · 13 years ago
  32. 937f7e7 Set application name when resolving the application by Stefano Dacchille · 13 years ago
  33. 77413b9 Code formatting by Jan Berkel · 13 years ago
  34. 6574247 Fixed null point exception when trying to retrieve a value from a MatrixCursor column,row that contained NULL (now mimics the Android implementation) by Savvas Dalkitsis · 13 years ago
  35. 2af7984 Added a shadow for android.os.StatFs by Jan Berkel · 13 years ago
  36. 3f465d3 ShadowBundle: Adding put/get methods for bundles and arrays inside a bundle by Jon Boekenoogen · 13 years ago
  37. 7e09350 Merge branch 'master' of github.com:pivotal/robolectric by Phil Goodwin & Ryan Richard · 13 years ago
  38. a047973 add setOnPageChangeListener() to ShadowViewPager by Phil Goodwin & Ryan Richard · 13 years ago
  39. 7396190 Merge branch 'master' of github.com:pivotal/robolectric by Jan Berkel · 13 years ago
  40. 962dfc9 Added Message#getWhen() + support in Handler by Jan Berkel · 13 years ago
  41. 8b51223 Add executePendingTransactions() to TestFragmentManager. by Phil Goodwin & Ryan Richard · 13 years ago
  42. 0c5626b Merge branch 'master' of git://github.com/pivotal/robolectric into robo-staging by Wenhui Yao · 13 years ago
  43. aec31da Merge branch 'master' of github.com:pivotal/robolectric by Amrit Thakur & Chris Perry · 13 years ago
  44. 6439c8a refactored invocations on realActivity by Levi Wilson · 13 years ago
  45. 3b0a2d3 added *.swp to .gitignore by Levi Wilson · 13 years ago
  46. f9fae23 added create method akin to recreate by Levi Wilson · 13 years ago
  47. 085b7ed Implemented getLayout for TextView by Amrit Thakur & Chris Perry · 13 years ago
  48. 8e2c655 simplify ShadowViewPager to make it less integrationy by Phil Goodwin & Ryan Richard · 13 years ago
  49. cd6b577 Added popup window offset parameters by Amrit Thakur & Chris Perry · 13 years ago
  50. f647512 Fixed bug to prevent it from an NPE when the ColorResolver can't resolve a drawable by Amrit Thakur & Chris Perry · 13 years ago
  51. d51b9b2 Make PopupWindow.dismiss() actually remove the container view from the window manager by Rick Kawala & Ryan Richard · 13 years ago
  52. 5fb103e PopupWindow.dismiss() will remove popup from the window manager. by Rick Kawala & Ryan Richard · 13 years ago
  53. 0933eaa Backgrounds get set on the popup view container. by Rick Kawala & Ryan Richard · 13 years ago
  54. bca7d93 Support view constructor in PopupWindow by Rick Kawala & Ryan Richard · 13 years ago
  55. 4f271ae Add showAsDropDown to PopupWindow by Rick Kawala & Ryan Richard · 13 years ago
  56. 4c28702 Fixed some ShadowAdapterView behavior by Mike Stam & Phil Goodwin · 13 years ago
  57. e29c8a3 Fix ShadowViewPager so that it will not enter an infinite loop if the associated Activity has not been onCreated yet. by Aaron VonderHaar · 13 years ago
  58. f65a5da set animation to null when clear animation by Jessica Chen · 13 years ago
  59. 181d6e5 Merge branch 'master' of github.com:pivotal/robolectric by Mike Stam & Ryan Richard · 13 years ago
  60. 8f301d3 make FragmentManager handle the case where the fragment has no view by Mike Stam & Ryan Richard · 13 years ago
  61. 7a0b4fd rename class back to fix the build by Tyler Schultz · 13 years ago
  62. 09b2379 rename class so it can be renamed back next commit. MacOS/git did not update the case of the file. by Tyler Schultz · 13 years ago
  63. 752e0b0 rename env var name cached.roboelectric.classes.path => cached.robolectric.classes.path by Tyler Schultz · 13 years ago
  64. b9a9a0d Merge branch 'master' of github.com:pivotal/robolectric by Tyler Schultz · 13 years ago
  65. 0d507fc Fix test class spelling, formatting by Tyler Schultz · 13 years ago
  66. 7798b41 Merge pull request #262 from leviwilson/levi-setButton by Jan Berkel · 13 years ago
  67. aa481f2 added stripSeparators shadow method to PhoneNumberUtils by Levi Wilson · 13 years ago
  68. 11ed3cd Fixed broken test by Chris Perry & Phil Goodwin · 13 years ago
  69. a245c3e Merge branch 'master' of github.com:pivotal/robolectric by Chris Perry & Phil Goodwin · 13 years ago
  70. 3cb4bf0 ShadowViewPager.dataSetChanged() will request a new fragment for every new item that was added (no support yet for removing or replacing fragments) by Chris Perry & Phil Goodwin · 13 years ago
  71. e4f479b Merge branch 'master' of github.com:pivotal/robolectric by Amrit Thakur & Ryan Richard · 13 years ago
  72. c9584b6 Added ShadowLinkMovementMethod class by Amrit Thakur & Ryan Richard · 13 years ago
  73. 6cb8eb7 introduce setButton method on ShadowAlertDialog by Levi Wilson · 13 years ago
  74. 98dd9c7 Merge branch 'master' of github.com:pivotal/robolectric by Chris Perry & Phil Goodwin · 13 years ago
  75. f0c6d1e Fixed a bug by Chris Perry & Phil Goodwin · 13 years ago
  76. 36e501c Added set/getCurrentPager to ShadowViewPager by Phil Goodwin · 13 years ago
  77. 9aca971 Merge pull request #261 from metalhead8816/upstream by Tyler Schultz · 13 years ago
  78. 226a56f Merge pull request #260 from xaethos/matrixcursor by Tyler Schultz · 13 years ago
  79. 750a154 Add shadowOf method for CheckedTextView by Tyler Schultz · 13 years ago
  80. 16562ce Merge branch 'master' of https://github.com/cwperry/robolectric into cwperry-master by Tyler Schultz · 13 years ago
  81. 4b9d8d8 Merge branch 'cursorwrapper' of https://github.com/xaethos/robolectric into xaethos-cursorwrapper by Tyler Schultz · 13 years ago
  82. b6a9d03 simplify HtmlTest by Tyler Schultz · 13 years ago
  83. f954c09 Merge branch 'master' of https://github.com/kungfuters/robolectric into kungfuters-master by Tyler Schultz · 13 years ago
  84. d487c04 Merge branch 'master' of github.com:pivotal/robolectric by Tyler Schultz · 13 years ago
  85. d59c8fe Merge branch 'MimeTypeMapAndItemizedOverlay' of https://github.com/kiefermat/robolectric into kiefermat-MimeTypeMapAndItemizedOverlay by Tyler Schultz · 13 years ago
  86. d50f87b Merge pull request #245 from shazam/shazam_abstract_cursor_close by Tyler Schultz · 13 years ago
  87. bd35e26 Merge branch 'master' of github.com:pivotal/robolectric by Ryan Richard & Yevgeniy Motov · 13 years ago
  88. e846605 added ShadowAlphaAnimation by Ryan Richard & Yevgeniy Motov · 13 years ago
  89. 886f860 Merge branch 'master' of github.com:pivotal/robolectric by Mike Stam & Rick Kawala · 13 years ago
  90. 97488cd Add getOnItemLongClickListener by Mike Stam & Rick Kawala · 13 years ago
  91. 96afad6 Merge pull request #243 from kiefermat/ContentResolverAndMediaStoreUris by Tyler Schultz · 13 years ago
  92. 4848d45 add ci.robolectric.org to the README by Tyler Schultz · 13 years ago
  93. 521cabb Add ShadowActivity.recreate. This is useful for testing orientation/configuration changes and is available as part of Honeycomb+. by Jon Boekenoogen · 13 years ago
  94. a55f3ce Merge from upstreame by Michael Portuesi · 13 years ago
  95. 8c18260 Add initial support for ShadowAccountManager by Michael Portuesi · 13 years ago
  96. 45416dc Implements ShadowCursorWrapper by Diego Garcia · 13 years ago
  97. 2b559c4 Gives ShadowMatrixCursor some type-casting by Diego Garcia · 13 years ago
  98. dc66632 Implements ShadowMatrixCursor#getBlob by Diego Garcia · 13 years ago
  99. 87fc9da Added the ability to test checked state for a CheckedTextView. by Chris Perry · 13 years ago
  100. 9ae7756 fix test, forgot to add a line to ShadowViewPager by Phil Goodwin & Tyler Schultz · 13 years ago