1. 5a5f70e 2.4 changelog and 2.5-SNAPSHOT update by ronshapiro · 9 years ago
  2. 58e6fb6 Add Changelog for 2.3 and bump to 2.4-SNAPSHOT by ronshapiro · 9 years ago
  3. aa25775 Also fix Guava dependency resolution with the Android examples by ronshapiro · 9 years ago
  4. af5da3e When validating the binding graph, validate each binding's dependencies from the perspective of the component that owns that binding, not from its subcomponent. Otherwise there is potential for a graph with missing bindings not to be caught at validation time. by dpb · 9 years ago
  5. 4ab5846 Bump the build files to 2.2-SNAPSHOT by cgruber · 9 years ago
  6. a6ac28b Fix Dagger maven build for android examples by ronshapiro · 9 years ago
  7. a7e6285 Fixes from a code review, pulled into a separate CL to make for easier merging. by cgruber · 9 years ago
  8. 818251d Restore development versions. by Christian Edward Gruber · 10 years ago
  9. 85f8347 Prepare for release, incrementing dependencies to non-snapshot versions, and setting the project versions to 2.0 and 2.0-beta (for producers) by Christian Edward Gruber · 10 years ago
  10. fa669f1 Remove now-obsolete annotation members from tests. by cgruber · 10 years ago
  11. b67bf10 Change Dagger components to generate components prefixed with Dagger rather than Dagger_ by gak · 10 years ago
  12. f689a83 Fix activity graph sample compilation error by Tho Nguyen · 10 years ago
  13. 4819c95 Add a bit more coverage to the basic test. by gak · 10 years ago
  14. 10221ba A quick clean up CL to make sure that we're consistent with import order. by gak · 10 years ago
  15. 3b92a14 Change the naming scheme for implementations of Dagger component interfaces that are nested, from Dagger_Outer$Inner to Dagger_Outer_Inner. by emcmanus · 10 years ago
  16. 8343f28 Dagger bugfix: HomeActivity in android simple example is not injected. by freemanliu · 10 years ago
  17. 177208e Introduce a (lame) functional test that runs the annotation processor. This configuration works in (at least) intellij. by Gregory Kick · 10 years ago
  18. c9e3809 Fix DemoApplication to conform to the new scoping validation. by Christian Edward Gruber · 10 years ago
  19. 4136f4d Add intra-component scope validation (within all modules included in a component). by cgruber · 10 years ago
  20. 920f11b Remove Dagger 1.x from the open-source build, convert the example apps so the maven build is not broken, and migrate from fest to truth which is (in this case) nearly entirely drop-in. by cgruber · 10 years ago
  21. e12d8e3 Bump dagger version to 2.0-SNAPSHOT in the open-source plugin, and update some dependency versions. by Christian Edward Gruber · 10 years ago
  22. bd6608e Fix bad android labels by Christian Edward Gruber · 11 years ago
  23. c8e1107 Fix javac8 compilation failure. by Christian Edward Gruber · 11 years ago
  24. c6e5e58 Merge upstream changes from square/dagger by Christian Edward Gruber · 11 years ago
  25. a668c8b fixed compile issue: Caused by: java.lang.ClassNotFoundException: com.android.sdklib.AndroidVersion$AndroidVersionException by qxo · 11 years ago
  26. 3e7ec96 Merge changes from square/master into google/master by Christian Edward Gruber · 11 years ago
  27. bc6fcab Switch Android example to use addsTo for a complete module. by Jake Wharton · 11 years ago
  28. 9d6b752 [maven-release-plugin] prepare for next development iteration by Jake Wharton · 11 years ago
  29. 524de6d [maven-release-plugin] prepare release dagger-parent-1.2.0 by Jake Wharton · 11 years ago
  30. 2af57e6 Update the Maven Android plugin for compatibility with Maven 3.1. by Jake Wharton · 11 years ago
  31. dfeaca7 Bump version numbers as part of 1.1.0 release. by Jake Wharton · 11 years ago
  32. b9edbff Fix typo in AndroidModule.java in example by Hugh Cannon · 11 years ago
  33. dfc012f [maven-release-plugin] prepare for next development iteration by Jake Wharton · 11 years ago
  34. 7e97819 [maven-release-plugin] prepare release dagger-parent-1.1.0 by Jake Wharton · 11 years ago
  35. 081ec51 Fix typo in AndroidModule.java in example by Hugh Cannon · 11 years ago
  36. 50665b0 Merge remote-tracking branch 'upstream/master' by Christian Edward Gruber · 11 years ago
  37. 052d406 Include DemoModule in module list for simple Android example. by Jake Wharton · 11 years ago
  38. 476d498 Merge remote-tracking branch 'upstream/master' by Christian Edward Gruber · 11 years ago
  39. 7d70d6a [maven-release-plugin] prepare for next development iteration by Jake Wharton · 11 years ago
  40. 293d479 [maven-release-plugin] prepare release dagger-parent-1.0.1 by Jake Wharton · 11 years ago
  41. c3d0abf Update android-maven-plugin to 3.6.0. by Jake Wharton · 11 years ago
  42. 9e0704b Merge remote-tracking branch 'upstream/master' by Christian Edward Gruber · 11 years ago
  43. ff5c19a Could not find tool 'aapt' error after updating android sdk by adriancole · 11 years ago
  44. 2b9cd90 Merge remote-tracking branch 'upstream/master' by Christian Edward Gruber · 12 years ago
  45. d92a2d9 Ensure the manifest points to the correct application. by Jake Wharton · 12 years ago
  46. f207ab4 squareup -> google by Christian Edward Gruber · 12 years ago
  47. 48bdaa7 Merge from square/dagger by Christian Edward Gruber · 12 years ago
  48. 69192e5 Copy the note from the simple Android example into the scope example. by Jake Wharton · 12 years ago
  49. 7498e27 fix simple typo by sheng168 · 12 years ago
  50. 654625a [maven-release-plugin] prepare for next development iteration by Jake Wharton · 12 years ago
  51. 21bdcdd [maven-release-plugin] prepare release dagger-parent-1.0.0 by Jake Wharton · 12 years ago
  52. 70a96dd Correct some problems with the Activity graph example. by Jake Wharton · 12 years ago
  53. d45582b Add two Android examples. by Jake Wharton · 12 years ago
  54. 5418dc3 Rename entryPoints to injects. by jwilson · 12 years ago
  55. 2131aef Merge from upstream/master by Christian Edward Gruber · 12 years ago
  56. 6ae3bbb Unused @Provide methods cause compiler failures unless @Module(library=true) by Kiran Ryali · 12 years ago
  57. 2d31f83 Move back to optional dependency for the dagger-compiler. by Thomas Broyer · 12 years ago
  58. 2014bce Move dagger-compiler as a m-compiler-p dependency. by Thomas Broyer · 12 years ago
  59. a3f8fea Migrate poms to google using a com.google.dagger groupId. by Christian Edward Gruber · 12 years ago
  60. 482d473 Switch to .dagger groupId. by Jake Wharton · 12 years ago
  61. 23b976b fix copyright. by Christian Edward Gruber · 12 years ago
  62. ad36309 Move example into a sub-folder and create the structure to parent other examples. by Christian Edward Gruber · 12 years ago