- 4252a66 Adds mm to dimen units by John Stuppy · 12 years ago master ara-dev-release-20141107
- 57c92d2 Fix Bundle#getBundle(String key, String defaultValue) for value = null. by Colin McDonough · 12 years ago
- b472f0e Add Bundle#getString(String key, String defaultValue) support by Colin McDonough · 12 years ago
- a51ccfb Adds getSelectedView support to Robolectric by John Stuppy · 12 years ago
- a9dac6d Merge "Implementing Activity#getCurrentFocus and View#findFocus." by Jeff Hamilton · 12 years ago
- 10afa62 Implementing Activity#getCurrentFocus and View#findFocus. by Cristian Esquivias · 12 years ago
- 665c73f Adds support for versioning layouts by John Stuppy · 12 years ago
- 8563a61 Adds peekAuthToken shadow AccountManager methods by John Stuppy · 12 years ago
- 9e9e116 Adds replaceText to ShadowAutoCompleteTextView by John Stuppy · 12 years ago
- b94e22b Implement TextUtils.getTrimmedLength by Jon Boekenoogen · 12 years ago
- dfd21b7 Implement some methods in ShadowViewGroup by Farand Koo · 12 years ago
- be7667b implement ShadowSpannableString.getSpan[start|end]() by Farand Koo · 12 years ago
- 6261e9d Added cancelable handling to ShadowDialogFragment by John Stuppy · 12 years ago
- 82ab6d9 Adds ShadowAutoCompleteTextView for unit testing by John Stuppy · 12 years ago
- f88f3eb Fixed Robolectric ShadowSparseIntArray and ShadowSparseBooleanArray to add better get(...) and clone() support by John Stuppy · 12 years ago
- 6d9c2bb Build Robolectric with Make by Jon Boekenoogen · 12 years ago
- 8f9c146 Handle null arrays in ShadowParcel.{write,create}*Array by Jon Boekenoogen · 12 years ago
- df59517 Prevent ResourceLoader crash when running Robolectric without a generated R class by Jon Boekenoogen · 12 years ago
- c0aae50 Implement ShadowProcess myPid and ShadowBinder getCallingPid by Jon Boekenoogen · 12 years ago
- 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
- 7fb9367 Fix NPE in ResourceLoader if there is no xmlResourceDir by Jon Boekenoogen · 12 years ago
- ecdc5be Added show and hide to TestFragmentTransaction and associated TestFragmentManager by John Stuppy · 12 years ago
- 2a6e5df Fix build breakage and indentation issues introduced by zhihongx by Jon Boekenoogen · 12 years ago
- f139aa4 fixed some indentations by Zhihong Xu · 12 years ago
- c61ca12 Made Parcel.writeString() handle null string by Zhihong Xu · 12 years ago
- 6fb5d48 Implement parcel IO methods for ShadowIntent, ShadowPendingIntent and ShadowComponentName by Zhihong Xu · 12 years ago
- 3cd9681 Merge latest changes from upstream Robolectric by metalhead8816 · 12 years ago
- fcb4d18 Implement one of the forms of rawQueryWithFactory by Michael Portuesi · 12 years ago
- 3fc6cac Add setWindow() to ShadowActivity by Wenhui Yao · 12 years ago
- 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
- 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
- ea108da Improve ShadowCompundButton and ShadowRadioGroup by Wenhui Yao · 12 years ago
- 989294f Merge branch 'master' of git://github.com/pivotal/robolectric into robo-staging by Wenhui Yao · 12 years ago
- 96fdd17 Improved ShadowNetworkInfo / ShadowConnectivityManager by Jan Berkel · 12 years ago
- 22622b7 Add new implementation to ShadowSparseIntArray by Wenhui Yao · 12 years ago
- 22d17eb Added ShadowDrawable support for createFromResourceStream by John Stuppy · 12 years ago
- a427e25 Merge branch 'master' of git://github.com/pivotal/robolectric into robo-staging by Wenhui Yao · 12 years ago
- ddb148b Add Shadow implementation of SparseIntArray by Wenhui Yao · 12 years ago
- fde330c ShadowBitmapFactory/ShadowBitmapDrawable: Support the non-deprecated BitmapDrawable(Resources, Bitmap) constructor and use it be default. by Jon Boekenoogen · 12 years ago
- 4bb4a2e Merge branch 'master' of github.com:pivotal/robolectric by Phil Goodwin & Rick Kawala · 12 years ago
- 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
- 1b050bf Implement SQLiteDatabase#inTransaction by Michael Portuesi · 12 years ago
- af192a2 Store Toast duration in ShadowToast by Kevin Sawicki · 12 years ago
- 2c32ef1 ShadowArrayAdapter: Properly notify of data set changes when modifying an ArrayAdapter by Jon Boekenoogen · 12 years ago
- 38706c4 Improve ShadowViewGroup and ShadowViewPager by Wenhui Yao · 12 years ago
- ccc48a2 tweak naming by Michael Portuesi · 12 years ago
- 770db2f Merge branch 'master' of git://github.com/pivotal/robolectric by Wenhui Yao · 12 years ago
- ffc5bd1 ShadowParcel: Add support for create*Array methods, readCharArray, writeCharArray, readBooleanArray, writeBooleanArray by Jon Boekenoogen · 12 years ago
- 7124c80 Added read/write byteArray to ShadowParcel by John Stuppy · 12 years ago
- af568e3 ShadowProgressBar improvements by Jan Berkel · 12 years ago
- a010f2f WS by Jan Berkel · 12 years ago
- dd40f71 Add locale support for values directory by Wenhui Yao · 12 years ago
- d1187f6 Can get all of the receivers for an intent. by Phil Goodwin & Rick Kawala · 12 years ago
- ae439a4 Merge branch 'master' of github.com:pivotal/robolectric by Phil Goodwin & Rick Kawala · 12 years ago
- 19b2ad3 Implement method that checks whether a BroadcastReceiver is registered for an intent. by Phil Goodwin & Rick Kawala · 12 years ago
- 9c83641 Merge branch 'master' of git://github.com/pivotal/robolectric into robo-staging by Wenhui Yao · 12 years ago
- 0bf1d6a Implement readStringList and writeStringList by Phil Goodwin & Rick Kawala · 12 years ago
- a9e5389 Merge branch 'master' of github.com:pivotal/robolectric by Phil Goodwin & Rick Kawala · 12 years ago
- 053f4fe Make it possible to test AIDL methods by Phil Goodwin & Rick Kawala · 12 years ago
- 8c7d713 Implement ListPreference#getValue/setValue by Michael Portuesi · 12 years ago
- 0373fcd ShadowParcel: Add createStringArray, writeStringList(List), createStringArrayList, readStringList(List) by Jon Boekenoogen · 12 years ago
- acd84fc Added ShadowAnimationSet by Jessica Chen · 12 years ago
- 0ca861e Merge branch 'master' of git://github.com/pivotal/robolectric into robo-staging by Wenhui Yao · 12 years ago
- a06e532 Can clear wasNotifyDataSetChangedCalled flage in BaseAdapter by Phil Goodwin & Rick Kawala · 12 years ago
- 543b80e Make ShadowBaseAdapter record calls to notifyDataSetChanged() by Phil Goodwin & Rick Kawala · 12 years ago
- 5466465 Add implementation of Looper.getThread() by Jessica Chen · 12 years ago
- 9659af2 Build and pass tests with Android 4.0.1 with Ant script by Michael Portuesi · 12 years ago
- 0bcbd37 Tests pass with Android jar 4.0.1.2 on Maven by Michael Portuesi · 12 years ago
- e057483 Compiles under Android 4.0.1 jars, tests do not pass yet by Michael Portuesi · 12 years ago
- 277acc1 Properly rethrow exception from ShadowAsyncTask by Jon Boekenoogen · 12 years ago
- 584d64f Add getString to ShadowFragment by Jon Boekenoogen · 12 years ago
- 9afe5b1 Merge remote-tracking branch 'upstream/master' into robo-staging by Wenhui Yao · 12 years ago
- 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
- d928e52 add implementation of TextUtils.split(text, expression) by Jessica Chen · 12 years ago
- 43c9cb3 Fix indentation issues by Jon Boekenoogen · 12 years ago
- 3a057bd Add simple getters to TypedArray that at least return the default value by Jon Boekenoogen · 12 years ago
- 6ea37ea Call onFocusChanged for on ShadowView when focus changes by Jon Boekenoogen · 12 years ago
- 9f52aa8 Revert "Do not instrument android.support.v4.content package since all the java code is available" by Tyler Schultz · 12 years ago
- 40875c3 Added decodeSource with Options by Jessica Chen · 12 years ago
- b7f2483 Merge pull request #288 from zoodles/master by Michael Portuesi · 12 years ago
- a737ba4 Exclude NotificationCompat in android-support-v4.jar from instrumentation by Michael Portuesi · 12 years ago
- 75b6772 Added PackageManager#resolveService(Intent, int) by Jan Berkel · 12 years ago
- 06e11f6 Merge branch 'robo-staging' by Wenhui Yao · 12 years ago
- e1fc833 Added implementation of startManagingCursor/stopManagingCursor by Jessica Chen · 12 years ago
- b35dc61 Merge pull request #270 from stefanodacchille/context-getdir by Jan Berkel · 12 years ago
- 55e8542 Merge pull request #280 from metalhead8816/upstream-text-utils by Jan Berkel · 12 years ago
- 72d97e4 Do not instrument android.support.v4.content package since all the java code is available by Roman Mazur · 12 years ago
- f956f7e Add getError/setError to ShadowTextView by Jon Boekenoogen · 12 years ago
- f294f12 Add getAccounts and getAccountsByType to ShadowAccountManager by Jon Boekenoogen · 12 years ago
- 4d84c98 Fix NullPointerException when access attributes from TestAttributeSet using default ctor by Jon Boekenoogen · 12 years ago
- a16489f Add isDigitsOnly to ShadowTextUtils by Jon Boekenoogen · 12 years ago
- 203ff53 Add isDigitsOnly to ShadowTextUtils by Jon Boekenoogen · 12 years ago
- c936caf Implement TestMenuItem.setVisible() and .getVisible(). by Eric Haugh · 12 years ago
- 7ac4373 Remove code duplication by Jan Berkel · 12 years ago
- 08a827f Added Looper.loop(), Looper#quit() by Jan Berkel · 12 years ago
- 8e3a5a9 Merge pull request #275 from metalhead8816/upstream_lrucache by Tyler Schultz · 13 years ago
- 65b0931 Merge pull request #273 from majasb/large_hex_integer by Tyler Schultz · 13 years ago
- f922da3 Merge branch 'upstream' of https://github.com/metalhead8816/robolectric into metalhead8816-upstream by Tyler Schultz · 13 years ago
- 342c71a Merge pull request #266 from leviwilson/shadowActivity-create by Tyler Schultz · 13 years ago
- e94974f Merge pull request #263 from leviwilson/levi-stripSeparators by Tyler Schultz · 13 years ago