1. a737ba4 Exclude NotificationCompat in android-support-v4.jar from instrumentation by Michael Portuesi · 13 years ago
  2. 75b6772 Added PackageManager#resolveService(Intent, int) by Jan Berkel · 13 years ago
  3. ce37e7a WS by Jan Berkel · 13 years ago
  4. 06e11f6 Merge branch 'robo-staging' by Wenhui Yao · 13 years ago
  5. e1fc833 Added implementation of startManagingCursor/stopManagingCursor by Jessica Chen · 13 years ago
  6. b35dc61 Merge pull request #270 from stefanodacchille/context-getdir by Jan Berkel · 13 years ago
  7. 55e8542 Merge pull request #280 from metalhead8816/upstream-text-utils by Jan Berkel · 13 years ago
  8. 4040eb3 Merge pull request #286 from roman-mazur/master by Jan Berkel · 13 years ago
  9. 72d97e4 Do not instrument android.support.v4.content package since all the java code is available by Roman Mazur · 13 years ago
  10. f956f7e Add getError/setError to ShadowTextView by Jon Boekenoogen · 13 years ago
  11. f294f12 Add getAccounts and getAccountsByType to ShadowAccountManager by Jon Boekenoogen · 13 years ago
  12. 4d84c98 Fix NullPointerException when access attributes from TestAttributeSet using default ctor by Jon Boekenoogen · 13 years ago
  13. a16489f Add isDigitsOnly to ShadowTextUtils by Jon Boekenoogen · 13 years ago
  14. 203ff53 Add isDigitsOnly to ShadowTextUtils by Jon Boekenoogen · 13 years ago
  15. 52c56b8 Merge pull request #1 from erichaugh/master by Jon Boekenoogen · 13 years ago
  16. c936caf Implement TestMenuItem.setVisible() and .getVisible(). by Eric Haugh · 13 years ago
  17. 7ac4373 Remove code duplication by Jan Berkel · 13 years ago
  18. 08a827f Added Looper.loop(), Looper#quit() by Jan Berkel · 13 years ago
  19. 8e3a5a9 Merge pull request #275 from metalhead8816/upstream_lrucache by Tyler Schultz · 13 years ago
  20. 65b0931 Merge pull request #273 from majasb/large_hex_integer by Tyler Schultz · 13 years ago
  21. f922da3 Merge branch 'upstream' of https://github.com/metalhead8816/robolectric into metalhead8816-upstream by Tyler Schultz · 13 years ago
  22. 342c71a Merge pull request #266 from leviwilson/shadowActivity-create by Tyler Schultz · 13 years ago
  23. e94974f Merge pull request #263 from leviwilson/levi-stripSeparators by Tyler Schultz · 13 years ago
  24. f2ad103 Merge pull request #276 from zoodles/master by Michael Portuesi · 13 years ago
  25. b6a01c6 Merge branch 'master' of git://github.com/pivotal/robolectric by Wenhui Yao · 13 years ago
  26. 8c52966 Don't shadow LruCache since the full java source is available and usable by Jon Boekenoogen · 13 years ago
  27. ea4eb79 Don't shadow LruCache since the full java source is available and usable by Jon Boekenoogen · 13 years ago
  28. 130c9ef Handler: Remove messages before dispatching them by Jan Berkel · 13 years ago
  29. b694e16 ShadowBundle: Add clear and remove by Jon Boekenoogen · 13 years ago
  30. 6faac29 ShadowBundle get* methods return null if they are not of the proper type. by Jon Boekenoogen · 13 years ago
  31. 9674669 Add copy constructor to ShadowBundle by Jon Boekenoogen · 13 years ago
  32. f058047 Test cases for measured width/height in ShadowView by Michael Portuesi · 13 years ago
  33. 0eecf58 Add support for measured width/height, to support testing custom ViewGroup classes by Michael Portuesi · 13 years ago
  34. 7f750b0 Add Parcelable Array handling to ShadowBundle by Jon Boekenoogen · 13 years ago
  35. 40ba7d6 Add Parcelable Array handling to ShadowBundle by Jon Boekenoogen · 13 years ago
  36. a86d199 Merge pull request #274 from zoodles/master by Michael Portuesi · 13 years ago
  37. 60a4a33 Resolve conflict after upstream pull by Wenhui Yao · 13 years ago
  38. 77ceeac Robolectric upstream merge by Wenhui Yao · 13 years ago
  39. 2e2bd2b Commit before revert back to original non executeOnExecutor by Wenhui Yao · 13 years ago
  40. 4df10b3 Resolve conflict by Wenhui Yao · 13 years ago
  41. 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
  42. c151d8f Merge pull request #267 from zoodles/master by Michael Portuesi · 13 years ago
  43. 8ed072d Merge branch 'load_system_int_resources_fix' into large_hex_integer by Maja Bratseth · 13 years ago
  44. 34bf42d Loading int resources from same dir as others by Maja Bratseth · 13 years ago
  45. c668c98 Large hex int resource supported by Maja Bratseth · 13 years ago
  46. b1b4567 Remove implmentation of executeOnExecutor due to lower sdk version by Wenhui Yao · 13 years ago
  47. 944f1b5 Add executeOnExecutor to ShadowAsyncTask by Wenhui Yao · 13 years ago
  48. 8ac50c8 Add executeOnExecutor to ShadowAsyncTask by Wenhui Yao · 13 years ago
  49. c5ad393 For consistency, instantiate a new file in the same way as in shouldCreateIfDoesNotExistAndGetApplicationDataDirectory() test by Stefano Dacchille · 13 years ago
  50. 73d85cd Create application directory if it doesn't exist by Stefano Dacchille · 13 years ago
  51. 8632fca Merge branch 'master' of git://github.com/pivotal/robolectric into robo-staging by Wenhui Yao · 13 years ago
  52. 13e6637 Merge pull request #271 from stefanodacchille/app-name by Jan Berkel · 13 years ago
  53. 937f7e7 Set application name when resolving the application by Stefano Dacchille · 13 years ago
  54. ad061b5 Implementation of Context#getDir() method by Stefano Dacchille · 13 years ago
  55. 77413b9 Code formatting by Jan Berkel · 13 years ago
  56. 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
  57. 2af7984 Added a shadow for android.os.StatFs by Jan Berkel · 13 years ago
  58. 3f465d3 ShadowBundle: Adding put/get methods for bundles and arrays inside a bundle by Jon Boekenoogen · 13 years ago
  59. fae19cf ShadowBundle: Adding put/get methods for bundles and arrays inside a bundle by Jon Boekenoogen · 13 years ago
  60. 2b3da25 Merge branch 'upstream' by Jon Boekenoogen · 13 years ago
  61. c3d07a3 Remove listview from ListFragment until a good interface can be had by Jon Boekenoogen · 13 years ago
  62. 7e09350 Merge branch 'master' of github.com:pivotal/robolectric by Phil Goodwin & Ryan Richard · 13 years ago
  63. a047973 add setOnPageChangeListener() to ShadowViewPager by Phil Goodwin & Ryan Richard · 13 years ago
  64. 7396190 Merge branch 'master' of github.com:pivotal/robolectric by Jan Berkel · 13 years ago
  65. 962dfc9 Added Message#getWhen() + support in Handler by Jan Berkel · 13 years ago
  66. 8b51223 Add executePendingTransactions() to TestFragmentManager. by Phil Goodwin & Ryan Richard · 13 years ago
  67. 0c5626b Merge branch 'master' of git://github.com/pivotal/robolectric into robo-staging by Wenhui Yao · 13 years ago
  68. aec31da Merge branch 'master' of github.com:pivotal/robolectric by Amrit Thakur & Chris Perry · 13 years ago
  69. 6439c8a refactored invocations on realActivity by Levi Wilson · 13 years ago
  70. 3b0a2d3 added *.swp to .gitignore by Levi Wilson · 13 years ago
  71. f9fae23 added create method akin to recreate by Levi Wilson · 13 years ago
  72. 085b7ed Implemented getLayout for TextView by Amrit Thakur & Chris Perry · 13 years ago
  73. 8e2c655 simplify ShadowViewPager to make it less integrationy by Phil Goodwin & Ryan Richard · 13 years ago
  74. cd6b577 Added popup window offset parameters by Amrit Thakur & Chris Perry · 13 years ago
  75. 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
  76. d51b9b2 Make PopupWindow.dismiss() actually remove the container view from the window manager by Rick Kawala & Ryan Richard · 13 years ago
  77. 5fb103e PopupWindow.dismiss() will remove popup from the window manager. by Rick Kawala & Ryan Richard · 13 years ago
  78. 0933eaa Backgrounds get set on the popup view container. by Rick Kawala & Ryan Richard · 13 years ago
  79. bca7d93 Support view constructor in PopupWindow by Rick Kawala & Ryan Richard · 13 years ago
  80. 4f271ae Add showAsDropDown to PopupWindow by Rick Kawala & Ryan Richard · 13 years ago
  81. 4c28702 Fixed some ShadowAdapterView behavior by Mike Stam & Phil Goodwin · 13 years ago
  82. 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
  83. f65a5da set animation to null when clear animation by Jessica Chen · 13 years ago
  84. 181d6e5 Merge branch 'master' of github.com:pivotal/robolectric by Mike Stam & Ryan Richard · 13 years ago
  85. 8f301d3 make FragmentManager handle the case where the fragment has no view by Mike Stam & Ryan Richard · 13 years ago
  86. 58d6d9e Add a ShadowListFragment which is similar to ShadowListActivity by Jon Boekenoogen · 13 years ago
  87. 7a0b4fd rename class back to fix the build by Tyler Schultz · 13 years ago
  88. 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
  89. 752e0b0 rename env var name cached.roboelectric.classes.path => cached.robolectric.classes.path by Tyler Schultz · 13 years ago
  90. b9a9a0d Merge branch 'master' of github.com:pivotal/robolectric by Tyler Schultz · 13 years ago
  91. 0d507fc Fix test class spelling, formatting by Tyler Schultz · 13 years ago
  92. 2566577 Merge remote-tracking branch 'upstream/master' by Jon Boekenoogen · 13 years ago
  93. 7798b41 Merge pull request #262 from leviwilson/levi-setButton by Jan Berkel · 13 years ago
  94. aa481f2 added stripSeparators shadow method to PhoneNumberUtils by Levi Wilson · 13 years ago
  95. 11ed3cd Fixed broken test by Chris Perry & Phil Goodwin · 13 years ago
  96. a245c3e Merge branch 'master' of github.com:pivotal/robolectric by Chris Perry & Phil Goodwin · 13 years ago
  97. 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
  98. e4f479b Merge branch 'master' of github.com:pivotal/robolectric by Amrit Thakur & Ryan Richard · 13 years ago
  99. c9584b6 Added ShadowLinkMovementMethod class by Amrit Thakur & Ryan Richard · 13 years ago
  100. 6cb8eb7 introduce setButton method on ShadowAlertDialog by Levi Wilson · 13 years ago