Skip to content

v1.2.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@wcoder wcoder released this 18 Dec 13:53
· 802 commits to master since this release
3697cf7

Summary

  • Fixed AvatarPlaceholderDrawable text position
  • Fixed AvatarPlaceholderBuilder null value
  • Splited IPageNavigationServiceto the separate interfaces: IPlatformNavigationService, IBackStackManager (need changes in ConfigureIoc)
  • Added tests project and test for new navigation
  • Improved exception message when can't find view for ViewModel
  • Migrated to Dependencies instead ServiceLocator (need changes in ConfigureIoc)

Android

  • Added a new method for NavigationBarView
  • Lazy ViewModel init for Activity
  • Added styles for busy overlay
  • Improved layout for NavBar
  • Updated Xamarin.FFImageLoading to 2.4.4.859
  • For IPlatformNavigationService use ActivityPageNavigationService (need changes in ConfigureIoc)

iOS

  • For IPlatformNavigationService use StoryboardNavigation (need changes in ConfigureIoc)
  • Renamed StoryboardPageNavigation to StoryboardNavigation (need changes in ConfigureIoc)
  • Added PickerWillOpen event to SimpleImagePicker
  • Thread-safe navigation