There are still a few items left that I want to squeeze into 3.1.2 - see https://github.com/MvvmCross/MvvmCross/issues?milestone=1&page=1&state=open
The issues fixed since 3.1.1 are:
- Wpf Location Watcher added
- Fix for NullRefExc in WindowsPhone Location Watcher
- AsyncRequestHandle added to Rest/Network calls - allows cancel (but users should still consider using HttpClient)
- Droid fix to Click TargetBinding - wrong unsubscribe in Dispose
- Additional IoC overloads added - task based constructors for dynamic types
- Unify use of IMvxBundle instead of MvxBundle in Navigation calls
- Option to allow TableViewSource (and other collections) to always reset when INPC is fired
- Multiple changes to File plugins - allowing Stream use
- Fix to allow ErrorImage displayed in MvxImageView
- Updates to nuget TODO files
- Newtonsoft Json moved to a Nuget dependency!
- Improvements in MvxCommandCollection - commands can now share CanExecuteChanged properties
- Changes to non-Weak reference subscription for WindowsPhone MvxCommand implementation
More details later - gotta go run now :)