1. 1abb5d1 Merge "Implement SSLCertificateSocketFactory#getHttpSocketFactory" by Jon Boekenoogen · 11 years ago
  2. a90d0bb Implement SSLCertificateSocketFactory#getHttpSocketFactory by Jon Boekenoogen · 11 years ago
  3. 6ddbf37 Implement Robolectric ShadowTheme.resolveAttribute by Zhihong Xu · 11 years ago
  4. b0caab4 Fix Robolectric ShadowSpannableStringBuilder by Zhihong Xu · 11 years ago
  5. ae96ffa Update robolectric to api 18 by Farand Koo · 11 years ago
  6. 946a886 Add Patterns/Bundle static fields. by Jon Boekenoogen · 11 years ago
  7. 6bf395c Merge "Fix Wallet robolectric tests, Part 1" by Jeff Hamilton · 11 years ago
  8. b276278 Fix Wallet robolectric tests, Part 1 by Zhihong Xu · 11 years ago
  9. fd457c2 Add android.providers.Settings.Global support. by Jon Boekenoogen · 11 years ago
  10. bd20b3c Fixed build: Fix resource loading in robolectric for API 18+. by Jon Boekenoogen · 11 years ago
  11. 3daf555 Revert "Fix resource loading in robolectric for API 18+." by Jeff Hamilton · 11 years ago
  12. 03e9d10 Fix resource loading in robolectric for API 18+. by Jon Boekenoogen · 11 years ago
  13. 6c4c331 Test only: Fix ShadowSpannableString.getSpans by Zhihong Xu · 11 years ago
  14. 18f30a4 Add support for View.setFilterTouchesWhenObscured() by Farand Koo · 11 years ago
  15. ac7845a Let robolectric read manifest,res,assets from System properties by Zhihong Xu · 11 years ago
  16. bf0552f Implement ShadowBinder#getCallingUid by Michael Galpin · 11 years ago
  17. fe20862 Implement ShadowSignature. by Jon Boekenoogen · 11 years ago
  18. fb82eae Populate Account/Intent CREATORs by Jon Boekenoogen · 11 years ago
  19. 064f86b ShadowParcel/ShadowBundle improvements by Jon Boekenoogen · 11 years ago
  20. 4252a66 Adds mm to dimen units by John Stuppy · 11 years ago
  21. 57c92d2 Fix Bundle#getBundle(String key, String defaultValue) for value = null. by Colin McDonough · 11 years ago
  22. b472f0e Add Bundle#getString(String key, String defaultValue) support by Colin McDonough · 11 years ago
  23. a51ccfb Adds getSelectedView support to Robolectric by John Stuppy · 11 years ago
  24. a9dac6d Merge "Implementing Activity#getCurrentFocus and View#findFocus." by Jeff Hamilton · 11 years ago
  25. 10afa62 Implementing Activity#getCurrentFocus and View#findFocus. by Cristian Esquivias · 11 years ago
  26. 665c73f Adds support for versioning layouts by John Stuppy · 11 years ago
  27. 8563a61 Adds peekAuthToken shadow AccountManager methods by John Stuppy · 11 years ago
  28. 9e9e116 Adds replaceText to ShadowAutoCompleteTextView by John Stuppy · 11 years ago
  29. b94e22b Implement TextUtils.getTrimmedLength by Jon Boekenoogen · 11 years ago
  30. dfd21b7 Implement some methods in ShadowViewGroup by Farand Koo · 11 years ago
  31. be7667b implement ShadowSpannableString.getSpan[start|end]() by Farand Koo · 11 years ago
  32. 6261e9d Added cancelable handling to ShadowDialogFragment by John Stuppy · 11 years ago
  33. 82ab6d9 Adds ShadowAutoCompleteTextView for unit testing by John Stuppy · 12 years ago
  34. f88f3eb Fixed Robolectric ShadowSparseIntArray and ShadowSparseBooleanArray to add better get(...) and clone() support by John Stuppy · 12 years ago
  35. 6d9c2bb Build Robolectric with Make by Jon Boekenoogen · 12 years ago
  36. e8a3821 Merge branch 'master' of https://github.com/metalhead8816/robolectric into initial_drop by Jon Boekenoogen · 12 years ago
  37. 8f9c146 Handle null arrays in ShadowParcel.{write,create}*Array by Jon Boekenoogen · 12 years ago
  38. df59517 Prevent ResourceLoader crash when running Robolectric without a generated R class by Jon Boekenoogen · 12 years ago
  39. 744b9e8 Initial empty repository by Chad Jones · 12 years ago
  40. c0aae50 Implement ShadowProcess myPid and ShadowBinder getCallingPid by Jon Boekenoogen · 12 years ago
  41. 70ffa98 ShadowTypedArray: Implement missing methods of TypedArray and add some tests for common usecases. Note this was a direct copy of Android source code. by metalhead8816 · 12 years ago
  42. 7fb9367 Fix NPE in ResourceLoader if there is no xmlResourceDir by Jon Boekenoogen · 12 years ago
  43. ecdc5be Added show and hide to TestFragmentTransaction and associated TestFragmentManager by John Stuppy · 12 years ago
  44. 2a6e5df Fix build breakage and indentation issues introduced by zhihongx by Jon Boekenoogen · 12 years ago
  45. f139aa4 fixed some indentations by Zhihong Xu · 12 years ago
  46. c61ca12 Made Parcel.writeString() handle null string by Zhihong Xu · 12 years ago
  47. 6fb5d48 Implement parcel IO methods for ShadowIntent, ShadowPendingIntent and ShadowComponentName by Zhihong Xu · 12 years ago
  48. 3cd9681 Merge latest changes from upstream Robolectric by metalhead8816 · 12 years ago
  49. 0b1c29a Merge pull request #323 from zoodles/master by Michael Portuesi · 12 years ago
  50. fcb4d18 Implement one of the forms of rawQueryWithFactory by Michael Portuesi · 12 years ago
  51. 3fc6cac Add setWindow() to ShadowActivity by Wenhui Yao · 12 years ago
  52. ed44cc7 Add shadow for SQLiteCloseable. This enables the close method defined in ShadowSQLiteDatabase to actually be instrumented onto SQLiteDatabase by the Robolectric shadowizer. by Michael Portuesi · 12 years ago
  53. f99fa78 Support for Android API 16. Provide concrete implementations for several Android APIs that were made abstract in API 16. Maven and Ant profiles build against API 16. by Michael Portuesi · 12 years ago
  54. ea108da Improve ShadowCompundButton and ShadowRadioGroup by Wenhui Yao · 12 years ago
  55. 989294f Merge branch 'master' of git://github.com/pivotal/robolectric into robo-staging by Wenhui Yao · 12 years ago
  56. 96fdd17 Improved ShadowNetworkInfo / ShadowConnectivityManager by Jan Berkel · 12 years ago
  57. 22622b7 Add new implementation to ShadowSparseIntArray by Wenhui Yao · 12 years ago
  58. a016224 Merge pull request #4 from stuppy/upstream-drawable by Jon Boekenoogen · 12 years ago
  59. 22d17eb Added ShadowDrawable support for createFromResourceStream by John Stuppy · 12 years ago
  60. 33e4822 Merge pull request #311 from zoodles/master by Michael Portuesi · 12 years ago
  61. a427e25 Merge branch 'master' of git://github.com/pivotal/robolectric into robo-staging by Wenhui Yao · 12 years ago
  62. ddb148b Add Shadow implementation of SparseIntArray by Wenhui Yao · 12 years ago
  63. fde330c ShadowBitmapFactory/ShadowBitmapDrawable: Support the non-deprecated BitmapDrawable(Resources, Bitmap) constructor and use it be default. by Jon Boekenoogen · 12 years ago
  64. 4bb4a2e Merge branch 'master' of github.com:pivotal/robolectric by Phil Goodwin & Rick Kawala · 12 years ago
  65. eb1008a Implement Intent.setDataAndType(). Also, fix setData() and setType() to null out the type and data, respectively, which is what Android does. by Phil Goodwin & Rick Kawala · 12 years ago
  66. 1b050bf Implement SQLiteDatabase#inTransaction by Michael Portuesi · 12 years ago
  67. e4c538a Merge pull request #308 from kevinsawicki/toast-duration by Jan Berkel · 12 years ago
  68. af192a2 Store Toast duration in ShadowToast by Kevin Sawicki · 12 years ago
  69. e10916e Merge pull request #307 from zoodles/master by Michael Portuesi · 12 years ago
  70. 348550b Merge branch 'master' of git://github.com/pivotal/robolectric into robo-staging by Wenhui Yao · 12 years ago
  71. 0d4fc51 Fix travis-ci integration by Jan Berkel · 12 years ago
  72. 2c32ef1 ShadowArrayAdapter: Properly notify of data set changes when modifying an ArrayAdapter by Jon Boekenoogen · 12 years ago
  73. 38706c4 Improve ShadowViewGroup and ShadowViewPager by Wenhui Yao · 12 years ago
  74. 4c135e7 Merge pull request #305 from zoodles/master by Michael Portuesi · 12 years ago
  75. ccc48a2 tweak naming by Michael Portuesi · 12 years ago
  76. 3cf3185 Merge branch 'robo-staging' by Wenhui Yao · 12 years ago
  77. 770db2f Merge branch 'master' of git://github.com/pivotal/robolectric by Wenhui Yao · 12 years ago
  78. 00c7a29 Merge branch 'master' into robo-staging by Wenhui Yao · 12 years ago
  79. ffc5bd1 ShadowParcel: Add support for create*Array methods, readCharArray, writeCharArray, readBooleanArray, writeBooleanArray by Jon Boekenoogen · 12 years ago
  80. 2983d9c Merge pull request #2 from stuppy/master by Jon Boekenoogen · 12 years ago
  81. 7124c80 Added read/write byteArray to ShadowParcel by John Stuppy · 12 years ago
  82. af568e3 ShadowProgressBar improvements by Jan Berkel · 12 years ago
  83. a010f2f WS by Jan Berkel · 12 years ago
  84. dd40f71 Add locale support for values directory by Wenhui Yao · 12 years ago
  85. d1187f6 Can get all of the receivers for an intent. by Phil Goodwin & Rick Kawala · 12 years ago
  86. ae439a4 Merge branch 'master' of github.com:pivotal/robolectric by Phil Goodwin & Rick Kawala · 12 years ago
  87. 19b2ad3 Implement method that checks whether a BroadcastReceiver is registered for an intent. by Phil Goodwin & Rick Kawala · 12 years ago
  88. ad95616 Merge pull request #299 from zoodles/master by Michael Portuesi · 12 years ago
  89. 9c83641 Merge branch 'master' of git://github.com/pivotal/robolectric into robo-staging by Wenhui Yao · 12 years ago
  90. 0bf1d6a Implement readStringList and writeStringList by Phil Goodwin & Rick Kawala · 12 years ago
  91. a9e5389 Merge branch 'master' of github.com:pivotal/robolectric by Phil Goodwin & Rick Kawala · 12 years ago
  92. 053f4fe Make it possible to test AIDL methods by Phil Goodwin & Rick Kawala · 12 years ago
  93. 8c7d713 Implement ListPreference#getValue/setValue by Michael Portuesi · 12 years ago
  94. 0373fcd ShadowParcel: Add createStringArray, writeStringList(List), createStringArrayList, readStringList(List) by Jon Boekenoogen · 12 years ago
  95. acd84fc Added ShadowAnimationSet by Jessica Chen · 12 years ago
  96. 3e4f743 Merge pull request #297 from zoodles/master by Michael Portuesi · 12 years ago
  97. 0ca861e Merge branch 'master' of git://github.com/pivotal/robolectric into robo-staging by Wenhui Yao · 12 years ago
  98. a06e532 Can clear wasNotifyDataSetChangedCalled flage in BaseAdapter by Phil Goodwin & Rick Kawala · 12 years ago
  99. 543b80e Make ShadowBaseAdapter record calls to notifyDataSetChanged() by Phil Goodwin & Rick Kawala · 12 years ago
  100. 5466465 Add implementation of Looper.getThread() by Jessica Chen · 12 years ago