From e1a671ebe3513315d18b00f83ba824704ff28767 Mon Sep 17 00:00:00 2001 From: Allan Ritchie Date: Fri, 6 May 2016 21:22:48 -0400 Subject: [PATCH] fix some uwp things and release --- nuspec/Acr.UserDialogs.nuspec | 5 +- readme.md | 10 ++- .../Acr.UserDialogs.Interface.csproj | 1 - src/Acr.UserDialogs.Interface/TimeConfig.cs | 12 ---- .../ProgressContentDialog.xaml | 2 +- src/Acr.UserDialogs.Uwp/ProgressDialog.cs | 70 ++++++++++++------- src/Acr.UserDialogs.Uwp/UserDialogsImpl.cs | 47 ++++++++----- 7 files changed, 88 insertions(+), 59 deletions(-) delete mode 100644 src/Acr.UserDialogs.Interface/TimeConfig.cs diff --git a/nuspec/Acr.UserDialogs.nuspec b/nuspec/Acr.UserDialogs.nuspec index 58bcc829..163746fa 100644 --- a/nuspec/Acr.UserDialogs.nuspec +++ b/nuspec/Acr.UserDialogs.nuspec @@ -2,7 +2,7 @@ Acr.UserDialogs - 5.0.1 + 5.1.0 ACR User Dialogs Plugin for Xamarin and Windows Allows for messagebox style dialogs to be called from your shared/PCL/MVVM code @@ -64,6 +64,9 @@ Supported Platforms 5.1 [feature] date and time dialogs [feature] using BTProgressHUD and AndHUD from nuget (at last)! +[fix][droid] launch on uithread +[fix][ios] showsuccess/error now properly masks the background +[fix][uwp] several bugfixes and improvements 5.0.1 [fix][ios] incorrect prompt result diff --git a/readme.md b/readme.md index cadae875..1438593a 100644 --- a/readme.md +++ b/readme.md @@ -15,11 +15,13 @@ Supports Android, iOS, and Unified Windows Platform (UWP, UAP) * Action Sheet (multiple choice menu) * Alert * Confirm +* Date * Loading * Login * Progress * Prompt * Toasts +* Time * [examples](https://github.com/aritchie/userdialogs/blob/master/src/Samples/Samples/MainPage.cs) ## Support Platforms @@ -62,6 +64,9 @@ All config objects contain static vars that contain defaults which are basically - DefaultNo - DefaultOkText - DefaultCancelText +- DatePromptConfig + - DefaultOkText + - DefaultCancelText - LoginConfig - DefaultTitle - DefaultOkText @@ -89,7 +94,10 @@ All config objects contain static vars that contain defaults which are basically - ErrorBackgroundColor - ErrorTextColor - DefaultDuration - +- TimePromptConfig + - DefaultOkText + - DefaultCancelText + - DefaultMinuteInterval ## FAQ diff --git a/src/Acr.UserDialogs.Interface/Acr.UserDialogs.Interface.csproj b/src/Acr.UserDialogs.Interface/Acr.UserDialogs.Interface.csproj index e2232a4e..31d743da 100644 --- a/src/Acr.UserDialogs.Interface/Acr.UserDialogs.Interface.csproj +++ b/src/Acr.UserDialogs.Interface/Acr.UserDialogs.Interface.csproj @@ -56,7 +56,6 @@ - diff --git a/src/Acr.UserDialogs.Interface/TimeConfig.cs b/src/Acr.UserDialogs.Interface/TimeConfig.cs deleted file mode 100644 index 3b4d579c..00000000 --- a/src/Acr.UserDialogs.Interface/TimeConfig.cs +++ /dev/null @@ -1,12 +0,0 @@ -using System; -using System.Collections.Generic; -using System.Linq; -using System.Text; -using System.Threading.Tasks; - -namespace Acr.UserDialogs -{ - public class TimeConfig - { - } -} diff --git a/src/Acr.UserDialogs.Uwp/ProgressContentDialog.xaml b/src/Acr.UserDialogs.Uwp/ProgressContentDialog.xaml index 1cd73b34..65d29782 100644 --- a/src/Acr.UserDialogs.Uwp/ProgressContentDialog.xaml +++ b/src/Acr.UserDialogs.Uwp/ProgressContentDialog.xaml @@ -11,7 +11,7 @@ - +