Releases: cimbalino/Cimbalino-Toolkit
Releases · cimbalino/Cimbalino-Toolkit
1.2.4
- New IWindowsStoreService and IWindowsPhoneStoreService to retrieve application information from the Store
- New EnterKeyBehaviour that allows a command to be invoked when the Enter key is pressed on a specific control
- New UpdateTextBindingOnPropertyChanged and UpdatePasswordBindingOnPropertyChanged to immediate update of a binding (instead of just when a control loses focus)
- New DateTimeExtensions and DateTimeOffsetExtensions
- All implemented service members are now marked with "virtual", allowing for easier customization by inheriting and overriding the default implementations
- Other fixes and improvements
1.2.3
- New IStatusBarService to handle the Windows Phone status bar
- New UriBuilderExtensions (make UriBuilder act like a proper builder!)
- Fixed missing values on CC and BCC fields in EmailComposeService on WPA81
- Other fixes and improvements
1.2.2
- New INavigationService.BackKeyPressed event to handle hardware Back key (defaults to "go back" in all platforms)
- New IStorageService.Package to access files from app install location
- New Physical Screen Size related properties on IDisplayPropertiesService
- New ObservableTask auxiliary classes as a way to use INotifyPropertyChanged on async code
1.2.1
- Renamed ISettingsService to IApplicationSettingsService (and all related classes)