All Versions
7
Latest Version
Avg Release Cycle
143 days
Latest Release
3116 days ago

Changelog History

  • v1.0.7 Changes

    October 09, 2015

    โž• added InjectingPreferenceFragment

  • v1.0.6 Changes

    January 16, 2015

    ๐Ÿš€ 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.

  • v1.0.5 Changes

    November 10, 2014

    ๐Ÿ†• New in this release:

    • โšก๏ธ update dagger dependency to version 1.2.1
    • ๐Ÿšš copy needed bits from Guava and remove the Guava dependency, reducing the library size considerably (contributed by Tobias Preuss)
    • ๐Ÿš€ modify Android and support v4 dependencies to use the group IDs, artifact IDs, and version IDs created by the Maven Android SDK Deployer.
  • v1.0.3 Changes

    April 15, 2014

    ๐Ÿ›  Whoops, fixed a mis-named method.

  • v1.0.2 Changes

    April 14, 2014

    ๐Ÿš€ This release tweaks the handling of configuration changes (e.g. orientation changes).

    Previously, InjectingActivity's onCreate method didn't set up its graph or inject itself until after calling super.onCreate. Since that call to super.onCreate would trigger a call to a retained InjectingFragment's onAttach method, when that InjectingFragment tried to extend the activity graph, it would generate an NPE due to the activity graph not being initialized yet.

    ๐Ÿš€ In this release, InjectingActivity initializes its graph an injects itself before calling super.onCreate.

  • v1.0.1

    June 04, 2013
  • v1.0.0

    June 04, 2013