Hey guys, new pre-release is out today. Get it on nuget.org. If you run into bugs please file them on bugzilla!
Notes
This release contains a new dll used to speed up JNI bridge invocation for Android. This is the first public release with this faster bridge.
Performance
- [Android] ListView performance increase. Especially when dealing with lots of labels or nested layouts.
Bug Fixes
- [All] Entry no longer clears one way bindings when the user enters text
- [Core] BindableObject.ClearValue now properly triggers INPC
- [Android] ScrollView will no longer crash when inside of a ViewCell
- [Android] ListView background and divider color is now based on the theme color
- [Android] ScrollView children will no longer flow outside of ScrollView bounds
- [Android] Setting MasterDetailPage.Detail should now dispose old Detail properly
- [Android] Reshowing an existing ListView will no longer crash on selection
- [Android] Fix crash in ImageRenderer during dispose cycle
- [XAML] BindableObject can now be used as a root element in XAML, not just VisualElements. Allows creating ViewCells as root objects.
- [iOS] ContentPage inside of a NavigationPage inside of TabbedPage will no longer incorrectly set the tab title from the ContentPage
- [WinPhone] EntryCell now properly supports IsEnabled