Releases: Ufkoku/Dagger2.Android-Arch.Components
Releases · Ufkoku/Dagger2.Android-Arch.Components
2.4.0
22 Dec 08:38
Compare
Sorry, something went wrong.
No results found
Updated dependencies
Updated demo app
2.3.1
26 Nov 14:34
Compare
Sorry, something went wrong.
No results found
Fixed nullability checks for constructors
2.3.0
25 Oct 08:10
Compare
Sorry, something went wrong.
No results found
Changes:
Added incremental build support for factory processor
Dependencies are updated
Some updates of demo project
2.2.0
15 Aug 10:34
Compare
Sorry, something went wrong.
No results found
Updated dependencies;
Added DaggerViewModel and DaggerSavableViewModels which allow to use Dagger2 inside ViewModel
2.1.1
03 Apr 19:40
Compare
Sorry, something went wrong.
No results found
Added Retention and Target policies to Name annotation
Changed sorting of constructors with same priorities.
2.1.0
02 Apr 11:20
Compare
Sorry, something went wrong.
No results found
SavedState dependencies are now optional
2.0.0
01 Apr 10:10
Compare
Sorry, something went wrong.
No results found
Package naming fixed
Implemented support for SavedStateHandle.
Removed custom implementation of saving states.
1.5.6
08 Mar 07:12
Compare
Sorry, something went wrong.
No results found
Dependencies update
Demo app update
1.5.5
05 Nov 13:04
Compare
Sorry, something went wrong.
No results found
Removed redunant sync from lazy
1.5.4
28 Oct 19:08
Compare
Sorry, something went wrong.
No results found
Added possibility to mark generated factory's constructor with @Inject
Added DaggerArchDialog