- 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
DialogFragment
s - Added stabbed
ListFragment
s - Added stabbed
PreferenceFragment
- Replaced exception with logging a warning when using inject before the graph has been created
- Added extensive test coverage
- Added
@Nullable
annotations where applicable - Added
@ForActivity
and@ForApplication
qualifier annotations - Added StabbedSherlockPreferenceActivity
- Added StabbedService
- Added StabbedBroadcastReceiver
- Fix wrong creation of activity graph
- Initial release.