1. af568e3 ShadowProgressBar improvements by Jan Berkel · 12 years ago
  2. a010f2f WS by Jan Berkel · 12 years ago
  3. dd40f71 Add locale support for values directory by Wenhui Yao · 12 years ago
  4. d1187f6 Can get all of the receivers for an intent. by Phil Goodwin & Rick Kawala · 12 years ago
  5. ae439a4 Merge branch 'master' of github.com:pivotal/robolectric by Phil Goodwin & Rick Kawala · 12 years ago
  6. 19b2ad3 Implement method that checks whether a BroadcastReceiver is registered for an intent. by Phil Goodwin & Rick Kawala · 12 years ago
  7. ad95616 Merge pull request #299 from zoodles/master by Michael Portuesi · 12 years ago
  8. 9c83641 Merge branch 'master' of git://github.com/pivotal/robolectric into robo-staging by Wenhui Yao · 12 years ago
  9. 0bf1d6a Implement readStringList and writeStringList by Phil Goodwin & Rick Kawala · 12 years ago
  10. a9e5389 Merge branch 'master' of github.com:pivotal/robolectric by Phil Goodwin & Rick Kawala · 12 years ago
  11. 053f4fe Make it possible to test AIDL methods by Phil Goodwin & Rick Kawala · 12 years ago
  12. 8c7d713 Implement ListPreference#getValue/setValue by Michael Portuesi · 12 years ago
  13. 0373fcd ShadowParcel: Add createStringArray, writeStringList(List), createStringArrayList, readStringList(List) by Jon Boekenoogen · 12 years ago
  14. acd84fc Added ShadowAnimationSet by Jessica Chen · 12 years ago
  15. 3e4f743 Merge pull request #297 from zoodles/master by Michael Portuesi · 12 years ago
  16. 0ca861e Merge branch 'master' of git://github.com/pivotal/robolectric into robo-staging by Wenhui Yao · 12 years ago
  17. a06e532 Can clear wasNotifyDataSetChangedCalled flage in BaseAdapter by Phil Goodwin & Rick Kawala · 12 years ago
  18. 543b80e Make ShadowBaseAdapter record calls to notifyDataSetChanged() by Phil Goodwin & Rick Kawala · 12 years ago
  19. 5466465 Add implementation of Looper.getThread() by Jessica Chen · 12 years ago
  20. b9453c1 Add back in several paths to find maps jar, because Google has changed naming conventions several times. Also, attempt to fix an intermittent deadlock in HandlerThreadTest by ensuring threads are torn down by an @After method. by Michael Portuesi · 12 years ago
  21. 9659af2 Build and pass tests with Android 4.0.1 with Ant script by Michael Portuesi · 12 years ago
  22. 0bcbd37 Tests pass with Android jar 4.0.1.2 on Maven by Michael Portuesi · 12 years ago
  23. e057483 Compiles under Android 4.0.1 jars, tests do not pass yet by Michael Portuesi · 12 years ago
  24. f9d5ac6 Fetch maps.jar from the right place if you're using the R20 release of the Android SDK by Phil Goodwin & Rick Kawala · 12 years ago
  25. 277acc1 Properly rethrow exception from ShadowAsyncTask by Jon Boekenoogen · 12 years ago
  26. d970650 Merge pull request #296 from zoodles/master by Michael Portuesi · 12 years ago
  27. 584d64f Add getString to ShadowFragment by Jon Boekenoogen · 12 years ago
  28. 9afe5b1 Merge remote-tracking branch 'upstream/master' into robo-staging by Wenhui Yao · 12 years ago
  29. 51cda5c Add more missing methods of ShadowBundle. Use correct behavior of ShadowIntent when accessing extras by returning null instead of throwing ClassCastExceptions by Jon Boekenoogen · 12 years ago
  30. d928e52 add implementation of TextUtils.split(text, expression) by Jessica Chen · 12 years ago
  31. 43c9cb3 Fix indentation issues by Jon Boekenoogen · 12 years ago
  32. 3a057bd Add simple getters to TypedArray that at least return the default value by Jon Boekenoogen · 12 years ago
  33. 6ea37ea Call onFocusChanged for on ShadowView when focus changes by Jon Boekenoogen · 12 years ago
  34. 9f52aa8 Revert "Do not instrument android.support.v4.content package since all the java code is available" by Tyler Schultz · 12 years ago
  35. 28a0206 Added unit test for decodeResource with Options in ShadowBitmapFactory by Jessica Chen · 12 years ago
  36. 40875c3 Added decodeSource with Options by Jessica Chen · 12 years ago
  37. b7f2483 Merge pull request #288 from zoodles/master by Michael Portuesi · 12 years ago
  38. be7c253 Add unit test for startManagingCursor/stopManagingCursor by Michael Portuesi · 12 years ago
  39. a737ba4 Exclude NotificationCompat in android-support-v4.jar from instrumentation by Michael Portuesi · 12 years ago
  40. 75b6772 Added PackageManager#resolveService(Intent, int) by Jan Berkel · 12 years ago
  41. ce37e7a WS by Jan Berkel · 12 years ago
  42. 06e11f6 Merge branch 'robo-staging' by Wenhui Yao · 12 years ago
  43. e1fc833 Added implementation of startManagingCursor/stopManagingCursor by Jessica Chen · 12 years ago
  44. b35dc61 Merge pull request #270 from stefanodacchille/context-getdir by Jan Berkel · 12 years ago
  45. 55e8542 Merge pull request #280 from metalhead8816/upstream-text-utils by Jan Berkel · 12 years ago
  46. 4040eb3 Merge pull request #286 from roman-mazur/master by Jan Berkel · 12 years ago
  47. 72d97e4 Do not instrument android.support.v4.content package since all the java code is available by Roman Mazur · 12 years ago
  48. f956f7e Add getError/setError to ShadowTextView by Jon Boekenoogen · 12 years ago
  49. f294f12 Add getAccounts and getAccountsByType to ShadowAccountManager by Jon Boekenoogen · 12 years ago
  50. 4d84c98 Fix NullPointerException when access attributes from TestAttributeSet using default ctor by Jon Boekenoogen · 12 years ago
  51. a16489f Add isDigitsOnly to ShadowTextUtils by Jon Boekenoogen · 12 years ago
  52. 203ff53 Add isDigitsOnly to ShadowTextUtils by Jon Boekenoogen · 12 years ago
  53. 52c56b8 Merge pull request #1 from erichaugh/master by Jon Boekenoogen · 12 years ago
  54. c936caf Implement TestMenuItem.setVisible() and .getVisible(). by Eric Haugh · 12 years ago
  55. 7ac4373 Remove code duplication by Jan Berkel · 12 years ago
  56. 08a827f Added Looper.loop(), Looper#quit() by Jan Berkel · 12 years ago
  57. 8e3a5a9 Merge pull request #275 from metalhead8816/upstream_lrucache by Tyler Schultz · 12 years ago
  58. 65b0931 Merge pull request #273 from majasb/large_hex_integer by Tyler Schultz · 12 years ago
  59. f922da3 Merge branch 'upstream' of https://github.com/metalhead8816/robolectric into metalhead8816-upstream by Tyler Schultz · 12 years ago
  60. 342c71a Merge pull request #266 from leviwilson/shadowActivity-create by Tyler Schultz · 12 years ago
  61. e94974f Merge pull request #263 from leviwilson/levi-stripSeparators by Tyler Schultz · 12 years ago
  62. f2ad103 Merge pull request #276 from zoodles/master by Michael Portuesi · 12 years ago
  63. b6a01c6 Merge branch 'master' of git://github.com/pivotal/robolectric by Wenhui Yao · 12 years ago
  64. 8c52966 Don't shadow LruCache since the full java source is available and usable by Jon Boekenoogen · 12 years ago
  65. ea4eb79 Don't shadow LruCache since the full java source is available and usable by Jon Boekenoogen · 12 years ago
  66. 130c9ef Handler: Remove messages before dispatching them by Jan Berkel · 12 years ago
  67. b694e16 ShadowBundle: Add clear and remove by Jon Boekenoogen · 12 years ago
  68. 6faac29 ShadowBundle get* methods return null if they are not of the proper type. by Jon Boekenoogen · 12 years ago
  69. 9674669 Add copy constructor to ShadowBundle by Jon Boekenoogen · 12 years ago
  70. f058047 Test cases for measured width/height in ShadowView by Michael Portuesi · 12 years ago
  71. 0eecf58 Add support for measured width/height, to support testing custom ViewGroup classes by Michael Portuesi · 12 years ago
  72. 7f750b0 Add Parcelable Array handling to ShadowBundle by Jon Boekenoogen · 12 years ago
  73. 40ba7d6 Add Parcelable Array handling to ShadowBundle by Jon Boekenoogen · 12 years ago
  74. a86d199 Merge pull request #274 from zoodles/master by Michael Portuesi · 12 years ago
  75. 60a4a33 Resolve conflict after upstream pull by Wenhui Yao · 12 years ago
  76. 77ceeac Robolectric upstream merge by Wenhui Yao · 12 years ago
  77. 2e2bd2b Commit before revert back to original non executeOnExecutor by Wenhui Yao · 12 years ago
  78. 4df10b3 Resolve conflict by Wenhui Yao · 12 years ago
  79. 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 · 12 years ago
  80. c151d8f Merge pull request #267 from zoodles/master by Michael Portuesi · 12 years ago
  81. 8ed072d Merge branch 'load_system_int_resources_fix' into large_hex_integer by Maja Bratseth · 12 years ago
  82. 34bf42d Loading int resources from same dir as others by Maja Bratseth · 12 years ago
  83. c668c98 Large hex int resource supported by Maja Bratseth · 12 years ago
  84. b1b4567 Remove implmentation of executeOnExecutor due to lower sdk version by Wenhui Yao · 12 years ago
  85. 944f1b5 Add executeOnExecutor to ShadowAsyncTask by Wenhui Yao · 12 years ago
  86. 8ac50c8 Add executeOnExecutor to ShadowAsyncTask by Wenhui Yao · 12 years ago
  87. c5ad393 For consistency, instantiate a new file in the same way as in shouldCreateIfDoesNotExistAndGetApplicationDataDirectory() test by Stefano Dacchille · 12 years ago
  88. 73d85cd Create application directory if it doesn't exist by Stefano Dacchille · 12 years ago
  89. 8632fca Merge branch 'master' of git://github.com/pivotal/robolectric into robo-staging by Wenhui Yao · 12 years ago
  90. 13e6637 Merge pull request #271 from stefanodacchille/app-name by Jan Berkel · 12 years ago
  91. 937f7e7 Set application name when resolving the application by Stefano Dacchille · 12 years ago
  92. ad061b5 Implementation of Context#getDir() method by Stefano Dacchille · 12 years ago
  93. 77413b9 Code formatting by Jan Berkel · 12 years ago
  94. 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 · 12 years ago
  95. 2af7984 Added a shadow for android.os.StatFs by Jan Berkel · 12 years ago
  96. 3f465d3 ShadowBundle: Adding put/get methods for bundles and arrays inside a bundle by Jon Boekenoogen · 12 years ago
  97. fae19cf ShadowBundle: Adding put/get methods for bundles and arrays inside a bundle by Jon Boekenoogen · 12 years ago
  98. 2b3da25 Merge branch 'upstream' by Jon Boekenoogen · 12 years ago
  99. c3d07a3 Remove listview from ListFragment until a good interface can be had by Jon Boekenoogen · 12 years ago
  100. 7e09350 Merge branch 'master' of github.com:pivotal/robolectric by Phil Goodwin & Ryan Richard · 12 years ago