Releases: nativecode-dev/oss-xamarin
Releases · nativecode-dev/oss-xamarin
1.0.0.78
1.0.0.76
1.0.0.74
1.0.0.72
1.0.0.71
1.0.0.69
1.0.0.61
1.0.0.60
Refactorings
Changes
- Refactored AppCompatFormsApplicationActivity and created a new base class, AppCompatFormsActivity. This allows deriving other activities if needed for non-standard Forms activities (i.e., you want to inflate your own layouts).
- Cached various reflection methods for speed.
- Added standard themes for AppCompat, AppCompat.Light, and AppCompat.Light.DarkActionBar. You no longer need to write your own styles.xml and can use these instead.
1.0.0.59
BREAKING CHANGES
- AppCompatRenderers renamed to FormsAppCompat.
New
- Introduced NavigationLayout wrapper for NavigationView. HeaderView is currently not supported very well.
Changes
- Fixed rendering issue with FloatingButton and shadows.
- Fixed rendering issue with FloatingButton and pre-Lollipop apps.