aboutsummaryrefslogtreecommitdiff
path: root/examples/android-simple/src/main/java/com/example/dagger/simple/DemoApplication.java
AgeCommit message (Expand)Author
2017-05-02Remove examples/{android-simple,android-activity-graphs}ronshapiro
2016-07-25Update Dagger to use Google's new standard import order:gak
2016-07-25Add blank line above package declarationdpb
2016-07-25Clean up opensource repo; remove Dagger 1 referencesronshapiro
2015-04-07Change Dagger components to generate components prefixed with Dagger rather t...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-10-30Fix DemoApplication to conform to the new scoping validation.Christian Edward Gruber
2014-10-28Remove Dagger 1.x from the open-source build, convert the example apps so the...cgruber
2013-06-17Include DemoModule in module list for simple Android example.Jake Wharton
2013-05-02Add two Android examples.Jake Wharton