fb-android-dagger v1.0.6 Release Notes
Release Date: 2015-01-16 // over 8 years ago-
๐ This release includes two new injecting base classes:
- InjectingAppWidgetProvider
- InjectingActionBarActivity
๐ In addition, InjectingApplication was enhanced with new addSeedModules() method to facilitate unit testing with test-method-specific dagger modules. See http://andydennie.com/2014/12/16/initialize-your-android-components-dagger-object-graph-on-a-per-method-basis-in-your-robolectric-tests/ for a detailed explanation of how to use this feature.
๐ Finally, InjectingServiceModule's provideApplicationContext() provider method was replaced with provideServiceContext, which seems to make more sense in that, uh... context.