1. 63df9c2 Add org.json jar and test. by Christian Williams · 14 years ago
  2. f74dd00 Updated update-downloads.rb to handle source jars by Christian Williams, Phil Goodwin & Tyler Schultz · 14 years ago
  3. 3ad8c94 added source-jar target to the build script and included it in the snapshot by Christian Williams, Phil Goodwin & Tyler Schultz · 14 years ago
  4. 9fe97bb Bump cache version after Uri__FromAndroid change. by Phil Goodwin · 14 years ago
  5. 242ea0f Merge branch 'master' of github.com:pivotal/robolectric by Phil Goodwin & Christian Williams · 14 years ago
  6. c1d4b52 The implementation of Uri is very difficult to shadow, so we're including the full source directly from the Android source, but renamed to Uri__FromAndroid; AndroidTranslator changes the class name back at runtime. Leaving the original class name causes numerous classpath and build issues. by Phil Goodwin & Christian Williams · 14 years ago
  7. 94c9331 Merge branch 'master' of github.com:MoveInc/robolectric by Christian Williams & Phil Goodwin · 14 years ago
  8. 620694d Encapsulate fields on the last of the shadows. by Christian Williams & Phil Goodwin · 14 years ago
  9. 4d709f7 Encapsulate fields on even more shadows, including ShadowView, almost done. by Christian Williams & Phil Goodwin · 14 years ago
  10. 04d9597 Encapsulate fields on a few more shadows. by Christian Williams & Phil Goodwin · 14 years ago
  11. fa2d348 Revert "Remove Uri again for now." by Sean Moon · 14 years ago
  12. cc54a84 Encapsulate fields on some more shadows. by Christian Williams & Phil Goodwin · 14 years ago
  13. de22c43 Encapsulate fields on some shadows. by Christian Williams & Phil Goodwin · 14 years ago
  14. d5dd59a Merge branch 'master' of github.com:MoveInc/robolectric by Joe Moore & Ryan Richard · 14 years ago
  15. 403e397 added set24HourTimeFormat() to ShadowSettings by Joe Moore & Ryan Richard · 14 years ago
  16. 9dc4cf8 Change the name of test/AndroidManifest.xml to test/TestAndroidManifest.xml to prevent project build breakage in IDEs. by Christian Williams & Phil Goodwin · 14 years ago
  17. 2f326c6 Merge branch 'master' of github.com:MoveInc/robolectric by Joe Moore · 14 years ago
  18. 94ab69c lat/lng support on ShaddowAddress by Joe Moore · 14 years ago
  19. 3f0c9ba Remove Uri again for now. by Christian Williams & Phil Goodwin · 14 years ago
  20. 4720681 Remove vestiges of TestHelper. by Christian Williams & Phil Goodwin · 14 years ago
  21. 7da78c2 RobolectricTestRunner subclasses can now override the creation of Application. by Christian Williams & Phil Goodwin · 14 years ago
  22. 5c3e3b0 RobolectricTestRunner subclasses now only need to override the normal constructor. by Christian Williams & Phil Goodwin · 14 years ago
  23. 95e49a7 Delegate to other (instrumented) instance of RobolectricTestRunner for test prep/before/after. by Christian Williams & Phil Goodwin · 14 years ago
  24. 537f38b Fixed implementations of equals() by Phil Goodwin · 14 years ago
  25. d365c68 Merge branch 'master' of github.com:pivotal/robolectric by Gregg Van Hove & Phil Goodwin · 14 years ago
  26. 881e6dd Pushed before/afterTest() methods out into empty protected methods that subclasses can easily override, while keeping internal versions of both that can be overridden only internally for testing. by Gregg Van Hove & Phil Goodwin · 14 years ago
  27. 04415a9 Added the published implementation of android.net.Uri, and told the TestRunner to load it instead of the instrumented version it would normally use to implement shadows. This means that Uri cannot be shadowed, but it also means that Uri works as expected in the code under test which experience indicates is the more desirable behavior. by Gregg Van Hove & Phil Goodwin · 14 years ago
  28. d93c816 Disable IntelliJ from trying to load the robolectric project as an Android project, since we have an AndroidManifest.xml for testing purposes by Gregg Van Hove & Phil Goodwin · 14 years ago
  29. eb645dd Merged in changes from mportuesisf pull request. by Gregg Van Hove & Phil Goodwin · 14 years ago
  30. 80d6b2d Revert "Add ShadowAudioManager" Until it has better specifications and tests by Gregg Van Hove & Phil Goodwin · 14 years ago
  31. 4727762 Add ShadowIntent#setClass by Michael Portuesi · 14 years ago
  32. 22401bf Add ShadowAudioManager by Michael Portuesi · 14 years ago
  33. 2729159 Add ShadowPreferenceManager and test by Michael Portuesi · 14 years ago
  34. f8df996 add in missing test case from previous checkin by Michael Portuesi · 14 years ago
  35. e8637c9 Add shadowOf() for ShadowDisplay. Add test, and fix ShadowDisplay bugs found during process of creating test. by Michael Portuesi · 14 years ago
  36. 35bdaee Remove some unused member variables by Michael Portuesi · 14 years ago
  37. 617e584 Add classpath entries to make Eclipse project setup happy by Michael Portuesi · 14 years ago
  38. d1eee6c Implement missing shadows: TestWindowManager and ShadowDisplay. Implement MockPackageManager#getInstalledPackages by Michael Portuesi · 14 years ago
  39. 9b289bb Implement missing shadows: TestWindowManager and ShadowDisplay. Implement MockPackageManager#getInstalledPackages by Michael Portuesi · 14 years ago
  40. ad2e457 add pairs by Gregg Van Hove & Phil Goodwin · 14 years ago
  41. 14796f5 Made snapshot require clean and test by Gregg Van Hove & Phil Goodwin · 14 years ago
  42. daa9e41 Renamed AbstractRobolectricTestRunner to RobolectricTestRunner and documented it. by Gregg Van Hove & Phil Goodwin · 14 years ago
  43. 0725733 Removed the need for TestHelper and deprecated its interface (and touched all of the tests just to make it look like we really did something important) by Gregg Van Hove & Phil Goodwin · 14 years ago
  44. c28aea9 Merge branch 'master' of github.com:pivotal/robolectric by Phil Goodwin · 14 years ago
  45. 2e17796 Cleaned up snapshot target by Phil Goodwin · 14 years ago
  46. ec5935c Wrote release notes. by Phil Goodwin · 14 years ago
  47. 47f34e3 Make the README point to the robolectric home page instead of jasmine by Phil Goodwin · 14 years ago
  48. d9b4b5f Fixed version parsing for downloads page. Made "snapshot" target use a "pages" symlink to get to the downloads directory of the gh_pages branch. by Phil Goodwin · 14 years ago
  49. cfcdd64 Added canCoverCenter() to MapView by Joe Moore & Ryan Richard · 14 years ago
  50. 7ec8a91 removed spurious System.out.println() by Christian Williams & Phil Goodwin · 14 years ago
  51. cb22b05 Merge commit '3fbe415c50867fd95a2d7c7b1e0b7a08871290b8' into HEAD by Christian Williams & Phil Goodwin · 14 years ago
  52. eba69d3 Merge commit '9874de8d4b49e79ef85aaeb90ed634caa6d0aba4' into HEAD by Christian Williams & Phil Goodwin · 14 years ago
  53. 3fbe415 Support equals(), hashCode() and toString() in shadow classes by Christian Williams & Phil Goodwin · 14 years ago
  54. 9874de8 Added source for javassist by Christian Williams & Phil Goodwin · 14 years ago
  55. 29df02b Oops, bump cache version id. by Christian Williams · 14 years ago
  56. 9122a05 Thread-safe directlyOn(), with warnings in case of bad use. by Christian Williams · 14 years ago
  57. e876a8f Clean up injection of ClassHandler to instrumented classes via RobolectricInternals. by Christian Williams · 14 years ago
  58. 935342f Allow bypass of shadow call. Don't export javassist. by Christian Williams · 14 years ago
  59. 8a2c40b Fix broken build. by Christian Williams · 14 years ago
  60. dd22591 Merge branch 'master' of github.com:pivotal/robolectric by Christian Williams · 14 years ago
  61. 30291fc Made caching of classes cumulative by reading the entire cache into a map at start-up time. by Christian Williams & Phil Goodwin · 14 years ago
  62. 5586ee2 Support calling through to real implementation of shadowed classes. by Christian Williams · 14 years ago
  63. bae7da8 The cache jar is overwritten every time. It does not make sense to append to the cache jar since the jar file code is not smart enough to replace duplicate entries. by Christian Williams & Phil Goodwin · 14 years ago
  64. a353303 Add unit tests of method AndroidTranslator writing. by Christian Williams · 14 years ago
  65. ab1c385 Merge branch 'master' of github.com:pivotal/robolectric by Christian Williams & Phil Goodwin · 14 years ago
  66. 3836384 Implemented overriding included layout root element attributes with attributes of the "include" element. by Christian Williams & Phil Goodwin · 14 years ago
  67. d18ddcd Merge branch 'master' of github.com:pivotal/robolectric by Christian Williams · 14 years ago
  68. 405ed74 Merge branch 'master' of github.com:MoveInc/robolectric by Christian Williams · 14 years ago
  69. 86e9861 Add dump() method to ShadowView for easier debugging. by Christian Williams · 14 years ago
  70. 3e3c15b Updated IntelliJ project settings by Christian Williams & Phil Goodwin · 14 years ago
  71. 0a3988d Updated IntelliJ project settings by Christian Williams & Phil Goodwin · 14 years ago
  72. cd46da3 Merge branch 'master' of github.com:MoveInc/robolectric by Christian Williams · 14 years ago
  73. eac6f7e Merge branch 'master' of github.com:pivotal/robolectric by Christian Williams & Phil Goodwin · 14 years ago
  74. 76264b9 Updated to use android 8 jars by Christian Williams & Phil Goodwin · 14 years ago
  75. 7ebea96 Finish removal of pages submodule by Christian Williams & Phil Goodwin · 14 years ago
  76. 6b46c32 Remove pages submodule to make ci build easier. by Christian Williams & Phil Goodwin · 14 years ago
  77. 7ce366c Set up download page. by Christian Williams & Phil Goodwin · 14 years ago
  78. d73bb6d Added twitter widget. Added download page. Highlight java. by Christian Williams & Phil Goodwin · 14 years ago
  79. 0e7edc4 Add snapshot ant target. Move quick start docs to site. by Christian Williams & Phil Goodwin · 14 years ago
  80. dedffcc Cleanup. by Christian Williams & Phil Goodwin · 14 years ago
  81. 61f1f40 Merge branch 'master' of github.com:pivotal/robolectric by Christian Williams & Phil Goodwin · 14 years ago
  82. 986790e Add jar-all ant target. Improve docs. Add eclipse launch target. by Christian Williams & Phil Goodwin · 14 years ago
  83. 18e774c Removed android jars from pre-configured classpath because they will be in a different location on every machine by Christian Williams & Phil Goodwin · 14 years ago
  84. bf4aaea Merge branch 'master' of github.com:pivotal/robolectric by Christian Williams & Phil Goodwin · 14 years ago
  85. 9f3b744 Merge branch 'master' of github.com:pivotal/robolectric by Christian Williams · 14 years ago
  86. 8f62a59 Improved jar target by Christian Williams & Phil Goodwin · 14 years ago
  87. f04aa50 Rename Loader to RobolectricClassLoader. by Christian Williams & Phil Goodwin · 14 years ago
  88. e9f4970 Merge branch 'master' of github.com:pivotal/robolectric by Phil Goodwin · 14 years ago
  89. 45ba6db Added eclipse project files by Phil Goodwin · 14 years ago
  90. d6d683b Added jar target, fixed ShadoContextThemeWrapper constructor by Phil Goodwin · 14 years ago
  91. 33c364a Fix error from pull by Christian Williams · 14 years ago
  92. da309a3 Merge branch 'master' of github.com:pivotal/robolectric by Christian Williams · 14 years ago
  93. 4a7b790 Change most real object injection to use annotation. by Christian Williams · 14 years ago
  94. 9729911 Implement <requestFocus/> element; recursive hasFocus() and clearFocus() for ViewGroup by Phil Goodwin · 14 years ago
  95. 38ee981 Merge branch 'master' of github.com:MoveInc/robolectric by Christian Williams & Ryan Richard · 14 years ago
  96. 9b7aed0 Merge branch 'master' of github.com:MoveInc/robolectric by Joe Moore & Phil Goodwin · 14 years ago
  97. 3bcd2f7 added support for preLoad() by Joe Moore & Phil Goodwin · 14 years ago
  98. 1dcccba Add ShadowContextThemeWrapper by Chee Wong · 14 years ago
  99. 75d564a More impl of Intent and Bundle. by Christian Williams & Ryan Richard · 14 years ago
  100. a5b6db5 Merge branch 'master' of github.com:MoveInc/robolectric by Christian Williams & Ryan Richard · 14 years ago