fb-android-dagger v1.0.7 Release Notes
Release Date: 2015-10-09 // almost 9 years ago-
➕ added InjectingPreferenceFragment
Previous changes from v1.0.6
-
🚀 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.