aboutsummaryrefslogtreecommitdiff
path: root/examples
AgeCommit message (Expand)Author
2020-12-14Update Android SDK and build tools to 30 along with AGP to 4.1.1. AGP also re...Dagger Team
2020-11-30Migrate ApplicationComponent to SingletonComponent.Eric Chang
2020-09-03Fix redundant memoization for scoped bindings in fastInit.Brad Corso
2020-06-18Split Dagger, Dagger Android, and Hilt Android setup for Bazel usersbcorso
2020-06-12Add back maven example and add build to Travisbcorso
2020-06-09Add Bazel example using new macros.bcorso
2018-09-04Fix and make sure our maven examples always compileronshapiro
2018-01-03Remove unused maven configgengjiawen
2017-09-07Align the user's guide's usage of CoffeeShop with the sample codemTwTm
2017-05-02Remove examples/{android-simple,android-activity-graphs}ronshapiro
2017-01-19Switch all authors of files to "The Dagger Authors"ronshapiro
2016-11-16Fix dagger-android build in Travisronshapiro
2016-09-26Adds back <scope>provided</scope> to dagger-compiler for our android examplesronshapiro
2016-09-26Clean up POMs by using dependency management.dpb
2016-08-01Modify snapshots to stick to HEAD-SNAPSHOTronshapiro
2016-07-25Update Dagger to use Google's new standard import order:gak
2016-07-25Add blank line above package declarationdpb
2016-07-25Update to 2.6-SNAPSHOTronshapiro
2016-07-25Clean up opensource repo; remove Dagger 1 referencesronshapiro
2016-07-22Migrate @Provides methods to @Binds methods where possible.gak
2016-04-222.4 changelog and 2.5-SNAPSHOT updateronshapiro
2016-04-20Add Changelog for 2.3 and bump to 2.4-SNAPSHOTronshapiro
2016-04-20Also fix Guava dependency resolution with the Android examplesronshapiro
2016-04-05When validating the binding graph, validate each binding's dependencies from ...dpb
2016-03-22Bump the build files to 2.2-SNAPSHOTcgruber
2015-11-11Fix Dagger maven build for android examplesronshapiro
2015-08-23Fixes from a code review, pulled into a separate CL to make for easier merging.cgruber
2015-04-07Restore development versions.Christian Edward Gruber
2015-04-07Prepare for release, incrementing dependencies to non-snapshot versions, and ...Christian Edward Gruber
2015-04-07Remove now-obsolete annotation members from tests.cgruber
2015-04-07Change Dagger components to generate components prefixed with Dagger rather t...gak
2015-03-27Fix activity graph sample compilation errorTho Nguyen
2015-03-17Add a bit more coverage to the basic test.gak
2015-01-21A quick clean up CL to make sure that we're consistent with import order.gak
2015-01-21Change the naming scheme for implementations of Dagger component interfaces t...emcmanus
2015-01-21Dagger bugfix: HomeActivity in android simple example is not injected.freemanliu
2014-11-13Introduce a (lame) functional test that runs the annotation processor. This ...Gregory Kick
2014-10-30Fix DemoApplication to conform to the new scoping validation.Christian Edward Gruber
2014-10-30Add intra-component scope validation (within all modules included in a compon...cgruber
2014-10-28Remove Dagger 1.x from the open-source build, convert the example apps so the...cgruber
2014-06-01Bump dagger version to 2.0-SNAPSHOT in the open-source plugin, and update som...Christian Edward Gruber
2014-05-05Fix bad android labelsChristian Edward Gruber
2014-03-17Fix javac8 compilation failure.Christian Edward Gruber
2014-02-14Merge upstream changes from square/daggerChristian Edward Gruber
2014-02-12fixed compile issue: Caused by: java.lang.ClassNotFoundException: com.android...qxo
2014-01-28Merge changes from square/master into google/masterChristian Edward Gruber
2014-01-15Switch Android example to use addsTo for a complete module.Jake Wharton
2013-12-13[maven-release-plugin] prepare for next development iterationJake Wharton
2013-12-13[maven-release-plugin] prepare release dagger-parent-1.2.0upstream/dagger-parent-1.2.0Jake Wharton
2013-11-25Update the Maven Android plugin for compatibility with Maven 3.1.Jake Wharton