MvvmCross 4.3

Time for a new release of MvvmCross. Many thanks to all the contributors for this release.

Here is a change log for all the repositories.

MvvmCross (main repo)

  • Fixed more line endings
  • Added new Target Binding to bind an MvxImageView on Android to a Resouce Name using the ResourceName target property #1417 @fedemkr
  • Fixed Splash Screen initialization #1420 @andyci
  • Added decimal handing to Value Combiners #1421 @willsb
  • Fixed backstack flag not respected in MvxCachingFragmentActivity #1430 @thefex
  • Added event for ViewDidLayoutSubviews on iOS #1435 @Costo
  • Added more [Register] attributes to Android classes to improve stack traces #1433 @kjeremy
  • Added MvxIntentService and MvxBroadcastReceiver on Android, which ensures MvvmCross is initialized #1426 @thefex
  • Fixed more line endings
  • Added new Target Binding to bind an MvxImageView on Android to a Resouce Name using the ResourceName target property #1417 @fedemkr
  • Fixed Splash Screen initialization #1420 @andyci
  • Added decimal handing to Value Combiners #1421 @willsb
  • Fixed backstack flag not respected in MvxCachingFragmentActivity #1430 @thefex
  • Added event for ViewDidLayoutSubviews on iOS #1435 @Costo
  • Added more [Register] attributes to Android classes to improve stack traces #1433 @kjeremy
  • Added MvxIntentService and MvxBroadcastReceiver on Android, which ensures MvvmCross is initialized #1426 @thefex

MvvmCross-Plugins

  • Fixed DownloadCache and File plugin loading order issues #128 @SeeD-Seifer
  • Fixed JsonSerializer uses Settings from Setup #129 @Dexyon
  • Switched to sqlite-pcl-net from Frank Krueger as it supports Android N @cheesebaron
  • Fixed always return StatusCode in Mvx*RestClient @xBoogieManx
  • Added Email plugin for UWP and WPA #134 @eshy
  • Fixed remove files from delete queue after they have been deleted in DownloadCahche #138 @Costo
  • Fixed DownloadCache and File plugin loading order issues #128 @SeeD-Seifer
  • Fixed JsonSerializer uses Settings from Setup #129 @Dexyon
  • Switched to sqlite-pcl-net from Frank Krueger as it supports Android N @cheesebaron
  • Fixed always return StatusCode in Mvx*RestClient @xBoogieManx
  • Added Email plugin for UWP and WPA #134 @eshy
  • Fixed remove files from delete queue after they have been deleted in DownloadCahche #138 @Costo

MvvmCross-AndroidSupport

  • Fixed back stack flag not respected #290 @thefex
  • Added MvxWakefulBroadcastReceiver with initialization support #293 @thefex
  • Added [Register] attributes for better stack traces #298 @kjeremy
  • Fixed back stack flag not respected #290 @thefex
  • Added MvxWakefulBroadcastReceiver with initialization support #293 @thefex
  • Added [Register] attributes for better stack traces #298 @kjeremy

MvvmCross-iOSSupport