All Versions
48
Latest Version
Avg Release Cycle
81 days
Latest Release
205 days ago
Changelog History
Page 5
Changelog History
Page 5
-
v1.3.1
April 12, 2013- Fix: Parent class inflater resolution now generates correct code.
-
v1.3.0
March 26, 2013- New: Injection on objects that have zero
@InjectView
-annotated fields will no longer throw an exception.
- New: Injection on objects that have zero
-
v1.2.2
March 11, 2013- Fix: Prevent annotations on private classes.
-
v1.2.1
March 11, 2013- Fix: Correct generated code for parent class inflation.
- Fix: Allow injection on
protected
-scoped fields.
-
v1.2.0
May 07, 2013- Support injection on any object using an Activity as the view root.
- Support injection on views for their children.
- Fix: Annotation errors now appear on the affected field in IDEs.
-
v1.1.1
May 06, 2013- Fix: Verify that the target type extends from
View
. - Fix: Correct package name resolution in Eclipse 4.2
- Fix: Verify that the target type extends from
-
v1.1.0
March 05, 2013- Perform injection on any object by passing a view root.
- Fix: Correct naming of static inner-class injection points.
- Fix: Enforce
findById
can only be used with child classes ofView
.
-
v1.0.0
March 05, 2013๐ Initial release.