- Switched to aar packaging
- Removed ActionBarSherlock support
- Added StabbedActionBarActivity
- Add default modules for activity and application scope for easier use of standard android services
- Fixed duplicate injections due to onActivityCreated being called multiple times
- Add StabbedIntentService
- Change StabbedService to implement StabbedContext
- Fixed scope of slf4j-simple which should only be used in tests
- Added stabbed
DialogFragments - Added stabbed
ListFragments - Added stabbed
PreferenceFragment
- Replaced exception with logging a warning when using inject before the graph has been created
- Added extensive test coverage
- Added
@Nullableannotations where applicable - Added
@ForActivityand@ForApplicationqualifier annotations - Added StabbedSherlockPreferenceActivity
- Added StabbedService
- Added StabbedBroadcastReceiver
- Fix wrong creation of activity graph
- Initial release.