Releases: aritchie/userdialogs
4.1.6
[update] support library
[fix][ios] nuspec updates to deal with potential xamstudio ref issues
[fix] update error message
[fix] nuget package issues with android
[update] droid libraries
[fix] UWP registration
[fix] use proper default icon for info
[fix][ios] text color of toasts
[update][ios] Update BTProgressHUD to 1.17
[feature] Add debug symbols to package
[feature] Icons for actionsheets thanks to @martijn00
[fix][droid] prompts were not forcing keyboard to appear (thanks @rubgithub)
[feature][windows] toast functionality now available thanks to coding4fun.toolkit
[fix][wp] restore wp8
[fix] add missing fluent methods to config objects
[fix][uwp] dispatch dialogs on UI thread
[fix][droid] hack display to show title and description on classic android
[feature][ios] On the platform project, you can now set UserDialogImpl.ShowToastsOnBottom = true;(static)
[feature] Show decimal keyboard on prompts (thanks @rubgithub)
4.0.5
4.0.5
[BREAKING][droid] - appcompat now exists in a secondary package (Acr.UserDialogs.Android.AppCompat)
[ios][fix] truncating text in toasts. thanks to @highplans
4.0.4
[ios][fix] further fixes to toast top view
[droid] toasts now use formatted text to make the titles look better
[info] Default text color for success toasts is now black
[info] using acr.support to provide common base library
4.0.3
[feature] text and description for toasts
[droid][fix] text color for toasts
[droid][fix] add ability to pass activity factory function for android init
[ios][fix] more default icon fixes
[info] WP81 and UWP still beta!
4.0.2
[ios][fix] default icons for messagebar
4.0.1
[ios][fix] top level view not selected properly in messagebar
[ios][fix] messagebar should fire ontap, not ondismiss
[ios] hide previous toast if new one coming in
4.0
[feature] pretty toast windows powered by iOS-Messagebar and android support design snackbar
[feature] images and colours now powered by Splat
[feature] Universal windows platform support (beta - still not pretty)
[android] material design support (flag in Init)
[breaking] Init is gone from everything but android
[breaking] android no longer supports anything less than API 15